Trigonometry
Table of Contents

🔺trigonometry review

10.4 De Moivre's Theorem and nth Roots of Complex Numbers

Citation:

De Moivre's Theorem simplifies complex number exponentiation, making it easier to work with powers and roots. It connects polar form representation to trigonometric functions, opening doors to various mathematical applications.

Nth roots of unity are special complex numbers that equal 1 when raised to a power. They form symmetric patterns on the complex plane and play a crucial role in solving equations involving complex numbers.

De Moivre's Theorem

De Moivre's Theorem for complex numbers

  • De Moivre's Theorem simplifies complex number exponentiation
    • Formula: $(r(\cos\theta + i\sin\theta))^n = r^n(\cos(n\theta) + i\sin(n\theta))$
    • Applies to complex numbers in polar form facilitates calculations
  • Complex number polar form components
    • Modulus (r) measures distance from origin in complex plane
    • Argument (θ) represents angle from positive x-axis counterclockwise
  • Euler's formula connection links exponential and trigonometric functions
    • $e^{i\theta} = \cos\theta + i\sin\theta$ provides alternate representation
  • Applications extend to various mathematical fields
    • Simplifies calculations of complex number powers (signal processing)
    • Enables finding roots of complex numbers (solving polynomial equations)

Powers and roots via De Moivre's Theorem

  • Powers of complex numbers calculated efficiently
    • Use formula: $(r(\cos\theta + i\sin\theta))^n = r^n(\cos(n\theta) + i\sin(n\theta))$
    • Process:
      1. Convert complex number to polar form
      2. Apply De Moivre's Theorem
      3. Simplify the result
  • Roots of complex numbers found systematically
    • Use formula: $\sqrt[n]{r(\cos\theta + i\sin\theta)} = \sqrt[n]{r}(\cos(\frac{\theta + 2\pi k}{n}) + i\sin(\frac{\theta + 2\pi k}{n}))$
    • k values range from 0 to n-1 yielding all possible roots
    • Process:
      1. Convert complex number to polar form
      2. Apply the root formula
      3. Calculate for each k value to obtain all roots

Nth Roots of Unity

Nth roots of unity

  • Nth roots of unity defined as complex numbers equaling 1 when raised to nth power
    • Formula: $z_k = e^{2\pi i k/n} = \cos(\frac{2\pi k}{n}) + i\sin(\frac{2\pi k}{n})$
    • k values range from 0 to n-1 generating all roots
  • Geometric representation visualizes roots in complex plane
    • Points distributed evenly on unit circle
    • Spaced at angles of $\frac{2\pi k}{n}$ forming regular n-gon
  • Properties characterize behavior of roots
    • First root (k=0) always equals 1 regardless of n
    • Roots exhibit symmetry about real axis
    • Product of all nth roots equals (-1)^(n+1) demonstrating cyclic nature

Complex equations with nth roots

  • Solving strategies utilize complex number properties
    • Convert complex numbers to polar form for easier manipulation
    • Apply De Moivre's Theorem or nth root formula as needed
    • Leverage properties of nth roots of unity for simplification
  • Equation types encountered in complex analysis
    • Polynomial equations with complex coefficients (z^3 + 2z + 1 = 0)
    • Equations involving powers of complex numbers (z^4 = 16)
    • Equations with nth roots of complex numbers (√z = 1 + i)
  • Solution process follows systematic approach
    1. Isolate complex expression
    2. Apply appropriate theorems or formulas
    3. Solve for unknown variables
    4. Verify solutions through substitution
  • Applications extend to various mathematical problems
    • Finding all solutions to $z^n = a + bi$ (cube roots of 8)
    • Solving trigonometric equations using complex roots of unity (cos 3θ = 1)