[motivation]
### Rates of Change and the Tangent Problem
Many quantities in mathematics and the sciences vary with respect to one another: position changes with time, pressure changes with volume, area changes with the length of a side. The fundamental question of differential calculus is: *at what rate does one quantity change with respect to another, at a specific instant?*
The difficulty is that "instantaneous rate of change" is not a directly observable quantity. Over a time interval $[t_0, t_0 + h]$, one can measure the average velocity of a particle as the ratio $\Delta x / \Delta t = (x(t_0 + h) - x(t_0))/h$. But this is a rate over an interval, not at a point. Taking $h$ smaller gives a better approximation, but setting $h = 0$ produces $0/0$ — the ratio is undefined. The derivative resolves this by defining the instantaneous rate as the [limit](/page/Limit) of the average rate as $h \to 0$, provided the limit exists.
### What Fails Without the Derivative
Without the derivative, one cannot formulate the condition for a function to have a local extremum, determine when two functions grow at the same rate, approximate a function by polynomials, or relate the rate of change of a quantity to its accumulation. The mean value theorem — the bridge between local information (the derivative at each point) and global information (the change over an interval) — requires differentiability as a hypothesis. Taylor's theorem, which approximates smooth [functions](/page/Function) by polynomials with explicit error bounds, is built entirely on iterated differentiation. And the [Fundamental Theorem of Calculus](/theorems/632), which connects the [integral](/page/Integral) to antidifferentiation, makes differentiation indispensable for computing integrals.
### The Geometric Picture
Geometrically, the derivative of $f$ at $a$ is the slope of the unique line that best approximates the graph of $f$ near $(a, f(a))$. The secant line through $(a, f(a))$ and $(a+h, f(a+h))$ has slope $(f(a+h) - f(a))/h$; as $h \to 0$, these secant lines rotate toward a limiting position — the tangent line — and the derivative is the slope of this tangent. The existence of the derivative is thus equivalent to the existence of a well-defined tangent direction, which fails at corners, cusps, and points of vertical tangency.
[/motivation]