differentiate a^(kx)
ka^(kx)ln(a)
why might the Newton-Raphson method fail?
if f’(x)=0 then the tangent is vertical and values won’t converge (to meet a root)
how to integrate parametric equations
int[(y)(dx/dt)]dt
FIND NEW LIMITS (sub in x values to find t limits)
differentiate parametric equations
dy/dx = (dy/dt)(dt/dx)
how would you split up 30Σr=13 [(-2)^(r)-4r-78]?
what is the equation of the line in the MIDDLE of two parallel lines:
5x + 3y = 15
5x + 3y = 83
5x + 3y = 49
how can a more accurate approximation be found using the Newton-Raphson method?
use more iterations
volume of a sphere formula
V = (4/3)πr³
how could you work out the value of k for a function where x≠k?
what is the domain of f-¹(x)?
the range of f(x)
C has equation y = x^(x)
find, by taking logarithms, the x coordinate of the turning point on C
lny = xlnx
(1/y)(dy/dx) = lnx + 1
dy/dx = ylnx + y = 0 (there are stationary points at dy/dx = 0)
lnx = -y/y = -1
x = e-¹
how would you solve dy/dx = ∞
make the denominator = 0 and solve
(to find a coordinate, solve this equation simultaneously with the original equation)
when is a curve concave and convex?
concave: d²y/dx² < 0
convex: d²y/dx² > 0
which type of mapping is not a function?
one to many
give examples of graph shapes for:
- one to one function
- many to one function
give an example of a many to many function
circle
one to one function
many to one function
one to many
which functions have inverses?
one to one functions
why don’t many to one functions have an inverse?
the inverse would be a one-to-many which is not a function
what is the domain of an inverse function?
range of the original function
how can we make a many to one function an inverse?
restrict the domain so it becomes one to one
what transformation occurs to inverse functions graphically?
reflection in x=y