State the scalar product of perpendicular vectors
0
Give the equation used to find the angle between 3D vectors
cosθ = a.b / |a||b|
Give the equation for parametric integration dx
∫ y(x) dx = ∫ y(t) * dx/dt dt
Change limits from x to t
Give the equation for the inverse of 2x2 matrix
1/detM *
(d -b)
(-c a)
Give the equation for the volume of a curve rotated 360° round the x-axis
π ∫ y^2 dx
Give the equation for the volume of a curve rotated 360° round the y-axis
π ∫ x^2 dy
State how to find the Maclaurin series for a differentiable function
f(0) + xf’(0) + 1/2! x^2f’‘(0) + … + 1/n! * x^n ^ f^n(0)
z^n + z^-n = ?
2 cos nθ
z^n - z^-n = ?
2i sin nθ
State De Moivre’s Theorem
(cosθ + isinθ)^n = cosnθ + isinnθ
Describe how to show that cos^nθ = acosnθ + …
Write cos^nθ as
(2 cos θ)^n
Substitute in
z^n + z^-n and expand
Give the equation for the volume of a parametric curve rotated 360° round the y-axis
π ∫ y^2 * dx/dt dt
Limits appropriate t-values
Give the equation for the volume of a parametric curve rotated 360° round the x-axis
π ∫ x^2 * dy/dt dt
Limits appropriate t-values
Define x in terms of r and θ
x = r cosθ
Define y in terms of r and θ
y = r sinθ
Define r^2 in terms of x and y
r^2 = x^2 + y^2
Define tanθ in terms of y and x
tanθ = y / x
When is the tangent of a polar curve horizontal?
dy/dθ = 0
When is the tangent of a polar curve vertical?
dx/dθ = 0
Define sinhx in terms of e and x
sinhx = (e^x - e^-x)/2
Define coshx in terms of e and x
coshx = (e^x + e^-x)/2
Give the formula for the shortest distance between a point and two points on a line
p - point
v,w - points on line
|(p-v) x (p-w)| / |v-w|
Give the formula for the shortest distance between 2 skew lines
Lines
a + tb, p+tq
|(a-p).(bxq)/|bxq||
Give the equation for the inverse of a 3 x 3 matrix
1/detM [bxc cxa axb]