(d/dx) (a^x)
a^x * lnx
(d/dx)(x^n)
nx^n-1
(d/dx)(F(x)*g(x))
(f’(x))(g(x)) + (f(x))(g’(x))
(d/dx)f(x))/g(x)
(low)(d’high) - (high)(d’low) / (low^2)
(d/dx)(ln(x))
1/x, x>0
(d/dx)(ln|x|)
1/x, x /=0
(d/dx)(e^x)
e^x
(d/dx) (c*f(x))
c*f’(x)
(d/dx)log(a)(x)
1/(x)ln(a)
(d/dx)(sin(x))
cos(x)
(d/dx)(cos(x))
-sin(x)
(d/dx)(tan(x))
sec^2(x)
(d/dx)(csc(x))
-csc(x)*cot(x)
(d/dx)(sec(x))
sec(x)*tan(x)
(d/dx)(cot(x))
-csc^2(x)
(d/dx)(sin^-1(x))
1/sqrt. (1-x^2)
(d/dx)(cos^-1(x))
-1/sqrt. (1-x^2)
(d/dx)(tan^-1(x))
1/(1+x^2)
(d/dx)(sqrt. (x))
(1/2)x^(-1/2)
(d/dx)(cbrt. (x))
(1/3)x^(-2/3)