No history yet

Introduction to Limits

What is a Limit?

In calculus, we're often interested in how functions behave near a certain point. Sometimes, plugging a value directly into a function works perfectly. Other times, it might lead to a mathematical dead end, like division by zero. This is where limits come in.

A limit doesn't ask what a function's value is at a specific point. Instead, it asks: what value is the function approaching as its input gets closer and closer to that point?

To bypass this mathematical impossibility, we use limits: asking not "what is the value at this point," but "what value do we approach as we get infinitely close?"

Think of it like walking towards a wall. As you take smaller and smaller steps, you get infinitely close to the wall. The wall represents the limit, the location you are approaching, regardless of whether you ever actually touch it.

The notation for a limit looks like this:

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

Finding Limits

So, how do we find these values? The simplest way is to try plugging the number in directly.

Direct Substitution For many simple functions, the limit at a point is just the function's value at that point. Let's find the limit of f(x)=x2+3f(x) = x^2 + 3 as xx approaches 2.

limx2(x2+3)=(2)2+3=7\lim_{x \to 2} (x^2 + 3) = (2)^2 + 3 = 7

But what happens when direct substitution gives us an undefined result, like 00\frac{0}{0}? This is called an indeterminate form, and it's a sign that we need to do more work. It doesn't mean the limit doesn't exist.

Factoring and Canceling One common technique is to simplify the expression algebraically. Let's look at this limit:

limx1x21x1\lim_{x \to 1} \frac{x^2 - 1}{x - 1}

We can factor the numerator. The term x21x^2 - 1 is a difference of squares, which factors into (x1)(x+1)(x-1)(x+1). This allows us to simplify.

limx1(x1)(x+1)x1=limx1(x+1)\lim_{x \to 1} \frac{(x-1)(x+1)}{x-1} = \lim_{x \to 1} (x+1)

Now, we can use direct substitution on the simplified expression.

limx1(x+1)=1+1=2\lim_{x \to 1} (x+1) = 1 + 1 = 2

One-Sided Limits

Sometimes a function behaves differently depending on which direction you approach a point from. We can look at the limit from the left side or the right side.

A left-hand limit means we're approaching the value with numbers that are slightly smaller. It's written with a minus sign in the superscript.

limxaf(x)\lim_{x \to a^-} f(x)

A right-hand limit means we're approaching with numbers that are slightly larger. This is noted with a plus sign.

limxa+f(x)\lim_{x \to a^+} f(x)

For a general limit to exist at a point, the left-hand limit and the right-hand limit must both exist, and they must be equal.

In the graph above, as xx approaches 2 from the left, the function's value gets closer to 2. As xx approaches 2 from the right, the value gets closer to 3. Since the left and right limits are not the same, the overall limit limx2f(x)\lim_{x \to 2} f(x) does not exist.

Limit Laws and a Final Tool

To make evaluating limits easier, we can use a set of rules known as the Limit Laws. These let us break down complex limits into simpler ones. Assuming that limxaf(x)\lim_{x \to a} f(x) and limxag(x)\lim_{x \to a} g(x) both exist, these laws hold true.

LawFormulaDescription
Sum Rulelimxa[f(x)+g(x)]=limxaf(x)+limxag(x)\lim_{x \to a} [f(x) + g(x)] = \lim_{x \to a} f(x) + \lim_{x \to a} g(x)The limit of a sum is the sum of the limits.
Difference Rulelimxa[f(x)g(x)]=limxaf(x)limxag(x)\lim_{x \to a} [f(x) - g(x)] = \lim_{x \to a} f(x) - \lim_{x \to a} g(x)The limit of a difference is the difference of the limits.
Product Rulelimxa[f(x)g(x)]=[limxaf(x)][limxag(x)]\lim_{x \to a} [f(x)g(x)] = [\lim_{x \to a} f(x)] [\lim_{x \to a} g(x)]The limit of a product is the product of the limits.
Quotient Rulelimxaf(x)g(x)=limxaf(x)limxag(x)\lim_{x \to a} \frac{f(x)}{g(x)} = \frac{\lim_{x \to a} f(x)}{\lim_{x \to a} g(x)}, if limxag(x)0\lim_{x \to a} g(x) \neq 0The limit of a quotient is the quotient of the limits.
Power Rulelimxa[f(x)]n=[limxaf(x)]n\lim_{x \to a} [f(x)]^n = [\lim_{x \to a} f(x)]^nThe limit of a function to a power is the limit raised to that power.

Finally, there's a powerful and intuitive tool for finding tricky limits called the Squeeze Theorem.

Imagine three friends walking down a path. One friend, let's call her Grace, is always walking between two other friends, Farah and Henry. If at some point, both Farah and Henry arrive at the exact same spot, where must Grace be? She must be at that same spot, too, since she was squeezed between them.

Lesson image

In math, if we have a function g(x)g(x) that is always "squeezed" between two other functions, f(x)f(x) and h(x)h(x), and we know that f(x)f(x) and h(x)h(x) have the same limit at a certain point, then g(x)g(x) must have that same limit too.

Formally, if f(x)g(x)h(x)f(x) \le g(x) \le h(x) for all xx near aa, and limxaf(x)=limxah(x)=L\lim_{x \to a} f(x) = \lim_{x \to a} h(x) = L, then it must be true that limxag(x)=L\lim_{x \to a} g(x) = L.

Quiz Questions 1/6

What does the concept of a limit in calculus primarily describe?

Quiz Questions 2/6

Evaluate the following limit: limx3(2x2x+5)\lim_{x \to 3} (2x^2 - x + 5)

These concepts form the foundation for much of calculus. Understanding how to find what value a function approaches is the first step toward understanding rates of change and accumulation.