No history yet

Understanding Limits

What is a Limit?

Calculus is the study of change, and the idea of a limit is its starting point. A limit describes what happens to a function's output as its input gets closer and closer to a particular value. It's not about what happens at the value, but what it approaches.

Think of it like walking towards a wall. With every step, you get closer. The limit is the wall itself. You might never actually touch it, but you are undeniably approaching it. In math, we want to know what value a function is heading towards.

The notation for a limit looks like this:

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

This is read as "the limit of f(x)f(x) as xx approaches cc equals LL." In the graph above, we would write limx1x21x1=2\lim_{x \to 1} \frac{x^2-1}{x-1} = 2. Notice that the function is undefined right at x=1x=1 (because it would mean dividing by zero), but the limit doesn't care. It only cares about the journey, not the arrival.

Finding Limits

For many simple functions, finding the limit is easy. You can just plug the value in. This is called direct substitution.

For the function f(x)=2x2+3f(x) = 2x^2 + 3, what is the limit as xx approaches 4? We just substitute 4 for xx: 2(4)2+3=2(16)+3=352(4)^2 + 3 = 2(16) + 3 = 35. So, limx4(2x2+3)=35\lim_{x \to 4} (2x^2 + 3) = 35.

But as we saw earlier, direct substitution sometimes fails, especially if it results in dividing by zero. When you get an "indeterminate form" like 00\frac{0}{0}, it's a sign that you need to do more work. It doesn't mean the limit doesn't exist. Often, a little algebra can simplify the problem.

Let's revisit our first example, limx1x21x1\lim_{x \to 1} \frac{x^2-1}{x-1}. Plugging in x=1x=1 gives 1111=00\frac{1-1}{1-1} = \frac{0}{0}.

We can simplify the function by factoring the numerator:

x21x1=(x1)(x+1)x1\frac{x^2 - 1}{x - 1} = \frac{(x-1)(x+1)}{x-1}

Since xx is only approaching 1 and is never actually equal to 1, the (x1)(x-1) term is not zero, so we can safely cancel it out.

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

Now, we can find the limit using our simplified function:

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

This algebraic trick reveals the true behavior of the function near the point of interest.

Approaching From Different Sides

Sometimes, a function behaves differently depending on whether you approach a value from the left (smaller numbers) or the right (larger numbers). These are called one-sided limits.

NotationMeaning
limxcf(x)\lim_{x \to c^-} f(x)The limit as xx approaches cc from the left.
limxc+f(x)\lim_{x \to c^+} f(x)The limit as xx approaches cc from the right.

For a regular limit to exist, the left-hand and right-hand limits must be equal. If they aren't, the overall limit does not exist at that point.

In the graph above, as xx approaches 2 from the left, the function heads toward a value of 2. But as xx approaches 2 from the right, it heads toward 4. Since 242 \neq 4, the overall limit limx2f(x)\lim_{x \to 2} f(x) does not exist.

Limits at Infinity and Continuity

We can also ask what happens to a function as xx gets incredibly large, either positive (xx \to \infty) or negative (xx \to -\infty). This is called the limit at infinity and it describes the end behavior of a graph.

A common example is the function f(x)=1/xf(x) = 1/x. As xx becomes a huge positive number, 1/x1/x gets closer and closer to 0. The same thing happens as xx becomes a huge negative number.

limx1x=0andlimx1x=0\lim_{x \to \infty} \frac{1}{x} = 0 \quad \text{and} \quad \lim_{x \to -\infty} \frac{1}{x} = 0

This brings us to the idea of continuity. Intuitively, a function is continuous if you can draw its graph without lifting your pencil from the paper. There are no holes, jumps, or breaks.

Continuity

noun

A function f is continuous at a point c if the limit as x approaches c exists, the function is defined at c, and the limit equals the function's value.

More formally, a function ff is continuous at a point cc if all three of these 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 actual value).

The function in our first example, f(x)=x21x1f(x) = \frac{x^2-1}{x-1}, is not continuous at x=1x=1 because it fails the first condition; it's not defined there. The jumpy function from the last section is not continuous at x=2x=2 because it fails the second condition; the limit doesn't exist.

Understanding where functions are continuous and where they have breaks is a core part of analyzing their behavior.

Ready to test your knowledge?

Quiz Questions 1/6

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

Quiz Questions 2/6

Evaluate the following limit: limx2x24x2\lim_{x \to 2} \frac{x^2 - 4}{x - 2}

Limits are the bedrock of calculus. They allow us to handle the tricky concept of infinity and define the tools we'll use to measure rates of change and calculate areas.