Derivative of a function
Calculation of f'(x)
This tool calculates the derivative of a function.
Usual functions are allowed: sine, cosine, tangent, logarithm (log), exponential, root, etc. (See table below).
Usual functions are allowed: sine, cosine, tangent, logarithm (log), exponential, root, etc. (See table below).
How to use this calculator ?
Variables | A function can have one or more variables, but only one main variable. A variable is a single lowercase or uppercase letter. Examples: A function f with one main variable : f(x) = 4*x A function g with one main variable x and a secondary parameter m, g(x) = 4*x*m + x + 1, In this case, enter x in the “main variable” field |
---|---|
Numbers | Use a dot as decimal separator |
Operators |
+ (addition), - (substration), * (multiplication), / (division), ^ (power), For multiply operator, enter a*b not a.b nor ab. Example: 2*x. |
Constants | You may use these constants : pi (approx. 3.14), e (approx. 2,72) Examples: f(x) = pi * x or f(x) = e * (x+1+2*e)2 |
Common Functions |
You may use theses functions in the expression of f(x) sqrt(x) (square root), exp(x) (exponential function), log(x) or ln (natural logarithm), |
Trigonometric functions |
You may use theses functions in the expression of f(x) sin (sine), cos (cosine), tan (tangent), cot (cotangent), sec (secant), csc (cosecant), |
Inverse trigonometric functions |
You may use theses functions in the expression of f(x) arcsin (arcsine), arccos (arccosine), arctan (arctangent), arccot (arcotangent), arcsec (arcsecant), arccsc (arccosecant), |
Hyperbolic Functions |
You may use theses functions in the expression of f(x) sinh (hyperbolic sine), cosh (hyperbolic cosine), tanh (hyperbolic tangent), coth (hyperbolic cotangent), sech (hyperbolic secante), csch (hyperbolic cosecant) |
Inverse hyperbolic functions |
You may use theses functions in the expression of f(x) asinh (inverse hyperbolic sine), acosh (inverse hyperbolic cosine), atanh (inverse hyperbolic tangent), acoth (inverse hyperbolic cotangent), asech (inverse hyperbolic secant), acsch (inverse hyperbolic cosecant) |
Table of basic derivatives
Fonction f(x) | Dérivée |
---|---|
`k` where `k in RR` | `0` |
`x^n` where `n in NN`* | `n*x^(n-1)` |
`1/x` | `-1/x^2` |
`1/x^n` where `n in NN , n >=2` | `-n/x^(n+1)+C` |
`sqrt(x)` | `1/(2*sqrt(x))` |
`1/sqrt(x)` | `-1/(2*x*sqrt(x))` |
`sin(x)` | `cos(x)` |
`cos(x)` | `-sin(x)` |
`ln(x)` | `1/x` |
`e^x` | `e^x` |
Table of composite functions derivatives
Fonction composée | Dérivée |
---|---|
`u^n` where `n in NN\text{ and }n >= -1` | `n*u'*u^(n-1)` |
`1/u` | `-1/u^2+C` |
`1/u^n` where `n in NN\text{ and }n >= 1` | `-(n*u')/u^(n+1)` |
`sqrt(u)` | `(u')/(2*sqrt(u))` |
`ln(|u|)` | `(u')/u` |
`u^a` where `u > 0\text{ and } a in RR` | `a*u'*u^(a-1)` |
`e^u` | `u'*e^u` |
`k*u \text{ where } k in RR` | `k*u'` |
`u+v` | `u'+v'` |
`u*v` | `u'*v+u*v'` |
`u/v` | `(u'*v-u*v')/v^2` |
`u @ v` | `v'*u' @ v` |
See also
Function Primitive
Taylor series calculator
Function limit calculator
Value of a function
Definite Integral