Derivative of ln(x)
1/x
Derivative of 2^x
And
a^x
2^x * ln(2)
And
a^x * ln(a)
Show the relationship btwen Log and exponents
b^x=a // Log_b(a) = x
n + (n-1) + (n-2) + (n-3) +…+ 1
n(n+1) / 2
Derive a function inside a function:
f(g(x))
[f(g(x))]’ = f’(g(x)) * g’(x)
Derive two functions multiplied by eachother
f(x)*g(x)
[f(x)g(x)]’ = f’(x)g(x) + f(x)*g’(x)