FP1 Flashcards
What is an argand diagram used to display?
Real and imaginary parts of complex numbers
What is Z* if Z=a+bi
Z*=a-bi
What is the name for Z*
The complex conjugate
express (2+2i)/(1-3i) in the form a+bi where a and b are values to be found
-2/5+4/5i
How many different roots does a cubic have? A, 1 real 2 imaginary B, 2 real 1 imaginary C, 3 real 0 imaginary D, 0 real 3 imaginary E, 2 real 0 imaginary F, 0 real 2 imaginary
Either A,C or E depending on the function
What is this notation called=
r∠θ
Mod-Arg form of a complex number [Modulus argument form)
What is on the horizontal axis of an argand diagram?
Real component
What is on the vertical axis of an argand diagram
Imaginary component
How would you go about finding a root of f(x) where a>x>b using interval bisection?
m1=(a+b)/2.
f(m1)>0 then replace b with m1.
and visa versa
What is the formula for linear interpolation?
(y - y0)/(x - x0) = (y1 - y0)(x1 - x0)
Solving for y gives:
y = y0 + (y1-y0)(x - x0)(x1-x0)
What is the principle of the Newton-Rhapson process?
Finds the root of the equation by finding the intersection of the x-axis and the tangent of the graph of f(x) at (x0, f(x0)).
What is the formula for the Newton-Rhapson process?
x1=x0-f(x)/f’(x)
What is the equation of the directrix for y^2=4ax?
x=-a
What are the coordinates of the focus for y^2=4ax?
(a,0)
What is the gradient function for y^2=4ax?
a/sqrt(ax)
What are the first three identity matrices (1x1) (2x2) (3x3)
(1)
/10\
\01/
/100\
|010|
\001/
What is the general form for a rotation of a 2x2 matrix at angle θ?
/ cos θ -sin θ \
R = \ sin θ cos θ /
What is the size of the product of the matrices (MxN) (AxB)
(MxB)
what is the size of the sum of the matrices (MxN) + (AxB)
(MxN) and (AxB) as you can only add matrices of equal dimensions
What is the general form for the discriminant?
ad-bc
What makes a matrix singular?
Discriminant=0
how do you find the inverse of a matrix?
Swap signs of a and d, Swap locations of b and c. multiply by 1/discriminant
how do you multiply a matrix by the scalar x?
ax bx
cx dx
What is the general notation for sum x?
xn
What is the general notation for sum r?
n/2(n+1)
What is the general notation for sum r^2
n/6(n+1)(2n+1)
What is the general notation for sum r^3
n/4(n+1)^2 (sum r squared)
What are the 4 base steps for mathematical induction?
- Prove true for N=1 [true for N=1]
- Assume true for N=K
- Prove True for N=K+1 [which implies true for N=K+1]
- Finishing statement [As result is true for 1 n= this implies true for all positive integers and so result is true by induction] (optional Q.E.D for style points)
what is the general parametric equation for a rectangular hyperbola?
x=ct y=c/t at the point P(ct,c/t)
What is the general Cartesian equation for a rectangular hyperbola?
xy=c^2 at the point P(a,b)
What is the general cartesian formula for a parabola?
y^2=4ax
What is the general parametric formula for a parabola?
x=at^2
y=2at