What is De Moivre’s Theorem?
zn = rn (cos(nx) + isin(nx))
How many roots does the equation zn have?
‘n’ number of roots
What is the formula for the roots of unity?
z = cos(2 * pi * k / n) + isin (2 * pi * k / n)
Where k = 0, 1, 2, 3 … (n-1)
What do the roots of unity form on the argand diagram?
When roots are plotted on a diagram, they form a regular polygon with ‘n’ sides
What is the first root of unity equal to?
1
What is the sum of all the roots of unity?
1
What are the steps to finding the power of a complex number?
Put the complex number in modulus argument form
Find the nth root of the modulus
Divide argument by ‘n’
Start with r(cos(x) + isin(x)) and keep adding 2pi/n to the argument
How do you express a a trigonometric identity with a multiple angle to an identity with a normal power?
Using De Moivre’s theorem, you can convert expressions such as cos(5x):
cos(5x) + isin(5x) = (cos(x) + isin(x))5
What trig identity involving cos turns powers to multiple angles?
zn + z-n = 2cos(x)
What trig identity involving sin turns powers to multiple angles?
zn - z-n = 2isin(x)
How do you convert a power of a function to angle multiple?
Use sine or cosine identity
Raise it to the right power
Binomially expand
Factor out same powers
Use cosine identity to convert to multiples of angles
What is the exponential equation involving sine and cosine?
ei * (x) = cos(x) + isin(x)
What Is the exponential form of a complex number?
zn = rnei * n * (x)
What is the equation involving cosine and the exponential function?
2cos(x) = ei * (x) + e-i * (x)
What is the equation involving sine and the exponential function?
2isin(x) = ei * (x) - e-i * (x)
What is -1 + i in modulus argument and exponential form?
21/2(cos(3pi/4) + isin(3pi/4))
21/2e3pi/4 * i
How do you find the roots of a complex number in exponential form?
Taking the root of a magnitude
Divide the by the power
Find the roots by adding 2kpi/n to the argument
What is the formula for the sum of a series of complex numbers?
w(zn - 1) / z - 1
‘w’ is the original complex number
‘z’ is the common ratio
‘n’ is the upper limit + 1
What is the formula for the sum of a series of complex numbers to infinity?
w / 1 - z
‘w’ is the original complex number
‘z’ is the common ratio
How do you simplify expressions like ‘ei * x - 1’ ?
ei * x/2(ei * x/2 - e-i * x/2)
ei * x/2(2isin(x/2))