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...
Use * for multiplication, ^ for powers. Press Enter or click d/dx.
QUICK EXAMPLES
Enter a function above and press d/dx or Enter
INPUT SYNTAX
x^3x³ (power)2*x2x (multiplication)sin(x)sine of xexp(x)eˣln(x)natural logsqrt(x)√xarctan(x)tan⁻¹(x)| RULE | FORMULA | DESCRIPTION |
|---|---|---|
| Constant rule | d/dx(c) = 0 | Derivative of any constant is zero |
| Power rule | d/dx(x^n) = n*x^(n-1) | Applies for any real exponent n |
| Sum rule | d/dx(f+g) = f'+g' | Differentiate term by term |
| Product rule | d/dx(f*g) = f'g + fg' | For products of two functions |
| Quotient rule | d/dx(f/g) = (f'g - fg') / g^2 | For ratios of two functions |
| Chain rule | d/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^x | Unique: 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) |
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.
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.
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).
The right panel shows the complete differentiation rules reference — all rules and trig derivatives in one place for quick lookup while studying.
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).
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).
Last updated: April 29, 2026 · Formula verified by EagleCalculator team · Eagle-eyed accuracy for every calculation.