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

Defining Limits and Using Limit Notation

Lesson ~10 min read

In simple terms: In simple terms, defining a limit is about describing what value a function *tries* to reach at a certain point, even if it never actually gets there.

Why this matters

Imagine a high-tech drone delivery service in Dallas. Your package is being delivered by a drone named "Calculus One," programmed to land precisely on a small target in your backyard. As it descends, it gets closer and closer to the coordinates (x, y) of the target. It might slow down, speed up, or wobble a bit due to wind, but its flight path is always aimed at that one specific spot.

The crucial idea here isn't where the drone is at any given second, but the single point it's approaching. Even if the programming says "don't actually touch down, just hover 1 millimeter above the target," we can still say with certainty what its intended destination is. That intended destination is the limit. In this lesson, we'll learn the formal language of calculus to describe this exact idea of "approaching a target."

Concept overview

flowchart TD
    A[Start: Consider lim f(x) as x->c] --> B{What happens to f(x) as x gets very close to c?};
    B --> C{Does f(x) approach ONE specific number, L?};
    C -- Yes --> D[The limit exists and is L];
    C -- No --> E[The limit Does Not Exist (DNE)];
    D --> F((lim f(x) = L as x->c));
    
    subgraph Key Questions
        G{Does f(c) need to be defined?} -- No --> H[The limit only cares about the approach, not the destination.];
        I{Must f(c) equal L?} -- No --> J[The function value and the limit can be different.];
    end
    
    A -.-> G;
    D -.-> I;
This diagram is a flowchart explaining the concept of a limit. It shows that a limit exists if the function approaches a single number L as x approaches c, and clarifies that the function's value at c does not determine the limit.

Core explanation

Hello! I'm Saavi, and I'm so glad you're here. Today, we're diving into one of the most foundational ideas in all of calculus: the limit. Get this down, and you're building your calculus house on solid rock.

What is a Limit, Really?

Let's go back to that drone. The drone's path is like a function, f(x), and the target on the ground is at a specific x-coordinate, let's call it c. The limit is the height the drone is approaching as it gets infinitely close to being directly over c.

In calculus, we say:

The limit of a function f(x) as x approaches c is a real number L if we can make f(x) as close to L as we want, just by choosing an x that is close enough to c.

The most important part of that definition is what's not said. Notice that we only care about x being close to c, but not equal to c. The limit doesn't care what happens at the exact destination, only about the journey getting infinitely close to it.

The Language of Limits: Notation

Mathematicians have a precise way to write this down. If the limit exists and is a real number L, we write it like this:

lim f(x) = L
x→c

Let's break that down piece by piece:

  • lim: This is our abbreviation for the Latin word limes, meaning "limit." It's the verb of our sentence, telling us we're performing the action of finding a limit.
  • x→c: This part is read as "x approaches c" or "x goes to c." It specifies the target input value we're getting close to.
  • f(x): This is the function we're examining. It's the "drone's flight path."
  • = L: This states the result. L is the value that f(x) is getting closer and closer to. It's the "drone's target altitude."

So, the full statement lim f(x) = L as x→c is read as: "The limit of f of x as x approaches c is L."

A Simple Case: The Bridge is Intact

Let's look at a simple function, like f(x) = 2x + 1. What's the limit as x approaches 3?

We'd write this as: lim (2x + 1) as x→3.

You can imagine plugging in numbers very close to 3:

  • If x = 2.9, f(2.9) = 2(2.9) + 1 = 5.8 + 1 = 6.8
  • If x = 2.99, f(2.99) = 2(2.99) + 1 = 5.98 + 1 = 6.98
  • If x = 3.01, f(3.01) = 2(3.01) + 1 = 6.02 + 1 = 7.02
  • If x = 3.001, f(3.001) = 2(3.001) + 1 = 6.002 + 1 = 7.002

It seems pretty clear that as x gets closer to 3, f(x) gets closer to 7. In this case, f(3) = 2(3) + 1 = 7. The limit and the function value are the same. This happens for many "well-behaved" functions.

The Interesting Case: The Broken Bridge

Now for the situation that truly shows the power of limits. Consider this function:

g(x) = (x² - 4) / (x - 2)

What is the limit of g(x) as x approaches 2?

Division by zero! The function is undefined at x = 2. Many students stop here and say the limit doesn't exist. But remember our rule: the limit does not care what happens at x = 2, only what happens near x = 2.

Think of this function as a bridge with a single plank missing right at x = 2. You can't step on that spot, but you can see the height of the bridge on either side of the gap.

Let's try our "getting close" strategy again:

  • If x = 1.9, g(1.9) = (1.9² - 4) / (1.9 - 2) = (3.61 - 4) / -0.1 = -0.39 / -0.1 = 3.9
  • If x = 1.99, g(1.99) = (1.99² - 4) / (1.99 - 2) = (3.9601 - 4) / -0.01 = -0.0399 / -0.01 = 3.99
  • If x = 2.01, g(2.01) = (2.01² - 4) / (2.01 - 2) = (4.0401 - 4) / 0.01 = 0.0401 / 0.01 = 4.01

As x gets closer and closer to 2, g(x) gets closer and closer to 4. So, we can say:

lim (x² - 4) / (x - 2) = 4 as x→2

Even though g(2) is undefined, the limit is 4. The limit fills in the hole. This is a profound idea and the key to understanding continuity and derivatives later on.

A quick note: You might see a very technical, "epsilon-delta" definition of a limit in some textbooks. This is not assessed on the AP Exam. The intuitive understanding we've built here is exactly what you need.

Worked examples

Let's walk through a few examples to make sure this notation and the concept behind it are crystal clear.

Example 1

Interpreting a Limit Statement

Problem: A function h(t) models the height of a soccer ball, in feet, t seconds after it's kicked. The statement lim h(t) = 0 as t→3.5 is true. What does this mean in the context of the problem?

Solution Walkthrough:

  1. 1
    Deconstruct the Notation
    • lim with t→3.5: This tells us we're interested in what happens as time gets incredibly close to 3.5 seconds. We're not looking at t=0 or t=1, but specifically the moment around t=3.5.
    • h(t): This is the function for the ball's height.
    • = 0: This is the value the height is approaching.
  2. 2
    Synthesize the Meaning
    Putting it all together, as the time t gets closer and closer to 3.5 seconds, the height of the ball h(t) gets closer and closer to 0 feet.
  3. 3
    Explain in Plain English
    In the context of the soccer ball, this means the ball is about to hit the ground at 3.5 seconds. The limit describes the moment of impact. The height is approaching zero.

Example 2

A Limit That Differs from the Function Value

Problem: Consider a function f(x). You are given two pieces of information:

  • lim f(x) = 10 as x→5
  • f(5) = -2

Describe what a graph of this function might look like near x=5.

Solution Walkthrough:

  1. 1
    Interpret the Limit
    The statement lim f(x) = 10 as x→5 tells us that as the x-value gets closer and closer to 5 (from both the left and the right), the y-value of the function gets closer and closer to 10.
  2. 2
    Interpret the Function Value
    The statement f(5) = -2 tells us the actual value of the function exactly at x=5. If you plug 5 into the function, the output is -2.
  3. 3
    Combine the Ideas
    How can both be true? This is our "broken bridge" scenario, but with a twist. The path of the function is heading towards the y-value of 10 as you approach x=5. So, on the graph, there must be a hole at the coordinate (5, 10). But the function is defined at x=5. The value f(5)=-2 means there is a solid dot at the coordinate (5, -2).
  4. 4
    Describe the Graph
    Near x=5, the graph looks like a continuous curve heading towards the point (5, 10). However, there is a hole at (5, 10), and a separate, solid point plotted at (5, -2).

Try it yourself

Time to try it on your own. Don't worry about getting the perfect answer, just focus on applying the concepts we've discussed.

  1. 1
    Problem
    The cost, in dollars, to produce x high-end basketballs at a factory in Chicago is given by a function C(x). A manager notes that lim C(x) = 5000 as x→100. In a complete sentence, what does this limit statement tell us about the production cost?

    Hint: What does x→100 represent? What does = 5000 represent? Connect the two ideas.

  2. 2
    Problem
    Write the following sentence using proper limit notation: "The limit of the function g(t) = 16t² as t approaches 2 is 64."

    Hint: Identify the function, the variable that's changing, the value it's approaching, and the resulting limit value. Assemble them into the lim f(x) = L format.