No history yet

Introduction to Limits

Approaching a Value

Calculus is the study of change. To understand change at a single instant, we first need to understand what it means for something to get closer and closer to a value. This is the idea of a limit.

A limit tells us what value a function approaches as its input gets closer and closer to a certain number. The key idea is that we don't care what the function's value is at that number, only what it's doing nearby.

Let's look at the function f(x)=x24x2f(x) = \frac{x^2 - 4}{x - 2}. What happens when xx gets close to 2? If we try to plug in x=2x=2, we get 00\frac{0}{0}, which is undefined. Our function has a hole at that exact spot.

But we can see what happens near x=2x=2. This is where limits come in. We write the limit as:

limx2x24x2\lim_{x \to 2} \frac{x^2 - 4}{x - 2}

This expression asks: "As xx gets infinitely close to 2 (but not equal to 2), what value does the function get infinitely close to?"

Finding Limits with Tables and Graphs

One way to estimate a limit is to plug in numbers that are very close to our target value. Let's try some numbers close to 2 for our function f(x)=x24x2f(x) = \frac{x^2 - 4}{x - 2}.

xf(x)
1.93.9
1.993.99
1.9993.999
??
2.0014.001
2.014.01
2.14.1

As we get closer to 2 from both sides, the value of f(x)f(x) seems to be getting closer and closer to 4. So, we'd guess that the limit is 4.

We can also see this visually on a graph. The graph of our function looks just like the line y=x+2y=x+2, but with a hole at the point where x=2x=2.

As you trace the line from the left towards x=2x=2, your finger approaches a height of y=4y=4. As you trace it from the right towards x=2x=2, your finger also approaches a height of y=4y=4. Since the approach from both sides leads to the same value, the limit exists and is equal to 4.

One-Sided Limits

Sometimes, a function approaches different values depending on which side you approach from. This brings us to the idea of one-sided limits.

The left-hand limit is the value the function approaches as xx gets close to a number cc from values less than cc. We denote this with a minus sign:

limxcf(x)\lim_{x \to c^{-}} f(x)

The right-hand limit is the value the function approaches as xx gets close to cc from values greater than cc. We denote this with a plus sign:

limxc+f(x)\lim_{x \to c^{+}} f(x)

A limit exists if and only if the left-hand limit equals the right-hand limit. If they are different, the overall limit does not exist.

Consider a function with a "jump" at x=1x=1. From the left, it approaches one value, and from the right, it approaches another.

For this graph, as we approach x=1x=1 from the left, the function's value gets closer to 1. So, limx1f(x)=1\lim_{x \to 1^{-}} f(x) = 1.

As we approach x=1x=1 from the right, the function's value is 3. So, limx1+f(x)=3\lim_{x \to 1^{+}} f(x) = 3.

Since 131 \neq 3, the overall limit limx1f(x)\lim_{x \to 1} f(x) does not exist.

The Formal Definition

The ideas of "getting close" are useful, but not mathematically precise. The formal definition of a limit, called the epsilon-delta definition, provides this rigor. It's a bit of a mind-bender at first, but the core idea is about winning a challenge.

Let's say we claim that limxcf(x)=L\lim_{x \to c} f(x) = L. The formal definition says that for any distance from LL you choose (no matter how small), we can find a corresponding distance from cc to guarantee the function stays within your chosen distance of LL.

The limit of f(x)f(x) as xx approaches cc is LL if for every number ϵ>0\epsilon > 0, there is a number δ>0\delta > 0 such that if 0<xc<δ0 < |x - c| < \delta, then f(x)L<ϵ|f(x) - L| < \epsilon.

Let's break that down:

  • For every number ϵ>0\epsilon > 0: This is the challenge. You give me a small positive number, epsilon (epsilon\\epsilon), which defines a horizontal target band around the limit LL (from LϵL - \epsilon to L+ϵL + \epsilon).
  • There is a number δ>0\delta > 0: This is my response. I have to find a small positive number, delta (delta\\delta), which defines a vertical band around cc (from cδc - \delta to c+δc + \delta).
  • Such that...: If I can always find a δ\delta that works for any ϵ\epsilon you give me, then the limit is proven to be LL. My δ\delta-corridor must be narrow enough to force the function's output into your ϵ\epsilon-target band.
Lesson image

This definition is the bedrock on which calculus is built. While we often rely on graphs, tables, and algebraic rules to find limits, the epsilon-delta definition is what guarantees those methods work.

Quiz Questions 1/5

What does the limit of a function at a certain point primarily describe?

Quiz Questions 2/5

What is the value of the following limit: limx2x24x2\lim_{x \to 2} \frac{x^2 - 4}{x - 2}?

Limits are a fundamental concept that describes how functions behave as inputs get closer to a particular value, regardless of the function's value at that exact point. They are the first major step into the world of calculus.