Exercise 1.4 — Question 10
A complex number z=a+ib can be written in polar (trigonometric) form as:
z=r(cosθ+isinθ)
where:
- r=∣z∣=a2+b2 is the modulus (distance from origin)
- θ=arg(z)=tan−1(ab) is the argument (angle with positive real axis)
- a=rcosθ, b=rsinθ
If z1=r1(cosθ1+isinθ1) and z2=r2(cosθ2+isinθ2), then:
z1⋅z2=r1r2[cos(θ1+θ2)+isin(θ1+θ2)]
Rule: Multiply the moduli and add the arguments.
z2z1=r2r1[cos(θ1−θ2)+isin(θ1−θ2)],r2=0
Rule: Divide the moduli and subtract the arguments.
For any integer n:
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=3+1=2,θ2=tan−1(3−1)=−30°
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°)