|
There's a crapload of stuff for parametric/polar/vectors you need to know.
As for inverses, know the derivatives of the arcsin arccos etc. and also
If g is the inverse of f and (a, b) is on f
g'(b) = 1/f'(a)
One more thing
f(g(x)) = x
d/dx f(g(x)) = 1
f'(g(x)) g'(x) = 1
g'(x) = 1/f'(g(x))
|