Understanding Limits in Calculus

The foundation of all Calculus: Approaching the infinite and the infinitesimal.

Before we can understand derivatives (the rate of change) or integrals (the area under a curve), we must understand the concept of a Limit. Limits are the tool we use in mathematics to talk about what happens when we get "infinitely close" to a number, without necessarily touching it.

1. What is a Limit?

In simple algebra, we often substitute a number into a function to get an answer. For example, if f(x) = x + 2, then at x = 3, the answer is 5.

But sometimes, we can't just plug in the number. This is where limits come in. A limit asks: "What value is the function approaching as x gets closer and closer to a specific number?"

[Image of limit approaching a point from left and right]
Notation:
lim (x→c) f(x) = L

This is read as: "The limit of f(x) as x approaches c equals L."

2. The "Hole" in the Graph

The most important use of limits is dealing with indeterminate forms, like 0 divided by 0. Let's look at this function:

f(x) = (x² - 1) / (x - 1)

If we try to find the value at x = 1 by just plugging it in:

  • Numerator: 1² - 1 = 0
  • Denominator: 1 - 1 = 0
  • Result: 0/0 (Undefined!)

However, if we look at the graph, there is just a tiny "hole" at x=1, but the line continues smoothly.

[Image of graph with a hole at a point]

Using limits, we can simplify the equation using algebra (factoring):

(x² - 1) / (x - 1)
= ((x - 1)(x + 1)) / (x - 1)
= x + 1

Now, we can take the limit as x approaches 1: 1 + 1 = 2. So, the limit is 2, even though the function technically doesn't exist at that exact point.

3. Approaching from Left and Right

For a limit to exist, the function must approach the same value from both the left side (values smaller than x) and the right side (values larger than x).

  • If you walk along the graph from the left, what height do you reach?
  • If you walk along the graph from the right, do you meet at the same height?

If the answer is yes, the limit exists. If the graph jumps (like a step), the limit does not exist.

4. Why do Limits Matter?

Limits are not just abstract math puzzles. They are the definition of motion. Without limits, we cannot calculate instantaneous velocity (speed at a split second) because technically, in zero time, you cover zero distance (0/0).

Limits allow us to divide by smaller and smaller numbers until we essentially divide by "almost zero" to find the exact speed of a moving object or the exact slope of a curved line.