Introduction to Limits
What You’ll Learn
Section titled “What You’ll Learn”In this lesson you’ll learn what a limit is, how to find limits from graphs and by simplifying expressions, and why limits are the gateway to calculus. This is the concept that makes calculus possible.
The Concept
Section titled “The Concept”A limit describes what value a function approaches as the input gets closer and closer to a specific number. The function doesn’t have to actually equal that value at the point. It just has to be heading toward it.
We write it like this:
In plain English: “As x gets very close to a (from both sides), f(x) gets very close to L.”
The key insight is that limits care about behavior near a point, not the actual value at the point. A function can have a hole at x = 3 but still have a limit there, because the limit only asks “what is the function approaching?” not “what does it equal?”
The diagram shows a function with a hole at x = 3 (the open circle). The function isn’t defined there, but as x approaches 3 from both sides, the y-values approach 6. So the limit is 6, even though f(3) doesn’t exist.
For a two-sided limit to exist, the function must approach the same value from both the left and the right. If it approaches different values from each side, the limit does not exist.
How to find limits:
- Direct substitution: just plug in the number. If you get a real answer, that’s the limit.
- Factoring and canceling: if you get 0/0, simplify the expression first, then substitute.
- Rationalizing: for expressions with square roots, multiply by the conjugate.
- Graphs and tables: look at what the y-values approach as x gets close to the target.
Worked Example
Section titled “Worked Example”Example 1: Direct substitution
Find the limit:
Just plug in x = 2:
The limit is 3. This means as x approaches 2, the function approaches 3. When direct substitution gives you a normal number, you’re done.
Example 2: Removable discontinuity (the 0/0 case)
Find the limit:
Try plugging in x = 3: you get (9 - 9)/(3 - 3) = 0/0. That’s not an answer. It’s a signal that the expression can be simplified.
Factor the numerator. The difference of squares rule gives us:
So the fraction becomes:
Cancel the (x - 3) terms (valid for all x except 3):
Now substitute x = 3:
The limit is 6. The function has a hole at x = 3 (it’s undefined there), but the limit still exists because the function approaches 6 from both sides. This is the situation shown in the diagram above.
Example 3: One-sided limits that disagree
Consider the function:
This function equals 1 when x is greater than 2 (because the absolute value doesn’t change anything), and -1 when x is less than 2 (because the absolute value flips the sign).
From the right (x approaching 2 from above): f(x) = 1.
From the left (x approaching 2 from below): f(x) = -1.
Since the left-hand limit (-1) and right-hand limit (1) are different, the two-sided limit does not exist.
Real-World Application
Section titled “Real-World Application”Limits are the foundation for:
- Derivatives in Calculus (instantaneous rates of change)
- Understanding continuity (is the function “smooth” or does it have breaks?)
- Modeling real phenomena like population growth approaching a carrying capacity
- Engineering (stress analysis as loads approach breaking points)
- Economics (marginal cost as production approaches certain levels)
Example: when you calculate the speed of a car at exactly 3:00 PM, you’re really taking the limit of average speed over smaller and smaller time intervals. You can’t measure speed at a single instant directly, but you can measure it over 1 second, then 0.1 seconds, then 0.01 seconds, and see what it approaches. That’s a limit.