Derivative Calculator
derivative-calculator.app · Symbolic differentiation & plots
Compute derivatives
Client-side symbolic

Enter a function (without writing f(x)=), choose the differentiation variable and order, then see both the symbolic result and the graph.

Function Supports sin, cos, tan, exp, ln, sqrt, ^, …
f(x) =
Do not write f(x)= in the input. Just type the expression, for example sin(x)*exp(x)/x.
Input preview LaTeX · live
Start typing above – your function will appear here as a nicely typeset formula.
Quick examples Click to fill & compute
Result
Enter a function and click “Compute derivative”.
Symbolic result

          
        
Graph (single-variable)
Domain [-10, 10], variable x
Plotting is available when the variable is x.

Implementation notes

Everything runs entirely in your browser. Symbolic differentiation is handled by Nerdamer, formula rendering by KaTeX, and the interactive graphs by function-plot. No data is sent to a server.