De Moivre's theorem can be proved using .
Base Case
Consider the simplest case of De Moivre's theorem, when
n=1. This can be represented with the following equation.
[r(cosθ+isinθ)]1=r1(cos1θ+isin1θ)
Both sides of this equation simplify to
r(cosθ+isinθ) because multiplying a number by
1 or raising it to the power of
1 does not change its value.
[r(cosθ+isinθ)]1r(cosθ+isinθ)=r1(cos1θ+isin1θ)⇓=r(cosθ+isinθ)
Since both sides are identical, the base case holds true.
Induction Hypothesis
Assume that the statement is true for some natural number
k. This assumption implies that the following equation is true.
zk=rk(coskθ+isinkθ)
This assumption serves as the basis for the inductive step.
Inductive Step
It needs to be shown that a complex number raised to the power of
k+1 is another complex number with the same modulus raised to the power of
k+1 and the argument multiplied by
k+1.
zk+1=rk+1(cos(k+1)θ+isin(k+1)θ)
To establish this, expand the power to be the product of the complex number raised to the power of
k and the number.
zk+1=zk⋅z
The expression can be expanded further by using the inductive hypothesis.
zk+1=[rk(coskθ+isinkθ)][r(cosθ+isinθ)]
Next, multiply the complex numbers and apply to simplify the expression.
[rk(coskθ+isinkθ)][r(cosθ+isinθ)]
rk+1(coskθ⋅cosθ+icoskθ⋅sinθ+isinkθ⋅cosθ+i2sinkθ⋅sinθ)
rk+1(coskθ⋅cosθ+icoskθ⋅sinθ+isinkθ⋅cosθ−sinkθ⋅sinθ)
rk+1(coskθ⋅cosθ−sinkθ⋅sinθ+icoskθ⋅sinθ+isinkθ⋅cosθ)
rk+1[coskθ⋅cosθ−sinkθ⋅sinθ+i(coskθ⋅sinθ+sinkθ⋅cosθ)]
cos(α)cos(β)−sin(α)sin(β)=cos(α+β)
rk+1[cos(kθ+θ)+i(coskθ⋅sinθ+sinkθ⋅cosθ)]
sin(α)cos(β)+cos(α)sin(β)=sin(α+β)
rk+1(cos(kθ+θ)+i(sin(kθ+θ))
rk+1(cos(k+1)θ+i(sin(k+1)θ)
This result matches the right-hand side of De Moivre's theorem for
n=k+1, confirming that the theorem holds for all positive integers
n. Therefore, by mathematical induction, De Moivre's theorem is proven to be true.