Complex numbers (W3 mostly)

0.0(0)
studied byStudied by 0 people
0.0(0)
full-widthCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/15

flashcard set

Earn XP

Description and Tags

University of York, stage 1, semester 1, foundations and calculus. Complex numbers (week 3-5) basics.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

16 Terms

1
New cards

how is a complex number (z) expressed in polar form?

z = a + bi = r(cosθ+ isinθ) = re

where r =|z|

2
New cards

express a complex number in standard form.

What is the real and imaginary part?

z = a + bi

Re(z) = a, Im(z) = b

3
New cards

What is |z|?

Modulus of a complex number

sqrt(a2 + b2)

4
New cards

What is z̄?

Complex conjugate of z. Where z = a +bi, z̄ = a  - bi

5
New cards

How do we divide complex numbers?

multiply by the complex conjugate of the denominator (like surds)

if z = a + bi and w = c = di then:

z/w = z/w *

6
New cards

Proposition 2.8 (must prove all)

Properties of the complex conjugate and modulus

knowt flashcard image
7
New cards

What are polar coordinates? 

(r,θ) where r is the distance from the origin to a point, and θ is the angle between x-axis and line from origin to a point. θ is anti-clockwise and in radians. 

8
New cards

What is the principal argument?

Let z = a + bi be a complex number

Principal argument θ of z is the unique value of θ such that

a = |z|cosθ, b = |z|sinθ and θ∈(−π,π]

9
New cards

Multiplication rule for complex numbers in polar form

knowt flashcard image
10
New cards

How to find the square root of a complex number? (standard)

w2 = z so w = sqrt(z)

w = c + di

Solve (c + di)2 = (a + bi) for c and d.

11
New cards

How to find the square root of a complex number? (polar) 

if z = re and w = se

Solve w2 = z

s2 ei2φ = rehas two solutions:

w1= r  ei(θ/2) and wz = r * ei(θ/2 + π) = -w1

12
New cards

principal square root formula? Polar form

√r * ei(θ/2)
Where θ is the principal argument of z.

13
New cards

What is the multiplicative inverse of a complex number?

Every complex number has a multiplicative inverse.

z-1 := 1/z

z * z-1 = 1

(to divide one number by another, you can multiply one number by the multiplicative inverse of another number)

14
New cards

What is De Moivre’s theorem? (2.15)

knowt flashcard image
15
New cards

What is the binomial theorem?

knowt flashcard image
16
New cards

What is the expression for the multiplicative inverse of a complex number in polar form?

z-1 = 1/r * e-iθ