22 min read
The Gradient of a Curve
A curve's gradient at one exact point is found by looking at what happens as two points get closer together.
The Problem With Curves
A straight line has one gradient everywhere. A curve does not — its steepness changes as you move along it. So "the gradient of a curve" only makes sense at a single point.
A line joining two points on a curve is called a secant line. A line that touches the curve at just one point, matching its steepness there, is called a tangent line. The gradient of the curve at a point is the gradient of its tangent line at that point.
Example 1 — secant gradients getting closer
f() = . Find the gradient of the secant line from to + h, for h = , then h = .
For h = : points are (, ) and (, ). Gradient = () ÷ () =
For h = : points are (, ) and (, ). Gradient = () ÷
As h gets smaller, the gradient is getting closer to .
| Secant gradient of y = x² at x = 2, as h shrinks | |
|---|---|
Practice
Your answer
More lessons in Calculus · Next: Limits · Previous: Rate of Change
