11
Learning Objectives
- Recognize the basic limit laws.
- Use the limit laws to evaluate the limit of a function.
- Evaluate the limit of a function by factoring.
- Use the limit laws to evaluate the limit of a polynomial or rational function.
- Evaluate the limit of a function by factoring or by using conjugates.
- Evaluate the limit of a function by using the squeeze theorem.
In the previous section, we evaluated limits by looking at graphs or by constructing a table of values. In this section, we establish laws for calculating limits and learn how to apply these laws. In the Student Project at the end of this section, you have the opportunity to apply these limit laws to derive the formula for the area of a circle by adapting a method devised by the Greek mathematician Archimedes. We begin by restating two useful limit results from the previous section. These two results, together with the limit laws, serve as a foundation for calculating many limits.
Evaluating Limits with the Limit Laws
The first two limit laws were stated in (Figure) and we repeat them here. These basic results, together with the other limit laws, allow us to evaluate limits of many algebraic functions.
Basic Limit Results
For any real number [latex]a[/latex] and any constant [latex]c[/latex],
-
[latex]\underset{x\to a}{\lim}x=a[/latex]
-
[latex]\underset{x\to a}{\lim}c=c[/latex]
Evaluating a Basic Limit
Evaluate each of the following limits using (Figure) .
- [latex]\underset{x\to 2}{\lim}x[/latex]
- [latex]\underset{x\to 2}{\lim}5[/latex]
Solution
- The limit of [latex]x[/latex] as [latex]x[/latex] approaches [latex]a[/latex] is [latex]a[/latex]: [latex]\underset{x\to 2}{\lim}x=2[/latex].
- The limit of a constant is that constant: [latex]\underset{x\to 2}{\lim}5=5[/latex].
We now take a look at the limit laws, the individual properties of limits. The proofs that these laws hold are omitted here.
Limit Laws
Let [latex]f(x)[/latex] and [latex]g(x)[/latex] be defined for all [latex]x\ne a[/latex] over some open interval containing [latex]a[/latex]. Assume that [latex]L[/latex] and [latex]M[/latex] are real numbers such that [latex]\underset{x\to a}{\lim}f(x)=L[/latex] and [latex]\underset{x\to a}{\lim}g(x)=M[/latex]. Let [latex]c[/latex] be a constant. Then, each of the following statements holds:
Sum law for limits : [latex]\underset{x\to a}{\lim}(f(x)+g(x))=\underset{x\to a}{\lim}f(x)+\underset{x\to a}{\lim}g(x)=L+M[/latex]
Difference law for limits : [latex]\underset{x\to a}{\lim}(f(x)-g(x))=\underset{x\to a}{\lim}f(x)-\underset{x\to a}{\lim}g(x)=L-M[/latex]
Constant multiple law for limits : [latex]\underset{x\to a}{\lim}cf(x)=c \cdot \underset{x\to a}{\lim}f(x)=cL[/latex]
Product law for limits : [latex]\underset{x\to a}{\lim}(f(x) \cdot g(x))=\underset{x\to a}{\lim}f(x) \cdot \underset{x\to a}{\lim}g(x)=L \cdot M[/latex]
Quotient law for limits : [latex]\underset{x\to a}{\lim}\frac{f(x)}{g(x)}=\frac{\underset{x\to a}{\lim}f(x)}{\underset{x\to a}{\lim}g(x)}=\frac{L}{M}[/latex] for [latex]M\ne 0[/latex]
Power law for limits : [latex]\underset{x\to a}{\lim}(f(x))^n=(\underset{x\to a}{\lim}f(x))^n=L^n[/latex] for every positive integer [latex]n[/latex].
Root law for limits : [latex]\underset{x\to a}{\lim}\sqrt[n]{f(x)}=\sqrt[n]{\underset{x\to a}{\lim}f(x)}=\sqrt[n]{L}[/latex] for all [latex]L[/latex] if [latex]n[/latex] is odd and for [latex]L\ge 0[/latex] if [latex]n[/latex] is even.
We now practice applying these limit laws to evaluate a limit.
Evaluating a Limit Using Limit Laws
Use the limit laws to evaluate [latex]\underset{x\to -3}{\lim}(4x+2)[/latex].
Solution
Let’s apply the limit laws one step at a time to be sure we understand how they work. We need to keep in mind the requirement that, at each application of a limit law, the new limits must exist for the limit law to be applied.
[latex]\begin{array}{ccccc}\underset{x\to -3}{\lim}(4x+2)\hfill & =\underset{x\to -3}{\lim}4x+\underset{x\to -3}{\lim}2\hfill & & & \text{Apply the sum law.}\hfill \\ & =4 \cdot \underset{x\to -3}{\lim}x+\underset{x\to -3}{\lim}2\hfill & & & \text{Apply the constant multiple law.}\hfill \\ & =4 \cdot (-3)+2=-10\hfill & & & \text{Apply the basic limit results and simplify.}\hfill \end{array}[/latex]
Using Limit Laws Repeatedly
Use the limit laws to evaluate [latex]\underset{x\to 2}{\lim}\frac{2x^2-3x+1}{x^3+4}[/latex].
Solution
To find this limit, we need to apply the limit laws several times. Again, we need to keep in mind that as we rewrite the limit in terms of other limits, each new limit must exist for the limit law to be applied.
[latex]\begin{array}{ccccc}\\ \\ \underset{x\to 2}{\lim}\large \frac{2x^2-3x+1}{x^3+4} & = \large \frac{\underset{x\to 2}{\lim}(2x^2-3x+1)}{\underset{x\to 2}{\lim}(x^3+4)} & & & \text{Apply the quotient law, making sure that} \, 2^3+4\ne 0 \\ & = \large \frac{2 \cdot \underset{x\to 2}{\lim}x^2-3 \cdot \underset{x\to 2}{\lim}x+\underset{x\to 2}{\lim}1}{\underset{x\to 2}{\lim}x^3+\underset{x\to 2}{\lim}4} & & & \text{Apply the sum law and constant multiple law.} \\ & = \large \frac{2 \cdot (\underset{x\to 2}{\lim}x)^2-3 \cdot \underset{x\to 2}{\lim}x+\underset{x\to 2}{\lim}1}{(\underset{x\to 2}{\lim}x)^3+\underset{x\to 2}{\lim}4} & & & \text{Apply the power law.} \\ & = \large \frac{2(4)-3(2)+1}{2^3+4}=\frac{1}{4} & & & \text{Apply the basic limit laws and simplify.} \end{array}[/latex]
Use the limit laws to evaluate [latex]\underset{x\to 6}{\lim}(2x-1)\sqrt{x+4}[/latex]. In each step, indicate the limit law applied.
Hint
Begin by applying the product law.
Solution
[latex]11\sqrt{10}[/latex]
Limits of Polynomial and Rational Functions
By now you have probably noticed that, in each of the previous examples, it has been the case that [latex]\underset{x\to a}{\lim}f(x)=f(a)[/latex]. This is not always true, but it does hold for all polynomials for any choice of [latex]a[/latex] and for all rational functions at all values of [latex]a[/latex] for which the rational function is defined.
Limits of Polynomial and Rational Functions
Let [latex]p(x)[/latex] and [latex]q(x)[/latex] be polynomial functions. Let [latex]a[/latex] be a real number. Then,
To see that this theorem holds, consider the polynomial [latex]p(x)=c_nx^n+c_{n-1}x^{n-1}+\cdots +c_1x+c_0[/latex]. By applying the sum, constant multiple, and power laws, we end up with
It now follows from the quotient law that if [latex]p(x)[/latex] and [latex]q(x)[/latex] are polynomials for which [latex]q(a)\ne 0[/latex], then
(Figure) applies this result.
Evaluating a Limit of a Rational Function
Evaluate the [latex]\underset{x\to 3}{\lim}\frac{2x^2-3x+1}{5x+4}[/latex].
Solution
Since 3 is in the domain of the rational function [latex]f(x)=\frac{2x^2-3x+1}{5x+4}[/latex], we can calculate the limit by substituting 3 for [latex]x[/latex] into the function. Thus,
Additional Limit Evaluation Techniques
As we have seen, we may easily evaluate the limits of polynomials and limits of some (but not all) rational functions by direct substitution. However, as we saw in the introductory section on limits, it is certainly possible for [latex]\underset{x\to a}{\lim}f(x)[/latex] to exist when [latex]f(a)[/latex] is undefined. The following observation allows us to evaluate many limits of this type:
If for all [latex]x\ne a, \, f(x)=g(x)[/latex] over some open interval containing [latex]a[/latex], then [latex]\underset{x\to a}{\lim}f(x)=\underset{x\to a}{\lim}g(x)[/latex].
To understand this idea better, consider the limit [latex]\underset{x\to 1}{\lim}\frac{x^2-1}{x-1}[/latex].
The function
and the function [latex]g(x)=x+1[/latex] are identical for all values of [latex]x\ne 1.[/latex] The graphs of these two functions are shown in (Figure) .
We see that
The limit has the form [latex]\underset{x\to a}{\lim}\frac{f(x)}{g(x)}[/latex], where [latex]\underset{x\to a}{\lim}f(x)=0[/latex] and [latex]\underset{x\to a}{\lim}g(x)=0[/latex]. (In this case, we say that [latex]f(x)/g(x)[/latex] has the indeterminate form 0/0.) The following Problem-Solving Strategy provides a general outline for evaluating limits of this type.
Problem-Solving Strategy: Calculating a Limit When [latex]\frac{f(x)}{g(x)}[/latex] has the Indeterminate Form [latex]\frac{0}{0}[/latex]
- First, we need to make sure that our function has the appropriate form and cannot be evaluated immediately using the limit laws.
- We then need to find a function that is equal to [latex]h(x)=f(x)/g(x)[/latex] for all [latex]x\ne a[/latex] over some interval containing [latex]a[/latex]. To do this, we may need to try one or more of the following steps:
- If [latex]f(x)[/latex] and [latex]g(x)[/latex] are polynomials, we should factor each function and cancel out any common factors.
- If the numerator or denominator contains a difference involving a square root, we should try multiplying the numerator and denominator by the conjugate of the expression involving the square root.
- If [latex]f(x)/g(x)[/latex] is a complex fraction, we begin by simplifying it.
- Last, we apply the limit laws.
The next examples demonstrate the use of this Problem-Solving Strategy. (Figure) illustrates the factor-and-cancel technique; (Figure) shows multiplying by a conjugate. In (Figure) , we look at simplifying a complex fraction.
Evaluating a Limit by Factoring and Canceling
Evaluate [latex]\underset{x\to 3}{\lim}\frac{x^2-3x}{2x^2-5x-3}[/latex].
Solution
Step 1. The function [latex]f(x)=\frac{x^2-3x}{2x^2-5x-3}[/latex] is undefined for [latex]x=3[/latex]. In fact, if we substitute 3 into the function we get 0/0, which is undefined. Factoring and canceling is a good strategy:
Step 2. For all [latex]x\ne 3, \, \frac{x^2-3x}{2x^2-5x-3}=\frac{x}{2x+1}[/latex]. Therefore,
Step 3. Evaluate using the limit laws:
Evaluate [latex]\underset{x\to -3}{\lim}\frac{x^2+4x+3}{x^2-9}[/latex].
Hint
Follow the steps in the Problem-Solving Strategy and (Figure) .
Solution
[latex]\frac{1}{3}[/latex]
Evaluating a Limit by Multiplying by a Conjugate
Evaluate [latex]\underset{x\to -1}{\lim}\frac{\sqrt{x+2}-1}{x+1}[/latex].
Solution
Step 1. [latex]\frac{\sqrt{x+2}-1}{x+1}[/latex] has the form 0/0 at -1. Let’s begin by multiplying by [latex]\sqrt{x+2}+1[/latex], the conjugate of [latex]\sqrt{x+2}-1[/latex], on the numerator and denominator:
Step 2. We then multiply out the numerator. We don’t multiply out the denominator because we are hoping that the [latex](x+1)[/latex] in the denominator cancels out in the end:
Step 3. Then we cancel:
Step 4. Last, we apply the limit laws:
Evaluate [latex]\underset{x\to 5}{\lim}\frac{\sqrt{x-1}-2}{x-5}[/latex].
Hint
Follow the steps in the Problem-Solving Strategy and (Figure) .
Solution
[latex]\frac{1}{4}[/latex]
Evaluating a Limit by Simplifying a Complex Fraction
Evaluate [latex]\underset{x\to 1}{\lim}\frac{\frac{1}{x+1}-\frac{1}{2}}{x-1}[/latex].
Solution
Step 1. [latex]\frac{\frac{1}{x+1}-\frac{1}{2}}{x-1}[/latex] has the form 0/0 at 1. We simplify the algebraic fraction by multiplying by [latex]2(x+1)/2(x+1)[/latex]:
Step 2. Next, we multiply through the numerators. Do not multiply the denominators because we want to be able to cancel the factor [latex](x-1)[/latex]:
Step 3. Then, we simplify the numerator:
Step 4. Now we factor out -1 from the numerator:
Step 5. Then, we cancel the common factors of [latex](x-1)[/latex]:
Step 6. Last, we evaluate using the limit laws:
Evaluate [latex]\underset{x\to -3}{\lim}\frac{\frac{1}{x+2}+1}{x+3}[/latex].
Hint
Follow the steps in the Problem-Solving Strategy and (Figure) .
Solution
-1
(Figure) does not fall neatly into any of the patterns established in the previous examples. However, with a little creativity, we can still use these same techniques.
Evaluating a Limit When the Limit Laws Do Not Apply
Evaluate [latex]\underset{x\to 0}{\lim}\big(\frac{1}{x}+\frac{5}{x(x-5)}\big)[/latex].
Solution
Both [latex]1/x[/latex] and [latex]5/x(x-5)[/latex] fail to have a limit at zero. Since neither of the two functions has a limit at zero, we cannot apply the sum law for limits; we must use a different strategy. In this case, we find the limit by performing addition and then applying one of our previous strategies. Observe that
Thus,
Evaluate [latex]\underset{x\to 3}{\lim}(\frac{1}{x-3}-\frac{4}{x^2-2x-3})[/latex].
Hint
Use the same technique as (Figure) . Don’t forget to factor [latex]x^2-2x-3[/latex] before getting a common denominator.
Solution
[latex]\frac{1}{4}[/latex]
Let’s now revisit one-sided limits. Simple modifications in the limit laws allow us to apply them to one-sided limits. For example, to apply the limit laws to a limit of the form [latex]\underset{x\to a^-}{\lim}h(x)[/latex], we require the function [latex]h(x)[/latex] to be defined over an open interval of the form [latex](b,a)[/latex]; for a limit of the form [latex]\underset{x\to a^+}{\lim}h(x)[/latex], we require the function [latex]h(x)[/latex] to be defined over an open interval of the form [latex](a,c)[/latex]. (Figure) illustrates this point.
Evaluating a One-Sided Limit Using the Limit Laws
Evaluate each of the following limits, if possible.
- [latex]\underset{x\to 3^-}{\lim}\sqrt{x-3}[/latex]
- [latex]\underset{x\to 3^+}{\lim}\sqrt{x-3}[/latex]
Solution
(Figure) illustrates the function [latex]f(x)=\sqrt{x-3}[/latex] and aids in our understanding of these limits.
- The function [latex]f(x)=\sqrt{x-3}[/latex] is defined over the interval [latex][3,+\infty)[/latex]. Since this function is not defined to the left of 3, we cannot apply the limit laws to compute [latex]\underset{x\to 3^-}{\lim}\sqrt{x-3}[/latex]. In fact, since [latex]f(x)=\sqrt{x-3}[/latex] is undefined to the left of 3, [latex]\underset{x\to 3^-}{\lim}\sqrt{x-3}[/latex] does not exist.
- Since [latex]f(x)=\sqrt{x-3}[/latex] is defined to the right of 3, the limit laws do apply to [latex]\underset{x\to 3^+}{\lim}\sqrt{x-3}[/latex]. By applying these limit laws we obtain [latex]\underset{x\to 3^+}{\lim}\sqrt{x-3}=0[/latex].
In (Figure) we look at one-sided limits of a piecewise-defined function and use these limits to draw a conclusion about a two-sided limit of the same function.
Evaluating a Two-Sided Limit Using the Limit Laws
For [latex]f(x)=\begin{cases} 4x-3 & \text{if} \, x<2 \\ (x-3)^2 & \text{if} \, x \ge 2 \end{cases}[/latex] evaluate each of the following limits:
- [latex]\underset{x\to 2^-}{\lim}f(x)[/latex]
- [latex]\underset{x\to 2^+}{\lim}f(x)[/latex]
- [latex]\underset{x\to 2}{\lim}f(x)[/latex]
Solution
(Figure) illustrates the function [latex]f(x)[/latex] and aids in our understanding of these limits.
- Since [latex]f(x)=4x-3[/latex] for all [latex]x[/latex] in [latex](-\infty,2)[/latex], replace [latex]f(x)[/latex] in the limit with [latex]4x-3[/latex] and apply the limit laws:
[latex]\underset{x\to 2^-}{\lim}f(x)=\underset{x\to 2^-}{\lim}(4x-3)=5[/latex].
- Since [latex]f(x)=(x-3)^2[/latex] for all [latex]x[/latex] in [latex](2,+\infty)[/latex], replace [latex]f(x)[/latex] in the limit with [latex](x-3)^2[/latex] and apply the limit laws:
[latex]\underset{x\to 2^+}{\lim}f(x)=\underset{x\to 2^-}{\lim}(x-3)^2=1[/latex].
- Since [latex]\underset{x\to 2^-}{\lim}f(x)=5[/latex] and [latex]\underset{x\to 2^+}{\lim}f(x)=1[/latex], we conclude that [latex]\underset{x\to 2}{\lim}f(x)[/latex] does not exist.
Graph [latex]f(x)=\begin{cases} -x-2 & \text{if} \, x<-1 \\ 2 & \text{if} \, x = -1 \\ x^3 & \text{if} \, x \symbol{"3E} -1 \end{cases}[/latex] and evaluate [latex]\underset{x\to -1^-}{\lim}f(x)[/latex].
Hint
Use the method in (Figure) to evaluate the limit.
Solution
[latex]\underset{x\to -1^-}{\lim}f(x)=-1[/latex]
We now turn our attention to evaluating a limit of the form [latex]\underset{x\to a}{\lim}\large \frac{f(x)}{g(x)}[/latex], where [latex]\underset{x\to a}{\lim}f(x)=K[/latex], where [latex]K\ne 0[/latex] and [latex]\underset{x\to a}{\lim}g(x)=0[/latex]. That is, [latex]f(x)/g(x)[/latex] has the form [latex]K/0, \, K\ne 0[/latex] at [latex]a[/latex].
Evaluating a Limit of the Form [latex]K/0, \, K\ne 0[/latex] Using the Limit Laws
Evaluate [latex]\underset{x\to 2^-}{\lim}\frac{x-3}{x^2-2x}[/latex].
Solution
Step 1. After substituting in [latex]x=2[/latex], we see that this limit has the form [latex]-1/0[/latex]. That is, as [latex]x[/latex] approaches 2 from the left, the numerator approaches -1 and the denominator approaches 0. Consequently, the magnitude of [latex]\frac{x-3}{x(x-2)}[/latex] becomes infinite. To get a better idea of what the limit is, we need to factor the denominator:
Step 2. Since [latex]x-2[/latex] is the only part of the denominator that is zero when 2 is substituted, we then separate [latex]1/(x-2)[/latex] from the rest of the function:
Step 3. [latex]\underset{x\to 2^-}{\lim}\frac{x-3}{x}=-\frac{1}{2}[/latex] and [latex]\underset{x\to 2^-}{\lim}\frac{1}{x-2}=-\infty[/latex]. Therefore, the product of [latex](x-3)/x[/latex] and [latex]1/(x-2)[/latex] has a limit of [latex]+\infty[/latex]:
Evaluate [latex]\underset{x\to 1}{\lim}\frac{x+2}{(x-1)^2}[/latex].
Hint
Use the methods from (Figure) .
Solution
[latex]+\infty[/latex]
The Squeeze Theorem
The techniques we have developed thus far work very well for algebraic functions, but we are still unable to evaluate limits of very basic trigonometric functions. The next theorem, called the squeeze theorem , proves very useful for establishing basic trigonometric limits. This theorem allows us to calculate limits by “squeezing” a function, with a limit at a point [latex]a[/latex] that is unknown, between two functions having a common known limit at [latex]a[/latex]. (Figure) illustrates this idea.
The Squeeze Theorem
Let [latex]f(x), \, g(x)[/latex], and [latex]h(x)[/latex] be defined for all [latex]x\ne a[/latex] over an open interval containing [latex]a[/latex]. If
for all [latex]x\ne a[/latex] in an open interval containing [latex]a[/latex] and
where [latex]L[/latex] is a real number, then [latex]\underset{x\to a}{\lim}g(x)=L[/latex].
Applying the Squeeze Theorem
Apply the Squeeze Theorem to evaluate [latex]\underset{x\to 0}{\lim}x \cos x[/latex].
Solution
Because [latex]-1\le \cos x\le 1[/latex] for all [latex]x[/latex], we have [latex]-x\le x \cos x\le x[/latex] for [latex]x\ge 0[/latex] and [latex]-x\ge xcosx\ge x[/latex] for [latex]x\le 0[/latex] (if [latex]x[/latex] is negative the direction of the inequalities changes when we multiply). Since [latex]\underset{x\to 0}{\lim}(-x)=0=\underset{x\to 0}{\lim}x[/latex], from the Squeeze Theorem we obtain [latex]\underset{x\to 0}{\lim}x \cos x=0[/latex]. The graphs of [latex]f(x)=-x, \, g(x)=x \cos x[/latex], and [latex]h(x)=x[/latex] are shown in (Figure) .
Use the Squeeze Theorem to evaluate [latex]\underset{x\to 0}{\lim}x^2 \sin \frac{1}{x}[/latex].
Hint
Use the fact that [latex]-x^2\le x^2 \sin (1/x)\le x^2[/latex] to help you find two functions such that [latex]x^2 \sin (1/x)[/latex] is squeezed between them.
Solution
0
We now use the Squeeze Theorem to tackle several very important limits. Although this discussion is somewhat lengthy, these limits prove invaluable for the development of the material in both the next section and the next chapter. The first of these limits is [latex]\underset{\theta \to 0}{\lim} \sin \theta[/latex]. Consider the unit circle shown in (Figure) . In the figure, we see that [latex]\sin \theta[/latex] is the [latex]y[/latex]-coordinate on the unit circle and it corresponds to the line segment shown in blue. The radian measure of angle θ is the length of the arc it subtends on the unit circle. Therefore, we see that for [latex]0<\theta <\frac{\pi }{2}, \, 0 < \sin \theta < \theta[/latex].