random Flashcards
(9 cards)
1
Q
differentiate a^(x)
A
a^(x)ln(a)
2
Q
why might the Newton-Raphson method fail?
A
if f’(x)=0 then the tangent is vertical and values won’t converge (to meet a root)
3
Q
how to integrate parametric equations
A
int[(y)(dx/dt)]dt
FIND NEW LIMITS (sub in x values to find t limits)
4
Q
differentiate parametric equations
A
dy/dx = (dy/dt)(dt/dx)
5
Q
how would you split up 30Σr=13 [(-2)^(r)-4r-78]?
A
- split into:
30Σr=1 [(-2)^(r)-4r-78] - 12Σr=1 [(-2)^(r)-4r-78] - split further into arithmetic and geometric sequences:
30Σr=1 [(-2)^(r)] - 30Σr=1[4r+78]
and
12Σr=1 [(-2)^(r)] - 12Σr=1 [4r+78]
6
Q
what is the equation of the line in the MIDDLE of two parallel lines:
5x + 3y = 15
5x + 3y = 83
A
5x + 3y = 49
7
Q
how can a more accurate approximation be found using the Newton-Raphson method?
A
use more iterations
8
Q
volume of a sphere formula
A
V = (4/3)πr³
9
Q
how could you work out the value of k for a function where x≠k?
A
- usually at an assymptote
- if the function is a fraction, make the denominator equal to zero and solve to find out what value x cannot be
(if x is this value, the function would be undefined)