No history yet

Understanding Limits

Approaching a Value

In calculus, a limit is all about getting closer and closer to something without necessarily reaching it. Think about walking towards a wall. You can take steps that are half the remaining distance. First, you cover half the distance. Then you cover half of what's left. Then half of that, and so on. You'll get incredibly close to the wall, but you'll never technically touch it. A limit describes the value you're approaching—in this case, the wall.

A limit is the value that a function approaches as the input gets closer and closer to some number.

Let's look at the function f(x)=x+2f(x) = x + 2. What value does f(x)f(x) approach as xx gets closer to 3? It's easy to see that as xx approaches 3, f(x)f(x) approaches 5. We write this using limit notation:

limx3(x+2)=5\lim_{x \to 3} (x + 2) = 5

This reads as "the limit of (x+2)(x+2) as xx approaches 3 is 5." For many simple functions, finding the limit is as easy as plugging the number in. But what happens when we can't just plug it in?

Dealing with Holes

Consider this function:

f(x)=x21x1f(x) = \frac{x^2 - 1}{x - 1}

What is the limit as xx approaches 1? If we try to plug in x=1x=1, we get 1111=00\frac{1-1}{1-1} = \frac{0}{0}. This is called an indeterminate form. It doesn't mean the limit doesn't exist. It just means we have to do more work.

The function is undefined at x=1x=1, but a limit doesn't care about the value at the point. It only cares about what the function is doing near the point. Let's look at a table of values close to x=1x=1:

xf(x)
0.91.9
0.991.99
0.9991.999
1.0012.001
1.012.01
1.12.1

As xx gets closer to 1 from both sides, f(x)f(x) gets closer to 2. So, the limit is 2. We can prove this algebraically by factoring the numerator:

f(x)=(x1)(x+1)x1f(x) = \frac{(x-1)(x+1)}{x-1}

As long as x1x \neq 1, we can cancel the (x1)(x-1) terms. This leaves us with f(x)=x+1f(x) = x+1. Now it's easy to see that as xx approaches 1, the function approaches 1+1=21+1=2. This function has a "hole" at x=1x=1, but the limit still exists there.

One-Sided Limits

Sometimes, a function approaches different values from the left and from the right. This brings us to the idea of one-sided limits.

The left-hand limit is the value a function approaches as xx comes from the negative side (values less than the target). We denote this with a minus sign: limxcf(x)\lim_{x \to c^-} f(x).

The right-hand limit is the value approached from the positive side (values greater than the target). We denote this with a plus sign: limxc+f(x)\lim_{x \to c^+} f(x).

For a regular limit to exist, the left-hand limit and the right-hand limit must be equal. If they are different, the overall limit does not exist.

In the graph above, as xx approaches 2 from the left, the function approaches 2. As xx approaches 2 from the right, the function approaches 4. Since 242 \neq 4, the general limit limx2f(x)\lim_{x \to 2} f(x) does not exist.

Limits and Continuity

Limits lead directly to the idea of continuity. Informally, a function is continuous if you can draw its graph without lifting your pencil from the paper. The jump in the graph above is a discontinuity. The hole in the earlier graph is also a discontinuity.

More formally, a function f(x)f(x) is continuous at a point cc if three conditions are met:

  1. f(c)f(c) is defined (the point exists).
  2. limxcf(x)\lim_{x \to c} f(x) exists (the left and right limits agree).
  3. limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c) (the limit equals the function's value).

If any of these fail, the function is not continuous at that point. Polynomials, for example, are continuous everywhere. Rational functions (fractions of polynomials) are continuous wherever their denominator is not zero.

Let's test your understanding of these foundational concepts.

Quiz Questions 1/4

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

Quiz Questions 2/4

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

Mastering limits is the first major step in understanding calculus. They provide the precise language needed to talk about change and approximation, which are the core ideas of the entire subject.