Engaging Mathematical Analysis in Uzbek
Limits
Approaching a Point
Calculus is the study of change, and at its very heart is the idea of a limit. A limit answers a simple question: what value is a function approaching as its input gets closer and closer to a certain number? Notice the word "approaching." We're interested in the journey, not necessarily the final destination.
Let's look at the function . If we try to find the value of this function at , we run into a problem. Plugging in 2 gives us , which is undefined. The function simply doesn't exist at . But what happens as we get really close to 2?
| x | f(x) = (x²-4)/(x-2) |
|---|---|
| 1.9 | 3.9 |
| 1.99 | 3.99 |
| 1.999 | 3.999 |
| ? | ? |
| 2.001 | 4.001 |
| 2.01 | 4.01 |
| 2.1 | 4.1 |
As you can see from the table, the closer our input gets to 2, the closer the output gets to 4. It doesn't matter that the function is undefined right at 2. The limit is 4. We write this formally as:
This reads as "the limit of the function as approaches 2 is 4."
Techniques for Finding Limits
For many simple functions, you can find the limit by just plugging the number in. The limit of as approaches 3 is just . But as we've seen, that doesn't always work.
When direct substitution gives you an "indeterminate form" like , you need to use other techniques to find the limit.
One common technique is factoring. Let's revisit our original function. We can factor the numerator:
As long as isn't exactly 2, we can cancel the terms. Since a limit only cares about what happens as we approach 2, this is perfectly fine. We get a simplified function, . Now, finding the limit is easy:
This confirms our answer from the table.
One-Sided Limits
Sometimes a function behaves differently depending on whether you approach a number from the left (smaller values) or the right (larger values). These are called one-sided limits.
The limit as approaches from the left is written with a minus sign: .
The limit as approaches from the right is written with a plus sign: .
For a general limit to exist, the left-hand limit must equal the right-hand limit.
In the graph above, as approaches 1 from the left, the function gets closer to a -value of 2. But as approaches 1 from the right, the function gets closer to 3. Since , the overall limit does not exist.
Limits at Infinity and L'Hôpital's Rule
We can also ask what happens to a function as gets infinitely large, either positive () or negative (). This tells us about the function's long-term behavior. For example, consider . As becomes huge, gets incredibly small, approaching 0. So, .
For rational functions (a polynomial divided by a polynomial), a quick trick is to divide every term by the highest power of in the denominator. This often simplifies the problem dramatically.
Finally, there's a powerful tool for tricky limits called L'Hôpital's Rule. It's used for indeterminate forms like or . The rule states that if you have such a limit, you can take the derivative of the numerator and the derivative of the denominator separately, and then try to find the limit again.
L'Hôpital's Rule: If results in or , then .
Let's try it on a new example: . Plugging in 0 gives . Time for L'Hôpital's Rule.
The derivative of is . The derivative of is .
So, our new limit is:
L'Hôpital's Rule provides an elegant way to solve limits that would otherwise be very difficult.
What does the limit of a function, , describe?
Evaluate the following limit:
Understanding limits is the first major step into the world of calculus. They form the foundation for everything that follows.