Calculate derivatives of functions with detailed step-by-step solutions. Learn differentiation rules including power, product, quotient, and chain rules.
Derivative Calculator
Select a function below to calculate its derivative and see the step-by-step solution with rules applied.
Select a Function to Differentiate
Polynomial Functions
Trigonometric Functions
Exponential Functions
Logarithmic Functions
Product & Quotient
You might also find these calculators useful
Find derivatives of any function with our free derivative calculator. Get detailed step-by-step solutions showing which differentiation rules to apply. Perfect for calculus students learning derivatives, homework help, and exam preparation.
A derivative measures the instantaneous rate of change of a function. Written as f'(x) or dy/dx, it represents the slope of the tangent line to the function's graph at any point. Derivatives are fundamental to calculus, used in physics for velocity and acceleration, in economics for marginal analysis, and throughout science and engineering.
Derivative Notation
f'(x) = lim(h→0) [f(x+h) - f(x)]/hSee exactly which rules are applied at each step of the differentiation process.
Master the power, product, quotient, and chain rules through worked examples.
Practice with polynomials, trigonometric, exponential, and logarithmic functions.
Calculate velocity from position, acceleration from velocity, or marginal cost from total cost.
Find maximum and minimum values by setting the derivative equal to zero.
Determine where functions increase, decrease, and have inflection points.
Model motion, electrical circuits, heat transfer, and countless physical phenomena.
The power rule states that d/dx[x^n] = n·x^(n-1). Multiply by the exponent and reduce the exponent by 1. For example, d/dx[x³] = 3x². This works for any real number exponent, including negative and fractional powers.
The chain rule is used for composite functions: d/dx[f(g(x))] = f'(g(x))·g'(x). Differentiate the outer function, keep the inner function unchanged, then multiply by the derivative of the inner function. For example, d/dx[sin(2x)] = cos(2x)·2 = 2cos(2x).
The derivative of sin(x) is cos(x). Similarly, d/dx[cos(x)] = -sin(x), d/dx[tan(x)] = sec²(x). These are fundamental trigonometric derivatives that should be memorized.
The derivative of e^x is e^x — it's the only function that is its own derivative. This property makes e^x essential in calculus. For e^(kx), use the chain rule: d/dx[e^(kx)] = k·e^(kx).
The derivative of ln(x) is 1/x. For ln(f(x)), use the chain rule: d/dx[ln(f(x))] = f'(x)/f(x). For example, d/dx[ln(x²)] = 2x/x² = 2/x.
Use the product rule for f(x)·g(x): (fg)' = f'g + fg'. Use the quotient rule for f(x)/g(x): (f/g)' = (f'g - fg')/g². The quotient rule can be remembered as 'low d-high minus high d-low over low squared.'