1.1 What is the exponential form of a complex number?
z = re^(iθ)
where r is mod(z) and θ is arg(z)
1.1 What is Euler’s relation?
e^(iθ) = cosθ + isinθ
1.1 How do you convert from a complex number in exponential form to cartesian form?
r is the modulus so r = sqrt(x^2 + y^2)
θ is the argument so tanθ = y/x
Solve simultaneously, using a diagram to determine +ve or -ve signs
1.2 How do you multiply two complex numbers, z1=r1e^(iθ1) and z2=r2e^(iθ2) in exponential form?
z1z2 = r1r2e^i(θ1 + θ2)
1.2 How do you divide two complex numbers, z1=r1e^(iθ1) and z2=r2e^(iθ2) in exponential form?
z1/z2 = (r1/r2)e^i(θ1 - θ2)
1.3 What is De Moivre’s theorem?
For any integer n,
(r(cosθ + isinθ))^n = r^n(cos(nθ) + isin(nθ))
1.4 What are some trigonometric rules you can apply when solving De Moivre’s theorem questions?
z + 1/z = 2cosθ
z - 1/z = 2isinθ
z^n + 1/z^n = 2cosnθ
z^n - 1/z^n = 2isinnθ
1.4 How do you express a trig function as powers of trig functions using De Moivre’s theorem?
cosnθ or sinnθ:
(cosθ + isinθ)^n = cosnθ + isinnθ
Expand LHS binomially, equate real parts if cos or imaginary parts if sin (and then divide by i)
1.4 How do you express a trig function to a power as trig functions using De Moivre’s theorem?
2cosθ = z + 1/z
(2cosθ)^n = (z + 1/z)^n
Expand both sides, using binomial expansion on RHS, then rearrange to find cos^nθ on its own
If finding sin then use the same method but use z - 1/z instead and 2isinθ on the LHS, be wary of any i’s
1.5 What is the formula for the sum of a geometric series with complex numbers?
Σ(0->n-1) wz^r = w + wz + wz^2 + … + wz^(n-1) = (w(z^(n)-1)/(z-1)
where w is the starting number and z is the common ratio
1.5 What is the formula for the sum of an infinite geometric series with complex numbers?
Σ(0->∞) wz^r = w + wz + wz^2 +… = w/(1-z), where mod(z) < 1 (convergent series)
where w is the starting number and z is the common ratio
1.5 How is the formula of the sum of a geometric sequence related to the values of the sigma notation?
If the value at the top of the sigma notation is k, then the numerator of the formula will be (z^(k+1) -1)
1.5 When working with sums of geometric series with complex numbers, what rules must you look out for?
i^2 = -1 but also -1 can be written as i^2 (useful for getting i off of the denominator)
e^iθ -1 = e^(iθ/2) (e^(iθ/2) - e^(-iθ/2) )
and (e^(iθ/2) - e^(-iθ/2) ) can be written as 2isinθ (or 2isin(nθ) if the power has an n in it)
Similarly, (e^(iθ/2) + e^(-iθ/2) ) can be written as 2cosθ (or 2cosnθ if the power has an n in it)
e^πi = -1 or e^πi + 1 = 0 (Euler’s Identity)
1.6 If z and w are non-zero complex numbers, and n is a positive integer, how many distinct solutions does z^n = w have?
n distinct solutions
1.6 How do you find the nth roots of a complex number?
z^n = r(cosθ + isinθ)
z^n = r(cos(θ + 2kπ) + isin(θ + 2kπ))
z=r^(1/n) (cos((θ + 2kπ)/6)) + isin((θ + 2kπ)/6))
Substitute in n values of k, starting from k=0, to find solutions in the range -π<θ≤π, the solutions should all the same argument of difference between them, e.g. if n=4, each argument is π/2 more than the last
1.6 How do you write 1 in modulus argument form?
cos0 + isin0
Next step is:
cos(0+2kπ) + isin(0+2kπ)
= cos(2kπ) + isin(2kπ)
1.7 What do the nth roots of a complex number form on n Argand Diagram?
nth roots of a complex number lie at the vertices of a regular n-gon with its centre at the origin
1.7 How can you find the vertices of the regular polygon formed by the nth roots of a complex number?
Find a single vertex and rotate that point around the origin.
If z1 is a root, then the roots (vertices) are given by z1, z1ω, z1ω^2,…,z1ω^(n-1) where ω=e^(2πi/n), where n is the number of roots
2.1 Describe the method of differences
When summing from 1->n, take one fraction away from another, then sub in r=1 for the first term, then r=2 for the second, and so on, until finally r=n-1 and r=n. Then spot a pattern and see which terms cancel, then simplify
2.3 What is the Maclaurin series expansion of the function f(x)? When is it valid?
f(x) = f(0) + f′(0)x + (f′′(0)x^2)/2! + … + (f^(r)(0)x^r)/r! + …
Only valid when f(0), f′(0), f′′(0), …, f^(r)(0), … all have finite values
2.4 Which Maclaurin expansions are in the formulae booklet?
e^x, ln(1+x), sinx, cosx, arctanx
3.1 What is an improper integral?
3.2 How do you work out the mean value of a function f(x) over an interval [a,b]?
Mean value of f(x) = (1/(b-a))∫(a->b)f(x) dx
3.2 What happens to the mean value of f(x) when undergoing a transformation like af(x)?
The mean value of af(x) over the interval is a times the mean value of f(x) over the same interval