Derivative Calculator — Step-by-Step Symbolic Differentiation

The Derivative Calculator computes exact symbolic derivatives for any function with full step-by-step working. Supports all standard calculus functions: polynomials (power rule), trig (sin, cos, tan), inverse trig (arcsin, arccos, arctan), exponentials (e^x), natural logarithm (ln x), and square roo...

DERIVATIVE CALCULATOR

Use * for multiplication, ^ for powers. Press Enter or click d/dx.

QUICK EXAMPLES

Enter a function above and press d/dx or Enter

DIFFERENTIATION RULES

Constant ruled/dx(c) = 0c is any constant
Variable ruled/dx(x) = 1
Power ruled/dx(xⁿ) = n·xⁿ⁻¹n is any real number
Constant multipled/dx(c·f) = c·f′
Sum ruled/dx(f+g) = f′+g′
Difference ruled/dx(f−g) = f′−g′
Product ruled/dx(f·g) = f′g+fg′
Quotient ruled/dx(f/g) = (f′g−fg′)/g²
Chain ruled/dx(f(g)) = f′(g)·g′
sind/dx(sin x) = cos x
cosd/dx(cos x) = −sin x
tand/dx(tan x) = sec²x
d/dx(eˣ) = eˣ
d/dx(aˣ) = aˣ·ln(a)
ln xd/dx(ln x) = 1/x
√xd/dx(√x) = 1/(2√x)
arcsind/dx(arcsin x) = 1/√(1−x²)
arctand/dx(arctan x) = 1/(1+x²)

INPUT SYNTAX

x^3x³ (power)
2*x2x (multiplication)
sin(x)sine of x
exp(x)
ln(x)natural log
sqrt(x)√x
arctan(x)tan⁻¹(x)
Created with❤️byeaglecalculator.com

DIFFERENTIATION RULES REFERENCE

DERIVATIVE RULES
RULEFORMULADESCRIPTION
Constant ruled/dx(c) = 0Derivative of any constant is zero
Power ruled/dx(x^n) = n*x^(n-1)Applies for any real exponent n
Sum ruled/dx(f+g) = f'+g'Differentiate term by term
Product ruled/dx(f*g) = f'g + fg'For products of two functions
Quotient ruled/dx(f/g) = (f'g - fg') / g^2For ratios of two functions
Chain ruled/dx(f(g(x))) = f'(g(x)) * g'(x)For composed functions
d/dx(sin x)cos x
d/dx(cos x)-sin x
d/dx(tan x)sec^2(x)
d/dx(e^x)e^xUnique: derivative equals itself
d/dx(ln x)1/x
d/dx(arctan x)1/(1+x^2)
d/dx(arcsin x)1/sqrt(1-x^2)

HOW TO USE

  1. 1

    Type your function in the input box using standard notation: x^3 for x³, 2*x for 2x, sin(x) for sine, exp(x) for eˣ, ln(x) for natural log, sqrt(x) for square root. Press Enter or click d/dx.

  2. 2

    The derivative appears instantly in the result box as f′(x). The step-by-step panel below shows which differentiation rule was applied at each stage — constant rule, power rule, chain rule, product rule, or quotient rule.

  3. 3

    Use the quick example buttons to try common functions: x³, sin(x), cos(x²) (chain rule), eˣ, x·sin(x) (product rule), 1/x (quotient rule), arctan(x) (inverse trig).

  4. 4

    The right panel shows the complete differentiation rules reference — all rules and trig derivatives in one place for quick lookup while studying.

  5. 5

    The calculator supports all standard calculus functions: polynomials, trig (sin, cos, tan, sec, csc, cot), inverse trig (arcsin, arccos, arctan), exponentials (exp), logarithms (ln), and square roots (sqrt).

WORKED EXAMPLE

d/dx(x^3 + 2*x^2 - 5*x + 7): Sum rule applied term by term. d/dx(x^3)=3x^2 (power rule). d/dx(2*x^2)=4x (constant multiple + power rule). d/dx(-5*x)=-5 (constant multiple). d/dx(7)=0 (constant). Result: 3x^2 + 4x - 5. Chain rule example: d/dx(sin(x^2)) = cos(x^2) * 2x = 2x*cos(x^2).

FREQUENTLY ASKED QUESTIONS

RELATED CALCULATORS

MORE CALCULUS CALCULATORS

Was this calculator helpful?

Last updated: April 29, 2026 · Formula verified by EagleCalculator team · Eagle-eyed accuracy for every calculation.