The Derivative
The derivative of at is the limit of the average rate of change as the interval shrinks to zero: It is a single number — the slope of the tangent line to the graph of at the point .
Geometrically: the derivative is the slope of the "best straight-line approximation" to the graph near . If , the function is increasing at . If , it is decreasing. If , the tangent is horizontal — a candidate for a local extremum.
The derivative measures sensitivity: how much does change for a tiny change in input? A large means small changes in cause large changes in (sensitive). A small means is relatively flat (insensitive).
Formal View
The derivative is the slope of the tangent line to the graph of at . It equals the best linear approximation rate.
Interactive Visualization
Secant → Tangent Line
Why This Matters
The derivative is the central object of calculus — it enables optimization, rates of change, and local approximation.
- Gradient computation in neural networks: the derivative of the loss w.r.t. each weight guides gradient descent.
- Physics: the second derivative of position w.r.t. time is acceleration ().
- Finance: derivatives (financial) are named after this: their price depends on the derivative of the underlying.
Quiz
The derivative is:
If , the function is increasing at .
Common Mistakes
- Thinking the derivative equals — it is a LIMIT of differences, not a ratio of the function to its input.
- Confusing (a number, the slope at one point) with the derivative function (a function of ).