UtilityBase logoUtilityBase

Calculators

Derivative Calculator

Symbolic derivatives up to third order, simplified — with evaluation at a point.

Updated July 10, 2026

How to use the derivative calculator

  1. 1Type f(x) — implicit multiplication like 2x is fine.
  2. 2Pick the order: f′, f″, or f‴.
  3. 3Read the simplified derivative; intermediate orders show below.
  4. 4Add an x value to get the slope at a specific point.

Common uses

  • Checking calculus homework against the exact answer
  • Tangent-line problems needing f′ evaluated at a point
  • Concavity and inflection work via second derivatives
  • Verifying hand derivations before an exam

Frequently asked questions

My answer looks different from the textbook's — which is wrong?

Possibly neither. Simplification isn't unique: 2sin(x)cos(x) and sin(2x) are the same function, as are forms differing by factored-out constants or combined logarithms. Before assuming an error, test equivalence — evaluate both forms at two or three x values (the evaluate-at-a-point field here does one side); matching outputs means matching functions. Genuine mismatches usually trace to input typos: a missing parenthesis changes e^(x+1) into e^x + 1.

What input syntax works?

Standard math notation with x as the variable: ^ for powers, sin/cos/tan and their arc- inverses, e^x, ln for natural log, log for base-10, sqrt, and abs. Implicit multiplication is handled — 2x, 3sin(x), and x(x+2) all parse. The main syntax trap is exponent grouping: e^2x parses as (e²)·x, so write e^(2x) when the whole thing is the exponent. When in doubt, over-parenthesize; the simplifier cleans up.

What does the second derivative tell me?

The rate of change of the rate of change — concretely: f′ says whether f is rising or falling, f″ says whether it's curving up (concave up, f″ > 0, shaped like a cup) or down (concave down, like a frown). That powers the second-derivative test: at a point where f′ = 0, positive f″ means a local minimum, negative means a maximum. In physics terms, if f is position, f′ is velocity and f″ is acceleration.

Can this show every step like my homework requires?

It shows each derivative order and the simplified result, but not the rule-by-rule derivation (product rule applied here, chain rule there) — symbolic engines apply rules simultaneously in ways that don't map to clean textbook steps. The honest workflow: do the derivation by hand, use this to verify the destination. If your answer disagrees, the error is usually in one specific rule application, and knowing the correct target makes it findable.

About this tool

The derivative calculator differentiates symbolically — the expression is parsed and transformed by the actual calculus rules (power, product, quotient, chain), then simplified — so f(x) = x³ + 2x² − 5x + 1 returns 3x² + 4x − 5 exactly, not a numerical approximation. First, second, and third orders with intermediate steps shown; optional evaluation at a point gives the slope a tangent-line problem needs. Handles polynomials, trig, inverse trig, exponentials, logarithms, roots, and compositions, with forgiving input (2x and x(x+1) work without explicit multiplication). Runs entirely in your browser.

Like most tools on UtilityBase, the derivative calculator runs entirely in your browser — nothing you enter is uploaded or stored on a server. It's free to use with no account required. Browse more calculators here.

Was this tool helpful?

Related tools