d/dx x^n
nx^n-1
d/dx f(g(x))
f’(g(x)) . g’(x)
d/dx f(x)g(x)
f(x).g’(x) + g(x).f’(x)
d/dx f(x)/g(x)
[g(x).f’(x)-f(x).g’(x)]/[g(x)]^2
d/dx sinx
cosx
d/dx cosx
-sinx
d/dx tanx
sec^2(x)
d/dx cscx
-cscx.cotx
d/dx secx
secx.tanx
d/dx cotx
-csc^2(x)
d/dx e^x
e^x
d/dx a^x
a^x ln(a)
d/dx lnx
1/x
d/dx log(a)x
1/(x ln a)
d/dx sin^(-1)x
1/(sqrt 1-x^2)
d/dx cos^(-1)x
-1/(sqrt 1-x^2)
d/dx cot^(-1)x
1/(1+x^2)
If f(x) and g(x) are inverses, then g’(x)
1/f’(g(x))
If f(x) and g(x) are inverses, then f’(x)
1/g’(f(x))