No history yet

Limits and Continuity

Getting Infinitely Close

Calculus is the study of change, and to understand change, we first need to talk about getting incredibly close to a specific point. 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.

Imagine walking along a path toward a specific spot. A limit is like describing the location of that spot, even if there's a tiny hole right where you're supposed to stand. You can get infinitely close and know exactly where the spot should be.

The key idea is that we don't care what happens at the exact point, only what happens in the neighborhood surrounding it. We write the limit of a function f(x)f(x) as xx approaches a number cc like this:

limxcf(x)=L\lim_{x \to c} f(x) = L

This means that as xx gets closer and closer to cc (from both sides), the value of f(x)f(x) gets closer and closer to LL.

How to Find Limits

So how do we calculate LL? Sometimes, it's as simple as plugging the number in. This is called direct substitution.

For many simple functions, the limit at a point is the same as the function's value at that point.

For example, let's find the limit of f(x)=x2+1f(x) = x^2 + 1 as xx approaches 3.

limx3(x2+1)=(3)2+1=9+1=10\lim_{x \to 3} (x^2 + 1) = (3)^2 + 1 = 9 + 1 = 10

Easy enough. But what about the function from our graph earlier, f(x)=x24x2f(x) = \frac{x^2 - 4}{x - 2}? If we try to plug in x=2x=2, we get:

22422=4422=00\frac{2^2 - 4}{2 - 2} = \frac{4 - 4}{2 - 2} = \frac{0}{0}

This result, 00\frac{0}{0}, is called an indeterminate form. It's a sign that we need to do more work. It doesn't mean the limit doesn't exist. In this case, we can simplify the function by factoring.

limx2x24x2=limx2(x2)(x+2)x2\lim_{x \to 2} \frac{x^2 - 4}{x - 2} = \lim_{x \to 2} \frac{(x - 2)(x + 2)}{x - 2}

Since we only care about what happens near x=2x=2, not at x=2x=2, we know that x2x-2 is not zero. That means we can safely cancel the (x2)(x-2) terms.

limx2(x+2)=2+2=4\lim_{x \to 2} (x + 2) = 2 + 2 = 4

This confirms what we saw on the graph. Even though the function is undefined at x=2x=2, its limit is 4.

The Idea of Continuity

Continuity is a straightforward idea. A function is continuous if you can draw its graph without lifting your pencil from the paper. There are no holes, jumps, or gaps.

Lesson image

This intuitive idea has a formal definition that ties directly back to limits. A function f(x)f(x) is continuous at a point cc if three conditions are met:

  1. The function is defined at cc. In other words, f(c)f(c) exists.
  2. The limit of the function exists at cc. So, limxcf(x)\lim_{x \to c} f(x) exists.
  3. The limit at cc is equal to the function's value at cc.
limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c)

Think back to our two examples. The function f(x)=x2+1f(x) = x^2 + 1 is continuous everywhere. At x=3x=3, the limit was 10, and the function's value f(3)f(3) is also 10.

However, the function f(x)=x24x2f(x) = \frac{x^2 - 4}{x - 2} is not continuous at x=2x=2. It has a limit there (which is 4), but the function itself is undefined. It fails the first condition.

Understanding limits and continuity is the first major step in calculus. These concepts allow us to handle the idea of 'instantaneous' change, which is what we will explore when we get to derivatives.

Quiz Questions 1/5

What does the limit of a function f(x)f(x) as xx approaches cc describe?

Quiz Questions 2/5

What is the value of the following limit: limx1(x3+2x25)\lim_{x \to -1} (x^3 + 2x^2 - 5)?