No history yet

Introduction to Limits

What is a Limit?

Calculus is the study of change, and the concept of a limit is its foundation. A limit describes how a function behaves as its input gets closer and closer to a particular value.

Think of it like walking along a path represented by a function's graph. You want to know the altitude you are approaching as you get infinitely close to a specific landmark. The limit is that altitude, regardless of whether you can actually stand on that exact spot. The spot might be a bottomless pit, but you can still know the altitude you were approaching.

Limits are the foundation of calculus, essential for understanding how functions behave near specific points or as they approach infinity.

The key idea is that the limit doesn't care about the function's actual value at the point, only the value it's heading towards. This is useful for dealing with points where a function might be undefined.

We write this relationship using special notation. If the value of f(x)f(x) approaches a number LL as xx approaches a number cc, we write:

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 is LL.

A limit is about the trend, not the actual value. It describes where a function is heading, not necessarily where it ends up.

Finding Limits

So how do we find these limits? Sometimes it's as simple as plugging the number in.

For many simple functions like polynomials, finding the limit is easy. Just substitute the value that xx is approaching into the function. This is called direct substitution.

For example, to 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 about functions where direct substitution doesn't work, like when it gives you a zero in the denominator? Consider this function:

f(x)=x29x3f(x) = \frac{x^2 - 9}{x - 3}

If you plug in x=3x=3, you get 00\frac{0}{0}, which is undefined. This is called an indeterminate form. It's a signal that we need to do more work. Often, we can simplify the function algebraically.

When you get 00\frac{0}{0}, try to factor the numerator or denominator and see if anything cancels. This often removes the part of the function causing the problem.

Let's factor the numerator of our function. The expression x29x^2 - 9 is a difference of squares, which factors into (x3)(x+3)(x-3)(x+3).

limx3x29x3=limx3(x3)(x+3)x3\lim_{x \to 3} \frac{x^2 - 9}{x - 3} = \lim_{x \to 3} \frac{(x-3)(x+3)}{x-3}

Since the limit only cares about what happens as xx gets close to 3, not when xx is 3, we can safely cancel the (x3)(x-3) terms. This leaves us with a much simpler limit to solve:

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

So, the limit of f(x)f(x) as xx approaches 3 is 6, even though the function itself is undefined at x=3x=3.

The Idea of Continuity

The concept of limits leads directly to the idea of continuity. Informally, a function is continuous if you can draw its graph without lifting your pen from the paper. There are no jumps, holes, or breaks.

Lesson image

continuous

adjective

A function is continuous at a point if its graph has no interruptions, jumps, or holes at that point.

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

  1. The function is defined at cc. That is, f(c)f(c) exists.
  2. The limit of the function as xx approaches cc exists. That is, limxcf(x)\lim_{x \to c} f(x) exists.
  3. The limit equals the function's value. That is, limxcf(x)=f(c)\lim_{x \to c} f(x) = f(c).

If the journey's destination matches the actual location on the map, the function is continuous at that point.

Continuity means the limit and the actual value agree. The value the function is heading towards is the value it actually has.

The function f(x)=x2+3f(x) = x^2 + 3 is continuous everywhere because for any value cc, limxc(x2+3)=c2+3\lim_{x \to c} (x^2+3) = c^2+3. However, our earlier example, f(x)=x29x3f(x) = \frac{x^2 - 9}{x - 3}, is not continuous at x=3x=3 because the first condition fails: f(3)f(3) is not defined. This type of discontinuity is called a 'removable discontinuity' because we could define f(3)=6f(3)=6 to fill the hole.

Let's test your understanding of these foundational concepts.

Quiz Questions 1/5

What is the primary concept that a limit describes in calculus?

Quiz Questions 2/5

Evaluate the following limit: limx2(x3+2x5)\lim_{x \to 2} (x^3 + 2x - 5)

Understanding limits and continuity is the first major step into the world of calculus. These ideas form the bedrock for everything that comes next.