derivative calculator

Calculus in processing ... please wait
The derivative calculator allows steps by steps calculation of the derivative of a function with respect to a variable.

To calculate the derivative of the function sin(x)+x with respect to x, you must enter :

The function will return 1+cos(x).

Derivative calculator

The derivative calculator allows steps by steps calculation of the derivative of a function with respect to a variable.


Differentiation calculator

The derivative calculator allows to do symbolic differentiation using the derivation property on one hand and the derivatives of the other usual functions. Derivative calculation obtained is returned after being simplified, with calculation steps.

    With this derivative calculator, you can find :
  1. Derivatives of polynomials online
  2. Common derivative
  3. Derivatives of sums
  4. Differentiation of differences
  5. Derivatives of product
  6. Chain rule of derivatives
  7. Step by step derivative

Derivatives of polynomials calculation online

The derivative calculator may calculate online the derivative of any polynomial.

For example, to calculate online the derivative of the polynomial following `x^3+3x+1`, just enter derivative(`x^3+3x+1`), after calculating result `3*x^2+3` is returned.

Calculate online common derivative

Derivative calculator is able to calculate online all common derivatives : sin, cos, tan, ln, exp, sh, th, sqrt (square root) and many more ...

Thus, to obtain the derivative of the cosine function with respect to the variable x, you must enter derivative(`cos(x);x`), result `-sin(x)` is returned after calculation.

Calculate online derivatives of sums

The derivative of a sum is the sum of the derivatives, calculator uses this property to differentiate functions.

To calculate online the derivative of a sum, simply type the mathematical expression that contains the sum, specify the variable and apply derivative function.

For example, to calculate online the derivative of the sum of the following functions `cos(x)+sin(x)` with the differentiation calculator online, enter derivative(`cos(x)+sin(x);x`), after calculating result `cos(x)-sin(x)` is returned.

Note that steps of the calculations for obtaining the calculation of the derivative are also displayed by the function.

Differentiation of differences

The differentiation calculator is able to do many calculations online : to calculate online the derivative of a difference, simply type the mathematical expression that contains the difference, specify the variable and apply derivative function.

For example, to calculate online the derivative of the difference of the following functions `cos(x)-2x`, enter derivative(`cos(x)-2x;x`), after calculating result `-sin(x)-2` is returned.

It is noted that description and steps calculations of the derivative are also displayed by the function.

Calculate online derivatives of product

To calculate online the derivative of a product, just input the mathematical expression that contains the product, specify the variable and apply derivative function.

For example, to calculate online the derivative of the product of the following functions `x^2*cos(x)`, with the differentiate calculator enter derivative(`x^2*cos(x);x`), after calculating result `2*x*cos(x)-x^2*sin(x)` is returned.

Note that there also the derivative is calculated online with the description and the steps of the calculations.

Calculate chain rule of derivatives

To calculate chain rule of derivatives, just input the mathematical expression that contains chain rule, specify the variable and apply derivative function.

To calculate the derivative of the chain rule, the calculator uses the following formula : `(f@g)'=g'*f'@g`

For example, to calculate online the derivative of the chain rule of the following functions `cos(x^2)`, enter derivative(`cos(x^2);x`), after calculating result `-2*x*sin(x^2)` is returned.

Note that there also the derivative is calculated online with the description and the steps of the calculations.

How to calculate a derivative?

To differentiate a function, it is necessary to know the following calculation rules and formulas:

  • Formula for calculating the derivative of a function sum : (u+v)' = u'+v'
  • Formula for calculating the derivative of a function product : (uv)' = u'v+uv'
  • Formula for calculating the derivative of a function multiplied by a constant : (ku)' = ku'
  • Formula for calculating the inverse derivative of a function : `(1/v)'` = `-(v')/v^2`
  • Formula for calculating the derivative of the ratio of two functions : `(u/v)'` = `(u'v-uv')/v^2`
  • Formula for calculating the derivative of the chain rule : `(u@v)'= v'*u'@v`

It is also necessary to know differentiated the usual functions which are in the following table (the differential calculator can help you) :

Table of derivatives of common functions
derivative(`k;x`)`0`
derivative(`x`)`1`
derivative(`x^n`)`n*x^(n-1)`
derivative(`sqrt(x)`)`1/(2*sqrt(x))`
derivative(`abs(x)`)`1`
derivative(`"arccos"(x)`)`-1/sqrt(1-(x)^2)`
derivative(`"arcsin"(x)`)`1/sqrt(1-(x)^2)`
derivative(`"arctan"(x)`)`1/sqrt(1-(x)^2)`
derivative(`"ch"(x)`)`sh(x)`
derivative(`cos(x)`)`-sin(x)`
derivative(`"cotan"(x)`)`-1/sin(x)^2`
derivative(`"coth"(x)`)`-1/(sh(x))^2`
derivative(`exp(x)`)`exp(x)`
derivative(`ln(x)`)`1/(x)`
derivative(`log(x)`)`1/(ln(10)*x)`
derivative(`"sh"(x)`)`ch(x)`
derivative(`sin(x)`)`cos(x)`
derivative(`tan(x)`)`1/cos(x)^2`
derivative(`"th"(x)`)`1/(ch(x))^2`

By applying the derivation formulas and using the usual derivation table, it is possible to calculate any function derivative. These are the calculation methods used by the calc to find the derivatives.

Games and quizzes on the calculation of the derivative of a function

To practice the different calculation techniques, several quizzes on the calculation of the derivative of a function are proposed.

Syntax :

  • derivative(function;variable), function is the function to differentiate
  • It is also possible to use the Leibniz notation, using the symbol `d/dx`


Examples :

To calculate the derivative of the function sin(x)+x with respect to x, you must enter :

The function will return 1+cos(x).

See also
List of related calculators :