What is the imaginary unit i defined as?
i = √(-1)
What is the pattern for powers of i?
i¹ = i
i² = -1
i³ = -i
i⁴ = 1
Then the pattern repeats every 4 powers
How do you find i²⁵
Divide 25 by 4, remainder is 1
So i²⁵ = i¹ = i
Simplify √(-16)
√(-16)
= √(16 × -1)
= √16 × √(-1)
= 4i
What is the standard form of a complex number?
a + bi, where a is the real part and b is the imaginary part
What is a purely real complex number?
A complex number where Im(z) = 0, like z = 7
What is a purely imaginary complex number?
A complex number where Re(z) = 0, like z = -3i
How do you add complex numbers?
Add real parts together and imaginary parts together: (a + bi) + (c + di) = (a + c) + (b + d)i
How do you multiply complex numbers?
Use FOIL and remember
How do you divide complex numbers?
Multiply numerator and denominator by the conjugate of the denominator
What is the conjugate of z = a + bi?
z̄ = a - bi (change the sign of the imaginary part)
What is z + z̄ equal to?
2a (a real number - the imaginary parts cancel)
What is z × z̄ equal to in rectangular form?
a² + b² (always real and positive)
What is z - z̄ equal to?
2bi (imaginary number - the real parts cancel)
What does the conjugate of the conjugate return?
z
What are the axes on an Argand diagram?
Horizontal axis = Real axis
Vertical axis = Imaginary axis
How do you plot z = 3 + 2i on an Argand diagram?
Plot the point (3, 2) - 3 units right, 2 units up
Where is z = -2 + 4i on the Argand diagram?
In Quadrant 2 at point (-2, 4)
What is the formula for modulus of z = a + bi?
|z| = √(a² + b²)
What does the modulus represent geometrically?
The distance from the origin to the point on the Argand diagram
What is |z̄| compared to |z|?
|z̄| = |z|
(conjugates have the same modulus)
What is |z₁ × z₂| equal to?
|z₁| × |z₂|
What is |z₁ / z₂| equal to?
|z₁| / |z₂|
When is |z| = 0
When z = 0