De Moivre’s Theorem Calculator


De Moivre’s Theorem Calculator

Calculate the power of a complex number using De Moivre’s formula.

Calculator



The ‘a’ in z = a + bi


The ‘b’ in z = a + bi


The integer exponent ‘n’


Result

Enter values to see the result


Visual representation of the complex number and its power.

What is the De Moivre’s Theorem Calculator?

The De Moivre’s Theorem calculator is a tool designed to compute the powers of complex numbers. De Moivre’s Theorem provides a straightforward way to raise a complex number to any integer power. This is particularly useful in fields like engineering, physics, and higher mathematics, where complex number calculations are common. Instead of performing tedious polynomial expansion, this calculator applies the formula to give you an instant, accurate result.

De Moivre’s Theorem Formula and Explanation

De Moivre’s Theorem states that for any complex number in polar form, z = r(cos(θ) + i sin(θ)), and any integer n, the n-th power of z is given by:

zn = rn(cos(nθ) + i sin(nθ))

This elegant formula connects complex numbers with trigonometry, showing that raising a complex number to a power n involves raising its magnitude (modulus) to the power n and multiplying its angle (argument) by n. To use this formula, a complex number in standard form a + bi must first be converted to its polar form.

Variables in De Moivre’s Theorem
Variable Meaning Unit Formula
z The complex number Unitless a + bi
r The modulus (magnitude or distance from origin) Unitless √(a² + b²)
θ The argument (angle) Radians or Degrees atan2(b, a)
n The power Integer

Practical Examples

Let’s walk through two examples to see how the use demoivre’s theorem calculator works.

Example 1: Calculating (1 + i)³

  • Inputs: Real part (a) = 1, Imaginary part (b) = 1, Power (n) = 3.
  • Step 1: Convert to Polar Form.
    • Modulus (r) = √(1² + 1²) = √2 ≈ 1.414
    • Argument (θ) = atan2(1, 1) = π/4 radians or 45°
  • Step 2: Apply De Moivre’s Formula.
    • r³ = (√2)³ = 2√2
    • nθ = 3 * 45° = 135°
    • Result = 2√2(cos(135°) + i sin(135°)) = 2√2(-√2/2 + i √2/2) = -2 + 2i
  • Result: -2 + 2i

Example 2: Calculating (2 – 3i)⁴

  • Inputs: Real part (a) = 2, Imaginary part (b) = -3, Power (n) = 4.
  • Step 1: Convert to Polar Form.
    • Modulus (r) = √(2² + (-3)²) = √13 ≈ 3.606
    • Argument (θ) = atan2(-3, 2) ≈ -56.31°
  • Step 2: Apply De Moivre’s Formula.
    • r⁴ = (√13)⁴ = 169
    • nθ = 4 * (-56.31°) = -225.24°
    • Result = 169(cos(-225.24°) + i sin(-225.24°)) ≈ 169(-0.704 + i * 0.710) = -118.976 + 120.003i
  • Result: Approximately -119 + 120i

How to Use This De Moivre’s Theorem Calculator

  1. Enter the Real Part (a): Input the real component of your complex number.
  2. Enter the Imaginary Part (b): Input the imaginary component.
  3. Enter the Power (n): Provide the integer exponent you want to raise the complex number to.
  4. Calculate: Click the “Calculate” button.
  5. Interpret Results: The calculator will display the final result in a + bi format, along with intermediate values like the modulus (r) and argument (θ). The visual chart will also update to show the vector representation. You can find more about related concepts at a complex numbers tutorial.

Key Factors That Affect the Calculation

  • The Modulus (r): A larger modulus results in a much larger final magnitude, as it is raised to the power of n.
  • The Argument (θ): The initial angle determines the starting direction. This angle is multiplied by n, causing the vector to rotate around the origin.
  • The Power (n): A larger power leads to a greater final magnitude and a larger rotation of the angle. A negative power will result in the reciprocal of the positive power calculation.
  • Sign of Real and Imaginary Parts: The signs of ‘a’ and ‘b’ determine the quadrant of the complex number, which is critical for calculating the correct argument (θ).
  • Integer vs. Non-Integer Power: This calculator and the standard theorem are for integer powers. Finding roots (fractional powers) requires a generalization of the theorem.
  • Precision: Calculations involving irrational numbers may require rounding, which can affect the final precision of the result, as seen in Example 2.

FAQ

Who invented De Moivre’s theorem?
The theorem is named after Abraham de Moivre, a French mathematician who was a friend of Isaac Newton.
What is the use demoivre’s theorem calculator for?
It is used to quickly calculate the result of raising a complex number to an integer power, avoiding complex manual multiplication.
Is the theorem valid for non-integer powers?
Not directly. A generalized version is used to find the ‘n’th roots of a complex number when the power is a fraction (e.g., 1/n).
What is the polar form of a complex number?
It’s a way of representing a complex number using its distance from the origin (modulus) and its angle relative to the positive real axis (argument).
Why does the argument need to be in radians for some formulas?
While degrees are intuitive, radians are the natural unit for angles in higher mathematics, especially in calculus and formulas like Euler’s. Our calculator provides both for convenience.
Can I use a negative power?
Yes, the theorem holds for negative integers. A negative power corresponds to a rotation in the opposite direction and the reciprocal of the magnitude.
What does ‘i’ represent?
‘i’ is the imaginary unit, defined as the square root of -1 (i² = -1).
What are the real-world applications?
De Moivre’s theorem is fundamental in electrical engineering for analyzing AC circuits, in signal processing for Fourier analysis, and in physics for wave mechanics.

Related Tools and Internal Resources

© 2026 Your Website. All Rights Reserved.



Leave a Reply

Your email address will not be published. Required fields are marked *