This calculator computes the first, second, and third derivatives of a given function. You can also evaluate the derivative at a given point. It uses product quotient and chain rule to find the derivative. The calculator tries to simplify the result as much as possible.
Function to differentiate | Correct syntax | Incorrect syntax |
$$ (2x+1)^6 $$ | (2x+1)^6 | [2x+1]^6 |
$$ \frac{10x + 1}{x^2-4} $$ | (10x+1)/(x^2-4) | 10x+1/x^2-4 |
$$ \left(ln(x)\right)^2 $$ | ln(x)^2 | ln^2(x) |
$$ x ~ ln\left(\frac{x-1}{x+1}\right) $$ | x*ln((x-1)/(x+1)) | x*ln(x-1)/(x+1) |