Module 3 · Lesson 3.1
What Is a Limit? Reading the Approach on a Graph
See a limit as the value a secant line’s slope approaches when one point slides toward another on a curve.
Intuition
Imagine standing on a curve and looking at a second point a short distance away. The straight line that joins those two points is a secant. Its slope tells you the average rise or fall between them.
Now slide the second point closer and closer to the first. The secant tilts, changing its slope each time. If those slopes settle toward one fixed number, that number is the slope of the tangent—the line that just kisses the curve at the single remaining point. The process of “getting closer without necessarily arriving” is the idea of a limit.
Core concept
A limit answers the question: what value does this expression approach as the input gets arbitrarily close to a target? On a graph the classic picture is a secant line sliding toward a tangent. The same idea later powers frame interpolation in animation: as the time gap between two frames shrinks, the in-between motion approaches the true instantaneous velocity.
Interactive Lab
Drag the slider to change the gap $h$. Watch the secant (amber) tilt toward the true tangent (green) as $h$ shrinks. The live slope readout shows the approach.
Fixed point $P$ is at $x=1$ on $y=x^{2}$. Moving $Q$ closer forces the amber secant toward the green tangent whose slope is exactly 2.
Key Idea
The expression on the left is the slope of the secant between $x=a$ and $x=a+h$. The limit symbol says: let $h$ approach zero (from either side, if the two-sided limit exists). If the resulting values settle on a single number $L$, then $L$ is both the limit of the difference quotient and the slope of the tangent line at $x=a$. In the worked example, $f(x)=x^{2}$, $a=1$, and $L=2$.
Think Further
- If the secant slopes approached different numbers from the left and from the right, would the two-sided limit still exist? Why or why not?
- In animation, frame interpolation fills the gap between two known poses. How does the idea of a limit help decide the motion when the time step becomes very small?
- What would the graph look like if the limit of the difference quotient failed to exist at a particular point?
Show suggested answers
- No. A two-sided limit exists only when the left- and right-hand values approach the same number.
- The limit describes the motion approached as the time step shrinks, giving a smooth instantaneous velocity instead of visible jumps.
- The graph may have a corner, cusp, vertical tangent, or discontinuity, so no single tangent slope is approached.