Derivative Calculator
Compute symbolic derivatives of any function using the variable x. Supports 1st, 2nd, and 3rd order derivatives. Can evaluate the derivative at a specific x value. Uses the mathjs symbolic differentiation engine.
| f′(x) > 0 | Function is increasing at x |
| f′(x) < 0 | Function is decreasing at x |
| f′(x) = 0 | Critical point (potential max/min) |
| f″(x) > 0 | Concave up (cup shape) |
| f″(x) < 0 | Concave down (cap shape) |
| f″(x) = 0 | Possible inflection point |
All standard functions are supported: sin, cos, tan, asin, acos, atan, exp, log (natural), log10, sqrt, abs, as well as polynomial expressions, products, quotients, and chains.
Use * for multiplication (2*x not 2x), ^ for powers (x^3), and parentheses for grouping. Constants: pi = π, e = 2.718…
Enter an x value in the optional field to compute the numeric value of the derivative there — useful for finding the slope of a tangent line at a specific point.
Select f″ for the second derivative (rate of change of rate of change, used in concavity analysis) or f‴ for the third.
- •The derivative at a point equals the slope of the tangent line to the curve at that point.
- •Where f′(x) = 0 are the critical points (local maxima/minima). Where f″(x) = 0 are inflection points.
- •Use the graphing calculator to visualise f(x) and f′(x) together.