Fiveable

Calculus I Unit 2 Review

QR code for Calculus I practice questions

2.2 The Limit of a Function

2.2 The Limit of a Function

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
Calculus I
Unit & Topic Study Guides

Understanding Limits

Concept and notation of limits

A limit describes the value a function approaches as the input gets arbitrarily close to a specific value, without necessarily reaching it. The key idea: you care about what happens near a point, not at the point.

The notation looks like this:

limxaf(x)=L\lim_{x \to a} f(x) = L

This reads as "the limit of f(x)f(x) as xx approaches aa equals LL." It means that as xx gets closer and closer to aa (from either side), the output f(x)f(x) gets closer and closer to LL.

Why does this matter? Sometimes a function isn't even defined at x=ax = a (think of a hole in a graph), but the limit can still exist. The limit tells you where the function is headed, regardless of whether it actually arrives.

Limit estimation techniques

There are two main ways to estimate a limit before you learn algebraic techniques.

Using a table of values:

  1. Pick xx-values that approach your target from the left (smaller values) and from the right (larger values). For example, if you're finding limx2f(x)\lim_{x \to 2} f(x), try x=1.9,1.99,1.999x = 1.9, 1.99, 1.999 and x=2.1,2.01,2.001x = 2.1, 2.01, 2.001.
  2. Calculate f(x)f(x) for each of those values.
  3. Look at whether the outputs are converging toward a single number. If they are, that number is your estimated limit.

Using a graph:

  • Trace the curve from both the left and right sides toward the point of interest.
  • If both sides approach the same yy-value, that's the estimated limit.
  • Watch for holes, jumps, or vertical asymptotes at the point. These signal that the limit might not exist or that the one-sided limits differ.

Types of Limits and Their Properties

One-sided vs. two-sided limits

A two-sided limit asks what f(x)f(x) approaches as xx comes in from both directions. A two-sided limit exists only when the left-hand and right-hand limits are equal.

One-sided limits restrict the approach to just one direction:

  • Left-hand limit: limxaf(x)\lim_{x \to a^-} f(x) means xx approaches aa from values less than aa.
  • Right-hand limit: limxa+f(x)\lim_{x \to a^+} f(x) means xx approaches aa from values greater than aa.

The connection between them is straightforward:

limxaf(x)=Lif and only iflimxaf(x)=Landlimxa+f(x)=L\lim_{x \to a} f(x) = L \quad \text{if and only if} \quad \lim_{x \to a^-} f(x) = L \quad \text{and} \quad \lim_{x \to a^+} f(x) = L

If the two one-sided limits give different values, the two-sided limit does not exist.

Concept and notation of limits, Finding Limits: Numerical and Graphical Approaches | Precalculus

Non-existent limits

A limit fails to exist in several situations:

  • Jump discontinuity: The left-hand and right-hand limits exist but aren't equal. For example, a piecewise function that jumps from 3 to 5 at x=1x = 1.
  • Vertical asymptote: The function blows up toward \infty or -\infty near the point.
  • Oscillation: The function bounces back and forth without settling down. A classic example is f(x)=sin ⁣(1x)f(x) = \sin\!\left(\frac{1}{x}\right) near x=0x = 0, which oscillates infinitely fast.

Infinite limits and vertical asymptotes

An infinite limit means the function grows without bound as xx approaches a particular value:

  • limxaf(x)=\lim_{x \to a} f(x) = \infty means f(x)f(x) increases without bound.
  • limxaf(x)=\lim_{x \to a} f(x) = -\infty means f(x)f(x) decreases without bound.

Technically, when we write limxaf(x)=\lim_{x \to a} f(x) = \infty, the limit does not exist in the usual sense (\infty is not a real number). The notation is a shorthand describing how the limit fails to exist.

A vertical asymptote occurs at x=ax = a whenever at least one of the one-sided limits is \infty or -\infty. For example, f(x)=1x3f(x) = \frac{1}{x - 3} has a vertical asymptote at x=3x = 3 because limx3+1x3=\lim_{x \to 3^+} \frac{1}{x-3} = \infty and limx31x3=\lim_{x \to 3^-} \frac{1}{x-3} = -\infty.

Applications of Limits

Real-world applications of limits

The most important application you'll see in Calculus I is instantaneous velocity. Average velocity over a time interval is ΔpositionΔtime\frac{\Delta \text{position}}{\Delta \text{time}}. As you shrink that time interval toward zero, the limit of the average velocity gives you the velocity at a single instant. This is exactly how derivatives are built.

Other applications include:

  • Modeling how a physical quantity (like current or temperature) behaves as a variable approaches a critical threshold
  • Analyzing what happens to a cost or revenue function as production approaches a certain level
Concept and notation of limits, Finding Limits: Numerical and Graphical Approaches · Precalculus

Function behavior near critical points

Limits let you classify what's happening at tricky spots on a graph:

  • If limxaf(x)=limxa+f(x)=f(a)\lim_{x \to a^-} f(x) = \lim_{x \to a^+} f(x) = f(a), the function is continuous at x=ax = a. No gaps, no jumps, no surprises.
  • If the one-sided limits both exist but aren't equal, there's a jump discontinuity.
  • If one or both one-sided limits are infinite, there's a vertical asymptote.
  • If the limit exists but doesn't equal f(a)f(a) (or f(a)f(a) is undefined), there's a removable discontinuity (a hole in the graph).

Function Properties and Limits

Continuity and differentiability

Continuity at a point x=ax = a requires three things:

  1. f(a)f(a) is defined.
  2. limxaf(x)\lim_{x \to a} f(x) exists.
  3. limxaf(x)=f(a)\lim_{x \to a} f(x) = f(a).

If any one of these fails, the function is discontinuous at that point.

Differentiability goes a step further. A function is differentiable at x=ax = a if the following limit exists:

limh0f(a+h)f(a)h\lim_{h \to 0} \frac{f(a + h) - f(a)}{h}

This is the difference quotient, and its limit is the derivative. You'll work with this extensively in the next unit. For now, the takeaway is that limits are the machinery that makes derivatives possible.

One useful fact: if a function is differentiable at a point, it's automatically continuous there. But the reverse isn't always true (think of a sharp corner, like f(x)=xf(x) = |x| at x=0x = 0, which is continuous but not differentiable).

Domain, range, and asymptotes

Limits connect to the bigger picture of how a function is shaped:

  • Domain: Limits help you understand what happens at points excluded from the domain. For instance, f(x)=1xf(x) = \frac{1}{x} isn't defined at x=0x = 0, but the limit behavior there tells you about the vertical asymptote.
  • Range: Horizontal asymptotes can reveal bounds on the range. These are found using limits at infinity: limxf(x)\lim_{x \to \infty} f(x) and limxf(x)\lim_{x \to -\infty} f(x). (You'll cover limits at infinity in more detail soon.)
  • Vertical asymptotes are identified by infinite limits as xx approaches a finite value.
  • Horizontal asymptotes are identified by finite limits as xx approaches \infty or -\infty.
Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly → and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot

2,589 studying →