Achievable logoAchievable logo
AP Calculus AB
Sign in
Sign up
Purchase
Textbook
Practice exams
Support
How it works
Exam catalog
Mountain with a flag at the peak
Textbook
Introduction
1. Limits
1.1 Tables and graphs
1.2 Analytical limits
1.3 Advanced algebraic limits
1.4 Limits and infinity
1.5 Special limits
1.6 Continuity
2. Derivative basics
3. Advanced differentiation
4. Contextual uses
5. Analytical uses
6. Integration
7. Differential equations
8. Applications of integrals
9. Testing details tag
10. test
Wrapping up
Achievable logoAchievable logo
1.1 Tables and graphs
Achievable AP Calculus AB
1. Limits
Our AP Calculus AB course is currently in development and is a work-in-progress.

Tables and graphs

10 min read
Font
Discuss
Share
Feedback

What you’ll learn:

  • How to estimate limits with tables and graphs
  • One-sided limits
  • When a limit does or doesn’t exist

Limits are one of the most fundamental concepts of calculus, which is all about understanding how things change. If you’ve ever wondered how a car’s speedometer or your GPS navigation system knows how fast you’re going or when you’ll reach a destination, it’s all thanks to calculus.

But knowing how things move, grow, or shrink requires knowing how something behaves around a point, not just at it. A limit does this by describing what a function’s output approaches as its input (usually x) gets closer to a certain value. Limits allow us to analyze a function even when it is undefined at specific points.

Understanding limit notation

The limit of f(x) as x approaches a is written as:

x→alim​f(x)=L

This means that as x gets closer to some value a, f(x) gets closer to L. Importantly, we’re only interested in what f(x) is approaching, not what it equals at x=a. It’s in the name - a limit represents a boundary that you can get closer to, but not surpass nor even reach sometimes. In the same way, a limit of f(x) is about the value it closes in on, even if it doesn’t reach it.

In fact, f(a) does not have to equal L or even be defined at all.

Estimating limits

There are three main methods to evaluate a limit: numerically (from a table), graphically (from a graph), or analytically (using algebra or calculus). This page introduces the first two approaches for finding a limit.

1. From a table

One way to estimate a limit is by using a table of values. We input x-values that get closer and closer to a from both sides into f(x) and if f(x) seems to settle toward a certain number, that value is the limit.

Estimate x→1lim​f(x) based on the table below.

x f(x)
0.9 4.8
0.95 4.9
0.99 4.99
1.01 5.01
1.05 5.04
1.1 5.2

Solution

As x gets closer to 1 from both sides, the function values in the table appear to approach 5. Since all nearby values suggest a trend toward 5, then x→1lim​f(x)≈5.

Evaluate the following limit by creating your own table of values.

Estimate x→2lim​x−2x2+x−6​.

Sidenote
On using Desmos

Since the AP exam is now administered on the Bluebook app with Desmos Graphing Calculator built into certain sections, it’s highly recommended you use it to see how different functions behave and confirm the solutions to many of these problems. Practicing with it will help you become more familiar with the features. Some tips with the notation and tricks will also be included throughout the textbook to help you use it efficiently.

Solution

Due to (x−2) in the denominator, the domain of the function does not include x=2 and f(2) is undefined. But limits are about behavior and not the actual value. The table you create should have values of x that get closer and closer to 2 from both sides.

To do this in Desmos, type in the function

x−2x2+x−6​

Click the gear icon (Edit List) that’s above and to the right of the input box, and select the “Create Table” icon.

Input x-values and the corresponding y-value will show up. Shown is a table of values for the function with some points close to x=2:

x x−2x2+x−6​
1.9 4.9
1.99 4.99
1.999 4.999
2.001 5.001
2.01 5.01
2.1 5.1

From the table, it appears that as x approaches 2, the function approaches 5. So

x→2lim​x−2x2+x−6​=5​

This is also confirmed with the graph shown in Desmos, as the function approaches a y-value of 5 as x→2. Even though the actual value of f(2) is undefined, the limit exists.

With trickier functions, the pattern might be difficult to see, so the table method isn’t always foolproof. Take this example:

Estimate x→0lim​sin(x1​).

Solution

Let’s make a table of values around x=0, such as:

x f(x)
−0.01 0.506
−0.001 −0.827
−0.0001 0.306
0.0001 −0.306
0.001 0.827
0.01 −0.506

It’s not particularly clear what number the limit approaches. It jumps wildly from positive to negative and back again.

In fact, because the input values x that are around 0 yield output values of f(x) such as sin(100), sin(1000), sin(10000), etc. and the sine function oscillates between −1 to 1 without ever settling on a single number, the limit doesn’t converge to a single number either.

This is when we say the limit does not exist (DNE).

One-sided limits

Sometimes a function behaves very differently depending on which side we approach the constant a from. These are called one-sided limits, represented with the following notation:

Left-hand limit: x→a−lim​f(x)

  • x approaches a from the left side (values smaller than a). Notice the tiny (−) above a that means values come from the negative direction of a.

Right-hand limit: x→a+lim​f(x)

  • x approaches a from the right side (values larger than a). The tiny (+) above a means values come from the positive direction of a.

For an overall limit x→alim​f(x) to exist, both one-sided limits must be equal. If the values are different, then the limit does not exist (DNE). One-sided limits are important when working with piecewise functions, step functions, or functions with jump discontinuities, as well as later on with derivatives and integrals.

Example

Based on the table, estimate

x→4lim​f(x)

x f(x)
3.8 −2.16
3.9 −2.19
3.99 −2.199
4.01 5.001
4.2 5.1
4.4 5.13

Solution

(spoiler)

As x→4 from the left (values smaller than 4), f(x) appears to approach −2.2. So

x→4−lim​f(x)≈−2.2

But as x→4 from the right (values greater than 4), f(x) seems to approach 5 instead, so

x→4+lim​f(x)≈5

Because the one-sided limits don’t match, there isn’t a single value that f(x) approaches as x→4, so the limit does not exist.

2. From a graph

By looking at the graph of f(x), we can track what the function does as x approaches a. Does it approach a single value? Does it head toward infinity? Does it jump or oscillate or show other erratic behaviors? The graph gives a clear picture and helps verify what we may notice in a table. To determine the limit from a graph, follow these steps:

  1. Follow the graph toward x=a from both the left and the right.
  2. If f(x) approaches the same height, that height is the limit, even if there is a hole at that point or the function’s actual value is elsewhere.
  3. If f(x) approaches different heights from either side, the one-sided limits are different, so the limit does not exist (DNE).
    • If f(x) shoots off to ±∞, you can also write “DNE” next to ∞ or −∞ to indicate the limit is not a finite value.

Find the following limits based on the graph of f(x) shown below:

Figure 1.1 Graph of f
Figure 1.1 Graph of f
a) x→−4lim​f(x)
b) x→0lim​f(x)
c) f(2)
d) x→2lim​f(x)

Answers

(spoiler)

a) Does not exist
b) −1
c) 3
d) Does not exist

Solutions

a) x→−4lim​f(x)

(spoiler)
  • From the left:

As x gets closer to −4 from the left, f(x) shoots up to ∞. There is no single value that it approaches, so the limit does not exist. You may write

x→−4−lim​f(x)=∞ (DNE)

  • From the right:

As x gets closer to −4 from the right, f(x) shoots down to −∞. Again, there is no single value that it approaches, so

x→−4+lim​f(x)=−∞ (DNE)

In addition to these, it’s also because the one-sided limits don’t match that the overall limit x→−4lim​f(x) does not exist.

b) x→0lim​f(x)

(spoiler)

Although f(0) is undefined (an empty hole), the limit exists - following the graph from both sides of x=0, the curve approaches a y-value of −1. So

x→0lim​f(x)=−1​

c) f(2)

(spoiler)

At x=2, there is a filled-in dot where y=3, which means the point (2,3) is included in the function. The open dot at (2,1) means the function has a hole there and is undefined. So

f(2)=3​

d) x→2lim​f(x)

(spoiler)

To determine the limit, observe at the behavior around x=2 from either side and not the function’s value.

  • From the left:

When x→2 from the left, f(x)→1. So

x→2−lim​f(x)=1

  • From the right:

When x→2 from the right, f(x)→3. So

x→2+lim​f(x)=3

Because the one-sided limits don’t match, x→2lim​f(x) does not exist.

When limits don’t exist

There are three behaviors that commonly result in a limit that doesn’t exist, as shown in the previous examples. If f(x) does any of the following as x approaches a:

  1. Oscillates or jumps between values
  2. Approaches different numbers from the left and right sides (one-sided limits don’t match)
  3. Increases or decreases without bound (to ±∞)

then the limit does not exist, and you should write “DNE” as your answer.

Key points
  1. A limit describes a trend - what value a function approaches as x approaches a number, not what its value is at that point.
  2. f(a) does not need to be defined for the limit as x approaches a to exist.
  3. Creating a table and/or observing the graph can be helpful for estimating limits.
  4. A limit exists only if both one-sided limits match.

Sign up for free to take 5 quiz questions on this topic

All rights reserved ©2016 - 2026 Achievable, Inc.