Estimating Limit Values from Graphs
Why this matters
Imagine you’re tracking a package from an online store in Seattle. The delivery truck is heading to your house in Dallas. You can watch its progress on a map, getting closer and closer to your street. The limit is like the delivery truck’s destination: your front door.
We are interested in where the truck is headed, not where it is right now. Even if there's a huge pothole (a "hole" in the function) right in front of your driveway, you can still say with certainty that the truck was approaching your house. The limit doesn't care about the pothole itself; it only cares about the path leading up to it from both sides of the street.
In this lesson, we'll become expert path-watchers. We'll learn to look at a function's graph and determine exactly where it's headed, which is the core idea of a limit.
Concept overview
flowchart TD
A[Start: Find lim x->c f(x)] --> B{Look at x=c on the graph};
B --> C[Trace the curve from the left (x -> c-)];
B --> D[Trace the curve from the right (x -> c+)];
C --> E{What y-value is approached? Call it L1};
D --> F{What y-value is approached? Call it L2};
E --> G{Are L1 and L2 the same finite number?};
F --> G;
G -- Yes --> H[The limit is L1];
G -- No --> I{Why did they not match?};
I -- Different numbers --> J[Limit DNE (Jump)];
I -- Goes to infinity --> K[Limit DNE (Unbounded)];
I -- Wiggles wildly --> L[Limit DNE (Oscillating)];
Core explanation
Welcome to one of the most fundamental ideas in all of calculus. Understanding limits visually is the first big step. Let's get right into it.
What is a Limit, Really?
Think of a function's graph as a rollercoaster track. The limit asks a simple question: As your cart approaches a specific point on the horizontal ground (the x-axis), what height are you approaching on the track (the y-axis)?
The notation looks like this:
lim (as x → c) f(x) = L
This translates to: "The limit of the function f(x) as x approaches some number c is equal to the y-value L."
The key word here is approaches. We don't actually care what happens at x = c. We only care about the journey infinitely close to it.
The Two-Sided Agreement: Left-Hand and Right-Hand Limits
For a limit to exist at a point c, the function must be approaching the same y-value from both the left side and the right side. Think of it as two friends, Priya and Marcus, walking along the graph towards the same x-value from opposite directions.
- The Left-Hand LimitPriya is walking from the left side (where x-values are smaller than
c). The height she approaches is the left-hand limit.- Notation:
lim(asx→c⁻)f(x)
- Notation:
- The Right-Hand LimitMarcus is walking from the right side (where x-values are larger than
c). The height he approaches is the right-hand limit.- Notation:
lim(asx→c⁺)f(x)
- Notation:
For the overall limit L to exist, the left-hand limit must equal the right-hand limit. If Priya and Marcus are heading towards the same meeting spot (height), the limit exists. If they are heading to different heights, the overall limit does not exist.
Reading the Graph: Holes vs. Solid Dots
lim(asx→c)f(x)is the value the function approaches.f(c)is the actual value of the function atx = c, represented by a solid dot.
Consider a graph with a "hole" (an open circle) at (2, 5) and a solid dot at (2, 1).
- As
xapproaches 2 from the left and the right, the path is clearly heading toward a height of 5. So,lim(asx→2)f(x) = 5. - The actual value of the function at
x=2is where the solid dot is. So,f(2) = 1.
See? The limit and the function's value can be completely different. The limit is about the expectation set by the path, not the final reality of the single point.
When Limits Don't Exist (DNE)
Sometimes, Priya and Marcus just can't agree on a meeting place. The AP exam expects you to know the three main reasons why a limit might not exist at a point x = c.
- 1The JumpThe left-hand limit does not equal the right-hand limit.
- Priya approaches a height of 3, but Marcus approaches a height of -1. They are at the same x-location but different heights. Since
3 ≠ -1, the overall limit does not exist. This is called a jump discontinuity.
- Priya approaches a height of 3, but Marcus approaches a height of -1. They are at the same x-location but different heights. Since
- 2Unbounded Behavior (The Vertical Asymptote)The function shoots up to positive infinity or down to negative infinity.
- As Priya and Marcus approach the line
x = c, the track goes vertically upward. They never approach a single, finite numberL. They just keep climbing. Since "infinity" is not a real number, the limit does not exist.
- As Priya and Marcus approach the line
- 3Oscillating BehaviorThe function wiggles up and down more and more wildly as it nears
c.- Imagine the track becomes an insane vibration near
x = c. Priya and Marcus are bounced up and down so fast they can't settle on any single height. The function never hones in on one y-value. Therefore, the limit does not exist. This is less common on the AP exam, but good to know.
- Imagine the track becomes an insane vibration near
A Word of Caution: The Limits of Graphs
Graphs are fantastic for building intuition, but they can be misleading. A graph drawn on paper might look perfectly smooth. However, if you could zoom in infinitely, you might find a tiny hole or a wiggle you couldn't see before. This is what the College Board means by "issues of scale." For now, we trust the graphs we are given, but this is why we'll soon learn algebraic methods to find limits with 100% certainty. For this topic, what you see is what you get.
Worked examples
Let's put this all into practice. We'll analyze a graph and answer some questions, just like you will on the exam.
Example 1: The Piecewise Puzzle
A fictional graph for illustrative purposes.
Consider the graph of f(x) above. Find the following:
a) lim (as x → -2) f(x)
b) f(-2)
c) lim (as x → 1) f(x)
d) lim (as x → 4) f(x)
Solution Walkthrough:
-
Part (a):
lim(asx→-2)f(x)- WhyWe need to find the height the function approaches as
xgets close to -2. - HowLet's look from the left of
x = -2. The graph is going towards a y-value of 3. Now, from the right ofx = -2. The graph is also going towards y = 3. - ConclusionSince the left-hand limit (3) equals the right-hand limit (3), the overall limit exists and is 3.
- Answer
lim(asx→-2)f(x) = 3.
- Why
-
Part (b):
f(-2)- WhyThis is not a limit question. It asks for the function's actual value at
x = -2. - HowWe look for a solid dot at
x = -2. There isn't one. There's an open circle (a hole). - ConclusionThe function is not defined at
x = -2. - Answer
f(-2)is undefined. - Common Mistake AlertMany students will say
f(-2) = 3. This is incorrect. 3 is the limit, not the function's value. The hole means there is no value at that point.
- Why
-
Part (c):
lim(asx→1)f(x)- WhyWe need to check if the path from the left and right agree at
x = 1. - HowFrom the left of
x = 1, the graph approaches a height of 1. From the right ofx = 1, the graph jumps up and approaches a height of 4. - ConclusionThe left-hand limit (1) does not equal the right-hand limit (4).
- Answer
lim(asx→1)f(x)does not exist (DNE).
- Why
-
Part (d):
lim(asx→4)f(x)- WhyWe check the approach to
x = 4. - HowFrom the left of
x = 4, the path heads toy = 2. From the right, it also heads toy = 2. The path is continuous and unbroken here. - ConclusionThe left and right limits agree. The fact that
f(4)is also 2 is nice, but it doesn't change the limit calculation. - Answer
lim(asx→4)f(x) = 2.
- Why
Try it yourself
Ready to try one on your own? Look at the graph below and test your skills.
A fictional graph for illustrative purposes.
Problem 1:
Using the graph of g(x) above, find:
a) lim (as x → 0) g(x)
b) g(0)
c) lim (as x → 3⁻) g(x) (Note the - sign!)
d) lim (as x → -4) g(x)
Hints:
- For part (a), do the paths from the left and right of the y-axis agree?
- For part (b), look for the solid dot at
x=0. - For part (c), you only need to look at the path coming from the left side of
x=3. - For part (d), what happens to the graph at
x=-4? Does it approach a specific height?
Take your time, and remember the difference between where the path is going and where the dot is located! You've got this.
In simple terms, estimating a limit from a graph is about figuring out what height a function is *approaching* on the y-axis as you get closer to a specific point on the x-axis, even if the function doesn't actually exist at that exact point.
- LIM-1.C: Estimate limits of functions.
- LIM-1.C.1
- The concept of a limit includes one sided limits.
- LIM-1.C.2
- Graphical information about a function can be used to estimate limits.
- LIM-1.C.3
- Because of issues of scale, graphical representations of functions may miss important function behavior.
- LIM-1.C.4
- A limit might not exist for some functions at particular values of x. Some ways that the limit might not exist are if the function is unbounded, if the function is oscillating near this value, or if the limit from the left does not equal the limit from the right.
flowchart TD
A[Start: Find lim x->c f(x)] --> B{Look at x=c on the graph};
B --> C[Trace the curve from the left (x -> c-)];
B --> D[Trace the curve from the right (x -> c+)];
C --> E{What y-value is approached? Call it L1};
D --> F{What y-value is approached? Call it L2};
E --> G{Are L1 and L2 the same finite number?};
F --> G;
G -- Yes --> H[The limit is L1];
G -- No --> I{Why did they not match?};
I -- Different numbers --> J[Limit DNE (Jump)];
I -- Goes to infinity --> K[Limit DNE (Unbounded)];
I -- Wiggles wildly --> L[Limit DNE (Oscillating)];
Read what Saavi narrates
Hi everyone, it's Saavi from Shrutam. Let's talk about one of the coolest ideas in calculus: limits.
Imagine you’re tracking a package delivery. You can watch the truck on a map, getting closer and closer to your house. The limit is like that... it's the destination your truck is approaching. We're interested in where the truck is *headed*, not where it is right now. Even if there's a big pothole right in front of your driveway, you can still say the truck was *approaching* your house. In calculus, a limit is the y-value a function gets closer and closer to as the x-value approaches a certain number. We can find this by looking at a graph and seeing where the curve is heading.
Let's try an example together. Imagine a graph of a function we'll call f of x.
Let's find the limit as x approaches negative 2.
First, we look at our graph. We find negative 2 on the x-axis. Now, let's trace the curve from the left side, moving toward negative 2. It looks like our pen is heading toward a height, or y-value, of 3.
Okay, now let's trace from the right side, again moving toward x equals negative 2. Our pen is *also* heading toward a height of 3.
Since the path from the left and the path from the right both agree... they're both heading to a height of 3... the limit is 3.
Now, here's a common mistake I see all the time. Let's say our graph has a little open circle, a hole, at the point negative 2, 3. And maybe there's a solid dot way down at negative 2, 1.
If I ask for the limit as x approaches negative 2, the answer is still 3. The limit is the path, not the dot!
But if I ask for the function's value, f of negative 2, you look for the solid dot. The answer would be 1.
Distinguishing between the limit and the function's value is the key to this whole topic.
Keep practicing looking at graphs, tracing from the left and the right, and asking yourself: do they meet? You're building a powerful intuition that will serve you through all of calculus. You can do this.
The limit is the value the function *approaches* along the path, which is 5. The value `f(3) = 1` is irrelevant to the limit.
Trace the curve from both the left and the right towards `x=3`. The y-value you are heading towards is the limit. The solid dot only tells you the value of `f(3)`.
A limit must be a finite, real number. Infinity is a concept describing unbounded growth, not a number. If the function goes to infinity, the limit *does not exist*.
Write that the limit `Does Not Exist` or `DNE`. You can further describe the behavior (e.g., "the limit DNE because the function increases without bound"), but the formal answer is DNE.
A limit only exists if the approach from the left *equals* the approach from the right. A one-sided agreement isn't enough.
Always make it a habit to check both the left-hand limit (`x → c⁻`) and the right-hand limit (`x → c⁺`). If they match, you have a limit. If they don't, it DNEs.
A hole is the classic example of when a limit *does* exist, but might be different from the function's value. The hole doesn't break the path of approach.
Ignore the hole when finding the limit. Follow the path as if the hole were filled in. The y-value of the hole is your limit.
These are two different mathematical statements. One is about a function's value, the other is about its limiting behavior. Precision in notation is critical in calculus.
Use the full, proper limit notation. It shows you understand the concept you're describing.