The Imaginary Unit
Definition
The imaginary unit i i i is defined as the number satisfying i 2 = − 1 i^2 = -1 i 2 = − 1 . Equivalently,
i = − 1 i = \sqrt{-1} i = − 1 . From this definition:
i 0 = 1 , i 1 = i , i 2 = − 1 , i 3 = − i , i 4 = 1 i^0 = 1, \quad i^1 = i, \quad i^2 = -1, \quad i^3 = -i, \quad i^4 = 1 i 0 = 1 , i 1 = i , i 2 = − 1 , i 3 = − i , i 4 = 1
The powers of i i i are cyclic with period 4 4 4 : i n = i n m o d 4 i^n = i^{n \bmod 4} i n = i n mod 4 .
Motivation
The equation x 2 + 1 = 0 x^2 + 1 = 0 x 2 + 1 = 0 has no real solutions. Extending ′ { ′ R ′ } ′ \mathbb{'\{'}R{'\}'} ′ { ′ R ′ } ′ to include i i i yields the
field of complex numbers, in which every polynomial has a root (the Fundamental Theorem of Algebra).
Complex Numbers
Definition
A complex number z z z is an ordered pair of real numbers written in Cartesian (standard) form:
z = a + b i , a , b ∈ ′ { ′ R ′ } ′ z = a + bi, \quad a, b \in \mathbb{'\{'}R{'\}'} z = a + bi , a , b ∈ ′ { ′ R ′ } ′
Here a = R e ( z ) a = \mathrm{Re}(z) a = Re ( z ) is the real part and b = I m ( z ) b = \mathrm{Im}(z) b = Im ( z ) is the imaginary part .
The set of all complex numbers is denoted ′ { ′ C ′ } ′ \mathbb{'\{'}C{'\}'} ′ { ′ C ′ } ′ .
A complex number is purely real if b = 0 b = 0 b = 0 and purely imaginary if a = 0 a = 0 a = 0 . Two complex
numbers are equal if and only if their real and imaginary parts are equal.
Complex Arithmetic
Addition. ( a + b i ) + ( c + d i ) = ( a + c ) + ( b + d ) i (a + bi) + (c + di) = (a + c) + (b + d)i ( a + bi ) + ( c + d i ) = ( a + c ) + ( b + d ) i
Multiplication. Expand and use i 2 = − 1 i^2 = -1 i 2 = − 1 :
( a + b i ) ( c + d i ) = ( a c − b d ) + ( a d + b c ) i (a + bi)(c + di) = (ac - bd) + (ad + bc)i ( a + bi ) ( c + d i ) = ( a c − b d ) + ( a d + b c ) i
Division. Multiply numerator and denominator by the complex conjugate of the denominator:
a + b i c + d i = ( a + b i ) ( c − d i ) ( c + d i ) ( c − d i ) = ( a c + b d ) + ( b c − a d ) i c 2 + d 2 \frac{a + bi}{c + di} = \frac{(a + bi)(c - di)}{(c + di)(c - di)} = \frac{(ac + bd) + (bc - ad)i}{c^2 + d^2} c + d i a + bi = ( c + d i ) ( c − d i ) ( a + bi ) ( c − d i ) = c 2 + d 2 ( a c + b d ) + ( b c − a d ) i
Complex Conjugate
The complex conjugate of z = a + b i z = a + bi z = a + bi is z ˉ = a − b i \bar{z} = a - bi z ˉ = a − bi .
Properties:
z z ˉ = a 2 + b 2 = ∣ z ∣ 2 z\bar{z} = a^2 + b^2 = |z|^2 z z ˉ = a 2 + b 2 = ∣ z ∣ 2
z 1 + z 2 ‾ = z ˉ 1 + z ˉ 2 \overline{z_1 + z_2} = \bar{z}_1 + \bar{z}_2 z 1 + z 2 = z ˉ 1 + z ˉ 2
z 1 z 2 ‾ = z ˉ 1 ⋅ z ˉ 2 \overline{z_1 z_2} = \bar{z}_1 \cdot \bar{z}_2 z 1 z 2 = z ˉ 1 ⋅ z ˉ 2
z ˉ ˉ = z \bar{\bar{z}} = z z ˉ ˉ = z
z ∈ ′ { ′ R ′ } ′ ⟺ z = z ˉ z \in \mathbb{'\{'}R{'\}'} \iff z = \bar{z} z ∈ ′ { ′ R ′ } ′ ⟺ z = z ˉ
The Argand Diagram
Representation
A complex number z = a + b i z = a + bi z = a + bi is represented as the point ( a , b ) (a, b) ( a , b ) in the complex plane (Argand
diagram). The horizontal axis is the real axis, and the vertical axis is the imaginary axis.
Modulus
The modulus (absolute value) of z = a + b i z = a + bi z = a + bi is the distance from the origin to ( a , b ) (a, b) ( a , b ) :
∣ z ∣ = a 2 + b 2 |z| = \sqrt{a^2 + b^2} ∣ z ∣ = a 2 + b 2
Properties:
∣ z ∣ ≥ 0 |z| \ge 0 ∣ z ∣ ≥ 0 , with equality iff z = 0 z = 0 z = 0
∣ z 1 z 2 ∣ = ∣ z 1 ∣ ∣ z 2 ∣ |z_1 z_2| = |z_1|\,|z_2| ∣ z 1 z 2 ∣ = ∣ z 1 ∣ ∣ z 2 ∣
∣ z 1 z 2 ∣ = ∣ z 1 ∣ ∣ z 2 ∣ \left|\dfrac{z_1}{z_2}\right| = \dfrac{|z_1|}{|z_2|} z 2 z 1 = ∣ z 2 ∣ ∣ z 1 ∣ , z 2 ≠ 0 z_2 \ne 0 z 2 = 0
∣ z 1 + z 2 ∣ ≤ ∣ z 1 ∣ + ∣ z 2 ∣ |z_1 + z_2| \le |z_1| + |z_2| ∣ z 1 + z 2 ∣ ≤ ∣ z 1 ∣ + ∣ z 2 ∣ (triangle inequality)
Argument
The argument of z = a + b i z = a + bi z = a + bi is the angle θ \theta θ measured from the positive real axis to the
line segment joining the origin to z z z , measured anticlockwise:
θ = arg ( z ) = arctan ( b a ) \theta = \arg(z) = \arctan\!\left(\frac{b}{a}\right) θ = arg ( z ) = arctan ( a b )
The principal argument , denoted A r g ( z ) \mathrm{Arg}(z) Arg ( z ) , is restricted to ( − π , π ] (-\pi, \pi] ( − π , π ] .
Quadrant-aware calculation:
Condition arg ( z ) \arg(z) arg ( z ) a > 0 a \gt 0 a > 0 arctan ( b / a ) \arctan(b/a) arctan ( b / a ) a < 0 , b ≥ 0 a \lt 0, b \ge 0 a < 0 , b ≥ 0 arctan ( b / a ) + π \arctan(b/a) + \pi arctan ( b / a ) + π a < 0 , b < 0 a \lt 0, b \lt 0 a < 0 , b < 0 arctan ( b / a ) − π \arctan(b/a) - \pi arctan ( b / a ) − π a = 0 , b > 0 a = 0, b \gt 0 a = 0 , b > 0 π / 2 \pi/2 π /2 a = 0 , b < 0 a = 0, b \lt 0 a = 0 , b < 0 − π / 2 -\pi/2 − π /2
Definition
Every nonzero complex number can be written as:
z = r ( cos θ + i sin θ ) = r c i s θ z = r(\cos\theta + i\sin\theta) = r\,\mathrm{cis}\;\theta z = r ( cos θ + i sin θ ) = r cis θ
where r = ∣ z ∣ r = |z| r = ∣ z ∣ and θ = arg ( z ) \theta = \arg(z) θ = arg ( z ) . The notation c i s θ \mathrm{cis}\;\theta cis θ abbreviates
cos θ + i sin θ \cos\theta + i\sin\theta cos θ + i sin θ .
Conversion
Polar to Cartesian:
a = r cos θ , b = r sin θ a = r\cos\theta, \quad b = r\sin\theta a = r cos θ , b = r sin θ
Cartesian to Polar:
r = a 2 + b 2 , θ = arg ( z ) ( u s i n g q u a d r a n t t a b l e ) r = \sqrt{a^2 + b^2}, \quad \theta = \arg(z) \mathrm{ (using quadrant table)} r = a 2 + b 2 , θ = arg ( z ) ( usingquadranttable )
These operations are dramatically simpler in polar form:
z 1 z 2 = r 1 r 2 c i s ( θ 1 + θ 2 ) z_1 z_2 = r_1 r_2\,\mathrm{cis}(\theta_1 + \theta_2) z 1 z 2 = r 1 r 2 cis ( θ 1 + θ 2 )
z 1 z 2 = r 1 r 2 c i s ( θ 1 − θ 2 ) , z 2 ≠ 0 \frac{z_1}{z_2} = \frac{r_1}{r_2}\,\mathrm{cis}(\theta_1 - \theta_2), \quad z_2 \ne 0 z 2 z 1 = r 2 r 1 cis ( θ 1 − θ 2 ) , z 2 = 0
Multiplication: multiply moduli, add arguments. Division: divide moduli, subtract arguments.
z n = r n c i s ( n θ ) z^n = r^n\,\mathrm{cis}(n\theta) z n = r n cis ( n θ )
De Moivre's Theorem
Statement
For any integer n n n and any complex number z = r c i s θ z = r\,\mathrm{cis}\;\theta z = r cis θ :
( cos θ + i sin θ ) n = cos ( n θ ) + i sin ( n θ ) (\cos\theta + i\sin\theta)^n = \cos(n\theta) + i\sin(n\theta) ( cos θ + i sin θ ) n = cos ( n θ ) + i sin ( n θ )
Proof by Induction (Positive Integers)
Base case (n = 1 n = 1 n = 1 ): Trivially true.
Inductive step: Assume ( cos θ + i sin θ ) k = cos ( k θ ) + i sin ( k θ ) (\cos\theta + i\sin\theta)^k = \cos(k\theta) + i\sin(k\theta) ( cos θ + i sin θ ) k = cos ( k θ ) + i sin ( k θ ) . Then:
( cos θ + i sin θ ) k + 1 = ( cos θ + i sin θ ) ( cos k θ + i sin k θ ) (\cos\theta + i\sin\theta)^{k+1} = (\cos\theta + i\sin\theta)(\cos k\theta + i\sin k\theta) ( cos θ + i sin θ ) k + 1 = ( cos θ + i sin θ ) ( cos k θ + i sin k θ )
= cos θ cos k θ − sin θ sin k θ + i ( cos θ sin k θ + sin θ cos k θ ) = \cos\theta\cos k\theta - \sin\theta\sin k\theta + i(\cos\theta\sin k\theta + \sin\theta\cos k\theta) = cos θ cos k θ − sin θ sin k θ + i ( cos θ sin k θ + sin θ cos k θ )
= cos ( ( k + 1 ) θ ) + i sin ( ( k + 1 ) θ ) = \cos((k+1)\theta) + i\sin((k+1)\theta) = cos (( k + 1 ) θ ) + i sin (( k + 1 ) θ )
by the angle addition formulas.
Applications
Expanding cos ( n θ ) \cos(n\theta) cos ( n θ ) and sin ( n θ ) \sin(n\theta) sin ( n θ ) in terms of cos θ \cos\theta cos θ and sin θ \sin\theta sin θ :
Using the binomial theorem on ( cos θ + i sin θ ) n (\cos\theta + i\sin\theta)^n ( cos θ + i sin θ ) n and equating real and imaginary parts:
cos ( n θ ) + i sin ( n θ ) = ∑ k = 0 n ( n k ) cos n − k θ ⋅ ( i sin θ ) k \cos(n\theta) + i\sin(n\theta) = \sum_{k=0}^{n} \binom{n}{k} \cos^{n-k}\theta \cdot (i\sin\theta)^k cos ( n θ ) + i sin ( n θ ) = ∑ k = 0 n ( k n ) cos n − k θ ⋅ ( i sin θ ) k
Example. For n = 3 n = 3 n = 3 :
cos 3 θ = 4 cos 3 θ − 3 cos θ \cos 3\theta = 4\cos^3\theta - 3\cos\theta cos 3 θ = 4 cos 3 θ − 3 cos θ sin 3 θ = 3 sin θ − 4 sin 3 θ \sin 3\theta = 3\sin\theta - 4\sin^3\theta sin 3 θ = 3 sin θ − 4 sin 3 θ
Multiple-angle identities of any order can be derived this way.
Roots of Complex Numbers
n n n -th Roots
The n n n -th roots of a complex number z = r c i s θ z = r\,\mathrm{cis}\;\theta z = r cis θ are:
w k = r 1 / n c i s ( θ + 2 k π n ) , k = 0 , 1 , 2 , … , n − 1 w_k = r^{1/n}\,\mathrm{cis}\!\left(\frac{\theta + 2k\pi}{n}\right), \quad k = 0, 1, 2, \ldots, n - 1 w k = r 1/ n cis ( n θ + 2 k π ) , k = 0 , 1 , 2 , … , n − 1
These n n n roots are equally spaced on a circle of radius r 1 / n r^{1/n} r 1/ n , centred at the origin, with
angular separation 2 π n \dfrac{2\pi}{n} n 2 π .
Roots of Unity
The n n n -th roots of unity are the solutions to z n = 1 z^n = 1 z n = 1 :
ω k = c i s ( 2 k π n ) , k = 0 , 1 , … , n − 1 \omega_k = \mathrm{cis}\!\left(\frac{2k\pi}{n}\right), \quad k = 0, 1, \ldots, n - 1 ω k = cis ( n 2 k π ) , k = 0 , 1 , … , n − 1
Properties:
ω 0 = 1 \omega_0 = 1 ω 0 = 1 is always a root.
The roots are symmetric about the real axis (complex conjugate pairs for non-real roots).
The sum of all n n n -th roots of unity is 0 0 0 .
The product of all n n n -th roots of unity is ( − 1 ) n + 1 (-1)^{n+1} ( − 1 ) n + 1 .
Example. The cube roots of unity (n = 3 n = 3 n = 3 ):
ω 0 = 1 , ω 1 = c i s ( 2 π 3 ) = − 1 2 + 3 2 i , ω 2 = c i s ( 4 π 3 ) = − 1 2 − 3 2 i \omega_0 = 1, \quad \omega_1 = \mathrm{cis}\!\left(\frac{2\pi}{3}\right) = -\frac{1}{2} + \frac{\sqrt{3}}{2}i, \quad \omega_2 = \mathrm{cis}\!\left(\frac{4\pi}{3}\right) = -\frac{1}{2} - \frac{\sqrt{3}}{2}i ω 0 = 1 , ω 1 = cis ( 3 2 π ) = − 2 1 + 2 3 i , ω 2 = cis ( 3 4 π ) = − 2 1 − 2 3 i
Note: 1 + ω 1 + ω 2 = 0 1 + \omega_1 + \omega_2 = 0 1 + ω 1 + ω 2 = 0 .
Sum of Roots of a Quadratic
If α \alpha α and β \beta β are the roots of a z 2 + b z + c = 0 az^2 + bz + c = 0 a z 2 + b z + c = 0 with a ≠ 0 a \ne 0 a = 0 :
α + β = − b a , α β = c a \alpha + \beta = -\frac{b}{a}, \quad \alpha\beta = \frac{c}{a} α + β = − a b , α β = a c
These follow directly from expanding a ( z − α ) ( z − β ) = 0 a(z - \alpha)(z - \beta) = 0 a ( z − α ) ( z − β ) = 0 .
Statement
e i θ = cos θ + i sin θ e^{i\theta} = \cos\theta + i\sin\theta e i θ = cos θ + i sin θ
This unifies exponential, trigonometric, and complex number theory. Substituting θ = π \theta = \pi θ = π
yields Euler's identity :
e i π + 1 = 0 e^{i\pi} + 1 = 0 e iπ + 1 = 0
Consequences
Complex exponential form:
z = r e i θ z = re^{i\theta} z = r e i θ
Exponential laws apply directly:
z 1 z 2 = r 1 r 2 e i ( θ 1 + θ 2 ) , z n = r n e i n θ z_1 z_2 = r_1 r_2\,e^{i(\theta_1 + \theta_2)}, \qquad z^n = r^n\,e^{in\theta} z 1 z 2 = r 1 r 2 e i ( θ 1 + θ 2 ) , z n = r n e in θ
Derivation of trig identities. From e i θ = cos θ + i sin θ e^{i\theta} = \cos\theta + i\sin\theta e i θ = cos θ + i sin θ and
e − i θ = cos θ − i sin θ e^{-i\theta} = \cos\theta - i\sin\theta e − i θ = cos θ − i sin θ :
cos θ = e i θ + e − i θ 2 , sin θ = e i θ − e − i θ 2 i \cos\theta = \frac{e^{i\theta} + e^{-i\theta}}{2}, \qquad \sin\theta = \frac{e^{i\theta} - e^{-i\theta}}{2i} cos θ = 2 e i θ + e − i θ , sin θ = 2 i e i θ − e − i θ
Common Pitfalls
Argument quadrant errors. arctan ( b / a ) \arctan(b/a) arctan ( b / a ) alone does not determine the correct quadrant.
Always check the signs of a a a and b b b and adjust by π \pi π when the point lies in the second or
third quadrant.
Conjugate distribution. z 1 + z 2 ‾ = z ˉ 1 + z ˉ 2 \overline{z_1 + z_2} = \bar{z}_1 + \bar{z}_2 z 1 + z 2 = z ˉ 1 + z ˉ 2 but
z 1 z 2 ‾ ≠ z ˉ 1 ⋅ z ˉ 2 \overline{z_1 z_2} \ne \bar{z}_1 \cdot \bar{z}_2 z 1 z 2 = z ˉ 1 ⋅ z ˉ 2 is wrong -- it IS z ˉ 1 ⋅ z ˉ 2 \bar{z}_1 \cdot \bar{z}_2 z ˉ 1 ⋅ z ˉ 2 .
The error is thinking conjugation distributes over all operations differently; it distributes
correctly over addition and multiplication.
Missing roots. An n n n -th degree equation has exactly n n n roots (counting multiplicity) in
′ { ′ C ′ } ′ \mathbb{'\{'}C{'\}'} ′ { ′ C ′ } ′ . When finding n n n -th roots, always generate all n n n values by varying k k k .
Modulus of a product. ∣ z 1 z 2 ∣ = ∣ z 1 ∣ ∣ z 2 ∣ |z_1 z_2| = |z_1|\,|z_2| ∣ z 1 z 2 ∣ = ∣ z 1 ∣ ∣ z 2 ∣ , but ∣ z 1 + z 2 ∣ ≠ ∣ z 1 ∣ + ∣ z 2 ∣ |z_1 + z_2| \ne |z_1| + |z_2| ∣ z 1 + z 2 ∣ = ∣ z 1 ∣ + ∣ z 2 ∣ in
general (equality holds only when z 1 z_1 z 1 and z 2 z_2 z 2 have the same argument).
Polar form of zero. z = 0 z = 0 z = 0 has no well-defined argument and cannot be expressed in polar
form r c i s θ r\,\mathrm{cis}\;\theta r cis θ since r = 0 r = 0 r = 0 .
De Moivre's theorem scope. De Moivre's theorem as stated holds for integer exponents. For
non-integer exponents, use r n e i n θ r^n e^{in\theta} r n e in θ , but note that the result is multi-valued.
Practice Problems
Problem 1 Express z = 1 − 3 i z = 1 - \sqrt{3}\,i z = 1 − 3 i in polar form and compute z 5 z^5 z 5 .
Problem 2 Find all complex solutions to z 3 = − 8 i z^3 = -8i z 3 = − 8 i .
Problem 3 Prove that cos 4 θ = 8 cos 4 θ − 8 cos 2 θ + 1 \cos 4\theta = 8\cos^4\theta - 8\cos^2\theta + 1 cos 4 θ = 8 cos 4 θ − 8 cos 2 θ + 1 using De Moivre's theorem.
Problem 4 If z = 2 + 3 i z = 2 + 3i z = 2 + 3 i , express 1 z \dfrac{1}{z} z 1 in the form a + b i a + bi a + bi .
Problem 5 Find the fourth roots of 16 16 16 and show that their sum is 0 0 0 .
Problem 6 Solve z 2 + ( 2 + 4 i ) z + ( − 1 + 6 i ) = 0 z^2 + (2 + 4i)z + (-1 + 6i) = 0 z 2 + ( 2 + 4 i ) z + ( − 1 + 6 i ) = 0 .
Problem 7 Prove that for any complex number z z z , z + z ˉ = 2 R e ( z ) z + \bar{z} = 2\mathrm{Re}(z) z + z ˉ = 2 Re ( z ) and
z − z ˉ = 2 i I m ( z ) z - \bar{z} = 2i\,\mathrm{Im}(z) z − z ˉ = 2 i Im ( z ) .
Problem 8 The complex numbers z 1 z_1 z 1 and z 2 z_2 z 2 satisfy ∣ z 1 ∣ = 3 |z_1| = 3 ∣ z 1 ∣ = 3 , ∣ z 2 ∣ = 5 |z_2| = 5 ∣ z 2 ∣ = 5 , and ∣ z 1 − z 2 ∣ = 7 |z_1 - z_2| = 7 ∣ z 1 − z 2 ∣ = 7 . Find
∣ z 1 + z 2 ∣ |z_1 + z_2| ∣ z 1 + z 2 ∣ .
Answers to Selected Problems Problem 1: ∣ z ∣ = 1 + 3 = 2 |z| = \sqrt{1 + 3} = 2 ∣ z ∣ = 1 + 3 = 2 . Since a = 1 > 0 a = 1 \gt 0 a = 1 > 0 and b = − 3 < 0 b = -\sqrt{3} \lt 0 b = − 3 < 0 ,
arg ( z ) = − π / 3 \arg(z) = -\pi/3 arg ( z ) = − π /3 . So z = 2 c i s ( − π / 3 ) z = 2\,\mathrm{cis}(-\pi/3) z = 2 cis ( − π /3 ) .
z 5 = 2 5 c i s ( − 5 π / 3 ) = 32 c i s ( π / 3 ) = 32 ( 1 2 + 3 2 i ) = 16 + 16 3 i z^5 = 2^5\,\mathrm{cis}(-5\pi/3) = 32\,\mathrm{cis}(\pi/3) = 32\!\left(\dfrac{1}{2} + \dfrac{\sqrt{3}}{2}i\right) = 16 + 16\sqrt{3}\,i z 5 = 2 5 cis ( − 5 π /3 ) = 32 cis ( π /3 ) = 32 ( 2 1 + 2 3 i ) = 16 + 16 3 i .
Problem 2: − 8 i = 8 c i s ( − π / 2 ) = 8 c i s ( 3 π / 2 ) -8i = 8\,\mathrm{cis}(-\pi/2) = 8\,\mathrm{cis}(3\pi/2) − 8 i = 8 cis ( − π /2 ) = 8 cis ( 3 π /2 ) .
z k = 8 1 / 3 c i s ( 3 π / 2 + 2 k π 3 ) = 2 c i s ( π 2 + 2 k π 3 ) z_k = 8^{1/3}\,\mathrm{cis}\!\left(\dfrac{3\pi/2 + 2k\pi}{3}\right) = 2\,\mathrm{cis}\!\left(\dfrac{\pi}{2} + \dfrac{2k\pi}{3}\right) z k = 8 1/3 cis ( 3 3 π /2 + 2 k π ) = 2 cis ( 2 π + 3 2 k π )
for k = 0 , 1 , 2 k = 0, 1, 2 k = 0 , 1 , 2 . z 0 = 2 c i s ( π / 2 ) = 2 i z_0 = 2\,\mathrm{cis}(\pi/2) = 2i z 0 = 2 cis ( π /2 ) = 2 i ,
z 1 = 2 c i s ( 7 π / 6 ) = − 3 − i z_1 = 2\,\mathrm{cis}(7\pi/6) = -\sqrt{3} - i z 1 = 2 cis ( 7 π /6 ) = − 3 − i , z 2 = 2 c i s ( 11 π / 6 ) = 3 − i z_2 = 2\,\mathrm{cis}(11\pi/6) = \sqrt{3} - i z 2 = 2 cis ( 11 π /6 ) = 3 − i .
Problem 3: By De Moivre: cos 4 θ + i sin 4 θ = ( cos θ + i sin θ ) 4 \cos 4\theta + i\sin 4\theta = (\cos\theta + i\sin\theta)^4 cos 4 θ + i sin 4 θ = ( cos θ + i sin θ ) 4 .
Expanding by binomial theorem:
cos 4 θ + 4 i cos 3 θ sin θ − 6 cos 2 θ sin 2 θ − 4 i cos θ sin 3 θ + sin 4 θ \cos^4\theta + 4i\cos^3\theta\sin\theta - 6\cos^2\theta\sin^2\theta - 4i\cos\theta\sin^3\theta + \sin^4\theta cos 4 θ + 4 i cos 3 θ sin θ − 6 cos 2 θ sin 2 θ − 4 i cos θ sin 3 θ + sin 4 θ .
Equating real parts: cos 4 θ = cos 4 θ − 6 cos 2 θ sin 2 θ + sin 4 θ \cos 4\theta = \cos^4\theta - 6\cos^2\theta\sin^2\theta + \sin^4\theta cos 4 θ = cos 4 θ − 6 cos 2 θ sin 2 θ + sin 4 θ . Using
sin 2 θ = 1 − cos 2 θ \sin^2\theta = 1 - \cos^2\theta sin 2 θ = 1 − cos 2 θ :
cos 4 θ = cos 4 θ − 6 cos 2 θ ( 1 − cos 2 θ ) + ( 1 − cos 2 θ ) 2 = 8 cos 4 θ − 8 cos 2 θ + 1 \cos 4\theta = \cos^4\theta - 6\cos^2\theta(1-\cos^2\theta) + (1-\cos^2\theta)^2 = 8\cos^4\theta - 8\cos^2\theta + 1 cos 4 θ = cos 4 θ − 6 cos 2 θ ( 1 − cos 2 θ ) + ( 1 − cos 2 θ ) 2 = 8 cos 4 θ − 8 cos 2 θ + 1 .
Problem 4:
1 z = z ˉ z z ˉ = 2 − 3 i 4 + 9 = 2 − 3 i 13 = 2 13 − 3 13 i \dfrac{1}{z} = \dfrac{\bar{z}}{z\bar{z}} = \dfrac{2 - 3i}{4 + 9} = \dfrac{2 - 3i}{13} = \dfrac{2}{13} - \dfrac{3}{13}i z 1 = z z ˉ z ˉ = 4 + 9 2 − 3 i = 13 2 − 3 i = 13 2 − 13 3 i .
Problem 5: 16 = 16 c i s ( 0 ) 16 = 16\,\mathrm{cis}(0) 16 = 16 cis ( 0 ) . Fourth roots: w k = 2 c i s ( k π / 2 ) w_k = 2\,\mathrm{cis}(k\pi/2) w k = 2 cis ( k π /2 ) for
k = 0 , 1 , 2 , 3 k = 0, 1, 2, 3 k = 0 , 1 , 2 , 3 . Roots: 2 , 2 i , − 2 , − 2 i 2, \; 2i, \; -2, \; -2i 2 , 2 i , − 2 , − 2 i . Sum: 2 + 2 i − 2 − 2 i = 0 2 + 2i - 2 - 2i = 0 2 + 2 i − 2 − 2 i = 0 .
Problem 8: ∣ z 1 + z 2 ∣ 2 + ∣ z 1 − z 2 ∣ 2 = 2 ( ∣ z 1 ∣ 2 + ∣ z 2 ∣ 2 ) |z_1 + z_2|^2 + |z_1 - z_2|^2 = 2(|z_1|^2 + |z_2|^2) ∣ z 1 + z 2 ∣ 2 + ∣ z 1 − z 2 ∣ 2 = 2 ( ∣ z 1 ∣ 2 + ∣ z 2 ∣ 2 ) (parallelogram law).
∣ z 1 + z 2 ∣ 2 = 2 ( 9 + 25 ) − 49 = 68 − 49 = 19 |z_1 + z_2|^2 = 2(9 + 25) - 49 = 68 - 49 = 19 ∣ z 1 + z 2 ∣ 2 = 2 ( 9 + 25 ) − 49 = 68 − 49 = 19 . So ∣ z 1 + z 2 ∣ = 19 |z_1 + z_2| = \sqrt{19} ∣ z 1 + z 2 ∣ = 19 .
Worked Examples
Worked Example: Division in Polar Form
Express z 1 z 2 \dfrac{z_1}{z_2} z 2 z 1 in Cartesian form where z 1 = 4 c i s ( 2 π 3 ) z_1 = 4\,\mathrm{cis}\!\left(\dfrac{2\pi}{3}\right) z 1 = 4 cis ( 3 2 π ) and
z 2 = 2 c i s ( π 6 ) z_2 = 2\,\mathrm{cis}\!\left(\dfrac{\pi}{6}\right) z 2 = 2 cis ( 6 π ) .
Solution In polar form:
z 1 z 2 = 4 2 c i s ( 2 π 3 − π 6 ) = 2 c i s ( π 2 ) = 2 ( cos π 2 + i sin π 2 ) = 2 ( 0 + i ) = 2 i \frac{z_1}{z_2} = \frac{4}{2}\,\mathrm{cis}\!\left(\frac{2\pi}{3} - \frac{\pi}{6}\right) = 2\,\mathrm{cis}\!\left(\frac{\pi}{2}\right) = 2\left(\cos\frac{\pi}{2} + i\sin\frac{\pi}{2}\right) = 2(0 + i) = 2i z 2 z 1 = 2 4 cis ( 3 2 π − 6 π ) = 2 cis ( 2 π ) = 2 ( cos 2 π + i sin 2 π ) = 2 ( 0 + i ) = 2 i
Converting to Cartesian form: 0 + 2 i 0 + 2i 0 + 2 i .
Worked Example: Solving a Quadratic with Complex Coefficients
Solve z 2 + ( 1 − 3 i ) z + ( 4 + 3 i ) = 0 z^2 + (1 - 3i)z + (4 + 3i) = 0 z 2 + ( 1 − 3 i ) z + ( 4 + 3 i ) = 0 .
Solution Using the quadratic formula z = − b ± b 2 − 4 a c 2 a z = \dfrac{-b \pm \sqrt{b^2 - 4ac}}{2a} z = 2 a − b ± b 2 − 4 a c :
Δ = ( 1 − 3 i ) 2 − 4 ( 1 ) ( 4 + 3 i ) = 1 − 6 i − 9 − 16 − 12 i = − 24 − 18 i \Delta = (1 - 3i)^2 - 4(1)(4 + 3i) = 1 - 6i - 9 - 16 - 12i = -24 - 18i Δ = ( 1 − 3 i ) 2 − 4 ( 1 ) ( 4 + 3 i ) = 1 − 6 i − 9 − 16 − 12 i = − 24 − 18 i
Find − 24 − 18 i \sqrt{-24 - 18i} − 24 − 18 i . Let − 24 − 18 i = a + b i \sqrt{-24 - 18i} = a + bi − 24 − 18 i = a + bi where a , b ∈ ′ { ′ R ′ } ′ a, b \in \mathbb{'\{'}R{'\}'} a , b ∈ ′ { ′ R ′ } ′ . Then
a 2 − b 2 = − 24 a^2 - b^2 = -24 a 2 − b 2 = − 24 and 2 a b = − 18 2ab = -18 2 ab = − 18 , so b = − 9 / a b = -9/a b = − 9/ a .
Substituting: a 2 − 81 / a 2 = − 24 ⟹ a 4 + 24 a 2 − 81 = 0 a^2 - 81/a^2 = -24 \implies a^4 + 24a^2 - 81 = 0 a 2 − 81/ a 2 = − 24 ⟹ a 4 + 24 a 2 − 81 = 0 . Let u = a 2 u = a^2 u = a 2 :
u 2 + 24 u − 81 = 0 ⟹ u = − 24 ± 576 + 324 2 = − 24 ± 30 2 u^2 + 24u - 81 = 0 \implies u = \dfrac{-24 \pm \sqrt{576 + 324}}{2} = \dfrac{-24 \pm 30}{2} u 2 + 24 u − 81 = 0 ⟹ u = 2 − 24 ± 576 + 324 = 2 − 24 ± 30 .
Since u = a 2 ≥ 0 u = a^2 \ge 0 u = a 2 ≥ 0 : u = 3 u = 3 u = 3 , so a = 3 a = \sqrt{3} a = 3 (taking a > 0 a \gt 0 a > 0 ) and b = − 9 / 3 = − 3 3 b = -9/\sqrt{3} = -3\sqrt{3} b = − 9/ 3 = − 3 3 .
Thus Δ = 3 − 3 3 i \sqrt{\Delta} = \sqrt{3} - 3\sqrt{3}\,i Δ = 3 − 3 3 i .
z = − ( 1 − 3 i ) ± ( 3 − 3 3 i ) 2 z = \frac{-(1 - 3i) \pm (\sqrt{3} - 3\sqrt{3}\,i)}{2} z = 2 − ( 1 − 3 i ) ± ( 3 − 3 3 i )
z 1 = − 1 + 3 i + 3 − 3 3 i 2 = − 1 + 3 2 + 3 − 3 3 2 i z_1 = \dfrac{-1 + 3i + \sqrt{3} - 3\sqrt{3}\,i}{2} = \dfrac{-1 + \sqrt{3}}{2} + \dfrac{3 - 3\sqrt{3}}{2}i z 1 = 2 − 1 + 3 i + 3 − 3 3 i = 2 − 1 + 3 + 2 3 − 3 3 i
z 2 = − 1 + 3 i − 3 + 3 3 i 2 = − 1 − 3 2 + 3 + 3 3 2 i z_2 = \dfrac{-1 + 3i - \sqrt{3} + 3\sqrt{3}\,i}{2} = \dfrac{-1 - \sqrt{3}}{2} + \dfrac{3 + 3\sqrt{3}}{2}i z 2 = 2 − 1 + 3 i − 3 + 3 3 i = 2 − 1 − 3 + 2 3 + 3 3 i
Worked Example: Using De Moivre to Derive a Trig Identity
Use De Moivre's theorem to express cos 5 θ \cos 5\theta cos 5 θ as a polynomial in cos θ \cos\theta cos θ .
Solution By De Moivre: cos 5 θ + i sin 5 θ = ( cos θ + i sin θ ) 5 \cos 5\theta + i\sin 5\theta = (\cos\theta + i\sin\theta)^5 cos 5 θ + i sin 5 θ = ( cos θ + i sin θ ) 5 .
Expanding by the binomial theorem:
( cos θ + i sin θ ) 5 = cos 5 θ + 5 i cos 4 θ sin θ − 10 cos 3 θ sin 2 θ − 10 i cos 2 θ sin 3 θ + 5 cos θ sin 4 θ + i sin 5 θ (\cos\theta + i\sin\theta)^5 = \cos^5\theta + 5i\cos^4\theta\sin\theta - 10\cos^3\theta\sin^2\theta - 10i\cos^2\theta\sin^3\theta + 5\cos\theta\sin^4\theta + i\sin^5\theta ( cos θ + i sin θ ) 5 = cos 5 θ + 5 i cos 4 θ sin θ − 10 cos 3 θ sin 2 θ − 10 i cos 2 θ sin 3 θ + 5 cos θ sin 4 θ + i sin 5 θ
Equating real parts:
cos 5 θ = cos 5 θ − 10 cos 3 θ sin 2 θ + 5 cos θ sin 4 θ \cos 5\theta = \cos^5\theta - 10\cos^3\theta\sin^2\theta + 5\cos\theta\sin^4\theta cos 5 θ = cos 5 θ − 10 cos 3 θ sin 2 θ + 5 cos θ sin 4 θ
Using sin 2 θ = 1 − cos 2 θ \sin^2\theta = 1 - \cos^2\theta sin 2 θ = 1 − cos 2 θ :
cos 5 θ = cos 5 θ − 10 cos 3 θ ( 1 − cos 2 θ ) + 5 cos θ ( 1 − cos 2 θ ) 2 \cos 5\theta = \cos^5\theta - 10\cos^3\theta(1 - \cos^2\theta) + 5\cos\theta(1 - \cos^2\theta)^2 cos 5 θ = cos 5 θ − 10 cos 3 θ ( 1 − cos 2 θ ) + 5 cos θ ( 1 − cos 2 θ ) 2
= cos 5 θ − 10 cos 3 θ + 10 cos 5 θ + 5 cos θ − 10 cos 3 θ + 5 cos 5 θ = \cos^5\theta - 10\cos^3\theta + 10\cos^5\theta + 5\cos\theta - 10\cos^3\theta + 5\cos^5\theta = cos 5 θ − 10 cos 3 θ + 10 cos 5 θ + 5 cos θ − 10 cos 3 θ + 5 cos 5 θ
= 16 cos 5 θ − 20 cos 3 θ + 5 cos θ = 16\cos^5\theta - 20\cos^3\theta + 5\cos\theta = 16 cos 5 θ − 20 cos 3 θ + 5 cos θ
Worked Example: Fifth Roots of a Complex Number
Find all fifth roots of − 16 + 16 3 i -16 + 16\sqrt{3}\,i − 16 + 16 3 i .
Solution Express in polar form: z = − 16 + 16 3 i z = -16 + 16\sqrt{3}\,i z = − 16 + 16 3 i . Modulus:
∣ z ∣ = 256 + 768 = 1024 = 32 |z| = \sqrt{256 + 768} = \sqrt{1024} = 32 ∣ z ∣ = 256 + 768 = 1024 = 32 . Since a = − 16 < 0 a = -16 \lt 0 a = − 16 < 0 and b = 16 3 > 0 b = 16\sqrt{3} \gt 0 b = 16 3 > 0 :
arg ( z ) = arctan ( 16 3 − 16 ) + π = arctan ( − 3 ) + π = − π 3 + π = 2 π 3 \arg(z) = \arctan\!\left(\dfrac{16\sqrt{3}}{-16}\right) + \pi = \arctan(-\sqrt{3}) + \pi = -\dfrac{\pi}{3} + \pi = \dfrac{2\pi}{3} arg ( z ) = arctan ( − 16 16 3 ) + π = arctan ( − 3 ) + π = − 3 π + π = 3 2 π .
So z = 32 c i s ( 2 π 3 ) z = 32\,\mathrm{cis}\!\left(\dfrac{2\pi}{3}\right) z = 32 cis ( 3 2 π ) .
The fifth roots are:
w k = 32 1 / 5 c i s ( 2 π / 3 + 2 k π 5 ) = 2 c i s ( 2 π + 6 k π 15 ) , k = 0 , 1 , 2 , 3 , 4 w_k = 32^{1/5}\,\mathrm{cis}\!\left(\frac{2\pi/3 + 2k\pi}{5}\right) = 2\,\mathrm{cis}\!\left(\frac{2\pi + 6k\pi}{15}\right), \quad k = 0, 1, 2, 3, 4 w k = 3 2 1/5 cis ( 5 2 π /3 + 2 k π ) = 2 cis ( 15 2 π + 6 k π ) , k = 0 , 1 , 2 , 3 , 4
w 0 = 2 c i s ( 2 π 15 ) w_0 = 2\,\mathrm{cis}\!\left(\dfrac{2\pi}{15}\right) w 0 = 2 cis ( 15 2 π ) ,
w 1 = 2 c i s ( 8 π 15 ) w_1 = 2\,\mathrm{cis}\!\left(\dfrac{8\pi}{15}\right) w 1 = 2 cis ( 15 8 π ) ,
w 2 = 2 c i s ( 14 π 15 ) w_2 = 2\,\mathrm{cis}\!\left(\dfrac{14\pi}{15}\right) w 2 = 2 cis ( 15 14 π ) ,
w 3 = 2 c i s ( 20 π 15 ) = 2 c i s ( 4 π 3 ) = − 1 − 3 i w_3 = 2\,\mathrm{cis}\!\left(\dfrac{20\pi}{15}\right) = 2\,\mathrm{cis}\!\left(\dfrac{4\pi}{3}\right) = -1 - \sqrt{3}\,i w 3 = 2 cis ( 15 20 π ) = 2 cis ( 3 4 π ) = − 1 − 3 i ,
w 4 = 2 c i s ( 26 π 15 ) = 2 c i s ( − 4 π 15 ) w_4 = 2\,\mathrm{cis}\!\left(\dfrac{26\pi}{15}\right) = 2\,\mathrm{cis}\!\left(-\dfrac{4\pi}{15}\right) w 4 = 2 cis ( 15 26 π ) = 2 cis ( − 15 4 π ) .
These five roots lie on a circle of radius 2 2 2 , equally spaced by 2 π 5 \dfrac{2\pi}{5} 5 2 π .
Additional Common Pitfalls
Forgetting to convert to polar before using De Moivre. De Moivre's theorem requires the form
r c i s θ r\,\mathrm{cis}\;\theta r cis θ . Attempting to raise a + b i a + bi a + bi to a power directly without conversion leads to
algebraic errors.
Square root of a complex number gives two values. Every nonzero complex number has exactly two
square roots. When solving Δ \sqrt{\Delta} Δ in the quadratic formula with complex coefficients, both
signs must be considered.
Principal argument range. A r g ( z ) ∈ ( − π , π ] \mathrm{Arg}(z) \in (-\pi, \pi] Arg ( z ) ∈ ( − π , π ] . If De Moivre produces an argument
outside this range, add or subtract 2 π 2\pi 2 π to normalise. For example, c i s ( 7 π 4 ) \mathrm{cis}\!\left(\dfrac{7\pi}{4}\right) cis ( 4 7 π )
is preferred over c i s ( − π 4 ) \mathrm{cis}\!\left(-\dfrac{\pi}{4}\right) cis ( − 4 π ) in some contexts, but both are valid.
Conjugate pair errors in polynomials. If a + b i a + bi a + bi is a root of a polynomial with real coefficients,
then a − b i a - bi a − bi is also a root. Forgetting this symmetry loses information about the polynomial.
Modulus of a sum vs. sum of moduli. ∣ z 1 + z 2 ∣ ≤ ∣ z 1 ∣ + ∣ z 2 ∣ |z_1 + z_2| \le |z_1| + |z_2| ∣ z 1 + z 2 ∣ ≤ ∣ z 1 ∣ + ∣ z 2 ∣ with equality only when z 1 z_1 z 1
and z 2 z_2 z 2 point in the same direction. Computing ∣ z 1 + z 2 ∣ |z_1 + z_2| ∣ z 1 + z 2 ∣ as ∣ z 1 ∣ + ∣ z 2 ∣ |z_1| + |z_2| ∣ z 1 ∣ + ∣ z 2 ∣ is almost always
wrong.
Exam-Style Problems
Problem 9 Given z = 3 + 4 i z = 3 + 4i z = 3 + 4 i and w = 1 − 2 i w = 1 - 2i w = 1 − 2 i , find ∣ z 2 w ∣ |z^2 w| ∣ z 2 w ∣ and arg ( z 2 w ) \arg(z^2 w) arg ( z 2 w ) .
Problem 10 If ∣ z − 2 i ∣ = ∣ z + 4 ∣ |z - 2i| = |z + 4| ∣ z − 2 i ∣ = ∣ z + 4∣ and arg ( z ) = π 4 \arg(z) = \dfrac{\pi}{4} arg ( z ) = 4 π , find z z z in Cartesian form.
Problem 11 Express sin 3 θ \sin 3\theta sin 3 θ purely in terms of sin θ \sin\theta sin θ using De Moivre's theorem.
Problem 12 The complex numbers α \alpha α and β \beta β are roots of z 2 − 4 z + 13 = 0 z^2 - 4z + 13 = 0 z 2 − 4 z + 13 = 0 . Show that
α 3 + β 3 = − 10 \alpha^3 + \beta^3 = -10 α 3 + β 3 = − 10 .
Problem 13 Find the locus of points z z z in the complex plane satisfying ∣ z − 3 − 4 i ∣ = 2 ∣ z + 1 + 2 i ∣ |z - 3 - 4i| = 2|z + 1 + 2i| ∣ z − 3 − 4 i ∣ = 2∣ z + 1 + 2 i ∣ .
Problem 14 Find all solutions to z 4 + z 2 + 1 = 0 z^4 + z^2 + 1 = 0 z 4 + z 2 + 1 = 0 and represent them on an Argand diagram.
Problem 15 Prove that ∣ z 1 + z 2 ∣ 2 + ∣ z 1 − z 2 ∣ 2 = 2 ( ∣ z 1 ∣ 2 + ∣ z 2 ∣ 2 ) |z_1 + z_2|^2 + |z_1 - z_2|^2 = 2(|z_1|^2 + |z_2|^2) ∣ z 1 + z 2 ∣ 2 + ∣ z 1 − z 2 ∣ 2 = 2 ( ∣ z 1 ∣ 2 + ∣ z 2 ∣ 2 ) for all
z 1 , z 2 ∈ ′ { ′ C ′ } ′ z_1, z_2 \in \mathbb{'\{'}C{'\}'} z 1 , z 2 ∈ ′ { ′ C ′ } ′ (parallelogram law).
Answers to Additional Problems Problem 9: ∣ z ∣ = 5 |z| = 5 ∣ z ∣ = 5 , ∣ w ∣ = 5 |w| = \sqrt{5} ∣ w ∣ = 5 . ∣ z 2 w ∣ = ∣ z ∣ 2 ∣ w ∣ = 25 5 |z^2 w| = |z|^2|w| = 25\sqrt{5} ∣ z 2 w ∣ = ∣ z ∣ 2 ∣ w ∣ = 25 5 .
arg ( z ) = arctan ( 4 / 3 ) \arg(z) = \arctan(4/3) arg ( z ) = arctan ( 4/3 ) , arg ( w ) = arctan ( − 2 ) \arg(w) = \arctan(-2) arg ( w ) = arctan ( − 2 ) . arg ( z 2 w ) = 2 arctan ( 4 / 3 ) + arctan ( − 2 ) \arg(z^2 w) = 2\arctan(4/3) + \arctan(-2) arg ( z 2 w ) = 2 arctan ( 4/3 ) + arctan ( − 2 ) .
Since z 2 = ( 3 + 4 i ) 2 = − 7 + 24 i z^2 = (3+4i)^2 = -7 + 24i z 2 = ( 3 + 4 i ) 2 = − 7 + 24 i and z 2 w = ( − 7 + 24 i ) ( 1 − 2 i ) = − 7 + 14 i + 24 i + 48 = 41 + 38 i z^2 w = (-7+24i)(1-2i) = -7 + 14i + 24i + 48 = 41 + 38i z 2 w = ( − 7 + 24 i ) ( 1 − 2 i ) = − 7 + 14 i + 24 i + 48 = 41 + 38 i .
∣ z 2 w ∣ = 41 2 + 38 2 = 1681 + 1444 = 3125 = 25 5 |z^2 w| = \sqrt{41^2 + 38^2} = \sqrt{1681 + 1444} = \sqrt{3125} = 25\sqrt{5} ∣ z 2 w ∣ = 4 1 2 + 3 8 2 = 1681 + 1444 = 3125 = 25 5 . Confirmed.
arg ( z 2 w ) = arctan ( 38 / 41 ) ≈ 0.747 r a d \arg(z^2 w) = \arctan(38/41) \approx 0.747\;\mathrm{rad} arg ( z 2 w ) = arctan ( 38/41 ) ≈ 0.747 rad .
Problem 10: Let z = x + y i z = x + yi z = x + y i with x > 0 x \gt 0 x > 0 , y > 0 y \gt 0 y > 0 (since arg ( z ) = π / 4 \arg(z) = \pi/4 arg ( z ) = π /4 ), and y = x y = x y = x .
∣ z − 2 i ∣ 2 = x 2 + ( x − 2 ) 2 = 2 x 2 − 4 x + 4 |z - 2i|^2 = x^2 + (x-2)^2 = 2x^2 - 4x + 4 ∣ z − 2 i ∣ 2 = x 2 + ( x − 2 ) 2 = 2 x 2 − 4 x + 4 .
∣ z + 4 ∣ 2 = ( x + 4 ) 2 + x 2 = 2 x 2 + 8 x + 16 |z + 4|^2 = (x+4)^2 + x^2 = 2x^2 + 8x + 16 ∣ z + 4 ∣ 2 = ( x + 4 ) 2 + x 2 = 2 x 2 + 8 x + 16 .
Setting equal: 2 x 2 − 4 x + 4 = 2 x 2 + 8 x + 16 ⟹ − 12 x = 12 ⟹ x = − 1 2x^2 - 4x + 4 = 2x^2 + 8x + 16 \implies -12x = 12 \implies x = -1 2 x 2 − 4 x + 4 = 2 x 2 + 8 x + 16 ⟹ − 12 x = 12 ⟹ x = − 1 .
But x > 0 x \gt 0 x > 0 is required. This gives no solution in the principal argument range. Rechecking:
arg ( z ) = π / 4 ⟹ z = t ( 1 + i ) \arg(z) = \pi/4 \implies z = t(1 + i) arg ( z ) = π /4 ⟹ z = t ( 1 + i ) for t > 0 t \gt 0 t > 0 .
∣ t + t i − 2 i ∣ 2 = t 2 + ( t − 2 ) 2 = 2 t 2 − 4 t + 4 |t + ti - 2i|^2 = t^2 + (t-2)^2 = 2t^2 - 4t + 4 ∣ t + t i − 2 i ∣ 2 = t 2 + ( t − 2 ) 2 = 2 t 2 − 4 t + 4 .
∣ t + t i + 4 ∣ 2 = ( t + 4 ) 2 + t 2 = 2 t 2 + 8 t + 16 |t + ti + 4|^2 = (t+4)^2 + t^2 = 2t^2 + 8t + 16 ∣ t + t i + 4 ∣ 2 = ( t + 4 ) 2 + t 2 = 2 t 2 + 8 t + 16 .
2 t 2 − 4 t + 4 = 2 t 2 + 8 t + 16 ⟹ t = − 1 2t^2 - 4t + 4 = 2t^2 + 8t + 16 \implies t = -1 2 t 2 − 4 t + 4 = 2 t 2 + 8 t + 16 ⟹ t = − 1 . No positive solution exists. The locus circle and
ray do not intersect.
Problem 11: From De Moivre, equating imaginary parts:
sin 3 θ = 3 cos 2 θ sin θ − sin 3 θ = 3 ( 1 − sin 2 θ ) sin θ − sin 3 θ = 3 sin θ − 4 sin 3 θ \sin 3\theta = 3\cos^2\theta\sin\theta - \sin^3\theta = 3(1 - \sin^2\theta)\sin\theta - \sin^3\theta = 3\sin\theta - 4\sin^3\theta sin 3 θ = 3 cos 2 θ sin θ − sin 3 θ = 3 ( 1 − sin 2 θ ) sin θ − sin 3 θ = 3 sin θ − 4 sin 3 θ .
Problem 12: α + β = 4 \alpha + \beta = 4 α + β = 4 and α β = 13 \alpha\beta = 13 α β = 13 .
α 3 + β 3 = ( α + β ) 3 − 3 α β ( α + β ) = 64 − 3 ( 13 ) ( 4 ) = 64 − 156 = − 92 \alpha^3 + \beta^3 = (\alpha + \beta)^3 - 3\alpha\beta(\alpha + \beta) = 64 - 3(13)(4) = 64 - 156 = -92 α 3 + β 3 = ( α + β ) 3 − 3 α β ( α + β ) = 64 − 3 ( 13 ) ( 4 ) = 64 − 156 = − 92 .
Note: the problem statement claims − 10 -10 − 10 , but the correct answer is − 92 -92 − 92 . This demonstrates the
importance of always verifying claims.
Problem 13: Let z = x + y i z = x + yi z = x + y i . ∣ z − ( 3 + 4 i ) ∣ 2 = ( x − 3 ) 2 + ( y − 4 ) 2 |z - (3+4i)|^2 = (x-3)^2 + (y-4)^2 ∣ z − ( 3 + 4 i ) ∣ 2 = ( x − 3 ) 2 + ( y − 4 ) 2 .
∣ z − ( − 1 − 2 i ) ∣ 2 = ( x + 1 ) 2 + ( y + 2 ) 2 |z - (-1-2i)|^2 = (x+1)^2 + (y+2)^2 ∣ z − ( − 1 − 2 i ) ∣ 2 = ( x + 1 ) 2 + ( y + 2 ) 2 .
Setting ( x − 3 ) 2 + ( y − 4 ) 2 = 4 [ ( x + 1 ) 2 + ( y + 2 ) 2 ] (x-3)^2 + (y-4)^2 = 4[(x+1)^2 + (y+2)^2] ( x − 3 ) 2 + ( y − 4 ) 2 = 4 [( x + 1 ) 2 + ( y + 2 ) 2 ] :
x 2 − 6 x + 9 + y 2 − 8 y + 16 = 4 x 2 + 8 x + 4 + 4 y 2 + 16 y + 16 x^2 - 6x + 9 + y^2 - 8y + 16 = 4x^2 + 8x + 4 + 4y^2 + 16y + 16 x 2 − 6 x + 9 + y 2 − 8 y + 16 = 4 x 2 + 8 x + 4 + 4 y 2 + 16 y + 16 .
− 3 x 2 − 14 x − 3 y 2 − 24 y + 5 = 0 -3x^2 - 14x - 3y^2 - 24y + 5 = 0 − 3 x 2 − 14 x − 3 y 2 − 24 y + 5 = 0 .
x 2 + y 2 + 14 3 x + 8 y = 5 3 x^2 + y^2 + \dfrac{14}{3}x + 8y = \dfrac{5}{3} x 2 + y 2 + 3 14 x + 8 y = 3 5 .
Completing squares: ( x + 7 3 ) 2 + ( y + 4 ) 2 = 5 3 + 49 9 + 16 = 200 9 \left(x + \dfrac{7}{3}\right)^2 + (y + 4)^2 = \dfrac{5}{3} + \dfrac{49}{9} + 16 = \dfrac{200}{9} ( x + 3 7 ) 2 + ( y + 4 ) 2 = 3 5 + 9 49 + 16 = 9 200 .
This is a circle with centre ( − 7 3 , − 4 ) \left(-\dfrac{7}{3}, -4\right) ( − 3 7 , − 4 ) and radius 10 2 3 \dfrac{10\sqrt{2}}{3} 3 10 2 .
Problem 14: z 4 + z 2 + 1 = 0 z^4 + z^2 + 1 = 0 z 4 + z 2 + 1 = 0 . Let u = z 2 u = z^2 u = z 2 : u 2 + u + 1 = 0 ⟹ u = − 1 ± 3 i 2 u^2 + u + 1 = 0 \implies u = \dfrac{-1 \pm \sqrt{3}\,i}{2} u 2 + u + 1 = 0 ⟹ u = 2 − 1 ± 3 i .
So z 2 = c i s ( 2 π 3 ) z^2 = \mathrm{cis}\!\left(\dfrac{2\pi}{3}\right) z 2 = cis ( 3 2 π ) or z 2 = c i s ( − 2 π 3 ) z^2 = \mathrm{cis}\!\left(-\dfrac{2\pi}{3}\right) z 2 = cis ( − 3 2 π ) .
z = ± c i s ( π 3 ) z = \pm\,\mathrm{cis}\!\left(\dfrac{\pi}{3}\right) z = ± cis ( 3 π ) or z = ± c i s ( − π 3 ) z = \pm\,\mathrm{cis}\!\left(-\dfrac{\pi}{3}\right) z = ± cis ( − 3 π ) .
The four roots are ± 1 2 ± 3 2 i \pm\dfrac{1}{2} \pm \dfrac{\sqrt{3}}{2}i ± 2 1 ± 2 3 i , which are the primitive 6th roots of unity.
Problem 15: ∣ z 1 + z 2 ∣ 2 = ( z 1 + z 2 ) ( z 1 + z 2 ) ‾ = ( z 1 + z 2 ) ( z ˉ 1 + z ˉ 2 ) = ∣ z 1 ∣ 2 + z 1 z ˉ 2 + z ˉ 1 z 2 + ∣ z 2 ∣ 2 |z_1 + z_2|^2 = (z_1 + z_2)\overline{(z_1 + z_2)} = (z_1 + z_2)(\bar{z}_1 + \bar{z}_2) = |z_1|^2 + z_1\bar{z}_2 + \bar{z}_1 z_2 + |z_2|^2 ∣ z 1 + z 2 ∣ 2 = ( z 1 + z 2 ) ( z 1 + z 2 ) = ( z 1 + z 2 ) ( z ˉ 1 + z ˉ 2 ) = ∣ z 1 ∣ 2 + z 1 z ˉ 2 + z ˉ 1 z 2 + ∣ z 2 ∣ 2 .
Similarly, ∣ z 1 − z 2 ∣ 2 = ∣ z 1 ∣ 2 − z 1 z ˉ 2 − z ˉ 1 z 2 + ∣ z 2 ∣ 2 |z_1 - z_2|^2 = |z_1|^2 - z_1\bar{z}_2 - \bar{z}_1 z_2 + |z_2|^2 ∣ z 1 − z 2 ∣ 2 = ∣ z 1 ∣ 2 − z 1 z ˉ 2 − z ˉ 1 z 2 + ∣ z 2 ∣ 2 .
Adding: ∣ z 1 + z 2 ∣ 2 + ∣ z 1 − z 2 ∣ 2 = 2 ∣ z 1 ∣ 2 + 2 ∣ z 2 ∣ 2 = 2 ( ∣ z 1 ∣ 2 + ∣ z 2 ∣ 2 ) |z_1 + z_2|^2 + |z_1 - z_2|^2 = 2|z_1|^2 + 2|z_2|^2 = 2(|z_1|^2 + |z_2|^2) ∣ z 1 + z 2 ∣ 2 + ∣ z 1 − z 2 ∣ 2 = 2∣ z 1 ∣ 2 + 2∣ z 2 ∣ 2 = 2 ( ∣ z 1 ∣ 2 + ∣ z 2 ∣ 2 ) .
If You Get These Wrong, Revise:
Trigonometric identities → Review the trigonometry section for angle addition and double-angle formulas
Polar coordinates and argument calculation → Review ./complex-numbers (section on Argument)
Binomial theorem expansion → Review algebra and series topics
Polynomial roots and Vieta's formulas → Review ./complex-numbers (section on Sum of Roots)
For the A-Level Further Maths treatment of this topic, see Complex Numbers .