Calculus Fundamentals
Understanding Limits
What is a Limit?
Calculus is the study of change, and the idea of a limit is its starting point. A limit describes what happens to a function's output as its input gets closer and closer to a particular value. It's not about what happens at the value, but what it approaches.
Think of it like walking towards a wall. With every step, you get closer. The limit is the wall itself. You might never actually touch it, but you are undeniably approaching it. In math, we want to know what value a function is heading towards.
The notation for a limit looks like this:
This is read as "the limit of as approaches equals ." In the graph above, we would write . Notice that the function is undefined right at (because it would mean dividing by zero), but the limit doesn't care. It only cares about the journey, not the arrival.
Finding Limits
For many simple functions, finding the limit is easy. You can just plug the value in. This is called direct substitution.
For the function , what is the limit as approaches 4? We just substitute 4 for : . So, .
But as we saw earlier, direct substitution sometimes fails, especially if it results in dividing by zero. When you get an "indeterminate form" like , it's a sign that you need to do more work. It doesn't mean the limit doesn't exist. Often, a little algebra can simplify the problem.
Let's revisit our first example, . Plugging in gives .
We can simplify the function by factoring the numerator:
Since is only approaching 1 and is never actually equal to 1, the term is not zero, so we can safely cancel it out.
Now, we can find the limit using our simplified function:
This algebraic trick reveals the true behavior of the function near the point of interest.
Approaching From Different Sides
Sometimes, a function behaves differently depending on whether you approach a value from the left (smaller numbers) or the right (larger numbers). These are called one-sided limits.
| Notation | Meaning |
|---|---|
| The limit as approaches from the left. | |
| The limit as approaches from the right. |
For a regular limit to exist, the left-hand and right-hand limits must be equal. If they aren't, the overall limit does not exist at that point.
In the graph above, as approaches 2 from the left, the function heads toward a value of 2. But as approaches 2 from the right, it heads toward 4. Since , the overall limit does not exist.
Limits at Infinity and Continuity
We can also ask what happens to a function as gets incredibly large, either positive () or negative (). This is called the limit at infinity and it describes the end behavior of a graph.
A common example is the function . As becomes a huge positive number, gets closer and closer to 0. The same thing happens as becomes a huge negative number.
This brings us to the idea of continuity. Intuitively, a function is continuous if you can draw its graph without lifting your pencil from the paper. There are no holes, jumps, or breaks.
Continuity
noun
A function f is continuous at a point c if the limit as x approaches c exists, the function is defined at c, and the limit equals the function's value.
More formally, a function is continuous at a point if all three of these conditions are met:
- is defined (the point exists).
- exists (the left and right limits agree).
- (the limit equals the actual value).
The function in our first example, , is not continuous at because it fails the first condition; it's not defined there. The jumpy function from the last section is not continuous at because it fails the second condition; the limit doesn't exist.
Understanding where functions are continuous and where they have breaks is a core part of analyzing their behavior.
Ready to test your knowledge?
What does the concept of a limit in calculus primarily describe?
Evaluate the following limit:
Limits are the bedrock of calculus. They allow us to handle the tricky concept of infinity and define the tools we'll use to measure rates of change and calculate areas.