To calculate the derivative of the function sin(x)+x with respect to x, you must enter :
The function will return 1+cos(x).
The derivative calculator allows steps by steps calculation of the derivative of a function with respect to a variable.
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.
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.
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.
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.
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.
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.
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.
To differentiate a function, it is necessary to know the following calculation rules and formulas:
It is also necessary to know differentiated the usual functions which are in the following table (the differential calculator can help you) :
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.
To practice the different calculation techniques, several quizzes on the calculation of the derivative of a function are proposed.
To calculate the derivative of the function sin(x)+x with respect to x, you must enter :
The function will return 1+cos(x).