The Idea of a Limit
Simple Explanation
The limit of a function f(x) as x approaches a value a, written lim(xβa) f(x) = L, describes what value f(x) gets closer and closer to as x gets closer and closer to a β WITHOUT needing f(x) to actually be defined (or correct) exactly at x=a itself.
Why Do We Need It?
Limits are the foundation that makes the rest of calculus possible β they let us talk precisely about "instantaneous" behavior, which is otherwise a contradiction (a single instant has no interval over which to measure a rate).
See It
A graph showing a straight line with a hole at x=1, where the function is undefined, but the limit as x approaches 1 is clearly 2
Worked Example
Estimate a limit from a table of values
For f(x) = (xΒ²β1)/(xβ1), f(x) is undefined at x=1. By evaluating f(x) at x-values very close to 1 (like 0.9, 0.99, 1.1, 1.01), estimate lim(xβ1) f(x).
Why Does This Work?
For x β 1, (xΒ²β1)/(xβ1) factors as (xβ1)(x+1)/(xβ1), and the (xβ1) factors cancel, leaving x+1 β which is perfectly well-defined at x=1, giving 1+1=2. The limit describes this "filled-in" behavior, even though the original expression has a 0/0 gap exactly at x=1.
Real-Life Example
A speedometer's instantaneous reading
A car's speedometer shows a single "instantaneous" speed at each moment, not an average over some time interval.
This instantaneous speed is conceptually the limit of the average speed (distance Γ· time) as the time interval shrinks toward zero β exactly the idea of a limit.
Practice
For g(x) = (xΒ²β9)/(xβ3), find lim(xβ3) g(x).
MediumCommon mistake
Assuming a limit doesn't exist just because the function itself is undefined at that exact point β a limit only cares about the behavior NEAR the point, not the (possibly missing) value at the point itself.
Quick Review
- lim(xβa) f(x) = L means f(x) gets closer to L as x gets closer to a.
- The limit can exist even where f(a) itself is undefined.
- Limits are the foundation of the derivative and the rest of calculus.