Secant Explorer: An Introduction to Derivatives
Slide one point of a secant line toward the other and watch the average rate of change tighten into the instantaneous slope — the derivative.
Average rate of change is just slope
You already know how to find the slope between two points: rise over run. When those two points sit on a curve y = f(x), the line joining them is called a secant line, and its slope is the average rate of change of the function across that interval.
If a car's position over two hours goes from 100 km to 220 km, the secant slope — 60 km per hour — is its average speed, even though its speedometer varied the whole time.
Closing the gap: from average to instantaneous
Now slide the second point toward the first, making h smaller and smaller. The secant line pivots, and its slope homes in on a single limiting value — the slope of the tangent line that just grazes the curve at the point.
That limiting slope is the instantaneous rate of change: how fast the function is changing at that exact instant, not averaged over an interval. It is the central object of differential calculus.
- Evaluate the endpoints: \( f(1) = 1 \) and \( f(3) = 9 \).
- Apply the secant-slope formula: \( \dfrac{f(3) - f(1)}{3 - 1} = \dfrac{9 - 1}{2} \).
- Simplify: \( \dfrac{8}{2} = 4 \).
- Build the difference quotient at \( a = 2 \): \( \dfrac{f(2+h) - f(2)}{h} = \dfrac{(2+h)^2 - 4}{h} \).
- Expand the top: \( (2+h)^2 - 4 = 4 + 4h + h^2 - 4 = 4h + h^2 \).
- Divide by h: \( \dfrac{4h + h^2}{h} = 4 + h \). Now let \( h \to 0 \).
Check your understanding
- A secant line joins two points on a curve; its slope is the average rate of change over that interval.
- The difference quotient [f(a + h) − f(a)] / h is the secant slope written with a step h.
- As h → 0 the secant slope approaches the tangent slope at the point.
- That limiting slope is the derivative f′(a) — the instantaneous rate of change.
- A positive derivative means the curve is rising, negative means falling, and zero means a horizontal tangent.