The mathematics of instantaneous change — the most powerful tool for analyzing how things evolve.
The Derivative as a Limit
The derivative of f at x measures the instantaneous rate of change — the slope of the tangent line. It's defined as a limit:
f'(x) = lim (h→0) [f(x + h) − f(x)] / h
Geometrically, this is the slope of the tangent line to the graph of f at the point (x, f(x)). The tangent line concept connects to geometric tangency — touching a curve at exactly one point locally.
Example: Find f'(x) from the definition for f(x) = x²
"Derivative of the outer, times derivative of the inner." This is the most frequently used rule in all of calculus.
Example: Differentiate sin(x³)
Outer: sin(u) → cos(u). Inner: u = x³ → 3x²
d/dx sin(x³) = cos(x³) · 3x² = 3x² cos(x³)
Implicit Differentiation
When y is defined implicitly by an equation (e.g. x² + y² = 25, the equation of a circle), differentiate both sides with respect to x, treating y as a function of x:
Example: Find dy/dx for x² + y² = 25
Differentiate: 2x + 2y(dy/dx) = 0
Solve: dy/dx = −x/y
At the point (3, 4): slope = −3/4. This is the slope of the tangent to the circle at that point.
This is the tangent line approximation — the simplest case of Taylor series.
Derivatives connect to every corner of mathematics. The eigenvalues of the Hessian matrix (matrix of second derivatives) determine whether a multivariable critical point is a max, min, or saddle point. Differential equations are equations written in terms of derivatives. In statistics, maximum likelihood estimation requires setting derivatives equal to zero.