Functions, Limits, Continuity (part 1)

Posted by Unknown on 5:48 AM with No comments

Limits: an Intuitive Definition

Intuitively, the limit of f (x) as x approaches c is the value that f (x) approaches as x approaches c. For example, the limit of f (x) = x 2 + 2 as x approaches 2 is 6:
Figure %: The Limit of f (x) = x 2 + 2 as x approaches 2
As x gets closer and closer to 2, f (x) gets closer and closer to 6. In mathematical notation, we can represent this as
f (x) = 6 or x 2+2 = 6    

Note that we've only been talking about what happens to f (x) as x approaches c , and not about what happens when x equals c. The truth is that when we're looking for limits, we don't care what happens to f (x) when x actually equals c -- we're only concerned with its behavior as x gets closer and closer to c. Consider the following piecewise-defined function:
f (x) =    

Note that this function looks just like the function f (x) = x 2 + 2 , except that f (2) = 9 instead of 6. What happens when we try to find
f (x) ?    

Figure %: The Limit of f (x) as x approaches 2
We see that the limit is again 6. Once again, this is because the limit doesn't care what happens when x = c ! As long as two functions approach the same value as x approaches c , their limits will be the same.

Two-Sided and One-Sided Limits

The standard limit that we've been talking about is a two-sided limit. It is considered two-sided because we get the same value for the limit whether we let x approach c "from the left" (i.e. from values of x less than c )
Figure %: The Limit of f (x) as x approaches c from the left

or "from the right" (i.e. from values of x greater than c ):
Figure %: The Limit of f (x) as x approaches c from the right
However, not all functions behave like this. Some functions approach different values depending on whether we let x approach c from the left or from the right. For these functions, the two-sided limit does not exist, and we can only find the one-sided limit. Consider what happens to the following function as x approaches 3:
f (x) =    

Figure %: The behavior of f (x) as x approaches 3 from the left and from the right
As x approaches 3 from the left, f (x) approaches 9. We call 9 the left-hand limit of f (x) as x approaches 3, and we denote this as
f (x) = 9    

As x approaches 3 from the right, f (x) approaches 11. We call 11 the right- hand limit of f (x) as x approaches 3, and we denote this as
f (x) = 11    

Because there is no single value that f (x) approaches when x approaches 3, we must say that the standard two-sided limit, or f (x) does not exist. In general, f (x) exists only if f (x) = f (x) = L. In other words, the two-sided limit exists only if the left-hand and right-hand limits both exist and are equal.

Solving for Limits Using Limit Rules

Now that you know what limits are, you should become familiar with certain rules that allow you to manipulate and solve for them. Several of them should make intuitive sense.

Rule 1:
f (x) = f (c) if f (x) is a polynomial function. This means that if you are solving for the limit of a polynomial function at x = c , you can just plug x = c into the function to find the limit. For example,
x 3+4x = 33 + 4(3) = 39    



Rule 2:
k = k wherek is a constant    

The limit of a constant function is the constant.

Rule 3:
f (xg(x) = f (x g(x)    

The limit of a sum or difference of functions is equal to the sum or difference of the individual limits.

Rule 4:
f (xg(x) = f (x g(x)    

The limit of a product is equal to the product of the individual limits.

Rule 5:
= as long as g(x)≠ 0    

The limit of a quotient is equal to the quotient of the individual limits, as long as you don't end up dividing by zero.

Rule 6:
f (x) = f (x)    

To find the limit of a function that has been raised to a power, we can first find the limit of the function, and then raise the limit to the power.
Using these limit rules in combination, you should be able to find the limits of many complex functions. For example, find
   



Solution:

The strategy here is to break the limit into simpler and simpler limits until we get to limits that we can evaluate directly. By Limit Rule 6, we can evaluate the limit of the function first and then raise the limit to the power later:
=    

By Limit Rule 5, we can break up the limit of the rational function into the limit of the numerator divided by the limit of the denominator:
=    

Finally, we are left with the limit of polynomial functions, which we can evaluate directly by Limit Rule 1:
= = = 33 = 27    

Two Additional Limit Techniques

In the example above, we used Limit Rule 5 for rational functions. But, as you'll recall, this rules does not apply when the limit of the denominator equals zero. So what do we do in this case? The following two techniques can help us when the limit of the denominator goes to zero:

Technique 1: Factor and Reduce


Find
   

We can't use Limit Rule 5 here because the limit of the denominator as x approaches 3 is zero. However, we can factor the numerator and then reduce the fraction to get a limit we can evaluate:
= = x+3 = 6    



Technique 2: Multiply by the Conjugate and Reduce


Find
   

Again, the limit of the denominator goes to zero. Factoring also doesn't seem to work so well here, but we can multiply the numerator and denominator by the conjugate of the numerator and reduce the fraction into a limit we can evaluate:


  = ×  
    =  
    =  

In the reduced fraction above, the limit of the denominator is no longer zero, so we can use Limit Rule 5 to solve for the limit:
= = =    

The Squeeze Rule: Another Tool for Finding Limits

The squeeze rule can be a useful trick for evaluating limits when other methods just don't seem to work. It requires us to find one function that is always less than or equal to the function whose limit we're trying to evaluate, and another function that is always greater than or equal to our function.
Let's say we want to find the limit of a function h(x) as x approaches a certain value c. Let f (x) be the function that we know to be less than or equal to h(x) for all x on an open interval containing c , except possibly at x = c. Let g(x) be the function that we know to be greater than or equal to h(x) for all x on an open interval containing c , except possibly at x = c. What we have, then, is a situation where h(x) is "squeezed" between two functions f (x) and g(x) , i.e. f (x)≤h(x)≤g(x). The squeeze rule tells us that if f (x) and g(x) have the same limit as x approaches c , then f (x) , g(x) , and h(x) must all be converging on the same point, so they must therefore all have the same limit.

Example.


Find
x 4cos    

Note that we cannot use the product rule for limits here to evaluate this limit directly, since
cos    

does not exist. This function will be an interesting example of a product of two functions where the limit of one of the functions doesn't exist, but the limit of the product does. To use the squeeze rule, we need to first find a function that is always less than or equal to
h(x) = x 4cos    

and a function that is always greater than or equal to it. One way to do this is to notice that this function is the product of x 4 and
cos    

Although
cos    

may look complicated and intimidating, it is still just a cosine function, and we know that cosine always falls between -1 and 1. Since the minimum value of
cos    

is -1 , the function
h(x) = x 4cos    

is always at least - x 4. Similarly, the maximum value of
cos    

is 1 , so the function
h(x) = x 4cos    

is always at most x 4. We have established that
- x 4x 4cos x 4,    

for all x , except possibly at x = 0 . We are now ready to apply the squeeze rule:
-x 4 = 0 and x 4 = 0    

Therefore
x 4cos = 0    

A picture of these three functions may help you understand what the squeeze rule is doing graphically:
Figure %: All three functions converge at x = 0