AP CALCULUS BC • LIMITS AND CONTINUITY

Estimating Limit Values from Graphs

Learn to read the behavior of functions near points of interest directly from their graphical representations.

Historical Context & Motivation

The concept of a limit sits at the very foundation of calculus, yet its rigorous formulation took nearly two centuries of mathematical evolution. Ancient Greek mathematicians, particularly Archimedes, intuited the idea of approaching a value through successive approximation—his method of exhaustion computed areas by inscribing polygons with ever-increasing numbers of sides. However, the Greeks lacked the algebraic language to express what the polygon's area was tending toward, and so the idea remained geometric and implicit rather than analytic.

When Newton and Leibniz independently developed calculus in the late 17th century, they relied heavily on intuitive notions of quantities becoming "infinitely close" to one another. Newton spoke of fluxions—rates of change that depended on ratios of vanishingly small increments. Critics like Bishop Berkeley attacked the logical foundations of these "ghosts of departed quantities," and it became clear that calculus needed a more precise grounding. This crisis of rigor propelled the development of the formal definition of limits, ultimately codified by Augustin-Louis Cauchy and Karl Weierstrass in the 19th century.

~250 BCE
Archimedes' Method of Exhaustion
Archimedes approximated areas and volumes by using polygons with increasing numbers of sides, implicitly relying on the idea that a sequence of values can approach a fixed result.
1684
Leibniz Publishes Differential Calculus
Gottfried Wilhelm Leibniz introduced the notation dy/dx and formalized rules for differentiation, relying on infinitesimals that hinted at limiting behavior without a rigorous definition.
1821
Cauchy's Cours d'Analyse
Augustin-Louis Cauchy provided the first systematic treatment of limits using inequalities, stating that a function approaches a limit L when the difference |f(x) − L| can be made as small as desired.
1870s
Weierstrass Formalizes ε-δ
Karl Weierstrass crystallized the modern ε-δ definition of a limit, removing all vestiges of intuitive infinitesimal language and placing analysis on an entirely rigorous algebraic footing.

Today, before students encounter ε-δ proofs, they first build intuition by estimating limits from graphs. This graphical approach asks the central question: as the input x approaches a target value c, what output value does the function appear to approach? Mastering this skill sets the stage for algebraic limit techniques, continuity arguments, and the very definition of the derivative.

Core Principles & Definitions

Before reading any graph, you need a precise vocabulary for the different ways a function can behave near a point. The limit of f(x) as x approaches c is not about the value of f at c—it is entirely about the trend of f(x) for inputs near c. A function might have a limit at c even when f(c) is undefined, and it might fail to have a limit even when f(c) exists. Keeping these ideas separate is the single most important conceptual move in this topic.

1

Two-Sided Limit

We write lim(x→c) f(x) = L when the output values f(x) approach L from both sides of c simultaneously. Both the left-hand and right-hand limits must exist and agree.
2

Left-Hand Limit

The left-hand limit lim(x→c⁻) f(x) considers only x-values less than c. On a graph, you trace the curve from the left toward x = c and observe the y-value the curve approaches.
3

Right-Hand Limit

The right-hand limit lim(x→c⁺) f(x) considers only x-values greater than c. You trace the curve from the right toward x = c. If this differs from the left-hand limit, the two-sided limit does not exist.
4

Limit ≠ Function Value

The value of f(c)—if it exists—plays no role in determining lim(x→c) f(x). Graphically, a filled dot at a different height than the trend indicates f(c) ≠ L, yet the limit is still L.
5

When the Limit Does Not Exist (DNE)

A limit fails to exist when the left and right-hand limits disagree (jump discontinuity), when f(x) oscillates without settling, or when f(x) increases or decreases without bound (infinite behavior).
KEY TAKEAWAY
Think of estimating a limit like predicting where two people walking toward the same doorway from opposite hallways will meet. It does not matter whether the door is open (f(c) defined) or closed (f(c) undefined)—the question is only: are both walkers heading toward the same point? If they are, that shared destination is the limit. If one heads to y = 3 and the other to y = 5, there is no consensus and the limit does not exist.

Visual Explanation — Reading a Graph

The diagram below shows a piecewise function with several interesting features at and around x = 2. Notice how the curve's behavior on either side of x = 2 determines the one-sided limits, while the filled and open circles reveal the relationship—or lack thereof—between f(2) and the limit.

As x approaches 2 from the left (cyan curve), f(x) rises toward y = 3, shown by the open circle. From the right (violet curve), f(x) trends toward y = 2, also marked by an open circle. The filled pink dot at (2, 1) represents the actual value f(2) = 1, which differs from both one-sided limits. Because the one-sided limits disagree, the two-sided limit does not exist at x = 2.

When reading a graph to estimate a limit, follow a systematic routine. First, locate x = c on the horizontal axis and draw an imaginary vertical line through it. Second, trace the curve from the left toward that vertical line, noting the y-value the curve approaches—that is your left-hand limit. Third, repeat from the right side. If both one-sided limits converge to the same y-value L, then lim(x→c) f(x) = L regardless of whether f(c) equals L, equals something else, or is undefined entirely. The open and filled circles on a graph encode precisely this distinction: an open circle means the point is excluded from that branch of the function, while a filled circle means the function actually attains that value.

Mathematical Framework

Although graphical estimation is inherently visual, it is grounded in precise mathematical language. The formal definitions below clarify exactly what the graph is showing you and connect the visual reasoning to the analytic framework you will encounter throughout AP Calculus BC.

TWO-SIDED LIMIT
lim(x→c) f(x) = L
For every ε > 0, there exists a δ > 0 such that if 0 < |x − c| < δ, then |f(x) − L| < ε. Graphically, this means that as x gets arbitrarily close to c (without equaling c), f(x) can be confined within any narrow horizontal band around y = L.
LEFT-HAND LIMIT
lim(x→c⁻) f(x) = L₁
Same ε-δ condition, but restricted to x-values satisfying c − δ < x < c. On the graph, this corresponds to the behavior of the curve strictly to the left of the vertical line x = c.
RIGHT-HAND LIMIT
lim(x→c⁺) f(x) = L₂
Same ε-δ condition, but restricted to x-values satisfying c < x < c + δ. On the graph, this corresponds to behavior strictly to the right of x = c.
EXISTENCE CRITERION
lim(x→c) f(x) = L ⟺ lim(x→c⁻) f(x) = lim(x→c⁺) f(x) = L
The two-sided limit exists if and only if both one-sided limits exist and are equal. This is the decisive test when analyzing any graph.

When you estimate a limit from a graph, you are essentially performing a visual ε-δ argument: you look at a narrow vertical strip around x = c and ask whether all the function values within that strip cluster near a single y-value. If the function rises without bound within that strip, we say the limit is +∞ or −∞ (and note that these are descriptions of behavior, not finite limit values—the limit technically does not exist in the finite sense). If the function oscillates wildly as in sin(1/x) near x = 0, no single y-value captures the trend, and the limit does not exist for a fundamentally different reason.

Detailed Breakdown — Common Graphical Scenarios

On the AP Calculus BC exam, graphs are carefully constructed to test your ability to distinguish several common scenarios. The diagram below presents four panels, each illustrating a distinct case you should be prepared to identify and analyze.

Case A (removable discontinuity): both sides approach L, but f(c) is a different value. Case B (jump discontinuity): left-hand limit L₁ ≠ right-hand limit L₂, so the two-sided limit does not exist. Case C (vertical asymptote): f(x) → +∞ on both sides, so the limit is infinite and does not exist as a finite value. Case D (continuous point): both sides approach L and f(c) = L, the simplest and most common scenario.
Summary of common limit scenarios and their graphical signatures
ScenarioLeft-Hand LimitRight-Hand LimitTwo-Sided Limitf(c)
Removable DiscontinuityLLL≠ L or undefined
Jump DiscontinuityL₁L₂ ≠ L₁DNECould be L₁, L₂, or other
Vertical Asymptote+∞ or −∞+∞ or −∞DNE (infinite)Undefined
Continuous PointLLLL
Oscillating (e.g., sin(1/x))DNEDNEDNEMay or may not exist

Worked Example — Multi-Feature Graph

Suppose you are given the graph of a function g(x) and asked to evaluate several limits. The graph reveals the following information: g(x) is defined for all x ≠ 3, and as x approaches 3 from the left, the curve rises toward y = 5 (open circle at (3, 5)). As x approaches 3 from the right, the curve descends toward y = 5 as well (open circle at (3, 5)). However, the graph has a filled dot at (3, 2), meaning g(3) = 2.

Estimating Limits for g(x) at x = 3
1
Step 1 — Identify the left-hand limitTrace the curve from the left toward x = 3. The y-values increase and approach y = 5 as indicated by the open circle at (3, 5) on the left branch.
lim(x→3⁻) g(x) = 5
2
Step 2 — Identify the right-hand limitNow trace the curve from the right toward x = 3. The y-values decrease and approach y = 5, again indicated by an open circle at (3, 5) on the right branch.
lim(x→3⁺) g(x) = 5
3
Step 3 — Apply the existence criterionBecause both one-sided limits exist and are equal (both equal 5), the two-sided limit exists.
lim(x→3) g(x) = 5
4
Step 4 — Compare with the function valueThe filled dot at (3, 2) tells us g(3) = 2. Since lim(x→3) g(x) = 5 ≠ 2 = g(3), the function has a removable discontinuity at x = 3. The limit exists but does not equal the function value.
g(3) = 2 ≠ 5 = lim(x→3) g(x) → Removable discontinuity
⚠️ COMMON MISTAKE
Students frequently confuse the filled dot with the limit. Remember: the limit is determined by the trend of the curve as it approaches x = c, not by the value at x = c. The filled dot tells you f(c); the open circles (and the curve's trajectory) tell you the limit.

Strengths & Limitations of Graphical Estimation

Graphical estimation is a powerful first tool, but like any method, it has both strengths and limitations. Understanding where this approach excels—and where it can mislead—will help you decide when to trust a graph versus when to verify algebraically.

Graphical limit estimation: strengths vs. limitations
StrengthsLimitations
Provides immediate visual intuition about one-sided and two-sided behavior.Limited precision—values read from a graph are approximations, not exact.
Quickly reveals discontinuities, asymptotes, and oscillatory behavior.Subtle behaviors (e.g., sin(1/x) oscillations) may not be visible at the graph's resolution.
No algebraic manipulation needed—ideal for piecewise or complex functions.Graphs can be misleading if the scale is non-uniform or if key features occur between plotted points.
Excellent for building conceptual understanding before formal computation.Cannot provide rigorous proof that a limit equals a specific value—only an estimate.
KEY TAKEAWAY
Graphical estimation is like using a telescope to survey terrain before hiking: it gives you the lay of the land and helps you plan your route, but when you need to measure the exact height of a peak, you bring out the surveying equipment (algebraic techniques). On the AP exam, graphical estimation appears on both the multiple-choice section—where a graph is given and you select the limit value—and in free-response questions where you must justify your reasoning. In both cases, explicitly referencing one-sided limits is essential for full credit.

Connection to Continuity, Derivatives, and Beyond

Estimating limits from graphs is not an isolated skill—it is the gateway to several foundational concepts in AP Calculus BC. The definition of continuity itself is stated in terms of limits: f is continuous at c if and only if lim(x→c) f(x) = f(c). Therefore, every time you read a graph and compare the limit to the function value, you are performing a continuity check. Similarly, the derivative at a point is defined as lim(h→0) [f(c + h) − f(c)] / h, which is itself a limit that you may need to estimate from a graph of the difference quotient.

How graphical limit estimation connects to broader AP Calculus BC topics
ConceptGraphical Limit Skill UsedAP Calculus BC Context
ContinuityCompare lim(x→c) f(x) with f(c) on the graphClassify discontinuities, apply IVT and EVT
Derivative at a pointEstimate slope of secant lines as Δx → 0Tangent line problems, differentiability analysis
Definite integralRecognize Riemann sums approaching a limitArea under curve, accumulation functions
Infinite seriesPartial sums trending toward a limit on a graphConvergence of series (BC-specific topic)
Improper integralsVisualize area extending to infinity and checking convergenceConvergence/divergence of integrals with infinite bounds

Looking ahead, the skill of reading limits from graphs also informs your work with parametric and polar curves, where you may need to analyze the behavior of x(t) and y(t) as t approaches a boundary value of the parameter interval. In all these settings, the fundamental question remains the same: what value does the output approach as the input nears a target? The graphical intuition you build now will serve as a constant reference point throughout the course.

Practice Problems

1
The graph of f(x) has an open circle at (4, 7) and a filled circle at (4, 3). The curve approaches the open circle from both the left and the right. Which of the following statements is true?
2
A graph of h(x) shows that as x approaches 1 from the left, h(x) approaches 6, and as x approaches 1 from the right, h(x) approaches 6. The graph also shows h(1) = 6. Which of the following correctly describes the situation?
3
The graph of a function p(x) shows the following near x = −2: the curve from the left approaches y = 4, the curve from the right approaches y = −1, and there is a filled dot at (−2, 4). Determine lim(x→−2⁻) p(x), lim(x→−2⁺) p(x), lim(x→−2) p(x), and p(−2). Which of the following is correct?
PROBLEM 4APPLIED
A researcher measures the temperature T(t) (in °C) of a chemical reaction at time t (in minutes) and plots the data. The resulting graph shows T(t) rising smoothly toward 85°C as t → 10⁻ and falling smoothly toward 85°C as t → 10⁺, but the thermometer malfunctioned at t = 10 and recorded T(10) = 62°C. (a) Determine lim(t→10) T(t) and explain your reasoning using one-sided limits. (b) Is T(t) continuous at t = 10? Justify your answer using the definition of continuity. (c) What type of discontinuity is present at t = 10, and what physical interpretation does this have? (d) If the researcher corrects the malfunction by redefining T(10) = 85, is the discontinuity removed? Explain.
PROBLEM 5CRITICAL THINKING
A function f is defined on (−∞, ∞). Its graph reveals the following at three points: • At x = 1: f approaches y = 2 from both sides, with an open circle at (1, 2) and no filled dot (f(1) is undefined). • At x = 3: f approaches y = 5 from the left and y = 5 from the right, with a filled dot at (3, 5). • At x = 5: f approaches y = −1 from the left and y = 4 from the right, with a filled dot at (5, 4). (a) For each of the three points, determine whether lim(x→c) f(x) exists and state its value or explain why it does not exist. (b) Classify each point as continuous, a removable discontinuity, or a jump discontinuity. (c) For the point(s) where f is not continuous, explain whether redefining or defining f(c) could make f continuous at that point.

Summary — Estimating Limit Values from Graphs

Estimating limits from graphs centers on a single discipline: tracing the curve's behavior near a target x-value rather than evaluating the function at that value. The left-hand limit captures the trend from below, the right-hand limit captures the trend from above, and the two-sided limit exists only when they agree. Open circles indicate excluded values on a branch, filled circles indicate actual function values, and the critical insight is that the limit is independent of the function value at the point.

You should be able to classify each point on a graph as exhibiting a removable discontinuity (limit exists, function value differs or is missing), a jump discontinuity (one-sided limits exist but disagree), an infinite discontinuity (function blows up to ±∞), or a point of continuity (limit equals function value). This graphical intuition is the foundation upon which algebraic limit techniques, derivative definitions, and integral concepts are built throughout AP Calculus BC.

Varsity Tutors • AP Calculus BC • Estimating Limit Values from Graphs