Using mathematical induction, prove De Moivre's Theorem.

De Moivre's theorem states that (cosø + isinø)= cos(nø) + isin(nø). Assuming n = 1 
    (cosø + isinø)= cos(1ø) + isin(1ø)
which is true so correct for n = 1 Assume n = k is true so (cosø + isinø)= cos(kø) + isin(kø). Letting n = k + 1 we know that (cosø + isinø)k+1 = cos((k + 1)ø) + isin((k + 1)ø). But trying to derive the answer from n = k we get:
   (cosø + isinø)k+1 = (cosø + isinø)x (cosø + isinø)      //Using law of indecies
                = (cos(kø) + isin(kø)) x (cosø + isinø) //We've assumed this to be true from n = k
                 = cos(kø)cos(ø) + icos(kø)sin(ø) + isin(kø)cos(ø) - sin(kø)sin(ø) //Expansion
Now using the trigenomitery rules of
sin(a + b) = sin(a)cos(b) + sin(b)cos(a) and cos(a + b) = cos(a)cos(b) - sin(a)sin(b)
and collecting terms to match these formulas we get
                 = cos(kø + ø) + isin(kø + ø)
                = cos((k + 1)ø) + isin((k + 1)ø)  //Taking out ø as a common factor inside the trig functions Which equals our expression gained from De Moivre's theorem for n = k + 1,
and as theorem is true for n = 1 and n = k + 1,
statement is true for all values of n >= 1.

SE

Related Maths A Level answers

All answers ▸

g(x) = e^(x-1) + x - 6 Show that the equation g(x) = 0 can be written as x = ln(6 - x) + 1, where x<6


The curve C has equation 2x^2y+2x+4y-cos(pi*y)=17 A) Use implict differenciation to find dy/dx B) point P(3,0.5) lies on C, find the x coodinate of the point A at which the normal to C at P meets the x axis.


Using the substitution u = 2 + √(2x + 1), or other suitable substitutions, find the exact value of 4 0 1 ∫ 2 (2 1) +√ +x dx giving your answer in the form A + 2ln B, where A is an integer and B is a positive constant


Find the sum of the first n odd numbers, 1+ 3 + … + 2n-1, in terms of n. What might a mathematician’s thought process be?