What is the limit of the inverse of y=sinx
y’=1 / (sqrt(1-x^2))
What is the limit of the inverse of y=cosx
y’=-1 / (sqrt(1-x^2))
What is the limit of the inverse of y=tanx
y’=1 / (x^2+1)
What is the derivative of the inverse of y=cotx
y’= -csc^2(x)
What is the limit of the inverse of y=csc(x)
y’= -1 / (abs(x)sqrt(x^2-1))
What is the derivative of the inverse of y=secx
y’= 1 / (abs(x)sqrt(x^2-1))
What is the chain rule?
f’(g(x)) = f’(g(x))*g’(x)
What is the power rule? (Involving functions)
d/dx g(x)^n = n(g(x))^(n-1) * g’(x)
Derivative of a^u(x)
d/dx a^(u(x)) = a^(u(x)) * ln(a)*u’(x)