This question involves applying operations (multiplication and/or division) to complex numbers expressed in polar (trigonometric) form.
Polar Form of a Complex Number:
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 (argument magnitude)
- θ=arg(z)=tan−1(ab) is the argument (angle with positive real axis)
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)],z2=0
Rule: Divide the moduli and subtract the arguments.
zn=rn(cosnθ+isinnθ)
This is used when a complex number in polar form is raised to a power n.
Let z1=2(cos60∘+isin60∘) and z2=3(cos30∘+isin30∘).
Find z1⋅z2:
z1⋅z2=(2)(3)[cos(60∘+30∘)+isin(60∘+30∘)]
=6(cos90∘+isin90∘)=6(0+i)=6i
Find z2z1:
z2z1=32[cos(60∘−30∘)+isin(60∘−30∘)]
=32(cos30∘+isin30∘)=32(23+2i)=33+3i
- Convert each complex number to polar form: find r and θ.
- Apply the appropriate polar operation rule (multiply/divide/power).
- Simplify the resulting modulus and argument.
- Convert back to rectangular form a+ib if required.