BACK TO CHAPTER
Lesson 2.1

THE TANGENT PROBLEM

How do you measure speed at a single instant? It seems impossible—like measuring the distance between a point and itself.

The Paradox

To calculate a slope (velocity), you need two points: a start and an end.

m=ΔyΔx=y2y1x2x1m = \frac{\Delta y}{\Delta x} = \frac{y_2 - y_1}{x_2 - x_1}

But for Instantaneous Velocity, we are looking at a single moment in time. The start point is the end point. If we try to plug this into the slope formula, we get disaster:

m=f(x)f(x)xx=00m = \frac{f(x) - f(x)}{x - x} = \frac{0}{0}

The Solution: The Secant Line

We can't use one point. So we use two points... and cheat. We place a second "fake" point at distance hh away from our target. Then we shrink hh until it disappears.

The Secant Slider
SECANT LINE
h = 2.00
Run (Δx)2.0000
Rise (Δy)2.0000
Slope1.0000
True Derivative0.5000
Shrink Distance (h)2.00
0 (Tangent)4 (Secant)
Drag the slider left to pull the blue point closer to the red anchor.
Drag hh to zero. Watch the blue Secant line become the red Tangent line.

The Formal Definition

This logic leads us to the most famous equation in Calculus: The Definition of the Derivative.

f(x)=limh0f(x+h)f(x)hf'(x) = \lim_{h \to 0} \frac{f(x+h) - f(x)}{h}

Let's decode this:

  • f(x+h)f(x)f(x+h) - f(x)The "Rise" (change in y)
  • hhThe "Run" (change in x)
  • limh0\lim_{h \to 0}The "Shrink Ray" that pushes the points together.