Complex numbers are like a 2D number system — they extend the number line into a plane, where the real part is horizontal and the imaginary part is vertical: The imaginary unit i (where i² = -1) isn’t imaginary at all — it’s a mathematical tool that makes impossible operations possible and reveals hidden structure in equations
Why it matters: Complex numbers are essential in electrical engineering, quantum mechanics, and solving equations that real numbers alone cannot handle
The key insight: The imaginary unit i (where i² = -1) isn’t imaginary at all — it’s a mathematical tool that makes impossible operations possible and reveals hidden structure in equations
(b) Express each solution in the form a+biIn polar form reiθ And state the principal argument of each.
(c) A student computes one root as 2eiπ/4 and claims the other roots are obtained by adding 2π to the argument each time. Verify whether this is correct, and if not, explain the error.
[Difficulty: hard. Tests roots of a negative real number and argument normalisation to (−π,π].]
Note: 45π is normalised to −43π And 47π is normalised to −4πTo satisfy the principal argument range (−π,π].
(c) The student is correct that the arguments differ by 2π. Starting from 4π: \frac{3\pi}{4}$$\frac{5\pi}{4}$$\frac{7\pi}{4}. These are the correct arguments before normalisation. The student’s method works, but they must remember to normalise arguments outside (−π,π] to the principal range.
Find the modulus and principal argument of z=−1−i3.
Express z in all three standard forms (Cartesian, polar, Euler).
A student computes arg(z)=arctan(−1−3)=arctan(3)=3π and concludes that arg(z)=3π.
(a) Identify the error.
(b) Give the correct argument.
[Difficulty: hard. Tests the most common complex number error: wrong quadrant for the argument.]
Solution:
(a) The point (−1,−3) lies in the third quadrant (both coordinates negative). The student used arctan(ab)=arctan(−1−3)Which gives 3π — a first-quadrant angle. The arctan function always returns values in (−2π,2π) So it cannot distinguish between first and third quadrants.
(b) In the third quadrant:
arg(z)=π+arctan(13)=π+3π=−32π
(The principal value is −32πWhich lies in (−π,π].)
(a) Using Euler’s formula, show that cos3θ=41cos3θ+43cosθ.
(b) Hence find the exact value of cos3(9π)+cos3(95π)+cos3(97π).
[Difficulty: hard. Uses De Moivre/binomial expansion to derive trig identities and applies them to a non-trivial evaluation.]
Solution:
(a) From Euler’s formula: cosθ+isinθ=eiθ.
By the binomial theorem:
(cosθ+isinθ)3=cos3θ+3icos2θsinθ−3cosθsin2θ−isin3θ
By De Moivre’s theorem: (cosθ+isinθ)3=cos3θ+isin3θ.
Equating real parts:
cos3θ=cos3θ−3cosθsin2θ=cos3θ−3cosθ(1−cos2θ)
cos3θ=4cos3θ−3cosθ
cos3θ=41cos3θ+43cosθ
(b) Note that 9π, 95π And 97π are the three distinct solutions to cos3θ=cos3π=21Since 3⋅9π=3π, 3⋅95π=35π And 3⋅97π=37π=3π−2π.
So cos3θ=21 for all three angles. Using the identity:
cos3θ=41cos3θ+43cosθ=81+43cosθ
Summing over the three values:
∑cos3θ=∑81+43∑cosθ=83+43∑cosθ
The values \cos\frac{\pi}{9}$$\cos\frac{5\pi}{9}$$\cos\frac{7\pi}{9} are the three roots of 4cos3θ−3cosθ−21=0I.e., 8x3−6x−1=0. By Vieta’s formula, the sum of the roots is zero (coefficient of x2 is 0).
Therefore:
∑cos3θ=83+43×0=83
IT-2: Rotation Matrices from Roots of Unity (with Matrices)
R3=I (the identity matrix), since rotating by 2π returns to the original position.
The connection: ω=e2πi/3 corresponds to R, ω2=e4πi/3 corresponds to R2 And ω3=1 corresponds to R3=I. The cube roots of unity {1,ω,ω2} correspond to the matrices {I,R,R2}.
Confusing i² = -1 with i = √(-1): The definition is i² = -1. Writing i = √(-1) is misleading because √ in most cases denotes the principal (non-negative) square root.
Forgetting that complex conjugates have the same modulus: If z = a + bi, then |z| = |z̄| = √(a² + b²). The conjugate reflects across the real axis but doesn’t change the distance from origin.
Mixing up argument and modulus: Modulus is the distance from origin (|z|). Argument is the angle from the positive real axis (arg z). Don’t confuse the two.