DeMoivre's Theorem: Powers of Complex Numbers
📌 What is it and Why is it Useful?
DeMoivre's Theorem is a powerful formula used to raise complex numbers in polar form to any integer power n. It states:
[r(cos θ + i sin θ)]ⁿ = rⁿ(cos(nθ) + i sin(nθ))
This theorem simplifies complex calculations that would be extremely tedious using standard (a+bi) form. It's essential for finding roots of complex numbers and has applications in engineering and physics.
🛠️ Step-by-Step Guide
- Convert to Polar Form: Express your complex number as z = r(cos θ + i sin θ). Find r (modulus) and θ (argument).
- Apply the Theorem: Raise r to the power n, and multiply θ by n.
- Simplify: Write the result in polar form, or convert back to a+bi form if required.
🔢 Worked Examples
Example 1: Find (1 + i)⁴
- Convert to polar: r = √(1²+1²) = √2, θ = π/4. So 1+i = √2(cos π/4 + i sin π/4)
- Apply theorem: [√2(cos π/4 + i sin π/4)]⁴ = (√2)⁴ [cos(4·π/4) + i sin(4·π/4)]
- Simplify: 4 [cos π + i sin π] = 4[-1 + i·0] = -4
Example 2: Find (√3 - i)³
- Convert to polar: r = √((√3)²+(-1)²) = 2, θ = -π/6 (or 11π/6). So z = 2[cos(-π/6) + i sin(-π/6)]
- Apply theorem: 2³ [cos(3·-π/6) + i sin(3·-π/6)] = 8 [cos(-π/2) + i sin(-π/2)]
- Simplify: 8 [0 + i(-1)] = -8i
⚠️ Common Mistakes to Avoid
- Incorrect Argument: Always find the correct θ (argument) using the complex number's quadrant.
- Forgetting to Multiply θ: Remember: [r cis θ]ⁿ = rⁿ cis (nθ), not rⁿ cis θ.
- Angle Simplification: After multiplying, reduce nθ to its principal value (between 0 and 2π or -π and π).
💡 Tips & Tricks
- Use the shorthand: (r cis θ)ⁿ = rⁿ cis (nθ)
- For roots, remember: ⁿ√[r cis θ] = ⁿ√r cis[(θ + 2πk)/n] for k=0,1,2,...,n-1
- When converting back to a+bi form, use the unit circle for common angles.
🎯 Practice Suggestions
- Start with complex numbers with moduli of 1 to focus on the angle multiplication.
- Practice converting between rectangular (a+bi) and polar forms quickly.
- Try finding both powers AND roots of complex numbers.
- Use problems that result in "nice" answers (like -8, 8i, etc.) to check your work.