Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools


Derivatives






From Average to Instantaneous


The slope of a line measures constant rate of change. But most functions do not change at a constant rate—their graphs curve, steepen, and flatten. The derivative extends the idea of slope to curves, capturing how fast a function changes at a single point rather than over an interval.

The construction begins with the difference quotient: the slope of a secant line through two points on the graph. As the two points draw closer together, the secant line approaches the tangent line. The derivative is the limit of this process—the slope of the tangent line, defined precisely through a limiting operation.

This single concept—instantaneous rate of change via a limiting process—generates an entire framework. Rules convert the limit definition into efficient computation. Techniques extend differentiation to implicit and parametric settings. The derivative as a function reveals the shape of curves through sign analysis. Higher-order derivatives capture concavity and deeper layers of change.



The Difference Quotient and Its Limit


Given a function ff and a point x=ax = a, the difference quotient measures the average rate of change of ff over the interval from aa to a+ha + h:

f(a+h)f(a)h\frac{f(a + h) - f(a)}{h}


Geometrically, this is the slope of the secant line connecting (a,f(a))(a, f(a)) and (a+h,f(a+h))(a + h, f(a + h)). As h0h \to 0, the secant line rotates toward the tangent line at x=ax = a.

The derivative of ff at aa is defined as the limit of the difference quotient:

f(a)=limh0f(a+h)f(a)hf'(a) = \lim_{h \to 0} \frac{f(a + h) - f(a)}{h}


When this limit exists, f(a)f'(a) equals the slope of the tangent line to the graph of ff at the point (a,f(a))(a, f(a)). When the limit does not exist—due to a corner, cusp, vertical tangent, or discontinuity—the derivative is undefined at that point.

An equivalent form uses xx approaching aa directly:

f(a)=limxaf(x)f(a)xaf'(a) = \lim_{x \to a} \frac{f(x) - f(a)}{x - a}


Both forms define the same quantity. The first emphasizes the increment hh; the second emphasizes the point xx approaching aa.

Notation


Several notation systems for derivatives coexist, each suited to different contexts.

Lagrange Notation


The symbol f(x)f'(x) denotes the derivative of ff with respect to xx. Higher derivatives use repeated primes: f(x)f''(x), f(x)f'''(x). For the nnth derivative, parenthetical notation avoids stacking primes: f(n)(x)f^{(n)}(x). This notation is compact and emphasizes the function itself.

Leibniz Notation


The symbol dydx\frac{dy}{dx} denotes the derivative of yy with respect to xx. It suggests a ratio of infinitesimal changes—and while the derivative is defined as a limit rather than a literal fraction, this notation behaves like a fraction in the chain rule and in differentials. Higher derivatives follow the pattern d2ydx2\frac{d^2y}{dx^2}, d3ydx3\frac{d^3y}{dx^3}. The operator form ddx[f(x)]\frac{d}{dx}[f(x)] emphasizes differentiation as an operation applied to an expression.

Euler Notation


The operator DD or DxD_x applied to a function: Df(x)Df(x) means the same as f(x)f'(x). Higher orders use powers of the operator: D2fD^2 f, DnfD^n f. This notation appears in differential equations and operator theory.

Newton Notation


A dot above the variable: y˙\dot{y} for the first derivative, y¨\ddot{y} for the second. Used almost exclusively where the independent variable is time. The notation signals that differentiation is with respect to tt.

Derivative Graph Analysis


The sign of the derivative at a point reveals whether the function is increasing or decreasing there. Where f(x)>0f'(x) > 0, the function rises; where f(x)<0f'(x) < 0, the function falls. Points where f(x)=0f'(x) = 0 or f(x)f'(x) is undefined are critical points—candidates for local maxima, minima, or neither.

The second derivative adds another layer. Where f(x)>0f''(x) > 0, the graph is concave up; where f(x)<0f''(x) < 0, the graph is concave down. Points where concavity changes are inflection points. Together, the first and second derivatives determine the complete shape of a curve: its direction, its turning points, and its bending.

Derivative graph analysis combines these tools into a systematic framework for understanding function behavior, from tangent line equations to optimization and curve sketching.
Learn More

The Derivative as a Function


The definition f(a)f'(a) produces a single number—the slope at one point. Replacing aa with a variable xx yields f(x)f'(x), a function that assigns a slope to every point in its domain. The derivative function has its own graph, its own properties, and can itself be differentiated.

The graph of ff' encodes the behavior of ff: where ff climbs, ff' is positive; where ff descends, ff' is negative; where ff has an extremum, ff' crosses zero. Reading one graph from the other—and reversing the process—is a core skill.

The derivative as a function develops this perspective, including the domain of ff', the relationship between the graphs of ff and ff', and the interpretation of ff' as a standalone object.
Learn More

Differentiability


Not every function has a derivative at every point. The limit definition requires the limit to exist and be finite, which fails at corners, cusps, vertical tangents, and discontinuities. Each failure mode has a distinct geometric signature on the graph.

Differentiability implies continuity—a function must be unbroken at a point to have a tangent line there. The converse is false: f(x)=xf(x) = |x| is continuous at x=0x = 0 but not differentiable, because the left-hand and right-hand slopes disagree.

Differentiability examines when derivatives exist, one-sided derivatives, differentiability on intervals, and pathological cases where continuity holds everywhere but differentiability fails everywhere.
Learn More

Differentiation Rules


Computing derivatives from the limit definition is tedious for all but the simplest functions. Differentiation rules replace the limit with algebraic procedures: the power rule handles xnx^n, the product rule handles fgf \cdot g, the quotient rule handles f/gf/g, and the chain rule handles compositions f(g(x))f(g(x)).

Beyond computational rules, the Mean Value Theorem guarantees that every differentiable function achieves its average rate of change at some interior point. Rolle's Theorem and L'Hôpital's rule follow as consequences, connecting derivatives to existence results and limit evaluation.

Differentiation rules covers all standard rules, their derivations from the limit definition, and the major theorems that govern derivative behavior.
Learn More

Differentiation Techniques


Standard rules apply directly when yy is given explicitly as a function of xx. Many relationships, however, are not written in explicit form. The equation x2+y2=25x^2 + y^2 = 25 defines yy implicitly; implicit differentiation extracts dy/dxdy/dx by differentiating both sides and solving.

Logarithmic differentiation handles products with many factors and expressions with variable exponents like xxx^x. Parametric differentiation computes slopes of curves given as x=x(t)x = x(t), y=y(t)y = y(t). The inverse function derivative formula recovers the derivative of f1f^{-1} from the derivative of ff.

Differentiation techniques develops each method with its underlying logic and the situations where it applies.
Learn More

Derivatives of Common Functions


A small set of derivative formulas covers the vast majority of computation. The power rule gives ddx[xn]=nxn1\frac{d}{dx}[x^n] = nx^{n-1}. Trigonometric derivatives follow a pattern: (sinx)=cosx(\sin x)' = \cos x, (cosx)=sinx(\cos x)' = -\sin x, (tanx)=sec2x(\tan x)' = \sec^2 x. The exponential exe^x is its own derivative, and (lnx)=1/x(\ln x)' = 1/x.

These formulas, combined with differentiation rules, handle polynomials, rational functions, and all standard transcendental functions. Memorizing them eliminates the need to return to the limit definition.

Derivatives of common functions catalogs these results, derives key formulas from the limit definition, and organizes them into a reference framework.
Learn More

Derivatives of Special Functions


Beyond the standard functions, several families have derivatives that appear frequently in advanced work. Inverse trigonometric functions produce algebraic derivatives: (arcsinx)=1/1x2(\arcsin x)' = 1/\sqrt{1 - x^2}, (arctanx)=1/(1+x2)(\arctan x)' = 1/(1 + x^2). Hyperbolic functions parallel their trigonometric counterparts: (sinhx)=coshx(\sinh x)' = \cosh x, (tanhx)=sech2x(\tanh x)' = \text{sech}^2\,x.

Piecewise functions require checking differentiability at each boundary, and parametric curves use the formula dy/dx=(dy/dt)/(dx/dt)dy/dx = (dy/dt)/(dx/dt).

Derivatives of special functions collects these results, derives them via implicit differentiation and inverse function methods, and highlights the patterns connecting them to common derivatives.
Learn More

Higher-Order Derivatives


Since ff' is a function, it can be differentiated again. The second derivative f(x)f''(x) measures how the slope itself changes—geometrically, this is concavity. The third derivative and beyond capture progressively finer aspects of a function's behavior.

Certain functions exhibit patterns under repeated differentiation. Polynomials of degree nn have (n+1)(n+1)th derivative equal to zero. The exponential exe^x is unchanged at every order. Sine and cosine cycle through four derivatives before repeating.

Higher-order derivatives explores notation, derivative patterns, smoothness classes, and the connection to Taylor series.
Learn More

Differentials


The derivative dy/dxdy/dx is defined as a limit—a single object. Differentials separate it into two independent quantities: dxdx, a small change in xx, and dy=f(x)dxdy = f'(x) \cdot dx, the corresponding change predicted by the tangent line.

The differential dydy approximates the actual change Δy=f(x+dx)f(x)\Delta y = f(x + dx) - f(x). For small dxdx, the approximation is accurate, making differentials a practical tool for linear approximation and error estimation.

Differentials develops the formalism, connects it to Leibniz notation, and applies it to approximation and error propagation.
Learn More