Complex numbers Flashcards

(61 cards)

1
Q

What is the imaginary unit i defined as?

A

i = √(-1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the pattern for powers of i?

A

i¹ = i
i² = -1
i³ = -i
i⁴ = 1
Then the pattern repeats every 4 powers

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do you find i²⁵

A

Divide 25 by 4, remainder is 1
So i²⁵ = i¹ = i

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Simplify √(-16)

A

√(-16)
= √(16 × -1)
= √16 × √(-1)
= 4i

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the standard form of a complex number?

A

a + bi, where a is the real part and b is the imaginary part

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a purely real complex number?

A

A complex number where Im(z) = 0, like z = 7

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is a purely imaginary complex number?

A

A complex number where Re(z) = 0, like z = -3i

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How do you add complex numbers?

A

Add real parts together and imaginary parts together: (a + bi) + (c + di) = (a + c) + (b + d)i

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

How do you multiply complex numbers?

A

Use FOIL and remember

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

How do you divide complex numbers?

A

Multiply numerator and denominator by the conjugate of the denominator

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is the conjugate of z = a + bi?

A

z̄ = a - bi (change the sign of the imaginary part)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What is z + z̄ equal to?

A

2a (a real number - the imaginary parts cancel)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is z × z̄ equal to in rectangular form?

A

a² + b² (always real and positive)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What is z - z̄ equal to?

A

2bi (imaginary number - the real parts cancel)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What does the conjugate of the conjugate return?

A

z

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What are the axes on an Argand diagram?

A

Horizontal axis = Real axis
Vertical axis = Imaginary axis

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

How do you plot z = 3 + 2i on an Argand diagram?

A

Plot the point (3, 2) - 3 units right, 2 units up

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Where is z = -2 + 4i on the Argand diagram?

A

In Quadrant 2 at point (-2, 4)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is the formula for modulus of z = a + bi?

A

|z| = √(a² + b²)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What does the modulus represent geometrically?

A

The distance from the origin to the point on the Argand diagram

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What is |z̄| compared to |z|?

A

|z̄| = |z|
(conjugates have the same modulus)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What is |z₁ × z₂| equal to?

A

|z₁| × |z₂|

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What is |z₁ / z₂| equal to?

A

|z₁| / |z₂|

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

When is |z| = 0

A

When z = 0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Why is |z| >= 0
It's a square root of squared terms (always positive or zero) It represents distance (which can't be negative) The only exception is z = 0, where |z| = 0
26
What is the argument of a complex number?
The angle θ between the positive real axis and the line from origin to z
27
What is the formula for finding the argument?
an(θ) = b/a, then θ = arctan(b/a) Adjusted for the correct quadrant
28
How do you determine which quadrant adjustment to use?
Look at the signs of a and b: Q1 (a > 0, b > 0): use θ directly Q2 (a < 0, b > 0): θ = 180° + arctan(b/a) Q3 (a < 0, b < 0): θ = 180° + arctan(b/a) Q4 (a > 0, b < 0): use θ directly (negative)
29
When do you use quadrant adjustments?
Only when a point is inside a quadrant, not on an axis
30
What is the principal argument range?
-180° < θ ≤ 180°
31
What is the polar form of a complex number?
z = r(cos θ + i sin θ) z = r cis θ
32
In polar form z = r cis θ, what are r and θ?
r = |z| and θ = argument
33
How do you convert from rectangular to polar form?
1. Find r = √(a² + b²), 2. Find θ = arctan(b/a) adjusted for quadrant 3. Write z = r cis θ
34
How do you convert from polar to rectangular form?
1. Calculate a = r cos θ and b = r sin θ 2. Write z = a + bi
35
What happens to the argument of z = 0?
The argument is undefined (no direction from origin to itself)
36
What is method 1 of graphing polar form?
1. Start at the origin 2. Rotate ccw by θ from the positive real axis 3. Move outward distance of r units in that direction
37
What is method 2 of graphing polar form?
Convert to rectangular form
38
What is the conjugate of z = r cis θ in polar form?
z̄ = r cis(-θ) (same modulus, negative angle)
39
Why is the conjugate r cis(-θ)?
Because conjugate reflects across the real axis, which flips the angle from θ to -θ while keeping distance r the same
40
What is z × z̄ equal to in polar form?
41
How do you multiply two complex numbers in polar form?
(r₁ cis θ₁)(r₂ cis θ₂) = r₁r₂ cis(θ₁ + θ₂)
42
How do you divide two complex numbers in polar form?
(r₁ cis θ₁)/(r₂ cis θ₂) = (r₁/r₂) cis(θ₁ - θ₂)
43
What is the modulus of z when written as z = r cis θ?
The modulus is r (it's already shown directly in polar form)
44
What is De Moivre's Theorem?
(r cis θ)ⁿ = rⁿ cis(nθ)
45
What is Euler's Formula?
re^(iθ)
46
Convert rectangular to Euler's
1. Calculate r 2. Calculate argument
47
Convert Euler's to rectangular
1. Find a & b 2. z = r(cos θ + i sin θ) where a = r cos θ, b = r sin θ
48
What is the general formula for nth roots in polar form?
ⁿ√r x cis[ (θ+2πk) / n ]
49
How many nth roots does a non-zero complex number have?
Exactly n distinct roots
50
What values of k do you use to find all nth roots?
k = 0, 1, 2, ..., n - 1 There are n cases
51
How are the nth roots geometrically arranged?
Evenly spaced around a circle of radius ⁿ√r, separated by angles of 2π/n radians
52
When does a quadratic equation have complex roots?
When D < 0
53
What does cis(2π) = cis(0) mean?
Complex numbers are periodic with period 2π. Adding 2π to the angle gives the same complex number
54
What do exponents in complex numbers represent geometrically?
Rotation and scaling. e^(iθ) represents a rotation by angle θ. r·e^(iθ) scales by r and rotates by θ.
55
How do you multiply complex numbers using exponents?
Multiply the moduli and add the angles.
56
How do you solve a quadratic equation with complex roots?
Use the quadratic formula. When discriminant < 0, simplify √(negative) = i√(positive).
57
What is Euler's Identity?
e^(iπ) + 1 = 0
58
What does arg(z) represent?
arg(z) is the argument (or angle θ) of z
59
Method: If a + bi = 1 - 8i, how do you solve for a and b?
Equate real and imaginary parts separately
60
arg(z₁z₂) is equal to what?
arg(z₁) + arg(z₂)
61
arg(z₁/z₂) is equal to what?
arg(z₁) - arg(z₂)