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, 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.

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)];
This diagram is a flowchart for determining a limit from a graph. It starts by asking you to look at a point, c, then trace the graph from the left and right. It then asks if the y-values approached from both sides are the same finite number, leading to a "Yes" path where the limit exists or a "No" path where the limit Does Not Exist for various reasons like a jump or unbounded behavior.

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 xc) 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 Limit
    Priya is walking from the left side (where x-values are smaller than c). The height she approaches is the left-hand limit.
    • Notation: lim (as xc⁻) f(x)
  • The Right-Hand Limit
    Marcus is walking from the right side (where x-values are larger than c). The height he approaches is the right-hand limit.
    • Notation: lim (as xc⁺) f(x)

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 (as xc) f(x) is the value the function approaches.
  • f(c) is the actual value of the function at x = 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 x approaches 2 from the left and the right, the path is clearly heading toward a height of 5. So, lim (as x2) f(x) = 5.
  • The actual value of the function at x=2 is 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.

  1. 1
    The Jump
    The 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.
  2. 2
    Unbounded 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 number L. They just keep climbing. Since "infinity" is not a real number, the limit does not exist.
  3. 3
    Oscillating Behavior
    The 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.

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 x1) f(x) d) lim (as x4) f(x)

Solution Walkthrough:

  • Part (a): lim (as x-2) f(x)

    • Why
      We need to find the height the function approaches as x gets close to -2.
    • How
      Let's look from the left of x = -2. The graph is going towards a y-value of 3. Now, from the right of x = -2. The graph is also going towards y = 3.
    • Conclusion
      Since the left-hand limit (3) equals the right-hand limit (3), the overall limit exists and is 3.
    • Answer
      lim (as x-2) f(x) = 3.
  • Part (b): f(-2)

    • Why
      This is not a limit question. It asks for the function's actual value at x = -2.
    • How
      We look for a solid dot at x = -2. There isn't one. There's an open circle (a hole).
    • Conclusion
      The function is not defined at x = -2.
    • Answer
      f(-2) is undefined.
    • Common Mistake Alert
      Many 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.
  • Part (c): lim (as x1) f(x)

    • Why
      We need to check if the path from the left and right agree at x = 1.
    • How
      From the left of x = 1, the graph approaches a height of 1. From the right of x = 1, the graph jumps up and approaches a height of 4.
    • Conclusion
      The left-hand limit (1) does not equal the right-hand limit (4).
    • Answer
      lim (as x1) f(x) does not exist (DNE).
  • Part (d): lim (as x4) f(x)

    • Why
      We check the approach to x = 4.
    • How
      From the left of x = 4, the path heads to y = 2. From the right, it also heads to y = 2. The path is continuous and unbroken here.
    • Conclusion
      The 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 (as x4) f(x) = 2.

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 x0) g(x) b) g(0) c) lim (as x3⁻) 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.