Math Lab
Home/Class XI/Ch 4/Polar form of a complex number

Polar form of a complex number

The Cartesian form z=a+biz = a + bi is convenient for addition. The polar form z=r(cosθ+isinθ)z = r(\cos\theta + i\sin\theta) is convenient for multiplication. Switching between the two is the single most important skill in this chapter.

Definitions

For any z0z \ne 0 in the Argand plane, let r=z,θ=arg(z).r = |z|, \quad \theta = \arg(z). Then z=r(cosθ+isinθ).\boxed{z = r(\cos\theta + i\sin\theta).}

This is the polar (or trigonometric) form of zz. The pair (r,θ)(r, \theta) are polar coordinates of the point. We sometimes write the right side as rcisθr\,\text{cis}\,\theta , a shorthand for "rr times cosθ+isinθ\cos\theta + i\sin\theta".

The argument θ\theta is determined up to adding 2π2\pi. The principal argument Arg(z)(π,π]\text{Arg}(z) \in (-\pi, \pi] is the canonical choice.

Conversion

Cartesian to polar. Given z=a+biz = a + bi: r=a2+b2,tanθ=ba (with quadrant adjustment).r = \sqrt{a^2 + b^2}, \quad \tan\theta = \frac{b}{a} \text{ (with quadrant adjustment)}.

Polar to Cartesian. Given r,θr, \theta: a=rcosθ,b=rsinθ.a = r\cos\theta, \quad b = r\sin\theta.

Multiplication and division in polar form

Let z1=r1(cosθ1+isinθ1)z_1 = r_1(\cos\theta_1 + i\sin\theta_1) and z2=r2(cosθ2+isinθ2)z_2 = r_2(\cos\theta_2 + i\sin\theta_2).

Then z1z2=r1r2(cos(θ1+θ2)+isin(θ1+θ2)),z_1 z_2 = r_1 r_2 \big(\cos(\theta_1 + \theta_2) + i\sin(\theta_1 + \theta_2)\big), z1z2=r1r2(cos(θ1θ2)+isin(θ1θ2)).\frac{z_1}{z_2} = \frac{r_1}{r_2}\big(\cos(\theta_1 - \theta_2) + i\sin(\theta_1 - \theta_2)\big).

Multiply moduli, add arguments. Divide moduli, subtract arguments. This is the geometric content of complex multiplication, and the deepest reason why complex numbers are useful.

Proof of the multiplication formula

z1z2=r1r2(cosθ1+isinθ1)(cosθ2+isinθ2).z_1 z_2 = r_1 r_2 (\cos\theta_1 + i\sin\theta_1)(\cos\theta_2 + i\sin\theta_2). Expanding: =r1r2[(cosθ1cosθ2sinθ1sinθ2)+i(sinθ1cosθ2+cosθ1sinθ2)].= r_1 r_2 \big[(\cos\theta_1\cos\theta_2 - \sin\theta_1\sin\theta_2) + i(\sin\theta_1\cos\theta_2 + \cos\theta_1\sin\theta_2)\big]. By the addition formulas (Chapter 3): =r1r2[cos(θ1+θ2)+isin(θ1+θ2)].\qed= r_1 r_2 \big[\cos(\theta_1 + \theta_2) + i\sin(\theta_1 + \theta_2)\big]. \qed

De Moivre's theorem (preview)

For any positive integer nn and any complex number z=r(cosθ+isinθ)z = r(\cos\theta + i\sin\theta): zn=rn(cosnθ+isinnθ).z^n = r^n (\cos n\theta + i\sin n\theta).

This is De Moivre's theorem. Repeated application of the multiplication formula gives the case nNn \in \mathbb{N}; the formula extends to negative integers (and ultimately to all real numbers via zn=enlnzz^n = e^{n \ln z} in Class XII).

Roots of unity

The nn-th roots of unity are the complex solutions of zn=1z^n = 1. They are zk=cos2πkn+isin2πkn,k=0,1,,n1.z_k = \cos\frac{2\pi k}{n} + i\sin\frac{2\pi k}{n}, \quad k = 0, 1, \dots, n-1.

They form a regular nn-gon inscribed in the unit circle, with one vertex at 11.

Worked examples

Example 1. Express z=1+iz = 1 + i in polar form.

r=2r = \sqrt{2}, argz=π/4\arg z = \pi/4. So z=2(cosπ4+isinπ4)z = \sqrt{2}\,(\cos\tfrac{\pi}{4} + i\sin\tfrac{\pi}{4}).

Example 2. Express z=3+iz = -\sqrt{3} + i in polar form.

r=3+1=2r = \sqrt{3 + 1} = 2. Point (3,1)(-\sqrt{3}, 1) is in quadrant II, so θ=ππ/6=5π/6\theta = \pi - \pi/6 = 5\pi/6. So z=2(cos5π6+isin5π6)z = 2(\cos\tfrac{5\pi}{6} + i\sin\tfrac{5\pi}{6}).

Example 3. Compute (1+i)10(1 + i)^{10} using polar form.

1+i=2cisπ41 + i = \sqrt{2}\,\text{cis}\,\tfrac{\pi}{4}. So (1+i)10=(2)10cis10π4=32cis5π2=32cisπ2=32i=32i(1 + i)^{10} = (\sqrt{2})^{10}\,\text{cis}\,\tfrac{10\pi}{4} = 32\,\text{cis}\,\tfrac{5\pi}{2} = 32\,\text{cis}\,\tfrac{\pi}{2} = 32 \cdot i = 32i.

Example 4. Find the three cube roots of unity.

z3=1z^3 = 1, so zk=cis2πk3z_k = \text{cis}\,\tfrac{2\pi k}{3} for k=0,1,2k = 0, 1, 2:

  • z0=1z_0 = 1.
  • z1=cos2π3+isin2π3=12+32iz_1 = \cos\tfrac{2\pi}{3} + i\sin\tfrac{2\pi}{3} = -\dfrac{1}{2} + \dfrac{\sqrt{3}}{2} i (often called ω\omega).
  • z2=cos4π3+isin4π3=1232i=ω2z_2 = \cos\tfrac{4\pi}{3} + i\sin\tfrac{4\pi}{3} = -\dfrac{1}{2} - \dfrac{\sqrt{3}}{2} i = \omega^2.

Note: 1+ω+ω2=01 + \omega + \omega^2 = 0 and ω3=1\omega^3 = 1.

Example 5 (harder). Find all complex solutions of z4=16z^4 = 16.

16=16cis016 = 16\,\text{cis}\,0. Fourth roots: zk=161/4cis2πk4=2cisπk2z_k = 16^{1/4}\,\text{cis}\,\tfrac{2\pi k}{4} = 2\,\text{cis}\,\tfrac{\pi k}{2} for k=0,1,2,3k = 0, 1, 2, 3:

  • z0=2z_0 = 2.
  • z1=2iz_1 = 2i.
  • z2=2z_2 = -2.
  • z3=2iz_3 = -2i.

Try it yourself

  1. Write z=1iz = -1 - i in polar form (principal argument).
  2. Write z=4cisπ3z = 4\,\text{cis}\,\tfrac{\pi}{3} in Cartesian form.
  3. Compute (1i)6(1 - i)^6 using polar form.
  4. Find the modulus and argument of 1+i1i\dfrac{1 + i}{1 - i}.
  5. Solve z3=8z^3 = -8.
  6. Find all sixth roots of unity.
  7. Compute (3+i)12(\sqrt{3} + i)^{12}.
  8. Prove (cosθ+isinθ)n+(cosθisinθ)n=2cosnθ(\cos\theta + i\sin\theta)^n + (\cos\theta - i\sin\theta)^n = 2\cos n\theta.
  9. Find zz with z=2|z| = 2 and argz=π4\arg z = -\tfrac{\pi}{4}.
  10. Show that ω=e2πi/3\omega = e^{2\pi i/3} satisfies ω2+ω+1=0\omega^2 + \omega + 1 = 0.
  11. Find all solutions of z2=iz^2 = i.
  12. Express cos5θ\cos 5\theta as a polynomial in cosθ\cos\theta using De Moivre.

Pitfalls / Tricks

  • The argument is not unique. Always specify whether you want the principal value or "any" argument.
  • For zz in quadrant II or III, arctan(b/a)\arctan(b/a) gives the wrong sign , add or subtract π\pi.
  • Polar form makes powers and roots easy; Cartesian form makes addition easy. Switch as needed.
  • Insight. Multiplication by cisθ\text{cis}\,\theta is rotation by angle θ\theta. Multiplication by rr is scaling by rr. Every complex multiplication is a rotation-and-scaling.

Practice quiz

Quick check on this topic.

Quiz
Quick check : Polar form
6 questions · pick the best answer
Q1

Q2

Q3

Q4

Q5

Q6