Quotient rule differentiation y= f(x)/g(x)
y’ = [f’(x) . g(x) - f(x).g’(x)]/[g(x)]^2
Product rule y= f(x).g(x)
y’ = f’(x).g(x) + f(x).g’(x)
Chain rule y= [f(x)]^n
y’ = n.[f(x)]^(n-1) . f’(x)
Exponential fn y=e^g(x)
y’ = e^g(x) . g’(x)
if any base other than e
y’ = a^g(x).g’(x).lna
a is any number
Log fns y= ln|g(x)|
y’ = 1/g(x) . g’(x)
Log fns with any other base than 10(or natural log) y=log[base a]g(x)
y’ = 1/[g(x).lna] .g’(x)
= g’(x)/[g(x).lna]