This calculator evaluates derivatives using analytical differentiation. It will also find local minimum and maximum, of the given function. The calculator will try to simplify result as much as possible.
There are examples of valid and invalid expressions at the bottom of the page.
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) |
Quick Calculator Search
Please tell me how can I make this better.