Skip to main content

Section 1.3 Finding Limits Analytically

In Section 1.1 we explored the concept of the limit without a strict definition, meaning we could only make approximations. In the previous section we gave the definition of the limit and demonstrated how to use it to verify our approximations were correct. Thus far, our method of finding a limit is

  1. make a really good approximation either graphically or numerically, and

  2. verify our approximation is correct using a \(\varepsilon\)\(\delta\) proof.

Recognizing that \(\varepsilon\)\(\delta\) proofs are cumbersome, this section gives a series of theorems which allow us to find limits much more quickly and intuitively.

Suppose that \(\lim_{x\to 2} f(x)=2\) and \(\lim_{x\to 2} g(x) = 3\text{.}\) What is \(\lim_{x\to 2}(f(x)+g(x))\text{?}\) Intuition tells us that the limit should be \(5\text{,}\) as we expect limits to behave in a nice way. The following theorem states that already established limits do behave nicely.

We apply the theorem to an example.

Example 1.3.2. Using basic limit properties.

Let

\begin{align*} \lim_{x\to 2} f(x)\amp=2\amp\lim_{x\to 2} g(x)\amp= 3\amp p(x)\amp = 3x^2-5x+7\text{.} \end{align*}

Find the following limits:

  1. \(\displaystyle \lim\limits_{x\to 2}(f(x) + g(x))\)

  2. \(\displaystyle \lim\limits_{x\to 2}(5f(x) + g(x)^2)\)

  3. \(\displaystyle \lim\limits_{x\to 2}p(x)\)

Solution.
  1. Using the Sum/Difference rule, we know that \(\lim_{x\to 2}(f(x) + g(x)) = 2+3 =5\text{.}\)

  2. Using the Scalar Multiple, Sum/Difference, and Power rules, we find that \(\lim\limits_{x\to 2}(5f(x) + g(x)^2) = 5\cdot 2 + 3^2 = 19\text{.}\)

  3. Here we combine the Power, Scalar Multiple, Sum/Difference and Constant Rules. We show quite a few steps, but in general these can be omitted:

    \begin{align*} \lim_{x\to 2} p(x) \amp = \lim_{x\to 2}\left(3x^2-5x+7\right)\\ \amp = \lim_{x\to 2}\left(3x^2\right)-\lim_{x\to 2}(5x)+\lim_{x\to 2}7\\ \amp = 3\cdot 2^2 - 5\cdot 2+7\\ \amp = 9 \end{align*}

Part 3 of the previous example demonstrates how the limit of a quadratic polynomial can be determined using the properties of Theorem 1.3.1. Not only that, recognize that

\begin{equation*} \lim_{x\to 2} p(x) = 9 = p(2); \end{equation*}

i.e., the limit at \(2\) could have been found just by plugging \(2\) into the function. This holds true for all polynomials, and also for rational functions (which are quotients of polynomials), as stated in the following theorem.

Example 1.3.4. Finding a limit of a rational function.

Using Theorem 1.3.3, find

\begin{equation*} \lim_{x\to -1} \frac{3x^2-5x+1}{x^4-x^2+3}. \end{equation*}
Solution.

Using Theorem 1.3.3, we can quickly state that

\begin{align*} \lim_{x\to -1}\frac{3x^2-5x+1}{x^4-x^2+3} \amp = \frac{3(-1)^2-5(-1)+1}{(-1)^4-(-1)^2+3}\\ \amp =3. \end{align*}

It was likely frustrating in Section 1.2 to do a lot of work with \(\varepsilon\) and \(\delta\) to prove that

\begin{equation*} \lim_{x\to 2} x^2 = 4 \end{equation*}

as it seemed fairly obvious. The previous theorems state that many functions behave in such an “obvious” fashion, as demonstrated by the rational function in Example 1.3.4.

Polynomial and rational functions are not the only functions to behave in such a predictable way. The following theorem gives a list of functions whose behavior is particularly “nice” in terms of limits. In the next section, we will give a formal name to these functions that behave “nicely.”

Example 1.3.6. Evaluating limits analytically.

Evaluate the following limits.

  1. \(\displaystyle \lim\limits_{x\to \pi} \cos(x)\)

  2. \(\displaystyle \lim\limits_{x\to 3} \left(\sec^2(x) - \tan^2(x)\right)\)

  3. \(\displaystyle \lim\limits_{x\to \pi/2}(\cos(x)\sin(x))\)

  4. \(\displaystyle \lim\limits_{x\to 1} e^{\ln(x)}\)

  5. \(\displaystyle \lim\limits_{x\to 0} \dfrac{\sin(x)}{x}\)

Solution.
  1. This is a straightforward application of Theorem 1.3.5. \(\lim\limits_{x\to \pi} \cos(x) = \cos(\pi) = -1\text{.}\)

  2. We can approach this in at least two ways. First, by directly applying Theorem 1.3.5, we have:

    \begin{equation*} \lim_{x\to 3} \left(\sec^2(x) - \tan^2(x)\right) = \sec^2(3)-\tan^2(3). \end{equation*}

    Using the Pythagorean Theorem, this last expression is \(1\text{;}\) therefore

    \begin{equation*} \lim_{x\to 3} \left(\sec^2(x) - \tan^2(x)\right) = 1. \end{equation*}

    We can also use the Pythagorean Theorem from the start.

    \begin{equation*} \lim_{x\to 3} \left(\sec^2(x) - \tan^2(x)\right) = \lim_{x\to 3} 1 = 1, \end{equation*}

    using the Constant rule. Either way, we find the limit is \(1\text{.}\)

  3. Applying the Product rule and Theorem 1.3.5 gives

    \begin{equation*} \lim\limits_{x\to \pi/2} \cos(x)\sin(x) = \cos(\pi/2)\sin(\pi/2) = 0\cdot 1 = 0. \end{equation*}
  4. Again, we can approach this in two ways. First, we can use the exponential/logarithmic identity that \(e^{\ln(x)} = x\) and evaluate \(\lim\limits_{x\to 1} e^{\ln(x)} = \lim\limits_{x\to 1} x = 1\text{.}\)

    We can also use the Composition rule. Using Theorem 1.3.5, we have \(\lim\limits_{x\to 1}\ln(x) = \ln(1) = 0\) and \(\lim_{x\to 0} e^x= e^0=1\text{,}\) satisfying the conditions of the Composition rule. Applying this rule,

    \begin{equation*} \lim_{x\to 1} e^{\ln(x)} = e^{\lim_{x\to 1} \ln(x)}=e^{\ln(1)} = e^0 = 1. \end{equation*}

    Both approaches are valid, giving the same result.

  5. We encountered this limit in Section 1.1. Applying our theorems, we attempt to find the limit as

    \begin{equation*} \lim_{x\to 0}\frac{\sin(x)}{x}\rightarrow \frac{\sin(0) }{0} \end{equation*}

    which is of the form \(\frac{0}{0}\text{.}\) This, of course, violates a condition of the Quotient, as the limit of the denominator is not allowed to be \(0\text{.}\) Therefore, we are still unable to evaluate this limit with tools we currently have at hand.

The section could have been titled “Using Known Limits to Find Unknown Limits.” By knowing certain limits of functions, we can find limits involving sums, products, powers, etc., of these functions. We further the development of such comparative tools with the Squeeze Theorem, a clever and intuitive way to find the value of some limits.

Before stating this theorem formally, suppose we have functions \(f\text{,}\) \(g\) and \(h\) where \(g\) always takes on values between \(f\) and \(h\text{;}\) that is, for all \(x\) in an interval,

\begin{equation*} f(x) \leq g(x) \leq h(x). \end{equation*}

If \(f\) and \(h\) have the same limit at \(c\text{,}\) and \(g\) is always “squeezed” between them, then \(g\) must have the same limit as well. That is what the Squeeze Theorem states. This is illustrated in Figure 1.3.7.

Figure 1.3.7. An illustration of the Squeeze Theorem

It can take some work to figure out appropriate functions by which to “squeeze” the given function of which you are trying to evaluate a limit. However, that is generally the only place work is necessary; the theorem makes the “evaluating the limit part” very simple.

We use the Squeeze Theorem in the following example to finally prove that \(\lim\limits_{x\to 0} \frac{\sin(x)}{x} = 1\text{.}\)

Example 1.3.9. Using the Squeeze Theorem.

Use the Squeeze Theorem to show that

\begin{equation*} \lim_{x\to 0} \frac{\sin(x)}{x} = 1. \end{equation*}
Solution.

We begin by considering the unit circle. Each point on the unit circle has coordinates \((\cos(\theta),\sin(\theta))\) for some angle \(\theta\) as shown in Figure 1.3.10. Using similar triangles, we can extend the line from the origin through the point to the point \((1,\tan(\theta))\text{,}\) as shown. (Here we are assuming that \(0\leq \theta \leq \pi/2\text{.}\) Later we will show that we can also consider \(\theta \leq 0\text{.}\))

Figure 1.3.10. The unit circle and related triangles.

Figure 1.3.10 shows three regions have been constructed in the first quadrant, two triangles and a sector of a circle, which are also drawn below. The area of the large triangle is \(\frac{1}{2}\tan(\theta)\text{;}\) the area of the sector is \(\theta/2\text{;}\) the area of the triangle contained inside the sector is \(\frac{1}{2}\sin(\theta)\text{.}\) It is then clear from Figure 1.3.11 that

\begin{equation*} \frac{\tan(\theta)}{2}\geq\frac{\theta}{2}\geq\frac{\sin(\theta)}{2}\text{.} \end{equation*}

(You may need to recall that the area of a sector of a circle is \(\frac{1}{2}r^2 \theta\) with \(\theta\) measured in radians.)

Figure 1.3.11. Bounding the sector between two triangles

Multiply all terms by \(\frac{2}{\sin(\theta)}\text{,}\) giving

\begin{equation*} \frac{1}{\cos(\theta)} \geq \frac{\theta}{\sin(\theta)} \geq 1. \end{equation*}

Taking reciprocals reverses the inequalities, giving

\begin{equation*} \cos(\theta) \leq \frac{\sin(\theta)}{\theta} \leq 1. \end{equation*}

(These inequalities hold for all values of \(\theta\) near \(0\text{,}\) even negative values, since \(\cos(-\theta) = \cos(\theta)\) and \(\sin(-\theta) = -\sin(\theta)\text{.}\))

Now take limits.

\begin{align*} \lim_{\theta\to 0} \cos(\theta)\amp \leq \lim_{\theta\to 0} \frac{\sin(\theta)}{\theta} \leq \lim_{\theta\to 0} 1\\ \cos(0) \amp\leq \lim_{\theta\to 0} \frac{\sin(\theta)}{\theta} \leq 1\\ 1\amp \leq \lim_{\theta\to 0} \frac{\sin(\theta)}{\theta} \leq 1 \end{align*}

Clearly this means that \(\lim\limits_{\theta\to 0} \frac{\sin(\theta)}{\theta}=1\text{.}\)

Two notes about the Example 1.3.9 are worth mentioning. First, one might be discouraged by this application, thinking “I would never have come up with that on my own. This is too hard!” Don't be discouraged; within this text we will guide you in your use of the Squeeze Theorem. As one gains mathematical maturity, clever proofs like this are easier and easier to create.

Second, this limit tells us more than just that as \(x\) approaches \(0\text{,}\) \(\sin(x)/x\) approaches \(1\text{.}\) Both \(x\) and \(\sin(x)\) are approaching \(0\text{,}\) but the ratio of \(x\) and \(\sin(x)\) approaches \(1\text{,}\) meaning that they are approaching \(0\) in essentially the same way. Another way of viewing this is: for small \(x\text{,}\) the functions \(y=x\) and \(y=\sin(x)\) are essentially indistinguishable.

We include this special limit, along with three others, in the following theorem.

A short word on how to interpret the latter three limits. We know that as \(x\) goes to \(0\text{,}\) \(\cos(x)\) goes to \(1\text{.}\) So, in the second limit, both the numerator and denominator are approaching \(0\text{.}\) However, since the limit is \(0\text{,}\) we can interpret this as saying that “\(\cos(x)\) is approaching \(1\) faster than \(x\) is approaching \(0\text{.}\)

In the third limit, inside the parentheses we have an expression that is approaching \(1\) (though never equaling \(1\)), and we know that \(1\) raised to any power is still \(1\text{.}\) At the same time, the power is growing toward infinity. What happens to a number near \(1\) raised to a very large power? In this particular case, the result approaches Euler's number, \(e\text{,}\) approximately \(2.718\text{.}\)

In the fourth limit, we see that as \(x\to 0\text{,}\) \(e^x\) approaches \(1\) “just as fast” as \(x\to 0\text{,}\) resulting in a limit of \(1\text{.}\)

The special limits stated in Theorem 1.3.12 are called indeterminate forms, in this case they are of the form \(0/0\text{,}\) except the third limit which is of a different form. You'll learn techniques to find these limits exactly using calculus in Section 3.5.

Our final theorem for this section will be motivated by the following example.

Example 1.3.13. Using algebra to evaluate a limit.

Evaluate the following limit:

\begin{equation*} \lim_{x\to 1}\frac{x^2-1}{x-1}. \end{equation*}
Solution.

We begin by attempting to apply Theorem 1.3.5 and substituting \(1\) for \(x\) in the quotient. This gives:

\begin{equation*} \lim_{x\to 1}\frac{x^2-1}{x-1} = \frac{1^2-1}{1-1} \end{equation*}

which is of the form \(\frac{0}{0}\text{,}\) an indeterminate form. We cannot apply the theorem.

By graphing the function, as in Figure 1.3.14, we see that the function seems to be linear, implying that the limit should be easy to evaluate. Recognize that the numerator of our quotient can be factored:

\begin{equation*} \frac{x^2-1}{x-1} = \frac{(x-1)(x+1)}{x-1}. \end{equation*}

The function is not defined when \(x=1\text{,}\) but for all other \(x\text{,}\)

\begin{align*} \frac{x^2-1}{x-1}\amp = \frac{(x-1)(x+1)}{x-1}\\ \amp = \frac{\cancel{(x-1)}(x+1)}{\cancel{(x-1)} }\\ \amp = x+1, \quad \text{if } x \neq 1 \end{align*}
Figure 1.3.14. Graphing \(f\) in Example 1.3.13 to understand a limit.

Clearly \(\lim\limits_{x\to 1}(x+1) = 2\text{.}\) Recall that when considering limits, we are not concerned with the value of the function at \(1\text{,}\) only the value the function approaches as \(x\) approaches \(1\text{.}\) Since \((x^2-1)/(x-1)\) and \(x+1\) are the same at all points except at \(x=1\text{,}\) they both approach the same value as \(x\) approaches \(1\text{.}\) Therefore we can conclude that

\begin{align*} \lim_{x \to 1} \frac{x^2-1}{x-1} \amp =\lim_{x \to 1} (x+1) \\ \amp =2 \end{align*}

The key to Example 1.3.13 is that the functions \(y=(x^2-1)/(x-1)\) and \(y=x+1\) are identical except at \(x=1\text{.}\) Since limits describe a value the function is approaching, not the value the function actually attains, the limits of the two functions are always equal.

The Fundamental Theorem of Algebra tells us that when dealing with a rational function of the form \(g(x)/f(x)\) and directly evaluating the limit \(\lim\limits_{x\to c} \frac{g(x)}{f(x)}\) returns “0/0”, then \((x-c)\) is a factor of both \(g(x)\) and \(f(x)\text{.}\) One can then use algebra to factor this binomial out, cancel, then apply Theorem 1.3.15. We demonstrate this once more.

Example 1.3.16. Evaluating a Limit with a Hole.

Evaluate

\begin{equation*} \lim\limits_{x\to 3} \frac{x^3-2 x^2-5 x+6}{2 x^3+3 x^2-32 x+15}\text{.} \end{equation*}
Solution.

We begin by applying Theorem 1.3.5 and substituting \(3\) for \(x\text{.}\) This returns the familiar indeterminate form of “0/0”. Since the numerator and denominator are each polynomials, we know that \((x-3)\) is factor of each. Using whatever method is most comfortable to you, factor out \((x-3)\) from each (using polynomial division, synthetic division, a computer algebra system, etc.). We find that

\begin{equation*} \frac{x^3-2 x^2-5 x+6}{2 x^3+3 x^2-32 x+15} = \frac{(x-3)\left(x^2+x-2\right)}{(x-3)\left(2 x^2+9 x-5\right)}. \end{equation*}

We can cancel the \((x-3)\) factors as long as \(x\neq 3\text{.}\) Using Theorem 1.3.15 we conclude:

\begin{align*} \lim_{x\to 3} \frac{x^3-2 x^2-5 x+6}{2 x^3+3 x^2-32 x+15} \amp = \lim_{x\to 3}\frac{(x-3)\left(x^2+x-2\right)}{(x-3)\left(2 x^2+9 x-5\right)}\\ \amp =\lim_{x\to 3} \frac{x^2+x-2}{2 x^2+9 x-5}\\ \amp = \frac{10}{40}\\ \amp = \frac{1}{4}\text{.} \end{align*}

Example 1.3.17. Evaluating a Limit with a Hole.

Evaluate

\begin{equation*} \lim\limits_{x\to 9} \frac{\sqrt{x}-3}{x-9}\text{.} \end{equation*}
Solution.

We begin by trying to apply the Quotient limit rule, but the denominator evaluates to zero. In fact, this limit is of the indeterminate form \(0/0\text{.}\) We will do some algebra to resolve the indeterminate form. In this case, we multiply the numerator and denominator by the conjugate of the numerator.

\begin{align*} \frac{\sqrt{x}-3}{x-9} \amp = \frac{\sqrt{x}-3}{x-9} \cdot \frac{\left(\sqrt{x}+3\right)}{\left(\sqrt{x}+3\right)}\\ \amp= \frac{x-9}{(x-9)(\sqrt{x}+3)} \end{align*}

We can cancel the \((x-9)\) factors as long as \(x\neq 9\text{.}\) Using Theorem 1.3.15 we conclude:

\begin{align*} \lim_{x\to 9} \frac{\sqrt{x}-3}{x-9} \amp =\lim_{x\to 9} \frac{x-9}{(x-9)\left(\sqrt{x}+3\right)} \\ \amp = \lim_{x\to 9 }\frac{1}{\sqrt{x}+3}\\ \amp = \frac{1}{\lim_{x\to 9}\sqrt{x}+\lim_{x \to 9}3}\\ \amp = \frac{1}{\sqrt{\lim_{x\to 9}x}+3}\\ \amp = \frac{1}{\sqrt{3+3}}\\ \amp = \frac{1}{6}\text{.} \end{align*}

We end this section by revisiting a limit first seen in Section 1.1, a limit of a difference quotient. Let \(f(x) = -1.5x^2+11.5x\text{;}\) we approximated the limit \(\lim\limits_{h\to 0}\frac{f(1+h)-f(1)}{h}\approx 8.5\text{.}\) We formally evaluate this limit in the following example.

Example 1.3.18. Evaluating the limit of a difference quotient.

Let \(f(x) = -1.5x^2+11.5x\text{;}\) find \(\lim\limits_{h\to 0}\frac{f(1+h)-f(1)}{h}\text{.}\)

Solution.

Since \(f\) is a polynomial, our first attempt should be to employ Theorem 1.3.5 and substitute \(0\) for \(h\text{.}\) However, we see that this gives us “\(0/0\text{.}\)” Knowing that we have a rational function hints that some algebra will help. Consider the following steps:

\begin{align*} \lim_{h\to 0}\frac{f(1+h)-f(1)}{h}\amp = \lim_{h\to 0}\frac{-1.5(1+h)^2 + 11.5(1+h) - \left(-1.5(1)^2+11.5(1)\right)}{h}\\ \amp =\lim_{h\to 0}\frac{-1.5(1+2h+h^2) + 11.5+11.5h - 10}{h}\\ \amp =\lim_{h\to 0}\frac{-1.5h^2 +8.5h}{h}\\ \amp =\lim_{h\to 0}\frac{h(-1.5h+8.5)}h\\ \amp =\lim_{h\to 0}(-1.5h+8.5) \quad (\text{using } \knowl{./knowl/thm_limit_allbut1.html}{\text{Theorem 1.3.15}}, \text{ as } h\neq 0 )\\ \amp =8.5 \quad (\text{using } \knowl{./knowl/thm_poly_rat.html}{\text{Theorem 1.3.3}} ) \end{align*}

This matches our previous approximation.

This section contains several valuable tools for evaluating limits. One of the main results of this section is Theorem 1.3.5; it states that many functions that we use regularly behave in a very nice, predictable way. In the next section we give a name to this nice behavior; we label such functions as continuous. Defining that term will require us to look again at what a limit is and what causes limits to not exist.

Exercises Exercises

1.

Explain in your own words, without using \(\epsilon \)-\(\delta \) formality, why \(\displaystyle \lim _{x\rightarrow c} b = b\text{.}\)

Answer.

Answers will vary.

2.

Explain in your own words, without using \(\epsilon \)-\(\delta \) formality, why \(\displaystyle \lim _{x\rightarrow c} x = c\text{.}\)

Answer.

Answers will vary.

3.

What does the text mean when it says that certain functions' “behavior is `nice' in terms of limits”? What, in particular, is “nice”?

Answer.

Answers will vary.

4.

Sketch a graph that visually demonstrates the Squeeze Theorem.

Answer.

Answers will vary.

5.

You are given the following information:

  1. \(\displaystyle \displaystyle \lim _{x\rightarrow 1} f(x) = 0\)

  2. \(\displaystyle \displaystyle \lim _{x\rightarrow 1} g(x) = 0\)

  3. \(\displaystyle \displaystyle \lim _{x\rightarrow 1} f(x)/g(x) = 2\)

What can be said about the relative sizes of \(f(x)\) and \(g(x)\) as \(x\) approaches 1?

Answer.

As \(x\) is near 1, both \(f\) and \(g\) are near 0, but \(f\) is approximately twice the size of \(g\text{.}\) (I.e., \(f(x) \approx 2g(x)\text{.}\))

6.

T/F: \(\displaystyle \lim_{x\rightarrow 1}\ln x = 0\text{.}\) Use a theorem to defend your answer.

Exercise Group.

Use the following information to evaluate the given limit, when possible. If it is not possible to determine the limit, state why not.

  • \(\displaystyle \displaystyle \lim _{x\rightarrow 9}f(x) = 6\)

  • \(\displaystyle \displaystyle \lim _{x\rightarrow 6} f(x) = 9\)

  • \(\displaystyle f(9)=6\)

  • \(\displaystyle \displaystyle \lim _{x\rightarrow 9}g(x) = 3\)

  • \(\displaystyle \displaystyle \lim _{x\rightarrow 6} g(x) = 3\)

  • \(\displaystyle g(6)=9\)

7.

\(\displaystyle \lim _{x\rightarrow 9}(f(x)+g(x))\)

8.

\(\displaystyle \lim _{x\rightarrow 9}(3f(x)/g(x))\)

9.

\(\displaystyle \lim _{x\rightarrow 9}\left(\frac{f(x)-2g(x)}{g(x)}\right)\)

10.

\(\displaystyle \lim _{x\rightarrow 6}\left(\frac{f(x)}{3-g(x)}\right)\)

Answer.

Limit does not exist.

11.

\(\displaystyle \lim _{x\rightarrow 9}g\big (f(x)\big )\)

12.

\(\displaystyle \lim _{x\rightarrow 6}f\big (g(x)\big )\)

Answer.

Not possible to know; as \(x\) approaches 6, \(g(x)\) approaches 3, but we know nothing of the behavior of \(f(x)\) when \(x\) is near 3.

13.

\(\displaystyle \lim _{x\rightarrow 6}g\big (f(f(x))\big )\)

14.

\(\displaystyle \lim _{x\rightarrow 6}f(x)g(x)-f\,^2(x)+g^2(x)\)

Answer.

\(-45\)

Exercise Group.

In Exercises 15–18, use the following information to evaluate the given limit, when possible. If it is not possible to determine the limit, state why not.

  • \(\displaystyle \displaystyle \lim _{x\rightarrow 1}f(x) = 2\)

  • \(\displaystyle \displaystyle \lim _{x\rightarrow 10} f(x) = 1\)

  • \(\displaystyle f(1)=1/5\)

  • \(\displaystyle \displaystyle \lim _{x\rightarrow 1}g(x) = 0\)

  • \(\displaystyle \displaystyle \lim _{x\rightarrow 10} g(x) = \pi \)

  • \(\displaystyle g(10)=\pi \)

15.

\(\displaystyle \lim _{x\rightarrow 1}f(x)^{g(x)}\)

Answer.

\(1\)

16.

\(\displaystyle \lim _{x\rightarrow 10}\cos \big (g(x)\big )\)

Answer.

\(-1\)

17.

\(\displaystyle \lim _{x\rightarrow 1}f(x)g(x)\)

Answer.

\(0\)

18.

\(\displaystyle \lim _{x\rightarrow 1}g\big (5f(x)\big )\)

Answer.

\(\pi \)

Exercise Group.

In Exercises 19–34, evaluate the given limit.

19.

\(\displaystyle \lim _{x\rightarrow 3}x^2-3x+7\)

Answer.

\(7\)

20.

\(\displaystyle \lim _{x\rightarrow \pi }\left(\frac{x-3}{x-5}\right)^7\)

Answer.

\(-0.000000015\approx 0\)

21.

\(\displaystyle \lim _{x\rightarrow \pi /4}\cos x\sin x\)

Answer.

\(1/2\)

22.

\(\displaystyle \lim _{x\rightarrow 1}\frac{2x-2}{x+4}\)

23.

\(\displaystyle \lim _{x\rightarrow 0}\ln x\)

Answer.

Limit does not exist

24.

\(\displaystyle \lim _{x\rightarrow 3}4^{x^3-8x}\)

Answer.

\(64\)

25.

\(\displaystyle \lim _{x\rightarrow \pi /6} \csc x\)

Answer.

\(2\)

26.

\(\displaystyle \lim _{x\rightarrow 0} \ln (1+x)\)

Answer.

\(0\)

27.

\(\displaystyle \lim _{x\rightarrow \pi }\frac{x^2+3x+5}{5x^2-2x-3}\)

Answer.

\(\frac{\pi ^2+3\pi +5}{5\pi ^2-2\pi -3} \approx 0.6064\)

28.

\(\displaystyle \lim _{x\rightarrow \pi }\frac{3x+1}{1-x}\)

Answer.

\(\frac{3\pi +1}{1-\pi }\)

29.

\(\displaystyle \lim _{x\rightarrow 6} \frac{x^2-4 x-12}{x^2-13 x+42}\)

Answer.

\(-8\)

30.

\(\displaystyle \lim _{x\rightarrow 0} \frac{x^2+2 x}{x^2-2 x}\)

Answer.

\(-1\)

31.

\(\displaystyle \lim _{x\rightarrow 2} \frac{x^2+6 x-16}{x^2-3 x+2}\)

Answer.

\(10\)

32.

\(\displaystyle \lim _{x\rightarrow 2}\frac{x^2-10 x+16}{x^2-x-2}\)

Answer.

\(-2\)

33.

\(\displaystyle \lim _{x\rightarrow -2}\frac{x^2-5 x-14}{x^2+10 x+16}\)

Answer.

\(-3/2\)

34.

\(\displaystyle \lim _{x\rightarrow -1}\frac{x^2+9 x+8}{x^2-6 x-7}\)

Answer.

\(-7/8\)

Exercise Group.

Use the Squeeze Theorem in Exercises 35–38, where appropriate, to evaluate the given limit.

35.

\(\displaystyle \lim _{x\rightarrow 0} x\sin \left(\frac{1}{x}\right)\)

Answer.

\(0\)

36.

\(\displaystyle \lim _{x\rightarrow 0} \sin x\cos \left(\frac{1}{x^2}\right)\)

Answer.

\(0\)

37.

\(\displaystyle \lim _{x\rightarrow 1} f(x)\text{,}\) where \(3x-2\le f(x) \le x^3\text{.}\)

Answer.

\(1\)

38.

\(\displaystyle \lim _{x\rightarrow 3} f(x)\text{,}\) where \(6x-9\le f(x) \le x^2\text{.}\)

Answer.

\(9\)

Exercise Group.

Exercises 39–43 challenge your understanding of limits but can be evaluated using the knowledge gained in this section.

39.

\(\displaystyle \lim _{x\rightarrow 0}\frac{\sin 3x}{x}\)

Answer.

\(3\)

40.

\(\displaystyle \lim _{x\rightarrow 0}\frac{\sin 5x}{8x}\)

Answer.

\(5/8\)

41.

\(\displaystyle \lim _{x\rightarrow 0}\frac{\ln (1+x)}{x}\)

Answer.

\(1\)

42.

\(\displaystyle \lim _{x\rightarrow 0}\frac{\sin x}{x}\text{,}\) where \(x\) is measured in degrees, not radians.

Answer.

\(\pi /180\)

43.

Let \(f(x) = 0\) and \(\displaystyle g(x) = \frac{x}{x}\text{.}\)

  1. Show why \(\displaystyle \lim _{x\rightarrow 2} f(x)=0\text{.}\)

  2. Show why \(\displaystyle \lim _{x\rightarrow 0} g(x) = 1\text{.}\)

  3. Show why \(\displaystyle \lim _{x\rightarrow 2} g\big (f(x)\big )\) does not exist.

  4. Show why the answer to part (c) does not violate the Composition Rule of Theorem 1.3.1.

Answer.
  1. Apply Part 1 of Theorem 1.3.1.

  2. Apply Theorem 1.3.15; \(g(x) = \frac{x}{x}\) is the same as \(g(x) = 1\) everywhere except at \(x=0\text{.}\) Thus \(\displaystyle \lim _{x\rightarrow 0} g(x) = \lim _{x\rightarrow 0} 1 = 1.\)

  3. The function \(f(x)\) is always 0, so \(g\big (f(x)\big )\) is never defined as \(g(x)\) is not defined at \(x=0\text{.}\) Therefore the limit does not exist.

  4. The Composition Rule requires that \(\displaystyle \lim _{x\rightarrow 0} g(x)\) be equal to \(g(0)\text{.}\) They are not equal, so the conditions of the Composition Rule are not satisfied, and hence the rule is not violated.

44.

\(\displaystyle \lim _{x\rightarrow 0} x\sin \left(\frac{1}{x}\right)\)

Answer.

\(0\)

45.

\(\displaystyle \lim _{x\rightarrow 0} \sin x\cos \left(\frac{1}{x^2}\right)\)

Answer.

\(0\)

46.

Theorem 1.3.5 states that \(\displaystyle \lim _{x\rightarrow 0} \frac{\cos x-1}{x}=0\text{.}\) Work through the following steps to establish this result.

  1. Show why \(\displaystyle \frac{\cos x-1}{x} = \frac{-\sin ^2 x}{x(\cos x+1)}\text{.}\) Hint: multiply \(\displaystyle \frac{\cos x-1}{x}\) by 1, written in special form.

  2. Evaluate \(\displaystyle \lim _{x\rightarrow 0} \frac{-\sin ^2 x}{x(\cos x+1)}\) by breaking the expression \(\displaystyle \frac{-\sin ^2 x}{x(\cos x+1)}\) into a product of two functions and using Theorem 1.3.1.

  3. How do the above steps establish that \(\displaystyle \lim _{x\rightarrow 0} \frac{\cos x-1}{x}=0\text{?}\)

Answer.

\(0\)