Ad Slot — 728×90 Header Banner (Google AdSense)

Derivative Calculator

Compute the derivative f'(x) and evaluate at a point.

Supported: sin, cos, tan, exp, log, sqrt, abs, ^, pi, e, *

Result

Ad Slot — 300×250 Sidebar (Google AdSense)

Frequently Asked Questions

How to find a derivative?

The derivative f'(x) = lim(h→0) [f(x+h)−f(x)]/h. For polynomials: d/dx[xⁿ] = nxⁿ⁻¹. For common functions: d/dx[sin(x)] = cos(x), d/dx[eˣ] = eˣ, d/dx[ln(x)] = 1/x.

What does the derivative represent?

The derivative represents the instantaneous rate of change (slope of the tangent line) at any point. In physics, the derivative of position is velocity, and the derivative of velocity is acceleration.

What is a second derivative?

The second derivative f''(x) is the derivative of the derivative. It tells us the concavity: f'' > 0 means concave up (minimum), f'' < 0 means concave down (maximum). It's also acceleration in physics.

What is the chain rule?

The chain rule: d/dx[f(g(x))] = f'(g(x)) × g'(x). It's used to differentiate composite functions. For example, d/dx[sin(x²)] = cos(x²) × 2x.