|
Power of x.
c = 0 |
x = 1 |
xn = n x(n-1) |
Exponential / Logarithmic
ex = ex |
bx = bx ln(b) |
ln(x) = 1/x |
Trigonometric
sin x = cos x |
csc x = -csc x cot x |
cos x = - sin x |
sec x = sec x tan x |
tan x = sec2 x |
cot x = - csc2 x
|
Inverse Trigonometric
Hyperbolic
sinh x = cosh x |
csch x = - coth x csch x |
cosh x = sinh x |
sech x = - tanh x sech x |
tanh x = 1 - tanh2
x |
coth x = 1 - coth2
x |
c
f(x) = c
f(x)
(c is a constant)
(f(x)
+ g(x)) =
f(x) +
g(x)
f(g(x)) =
f(g) *
g(x) (chain rule)
f(x)g(x) = f' (x)g(x) + f(x)g '(x) (product rule)
f(x)/g(x) = ( f '(x)g(x) - f(x)g '(x) ) / g^2(x)
(quotient rule)
( Tables used with permission from
David J. Manura ) |