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 | |
(10x+1)/(x^2-4) | 10x+1/x^2-4 | |
ln(x)^2 | ln^2(x) | |
x*ln((x-1)/(x+1)) | x*ln(x-1)/(x+1) |