Complex Numbers in Polar Form
Complex Numbers in Polar Form
While complex numbers are usually introduced in rectangular form as z=a+bi, they can also be written in polar form. Polar form is incredibly useful because it makes multiplying, dividing, and finding powers of complex numbers much simpler.
Understanding Polar Form
In the complex plane, a complex number z=a+bi can be represented by its distance from the origin and its angle from the positive real axis.
- Modulus (r): The distance from the origin to the point. r=a2+b2
- Argument (θ): The angle formed with the positive real axis. tanθ=ab
Using trigonometry, we can express the complex number as: z=r(cosθ+isinθ) This is often abbreviated using the shorthand notation cis: z=rcis(θ)
Converting Rectangular to Polar Form
Let's convert the complex number z=3−3i into polar form.
- Find the modulus (r): r=32+(−3)2=9+9=18=32
- Find the argument (θ): tanθ=3−3=−1 Since a is positive and b is negative, the point lies in the 4th quadrant. The angle with a tangent of −1 in the 4th quadrant is θ=47π (or −4π).
- Write in polar form: z=32(cos(47π)+isin(47π)) Or simply, z=32cis(47π).
Multiplication and Division in Polar Form
Polar form makes multiplication and division incredibly straightforward.
- To multiply: Multiply the moduli and add the arguments. z1z2=r1r2cis(θ1+θ2)
- To divide: Divide the moduli and subtract the arguments. z2z1=r2r1cis(θ1−θ2)
Example: Multiplication
Multiply 2cis(3π)⋅4cis(4π) and convert the result to rectangular form.
- Multiply the moduli: 2×4=8
- Add the arguments: 3π+4π=124π+123π=127π
- Polar result: 8cis(127π)
To convert this back to rectangular form a+bi, evaluate the sine and cosine of 127π:
- cos(127π)=42−6
- sin(127π)=46+2
Now distribute the modulus 8: a=8(42−6)=22−26 b=8(46+2)=26+22
Rectangular result: (22−26)+i(26+22)
De Moivre's Theorem
If you need to raise a complex number to a power, doing it in rectangular form requires tedious binomial expansion. In polar form, De Moivre's Theorem gives us a powerful shortcut:
zn=[r(cosθ+isinθ)]n=rn(cos(nθ)+isin(nθ))
Simply raise the modulus to the power of n and multiply the argument by n.