Outcome A3: Derivative Rules Flashcards
Product rule
d/dx[f(x)g(x)] = g(x)f’(x) + f(x)*g’(x)
Quotient rule
d/dx[f(x)/g(x)] = [g(x)f’(x) - f(x)g’(x)] / [g(x)]^2
d/dx(cscx)
-cscxcotx
d/dx(secx)
secxtanx
d/dx(cotx)
-csc^2x
What is a composition of functions?
The output of one function becomes an input of another. That function acts as an intermediate.
Chain rule
d/dx[f(g(x))] = f’(g(x))*g’(x)
Chain rule for 3 functions
d/dx[f(g(h(x)))] = f’(g(h(x)))g’(h(x))h’(x)
What are the three laws of logarithms for a,b > 0?
- ln(a*b) = ln(a) + ln(b)
- ln(a/b) = ln(a) - ln(b)
- ln(a^r) = r*ln(a)
Why do we use logarithmic differentiation, and when?
Taking the derivative for some functions can be made easier using logarithms. We can use it when we have a large number of product rules, quotient rules, and chain rules in a particular function we are trying to differentiate.
What are the steps to using logarithmic differentiation?
Given y = f(x):
- Take ln of both sides and simplify (the right hand side) using the laws of logarithms
- Take the derivative of both sides with respect to x
- Solve for y’