Exercise 1.4 — Question 5
This question involves converting complex numbers to polar form and applying operations in polar representation.
In the polar coordinate system, a point P in the plane is located by:
- r — the radial distance from the origin (pole) to the point P, where r≥0
- θ — the polar angle (argument) measured counterclockwise from the positive x-axis
A point is written as P(r,θ).
For a complex number z=a+ib, the polar (trigonometric) form is:
z=r(cosθ+isinθ)
where:
- r=∣z∣=a2+b2 is the modulus
- θ=arg(z)=tan−1(ab) is the argument
- a=rcosθ, b=rsinθ
Multiplication:
z1z2=r1r2[cos(θ1+θ2)+isin(θ1+θ2)]
Division:
z2z1=r2r1[cos(θ1−θ2)+isin(θ1−θ2)],z2=0
De Moivre's Theorem:
zn=rn(cosnθ+isinnθ)
Express z1=1+i and z2=3−i in polar form, then find z1z2 and z2z1.
Step 1 — Polar form of z1=1+i:
r1=12+12=2,θ1=tan−1(11)=45°
z1=2(cos45°+isin45°)
Step 2 — Polar form of z2=3−i:
r2=(3)2+(−1)2=4=2,θ2=−30° (4th quadrant)
z2=2(cos(−30°)+isin(−30°))
Step 3 — Product z1z2:
z1z2=2⋅2[cos(45°+(−30°))+isin(45°+(−30°))]
=22(cos15°+isin15°)
Step 4 — Quotient z2z1:
z2z1=22[cos(45°−(−30°))+isin(45°−(−30°))]
=22(cos75°+isin75°)