Logo
Published on

Trigonometry, Arguments, and De Moivre’s Theorem

Authors
  • avatar
    Name
    Vu Hung
    Twitter

Problem Statement

In Cartesian form (x+iyx + iy), multiplying two complex numbers requires tedious algebraic expansion. However, if we convert complex numbers into polar form—using their modulus (rr) and argument (θ\theta), often written as r(cosθ+isinθ)r(\cos\theta + i\sin\theta) or rcisθr \text{cis}\theta—multiplication becomes remarkably simple. You just multiply the moduli and add the arguments.

This trigonometric property leads to De Moivre’s Theorem: (rcisθ)n=rncis(nθ)(r \text{cis}\theta)^n = r^n \text{cis}(n\theta).

This theorem is the ultimate weapon for finding the roots of complex numbers and solving high-degree polynomial equations. When combined with the Complex Conjugate Root Theorem, we can completely factorise polynomials that were previously unsolvable.

Consider the polynomial equation: z3=8iz^3 = 8i

(a) Find the modulus rr and the principal argument θ\theta of the complex number 8i8i. Express 8i8i in polar form (rcisθr \text{cis}\theta).

(b) Use De Moivre's Theorem to find the three complex roots of this equation. Express your answers in exact polar form, ensuring the arguments are principal (π<θπ-\pi < \theta \le \pi).

(c) Convert the root in the first quadrant into Cartesian form (x+iyx + iy).


Hints

  • Part (a): Plot 8i8i on the Argand diagram. It lies on the positive imaginary axis. Its distance from the origin is its modulus, and its angle from the positive real axis is its argument.
  • Part (b): Let z=rcisθz = r \text{cis}\theta. Then z3=r3cis(3θ)z^3 = r^3 \text{cis}(3\theta). Equate this to your polar form from (a). However, because angles repeat every 2π2\pi, you must write the argument of 8i8i as π2+2kπ\frac{\pi}{2} + 2k\pi where kk is an integer. Solve for rr and θ\theta by substituting k=0,1,1k = 0, 1, -1 to find the three distinct roots.
  • Part (c): Identify which of your three θ\theta values lies between 00 and π2\frac{\pi}{2}. Use the exact trigonometric ratios to evaluate r(cosθ+isinθ)r(\cos\theta + i\sin\theta).

Solutions

Part (a): Polar Form Conversion

  1. The complex number is W=0+8iW = 0 + 8i.
  2. Plotting this on the Argand diagram, it lies on the vertical yy-axis, 8 units above the origin.
  3. Modulus: r=02+82=8r = \sqrt{0^2 + 8^2} = 8.
  4. Argument: The angle from the positive xx-axis to the positive yy-axis is 9090^\circ, or π2\frac{\pi}{2} radians. So, θ=π2\theta = \frac{\pi}{2}.
  5. Polar form: W=8(cosπ2+isinπ2)=8cis(π2)W = 8 \left( \cos\frac{\pi}{2} + i\sin\frac{\pi}{2} \right) = 8 \text{cis}(\frac{\pi}{2}).

Part (b): Finding Roots with De Moivre

  1. Let the roots be z=rcisθz = r \text{cis}\theta.
  2. Therefore, z3=(rcisθ)3z^3 = (r \text{cis}\theta)^3. By De Moivre's Theorem, this is r3cis(3θ)r^3 \text{cis}(3\theta).
  3. Equate this to 8i8i in general polar form (adding 2kπ2k\pi to account for full rotations): r3cis(3θ)=8cis(π2+2kπ)r^3 \text{cis}(3\theta) = 8 \text{cis} \left( \frac{\pi}{2} + 2k\pi \right)
  4. Equate the moduli: r3=8    r=2r^3 = 8 \implies r = 2 (since rr is a real, positive distance).
  5. Equate the arguments: 3θ=π2+2kπ3\theta = \frac{\pi}{2} + 2k\pi θ=π6+2kπ3\theta = \frac{\pi}{6} + \frac{2k\pi}{3}
  6. To find the three unique roots, substitute consecutive integers for kk (e.g., k=0,1,1k=0, 1, -1) until we have three angles within the principal domain (π,π](-\pi, \pi]:
    • For k=0k=0: θ0=π6\theta_0 = \frac{\pi}{6}
    • For k=1k=1: θ1=π6+2π3=π6+4π6=5π6\theta_1 = \frac{\pi}{6} + \frac{2\pi}{3} = \frac{\pi}{6} + \frac{4\pi}{6} = \frac{5\pi}{6}
    • For k=1k=-1: θ1=π62π3=π64π6=3π6=π2\theta_{-1} = \frac{\pi}{6} - \frac{2\pi}{3} = \frac{\pi}{6} - \frac{4\pi}{6} = -\frac{3\pi}{6} = -\frac{\pi}{2}
  7. The three roots in polar form are:
    • z0=2cis(π6)z_0 = 2 \text{cis} \left( \frac{\pi}{6} \right)
    • z1=2cis(5π6)z_1 = 2 \text{cis} \left( \frac{5\pi}{6} \right)
    • z2=2cis(π2)z_2 = 2 \text{cis} \left( -\frac{\pi}{2} \right)

Part (c): Cartesian Conversion

  1. The root in the first quadrant has an angle between 00 and π2\frac{\pi}{2}. This is z0=2cis(π6)z_0 = 2 \text{cis} \left( \frac{\pi}{6} \right).
  2. Expand the cis\text{cis} notation: z0=2(cosπ6+isinπ6)z_0 = 2 \left( \cos\frac{\pi}{6} + i\sin\frac{\pi}{6} \right)
  3. Evaluate the exact trigonometric ratios (π6=30\frac{\pi}{6} = 30^\circ):
    • cosπ6=32\cos\frac{\pi}{6} = \frac{\sqrt{3}}{2}
    • sinπ6=12\sin\frac{\pi}{6} = \frac{1}{2}
  4. Substitute these values back: z0=2(32+i12)z_0 = 2 \left( \frac{\sqrt{3}}{2} + i\frac{1}{2} \right)
  5. Distribute the 2: z0=3+iz_0 = \sqrt{3} + i

Takeaways

  • The Roots of Unity: Solving equations like zn=Wz^n = W always produces nn distinct roots spaced equally around a circle in the complex plane. In this case, the 3 roots form an equilateral triangle on a circle of radius 2.
  • The 2kπ2k\pi Trick: When finding complex roots, you must add 2kπ2k\pi to the argument before dividing by nn. If you divide first, you will only find one root.
  • Trigonometry is Essential: Finding arguments (tan1(y/x)\tan^{-1}(y/x)) and converting back to Cartesian coordinates requires absolute fluency in exact trigonometric ratios and quadrant signs.

Further Readings


Connect with me

De Moivre's Theorem is a cornerstone of advanced mathematics. To master it, practice is key! Head to Vu's Maths Hub and download the HSC booklets for exhaustive practice problems. Watch how I tackle the hardest roots of unity questions on my YouTube channel. Follow my Instagram for daily maths tips, and subscribe to my Substack to join the conversation on advanced mathematical concepts.