Calculus Essentials
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 . What value does approach as gets closer to 3? It's easy to see that as approaches 3, approaches 5. We write this using limit notation:
This reads as "the limit of as 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:
What is the limit as approaches 1? If we try to plug in , we get . 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 , 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 | f(x) |
|---|---|
| 0.9 | 1.9 |
| 0.99 | 1.99 |
| 0.999 | 1.999 |
| 1.001 | 2.001 |
| 1.01 | 2.01 |
| 1.1 | 2.1 |
As gets closer to 1 from both sides, gets closer to 2. So, the limit is 2. We can prove this algebraically by factoring the numerator:
As long as , we can cancel the terms. This leaves us with . Now it's easy to see that as approaches 1, the function approaches . This function has a "hole" at , 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 comes from the negative side (values less than the target). We denote this with a minus sign: .
The right-hand limit is the value approached from the positive side (values greater than the target). We denote this with a plus sign: .
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 approaches 2 from the left, the function approaches 2. As approaches 2 from the right, the function approaches 4. Since , the general limit 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 is continuous at a point if three conditions are met:
- is defined (the point exists).
- exists (the left and right limits agree).
- (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.
What does the concept of a limit in calculus primarily describe?
What is the value of the following limit: ?
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.