Tests edge cases, boundary conditions, and common misconceptions for complex numbers.
UT-1: De Moivre”s Theorem and Argument Branch Cuts
Question:
(a) Find all values of z such that z4=−16.
(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.
UT-2: Polar Form Conversion — Wrong Quadrant
Question:
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 (−π,π].)
Modulus: ∣z∣=(−1)2+(−3)2=1+3=2.
Three forms:
Cartesian: z=−1−i3
Polar: z=2(cos(−32π)+isin(−32π))
Euler: z=2e−2πi/3
UT-3: Complex Division and Conjugate Properties
Question:
(a) Simplify 1−i(2+3i)2Giving your answer in the form a+bi.
(b) Prove that for any non-zero complex number z, z+zˉ1≥2.
[Difficulty: hard. Tests rationalisation with complex conjugate and modulus inequality proof.]
Solution:
(a) First, expand the numerator:
(2+3i)2=4+12i+9i2=4+12i−9=−5+12i
Now divide by 1−i by multiplying by the conjugate 1+i:
By the AM-GM inequality (with equality when a2+b2=1).
Integration Tests
Tests synthesis of complex numbers with other topics.
IT-1: Deriving Trig Identities via Euler’s Formula (with Trigonometry)
Question:
(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)
Question:
Let ω=e2πi/3 be a primitive cube root of unity.
(a) Show that the matrix R=(cos32πsin32π−sin32πcos32π) represents a rotation by 120∘ anticlockwise.
(b) Find R2 and R3And explain the connection to the cube roots of unity.
[Difficulty: hard. Connects complex roots of unity to 2×2 rotation matrices.]
Solution:
(a) The matrix R is the standard 2×2 rotation matrix for angle 32π. Applying R to the vector (10):
R(10)=(cos32πsin32π)=(−2123)
This is the point on the unit circle at angle 32πConfirming a 120∘ rotation.
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 R2And ω3=1 corresponds to R3=I. The cube roots of unity {1,ω,ω2} correspond to the matrices {I,R,R2}.