First Derivative Calculator

Enter f(x), choose a variable, then calculate now. See derivative form, numeric checks, and tables. Download CSV or PDF for reports and revision later.

Calculator

Supported: + − × ÷ ^, parentheses, sin cos tan asin acos atan sqrt ln log exp abs, constants pi and e.
Example: sin(x) + x^3 − 4*x, or exp(x)*ln(x).
Use x, t, y, etc.
Numeric is useful for sanity checks.
Applies to printed values and table.
Leave empty for expression-only output.
Used only for numeric derivative mode/table.
Creates values for CSV/PDF downloads.
Reset

Example data table

Function f(x) First derivative f'(x) Quick note
x^3 - 4*x3*x^2 - 4Polynomial rule
sin(x)cos(x)Trig rule (radians)
exp(x)*ln(x)exp(x)*ln(x) + exp(x)/xProduct + chain rules
sqrt(x)1/(2*sqrt(x))Power as sqrt
1/(1+x^2)-2*x/(1+x^2)^2Quotient rule
These are standard forms. Your input may simplify differently, but stays equivalent.

Formula used

The first derivative of a function is defined as the limit:

f'(x) = limh→0 ( f(x+h) − f(x) ) / h

To compute derivatives efficiently, the calculator applies common rules:

  • Linearity: (u±v)' = u'±v'
  • Product: (uv)' = u'v + uv'
  • Quotient: (u/v)' = (u'v − uv') / v²
  • Chain: (g(u))' = g'(u)·u'
  • Power: (xⁿ)' = n·xⁿ⁻¹ (for constant n)

How to use this calculator

  1. Type your function using standard operators and parentheses.
  2. Select the variable you want to differentiate with respect to.
  3. Pick Symbolic for an exact form, or Numeric for verification.
  4. Optionally enter a point to evaluate f(x) and f'(x).
  5. Enable the range table to generate values and downloads.
Tip: If your function includes trig terms, inputs are interpreted in radians.

Related Calculators

radius of curvature calculatorsecond derivative calculatorsymbolic derivative calculatorinflection point calculatormaxima minima calculatormultivariable derivative calculatorgradient vector calculatorslope of curve calculatorvelocity acceleration calculatortaylor series derivative

Important Note: All the Calculators listed in this site are for educational purpose only and we do not guarentee the accuracy of results. Please do consult with other sources as well.