Adawaty

Derivative Calculator

Symbolic first and second derivatives of f(x), evaluation at any point, and a live graph of f and f′ from −10 to 10.

Runs in your browser — files never leave your device

How it works

  1. Type a function of x — for example x^3 - 2*x + 1 or sin(x)/x.

  2. Read the symbolic derivative f′(x), computed and simplified instantly.

  3. Toggle the second derivative if you need f″(x) as well.

  4. Enter a value of x to evaluate f, f′ (and f″) there, and check the graph preview.

Frequently asked questions

Which functions and notation are supported?

Polynomials, rational functions, powers (x^3), roots (sqrt), exponentials and logarithms (exp, log), trigonometric and inverse trigonometric functions (sin, cos, tan, asin…), hyperbolic functions, absolute value, and combinations of all of these. Use * for multiplication and ^ for powers.

Is the derivative symbolic or numeric?

Symbolic. The expression is parsed into a syntax tree and differentiated with exact calculus rules (product, quotient, chain rule), then simplified — so you get a formula, not just a number. Numeric values are only computed when you evaluate at a specific x.

Can I get the second derivative?

Yes — switch on the second-derivative toggle and f″(x) is computed by differentiating f′(x) again. The evaluation box then shows f, f′, and f″ at your chosen point.

Is my function sent to a server?

No. All calculations run entirely in your browser — nothing is uploaded. The symbolic math engine is downloaded once and runs locally on your device.

Related tools