This question applies polar (trigonometric) form of complex numbers and the rules for multiplication and division in polar form.
A complex number z=a+ib can be written in polar form as:
z=r(cosθ+isinθ)
where:
- r=∣z∣=a2+b2 is the modulus
- θ=arg(z)=tan−1(ab) is the argument
If z1=r1(cosθ1+isinθ1) and z2=r2(cosθ2+isinθ2), then:
z1z2=r1r2[cos(θ1+θ2)+isin(θ1+θ2)]
Rule: Multiply the moduli and add the arguments.
z2z1=r2r1[cos(θ1−θ2)+isin(θ1−θ2)],z2=0
Rule: Divide the moduli and subtract the arguments.
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°=4π
z1=2(cos45°+isin45°)
Step 2 — Polar form of z2=3−i:
r2=(3)2+(−1)2=4=2,θ2=−30°=−6π
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°)
| Operation | Moduli | Arguments |
|---|
| Multiplication | r1×r2 | θ1+θ2 |
| Division | r1÷r2 | θ1−θ2 |