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+bi, in 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π: 43π, 45π, 47π. 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 (−π,π].)
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π=21, since 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 cos9π, cos95π, cos97π are the three roots of 4cos3θ−3cosθ−21=0, i.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 R3, and 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 R2, and ω3=1 corresponds to R3=I. The cube roots of unity {1,ω,ω2} correspond to the matrices {I,R,R2}.