Practice and worked examples for 9709 Complex numbers. Short previews only — attempt the full question in MarkScheme against the official scheme.
Worked example 1
Let the complex number u=−3+i. <br> (i) Find the modulus and argument of u. <br> (ii) Express u in exponential form.
Show solution outline
Given u=−3+i. This is in the form x+iy with x=−3 and y=1. <br><br> (i) Modulus and Argument <br> First, calculate the modulus: <br> ∣u∣=(−3)2+12=3+1=4=2. [M1, A1] <br><br> Next, find the argument θ. Let's first find the related acute angle α: <br> α=tan−1xy=tan−1−31=tan−1(31)=6π. [M1] <br><br> Now, sketch an Argand diagram. The point (−3,1) is in the second quadrant. <br> For the second quadrant, the principal argument is θ=π−α. <br> arg(u)=θ=π−6π=65π. [A1] <br><br> (ii) Exponential Form <br> The exponential form is z=reiθ. We have r=2 and θ=65π. <br> So, u=2ei(5π/6). [B1 ft]
Worked example 2
Use De Moivre's theorem to find (1−i)8.
Show solution outline
To use De Moivre's theorem, we must first convert z=1−i into polar or exponential form. <br><br> Step 1: Find modulus and argument of z=1−i. <br> x=1,y=−1. <br> Modulus: ∣z∣=12+(−1)2=2. [M1] <br> Argument: The point (1,−1) is in the fourth quadrant. <br> θ=tan−1(1−1)=−4π. [M1] <br> So, z=2(cos(−4π)+isin(−4π)). <br><br> Step 2: Apply De Moivre's Theorem. <br> We want to find z8. <br> z8=[2(cos(−4π)+isin(−4π))]8 <br> z8=(2)8(cos(8×−4π)+isin(8×−4π)) [M1 for applying theorem] <br> (2)8=(21/2)8=24=16. <br> 8×−4π=−2π. <br> So, z8=16(cos(−2π)+isin(−2π)). <br><br> Step 3: Convert back to Cartesian form. <br> We evaluate the trigonometric functions: <br> cos(−2π)=1 <br> sin(−2π)=0 <br> Therefore, z8=16(1+i⋅0)=16. [A1] <br> The final answer is 16.