Calculus Refresher
Understanding Limits
What is a Limit?
Calculus is the study of change. To understand change, we first need to understand how functions behave as they get incredibly close to a specific point. This is the idea of a limit.
A limit tells us what value a function approaches as its input gets closer and closer to a certain number. The key word here is approaches. We don't actually care what the function's value is at that number, only what it's heading towards.
Imagine walking towards a wall. With every step, you get closer. A limit is like asking: if you could keep taking smaller and smaller steps forever, where would you end up? You would end up right at the wall. The limit is the wall's position, even if you never technically touch it.
We write the limit of a function as approaches a value like this:
This equation says, "The limit of as approaches is ." It means that as the input gets arbitrarily close to , the output gets arbitrarily close to the value .
In this graph, the function is not defined at , which is why there's a hole. But as gets closer to 2 from either side, the function's value gets closer and closer to 4. Therefore, the limit is 4.
Finding Limits
So how do we find these limit values? Sometimes, it's as simple as it looks.
The easiest method is direct substitution. If the function is well-behaved at the point in question, you can just plug the value in.
For example, let's find the limit of as approaches 3.
We just substitute 3 for : .
The limit is 14. Simple enough. But what happens when direct substitution gives us a problem?
Consider the function from our graph earlier, . If we try to plug in , we get:
This result, $0/0$, is called an indeterminate form. It doesn't mean the limit is zero or that it doesn't exist. It's a signal that we need to do more work. We need to use some algebraic techniques.
Factoring is a common technique. We can simplify the function by factoring the numerator and canceling terms.
Since we are only interested in what happens as approaches 2, not at , the terms are never zero. So we can safely cancel them.
Now we can use direct substitution on the simplified function: $2 + 2 = 4$. This confirms the limit we saw in the graph.
Rationalization is another technique, often used when dealing with square roots.
Let's find the limit:
Direct substitution gives . To simplify, we multiply the numerator and denominator by the conjugate of the numerator, which is .
This simplifies the numerator:
We can cancel the terms:
Now, using direct substitution:
One-Sided and Infinite Limits
Sometimes a function behaves differently depending on which side you approach a point from. This is where one-sided limits come in.
We use a minus sign for the limit from the left (approaching with values less than ) and a plus sign for the limit from the right (approaching with values greater than ).
| Notation | Meaning |
|---|---|
| Limit as x approaches c from the left. | |
| Limit as x approaches c from the right. |
For a regular two-sided limit to exist, the left-hand limit and the right-hand limit must both exist and be equal.
if and only if and .
In the graph above, the left and right-hand limits at are different. Therefore, the overall limit does not exist.
What if a function grows without bound as it approaches a point? This is called an infinite limit. Consider the function as approaches 0.
As gets closer to 0 (from either side), becomes a very tiny positive number. Dividing 1 by a tiny positive number results in a very large positive number. The function is heading towards infinity.
It's important to note that when a limit equals or , it technically means the limit does not exist, because infinity is not a number. But we write it this way to describe the specific way it doesn't exist: the function is growing without bound.
Continuity
The idea of limits leads directly to the concept of continuity. Informally, a function is continuous if you can draw its graph without lifting your pencil from the paper. There are no breaks, jumps, or holes.
Formally, a function is continuous at a point if three conditions are met:
- is defined (the point exists).
- exists (the left and right limits are equal).
- (the limit equals the function's value).
If any of these conditions fail, the function has a discontinuity at that point.
| Type of Discontinuity | Description | Example Graph |
|---|---|---|
| Removable | A "hole" in the graph. The limit exists, but it's not equal to the function's value (or the function isn't defined there). | Our first graph of . |
| Jump | The graph "jumps" from one value to another. The left and right-hand limits exist but are not equal. | Our one-sided limit step function graph. |
| Infinite | The function goes to infinity at a vertical asymptote. | The graph of has an infinite discontinuity at . |
Understanding limits and continuity is the first major step in calculus. It sets the stage for defining the rate of change (derivatives) and the accumulation of quantities (integrals).