]>
It is of interest to mathematicians to know what happens to the value of a function as the input (x) gets really close (arbitrarily close) to a particular value. This is usually because we cannot plug in the specified x-value directly—perhaps because it is not in the domain. This process of determining the behavior of the function near certain x-values is the process of limits.
Let's look at the function around the x-value of 1. Note that 1 is not in the domain of this function.
What happens to the value of the function (the y-value) as x gets really close to 1? Well, it depends on which side you're looking at. On the left side of 1, the function is headed down. To the right of 1, the function is going up. We call these the left- and right-hand limits, respectively—and we'd say that the limit on the left is negative infinity, the limit on the right is positive infinity. Note that for this function, the left- and right-hand limits are not the same.
Try this function: . Note that neither 2, nor -2, are in the domain.
What happens as x gets really close to 2? Perhaps we should zoom in on that area.
As x gets closer to 2 (from the left), the y-values appear to be headed towards 0.25. The same occurs on the right. So the left- and right-hand limits are the same here.
Let's look at that last one, but from a numeric perspective. Here's a table of values for the function, with x-values very close to (but slightly lower than) 2.
x |
1.9 |
1.99 |
1.999 |
1.9999 |
1.99999 |
y |
0.25641 |
0.250627 |
0.250063 |
0.250006 |
0.250001 |
The values of x are getting closer and closer to 2, and the y-values appear to be getting closer and closer to 0.25. The same is true on the right:
x |
2.00001 |
2.0001 |
2.001 |
2.01 |
2.1 |
y |
0.249999 |
0.249994 |
0.249938 |
0.249377 |
0.243902 |
First, notation: to talk about the limit of the function f(x) as x approaches the value a from the left, we write . The same limit, from the right, is written .
Now we can talk about the limit at a value. exists if . In other words, if the left- and right-hand limits agree, then we can just talk about the limit, without any qualifying words.
There is a technical definition for limits. It's not part of the IB Programme, but let's take look anyway.
The limit of f(x) as x approaches a is L ( ) means that for every positive real value ε, there exists some positive real value δ, so that if , then .
Whew! What this is really saying is "if you tell me how close to L you want f(x) to get, then I can tell you how close to a x needs to be." This is a rigorous definition of what mathematicians mean when they say arbitrarily close—however close you want to get, I can tell you what you need to plug in to the function to get a function value that is that close.
The limit of a constant is that constant. If b is a real number, then the limit as x approaches any value a is .
If a function is defined for x = a, then (usually) you can simply plug into the function to find the limit. , , , etc. The main exceptions are piece-wise defined functions. Also, you can't find the limit of a radical equation at the endpoint (there aren't two sides!).
For these definitions, assume that , , and b is a real number.
Constants can be factored out:
Operations can be distributed: , , (provided that K ≠ 0), and .
Remember that substitution (typically) works, as long as the location of the limit (a, in the previous examples) is in the domain. Thus, the only functions whose limits will cause you any grief are those with domain problems. To date, you know of two potential domain problems: dividing by zero, and taking an even-indexed root of a negative number. Of these, the one that comes up most often is the dividing by zero issue. Let's look at how you can take care of those with some examples.
Here's a function we looked at earlier: . Now let's find .
We can't just let x = 2; we've got a domain problem. We can factor: . Now, remember: when we take a limit, we're letting x get really close (but at) the value where we're taking the limit. So, in this case, we want to know what happens when x is really close to (but not quite at) 2. Since we're not letting x be exactly 2, what do the factors do to the value of the function?
Nothing! As long as x isn't exactly 2, these factors cancel out. As far as the limit is concerned, these factors do not contribute to the function value. Cancel them out!
. Now, there is no domain issue with x = 2, so we can simply plug in!
.
Let's try this one (let a be a real number): .
Once again, we've got a domain problem at the desired value of x—we can't simply let x = 0. Let's work out that numerator: . Hey, look at that! Stuff cancels! . Now, we can factor an x out of the numerator, which can then be canceled out (just like the last example). .
The function f(x) is continuous at x = c provided . So, if the limit exists (left- and right-hand limits agree), and the limit is the same as the function value, then the function is continuous at that point.
The function f(x) is continuous on the open interval (a, b) provided it is continuous at every point within the interval (a, b).
The function f(x) is continuous on the closed interval [a, b] provided it is continuous on the open interval (a, b), , and .
It turns out that continuity is terribly important in Calculus. Happily, most of the functions that we know and work with are (mostly) continuous.
We should be careful—we often talk about functions being continuous, when what we really mean is that the function is continuous on the set of real numbers. These two things don't mean the same thing! We, however, will not be looking into functions that are just continuous on their domains…
Sometimes, as we approach a particular value of x, the function value doesn't approach a finite value—instead, the function shoots off towards infinity. For example, the function near x = 1.
Earlier, we noted that on the left of 1, the function heads down towards negative infinity, and that it approaches positive infinity on the right. Our definition of limits is for approaching real numbers—infinity isn't a real number. Technically, the left- and right-hand limits don't exist (the function does not approach a certain value). Nonetheless, we will write and .
We can also take limits as x approaches infinity—but we'll save that for later.
Page last validated 2010-08-15