Free for students · Ad-free · WCAG 2.1 AA Compliant · Accessibility

Estimating Limit Values from Graphs

Lesson ~10 min read

In simple terms: In simple terms, this topic is about looking at a function's graph to predict what value it's getting closer and closer to, even if it never actually gets there.

Why this matters

Imagine you're driving from Dallas to visit a friend in Austin for a big college football game. Your GPS says you'll arrive at their house at 3:00 PM. As you get closer, you can see the house, but you hit a sudden roadblock right on their street! You have to park a block away and walk.

Did you arrive at the house? Not exactly. But was the intended destination still your friend's house? Absolutely. The entire trip was planned around that specific destination.

Limits are a lot like that. They're not always about where you actually land, but about the destination you were approaching. In this lesson, we'll learn how to look at a function's graph—its road map—and determine that intended destination.

Concept overview

flowchart TD
    A[Find lim f(x) as x->c] --> B{Check left-hand limit L-}
    A --> C{Check right-hand limit L+}
    B --> D{Is L- a finite number?}
    C --> E{Is L+ a finite number?}
    D -- No --> F[Limit DNE: Unbounded or Oscillating]
    E -- No --> F
    D -- Yes --> G{Are L- and L+ equal?}
    E -- Yes --> G
    G -- No --> H[Limit DNE: Jump]
    G -- Yes --> I[Limit Exists and equals L- = L+]
This diagram is a flowchart that shows the step-by-step process for determining if a limit exists at a specific point on a graph. It starts by checking the left- and right-hand limits, asks if they are finite, and then asks if they are equal to each other to reach a conclusion. The possible outcomes are that the limit exists, or that it does not exist due to a jump, unbounded behavior, or oscillation.

Core explanation

Hello there. I'm Saavi, and I'm glad you're here. Let's talk about one of the most foundational ideas in all of calculus: the limit. For now, we're going to forget about complicated equations and just use our eyes.

What is a Limit, Visually?

A limit is the y-value a function approaches as the x-value gets closer and closer to some number. Think of the graph of a function, f(x), as a path. We want to know the elevation (the y-value) we're approaching as we walk toward a specific landmark (the x-value).

We write this in math notation as: lim_{x→c} f(x) = L

This is read as "the limit of f(x) as x approaches c is L."

  • c is the x-value you're heading towards.
  • L is the y-value your function is getting infinitely close to.

Imagine two friends, Priya and Marcus, who agree to meet on a hiking trail at the "2-mile marker" (our x = 2). Priya is hiking from the 1-mile marker, and Marcus is hiking from the 3-mile marker. The limit is the elevation they are both approaching as they get to the 2-mile marker.

The Two-Sided Approach: Left-Hand and Right-Hand Limits

For the limit to exist, Priya and Marcus must be heading towards the exact same spot. This gives us the single most important idea for finding limits from a graph: you must check the approach from both sides.

Left-Hand Limit: This is the value the function approaches as x gets close to c from the left side (from values smaller than c). This is Priya's path. We write it with a little minus sign: lim_{x→c⁻} f(x)

Right-Hand Limit: This is the value the function approaches as x gets close to c from the right side (from values larger than c). This is Marcus's path. We write it with a little plus sign: lim_{x→c⁺} f(x)

For the overall limit L to exist, the left-hand limit must equal the right-hand limit. lim_{x→c⁻} f(x) = lim_{x→c⁺} f(x) = L

If they are heading towards different elevations, they won't meet up, and we say the limit does not exist.

The Limit is NOT the Function's Value

Look at this graph.

Imagine a graph with a smooth curve. At x=3, there is an open circle (a "hole") at y=4. There is also a single, separate solid dot at (3, 1).
  • As you trace the graph from the left towards x=3, your finger gets closer and closer to y=4. So, lim_{x→3⁻} f(x) = 4.
  • As you trace from the right towards x=3, your finger also gets closer and closer to y=4. So, lim_{x→3⁺} f(x) = 4.
  • Since both sides agree, the overall limit is 4: lim_{x→3} f(x) = 4.

But what is the actual value of the function at x=3? The solid dot tells us that f(3) = 1.

The limit is 4, but the function's value is 1. They are different, and that is perfectly okay! Remember the GPS analogy: the intended destination was the house (y=4), even if a roadblock forced you to park somewhere else (y=1).

When Limits Don't Exist (DNE)

Sometimes, a limit simply does not exist (we often write DNE). The AP exam expects you to know the three main reasons why.

1. The Jump: The left-hand limit does not equal the right-hand limit. Imagine our hikers, Priya and Marcus, approach the 2-mile marker, but Priya is heading for a spot at an elevation of 100 feet and Marcus is heading for a spot at 150 feet. They aren't meeting. On a graph, this looks like a "jump." Because lim_{x→c⁻} f(x) ≠ lim_{x→c⁺} f(x), the overall limit DNE.

2. Unbounded Behavior: The function flies up to positive infinity or dives down to negative infinity. This happens at a vertical asymptote. As your x-value gets closer to c, the y-value gets huge without any bound. Since the function isn't approaching one specific, finite number, the limit does not exist. (On the AP Exam, you might be asked to be more specific and say the limit is or -∞, but the formal limit DNE).

3. Oscillating Behavior: The function fluctuates between two values faster and faster as it approaches c. The classic example is f(x) = sin(1/x) as x approaches 0. The graph goes wild, bouncing up and down between -1 and 1. It never settles on a single y-value. The limit DNE.

A Word of Caution: Graphs Can Be Deceiving

A graph is a wonderful tool, but it has limits (pun intended!). Because of issues of scale, a graph might hide important details. A function could look perfectly smooth, but if you were to zoom in a million times, you might find a tiny hole or a rapid oscillation.

For the AP exam, the graphs you're given will be clear and designed to be read accurately. But it's a good habit to remember that a picture doesn't always tell the whole story. That's why we'll learn algebraic techniques to confirm what we see.

Worked examples

Let's put this all into practice with a typical AP-style problem.

Example 1

The Piecewise Function

Consider the graph of the function h(x) below.

Imagine a graph of h(x).
- From the left, a line segment goes to an open circle at (-2, 3).
- A solid dot exists at (-2, 1).
- From x=-2 to x=4, a parabola opens upwards, starting from the open circle at (-2, 3) and going through (0, -1) to a solid dot at (4, 3).
- To the right of x=4, a horizontal line starts at y=3.

Problem: Find the following: a) lim_{x→-2} h(x) b) h(-2) c) lim_{x→4} h(x) d) h(4)

Solution:

Part (a): lim_{x→-2} h(x)

  • Why
    To find the overall limit, we must check the approach from both the left and the right.
  • Step 1: Left-hand limit
    Trace the graph from the left side towards x=-2. Your finger will follow the line segment up to the open circle. The y-value you are approaching is 3. So, lim_{x→-2⁻} h(x) = 3.
  • Step 2: Right-hand limit
    Trace the graph from the right side (starting somewhere like x=0) back towards x=-2. Your finger will follow the parabola down to the open circle. The y-value you are approaching is also 3. So, lim_{x→-2⁺} h(x) = 3.
  • Step 3: Conclusion
    Since the left-hand limit (3) equals the right-hand limit (3), the overall limit exists and is 3.
  • Answer
    lim_{x→-2} h(x) = 3.

Part (b): h(-2)

  • Why
    This is asking for the actual value of the function at x=-2, not the limit. We need to find the solid dot at that x-value.
  • Step 1
    Look at the vertical line x=-2. There is an open circle at y=3 and a solid dot at y=1. The solid dot defines the function's value.
  • Answer
    h(-2) = 1.
  • Common Mistake Alert
    Many students will say the limit is 1, or that h(-2) is 3. Notice how the limit (the approach) and the value (the actual point) are different here!

Part (c): lim_{x→4} h(x)

  • Why
    Same process. Check both sides.
  • Step 1: Left-hand limit
    Trace the parabola towards x=4. Your finger approaches the solid dot at (4, 3). The y-value is 3. So, lim_{x→4⁻} h(x) = 3.
  • Step 2: Right-hand limit
    Trace the horizontal line from the right back towards x=4. Your finger stays at a constant y-value of 3. So, lim_{x→4⁺} h(x) = 3.
  • Step 3: Conclusion
    Both sides agree.
  • Answer
    lim_{x→4} h(x) = 3.

Part (d): h(4)

  • Why
    Find the solid dot at x=4.
  • Step 1
    At x=4, we have a solid dot at y=3.
  • Answer
    h(4) = 3. In this case, the limit and the function's value happen to be the same.

Try it yourself

Let's test your skills. Look at the graph of g(x) below and find the requested values.

Imagine a graph of g(x).
- There is a vertical asymptote at x = 1.
- To the left of x=1, the graph goes up towards +∞ as x approaches 1.
- To the right of x=1, the graph comes down from +∞.
- There is a hole at (5, 2).
- The function is defined at f(5) = 6 (a solid dot).

Problem:

  1. Find lim_{x→1⁺} g(x)
  2. Find lim_{x→1} g(x)
  3. Find lim_{x→5} g(x)
  4. Find g(5)

Hints:

  • For #1, what y-value is the function approaching as you trace it from the right side towards x=1?
  • For #2, what does it mean if the function goes to infinity? Does the limit exist in the formal sense?
  • For #3 and #4, remember the crucial difference between the limit (the approach) and the function's value (the solid dot).