No history yet

Limits and Continuity

What is a Limit?

In calculus, a limit is all about getting incredibly close to a point without necessarily landing right on it. Think of it as walking toward a wall. You can get closer and closer, taking smaller and smaller steps, but you never actually touch the wall. A limit describes the location you're approaching.

Mathematically, a limit tells us the value a function approaches as its input gets closer to a certain number. We write it 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." It means that as the value of xx gets arbitrarily close to cc, the value of f(x)f(x) gets arbitrarily close to LL.

For many simple functions, this is straightforward. Consider the function f(x)=x+2f(x) = x + 2. What is the limit as xx approaches 3? As xx gets closer to 3, f(x)f(x) gets closer to 5. So, we say the limit is 5.

But what about a function like this?

f(x)=x24x2f(x) = \frac{x^2 - 4}{x - 2}

If we try to find the limit as xx approaches 2, we run into a problem. Plugging in x=2x=2 gives us 00\frac{0}{0}, which is undefined. The function doesn't exist at x=2x=2. However, the limit might. Limits are concerned with the neighborhood around a point, not the point itself.

Finding Limits

So, how do we find the limit of that tricky function? One common technique is to simplify the expression algebraically.

We can factor the numerator:

f(x)=(x2)(x+2)x2f(x) = \frac{(x-2)(x+2)}{x-2}

Since we are only interested in what happens as xx approaches 2, and not at x=2x=2, we know that x2x-2 is not zero. This means we can safely cancel the (x2)(x-2) terms.

f(x)=x+2f(x) = x+2, for all x2x \neq 2

Now, it's easy to see that as xx gets closer to 2, the function's value gets closer to 2+2=42+2=4. So, the limit is 4.

This highlights a key idea: the limit of a function at a point can exist even if the function itself is undefined at that point.

Lesson image

Sometimes a function behaves differently depending on which direction you approach a point from. This leads to the idea of one-sided limits.

  • A right-hand limit (xc+x \to c^+) means you're only considering values of xx that are greater than cc.
  • A left-hand limit (xcx \to c^-) means you're only considering values of xx that are less than cc.

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

Limits and Infinity

Limits can also describe a function's behavior as it grows without bound or as its input gets infinitely large.

An infinite limit occurs when the function's value increases or decreases forever as xx approaches a certain number. This often happens at a vertical asymptote. For example, consider the function f(x)=1x2f(x) = \frac{1}{x^2}. As xx gets closer and closer to 0 from either side, the value of f(x)f(x) gets huge.

limx01x2=\lim_{x \to 0} \frac{1}{x^2} = \infty

A limit at infinity describes the end behavior of a function—what value it approaches as xx goes to positive or negative infinity. This value corresponds to a horizontal asymptote. For example, let's look at f(x)=1xf(x) = \frac{1}{x}. As xx gets extremely large, the value of 1x\frac{1}{x} gets extremely small, approaching 0.

limx1x=0\lim_{x \to \infty} \frac{1}{x} = 0

Continuity

The concept of continuity is closely tied to limits. Intuitively, a function is continuous if you can draw its graph without lifting your pen from the paper. There are no holes, jumps, or vertical asymptotes.

More formally, a function f(x)f(x) is continuous at a point x=cx=c if it meets three conditions:

ConditionDescription
1. f(c)f(c) is definedThe function must have a value at the point.
2. limxcf(x)\lim_{x \to c} f(x) existsThe limit must exist at the point.
3. limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c)The limit must equal the function's value.

If any of these conditions fail, the function is discontinuous at that point. There are a few common types of discontinuities.

Removable Discontinuity

noun

A single point is missing from the graph, like a hole. The limit exists, but it either doesn't equal the function's value or the function is undefined there.

This is the type of discontinuity we saw earlier. We can "remove" it by defining f(2)=4f(2)=4.

Jump Discontinuity

noun

The graph jumps from one value to another. The left-hand and right-hand limits exist but are not equal.

Infinite Discontinuity

noun

The function has a vertical asymptote. The limit from at least one side is infinite.

Understanding limits and continuity is the first major step into calculus. These ideas form the bedrock upon which derivatives are built, allowing us to precisely define rates of change.

Quiz Questions 1/5

Which statement best describes the concept of a limit in calculus?

Quiz Questions 2/5

What is the value of the following limit: limx3x29x3\lim_{x \to 3} \frac{x^2 - 9}{x - 3}?