Practice and worked examples for 9231 Complex numbers. Short previews only — attempt the full question in MarkScheme against the official scheme.
Worked example 1
Solve the equation z3=−43+4i. Give your answers in the form reiθ, where r>0 and −π<θ≤π.
Show solution outline
First, convert w=−43+4i to exponential form. \ Modulus: ∣w∣=(−43)2+42=48+16=64=8. \ Argument: arg(w)=arctan(−434)=arctan(−31). Since the real part is negative and the imaginary part is positive, the number is in the second quadrant. So, arg(w)=π−6π=65π. \ So, w=8ei(5π/6). \ We are solving z3=8ei(5π/6). We write this in general form: \ z3=8ei(5π/6+2kπ) for k∈Z. \ Taking the cube root: \ z=(8ei(5π/6+2kπ))1/3=81/3ei35π/6+2kπ=2ei(185π+32kπ). \ We find the three distinct roots by taking k=0,1,2: \ For k=0: z0=2ei(5π/18). This is in the required range. \ For k=1: z1=2ei(5π/18+2π/3)=2ei(5π/18+12π/18)=2ei(17π/18). This is in the required range. \ For k=2: z2=2ei(5π/18+4π/3)=2ei(5π/18+24π/18)=2ei(29π/18). The argument is outside the range (−π,π]. We adjust it by subtracting 2π: 1829π−2π=1829π−36π=−187π. So, z2=2e−i(7π/18). \ The solutions are 2ei(5π/18), 2ei(17π/18), and 2e−i(7π/18).
Worked example 2
Let C=∑r=0n−1cos(rθ) and S=∑r=0n−1sin(rθ). By considering C+iS, find expressions for C and S in terms of n and θ.
Show solution outline
Consider the sum C+iS: \ C+iS=∑r=0n−1(cos(rθ)+isin(rθ))=∑r=0n−1(eiθ)r. \ This is a geometric series with first term a=(eiθ)0=1, common ratio r=eiθ, and n terms. \ The sum is Sn=1−ra(1−rn)=1−eiθ1(1−(eiθ)n)=1−eiθ1−einθ. \ We use the half-angle factorisation trick: 1−eiϕ=eiϕ/2(e−iϕ/2−eiϕ/2)=−2ieiϕ/2sin(ϕ/2). \ Applying this to the numerator and denominator: \ Numerator: 1−einθ=−2ieinθ/2sin(nθ/2). \ Denominator: 1−eiθ=−2ieiθ/2sin(θ/2). \ So, C+iS=−2ieiθ/2sin(θ/2)−2ieinθ/2sin(nθ/2)=ei(nθ/2−θ/2)sin(θ/2)sin(nθ/2)=ei(n−1)θ/2sin(θ/2)sin(nθ/2). \ Expanding the exponential term: \ C+iS=(cos(2(n−1)θ)+isin(2(n−1)θ))sin(θ/2)sin(nθ/2). \ Equating real and imaginary parts: \ C=cos(2(n−1)θ)sin(θ/2)sin(nθ/2). \ S=sin(2(n−1)θ)sin(θ/2)sin(nθ/2).