derivative calculator

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 :

  • derivative(`sin(x)+x;x`)
  • or
  • derivative(`sin(x)+x`) , when there is no ambiguity concerning the variable.

The function will return 1+cos(x).

See also