Paul's Online Notes
Paul's Online Notes
Home / Calculus I / Limits / Computing Limits
Show Mobile Notice Show All Notes Hide All Notes
Mobile Notice
You appear to be on a device with a "narrow" screen width (i.e. you are probably on a mobile phone). Due to the nature of the mathematics on this site it is best views in landscape mode. If your device is not in landscape mode many of the equations will run off the side of your device (should be able to scroll to see them) and some of the menu items will be cut off due to the narrow screen width.

Section 2.5 : Computing Limits

In the previous section we saw that there is a large class of functions that allows us to use

\[\mathop {\lim }\limits_{x \to a} f\left( x \right) = f\left( a \right)\]

to compute limits. However, there are also many limits for which this won’t work easily. The purpose of this section is to develop techniques for dealing with some of these limits that will not allow us to just use this fact.

Let’s first go back and take a look at one of the first limits that we looked at and compute its exact value and verify our guess for the limit.

Example 1 Evaluate the following limit. \[\mathop {\lim }\limits_{x \to 2} \frac{{{x^2} + 4x - 12}}{{{x^2} - 2x}}\]
Show Solution

First let’s notice that if we try to plug in \(x = 2\) we get,

\[\mathop {\lim }\limits_{x \to 2} \frac{{{x^2} + 4x - 12}}{{{x^2} - 2x}} = \frac{0}{0}\]

So, we can’t just plug in \(x = 2\) to evaluate the limit. So, we’re going to have to do something else.

The first thing that we should always do when evaluating limits is to simplify the function as much as possible. In this case that means factoring both the numerator and denominator. Doing this gives,

\[\begin{align*}\mathop {\lim }\limits_{x \to 2} \frac{{{x^2} + 4x - 12}}{{{x^2} - 2x}} & = \mathop {\lim }\limits_{x \to 2} \frac{{\left( {x - 2} \right)\left( {x + 6} \right)}}{{x\left( {x - 2} \right)}}\\ & = \mathop {\lim }\limits_{x \to 2} \frac{{x + 6}}{x}\end{align*}\]

So, upon factoring we saw that we could cancel an \(x - 2\) from both the numerator and the denominator. Upon doing this we now have a new rational expression that we can plug \(x = 2\) into because we lost the division by zero problem. Therefore, the limit is,

\[\mathop {\lim }\limits_{x \to 2} \frac{{{x^2} + 4x - 12}}{{{x^2} - 2x}} = \mathop {\lim }\limits_{x \to 2} \frac{{x + 6}}{x} = \frac{8}{2} = 4\]

Note that this is in fact what we guessed the limit to be.

Before leaving this example let’s discuss the fact that we couldn’t plug \(x = 2\) into our original limit but once we did the simplification we just plugged in \(x = 2\) to get the answer. At first glance this may appear to be a contradiction.

In the original limit we couldn’t plug in \(x = 2\) because that gave us the 0/0 situation that we couldn’t do anything with. Upon doing the simplification we can note that,

\[\frac{{{x^2} + 4x - 12}}{{{x^2} - 2x}} = \frac{{x + 6}}{x}\hspace{0.25in}{\mbox{provided }}x \ne 2\]

In other words, the two equations give identical values except at \(x = 2\) and because limits are only concerned with that is going on around the point \(x = 2\) the limit of the two equations will be equal. More importantly, in the simplified version we get a “nice enough” equation and so what is happening around \(x = 2\) is identical to what is happening at \(x = 2\).

We can therefore take the limit of the simplified version simply by plugging in \(x = 2\) even though we couldn’t plug \(x = 2\) into the original equation and the value of the limit of the simplified equation will be the same as the limit of the original equation.

On a side note, the 0/0 we initially got in the previous example is called an indeterminate form. This means that we don’t really know what it will be until we do some more work. Typically, zero in the denominator means it’s undefined. However, that will only be true if the numerator isn’t also zero. Also, zero in the numerator usually means that the fraction is zero, unless the denominator is also zero. Likewise, anything divided by itself is 1, unless we’re talking about zero.

So, there are really three competing “rules” here and it’s not clear which one will win out. It’s also possible that none of them will win out and we will get something totally different from undefined, zero, or one. We might, for instance, get a value of 4 out of this, to pick a number completely at random.

When simply evaluating an equation 0/0 is undefined. However, in taking the limit, if we get 0/0 we can get a variety of answers and the only way to know which one is correct is to actually compute the limit.

There are many more kinds of indeterminate forms and we will be discussing indeterminate forms at length in the next chapter.

Let’s take a look at a couple of more examples.

Example 2 Evaluate the following limit. \[\mathop {\lim }\limits_{h \to 0} \frac{{2{{\left( { - 3 + h} \right)}^2} - 18}}{h}\]
Show Solution

In this case we also get 0/0 and factoring is not really an option. However, there is still some simplification that we can do.

\[\begin{align*}\mathop {\lim }\limits_{h \to 0} \frac{{2{{\left( { - 3 + h} \right)}^2} - 18}}{h} & = \mathop {\lim }\limits_{h \to 0} \frac{{2\left( {9 - 6h + {h^2}} \right) - 18}}{h}\\ & = \mathop {\lim }\limits_{h \to 0} \frac{{18 - 12h + 2{h^2} - 18}}{h}\\ & = \mathop {\lim }\limits_{h \to 0} \frac{{ - 12h + 2{h^2}}}{h}\end{align*}\]

So, upon multiplying out the first term we get a little cancellation and now notice that we can factor an \(h\) out of both terms in the numerator which will cancel against the \(h\) in the denominator and the division by zero problem goes away and we can then evaluate the limit.

\[\begin{align*}\mathop {\lim }\limits_{h \to 0} \frac{{2{{\left( { - 3 + h} \right)}^2} - 18}}{h} & = \mathop {\lim }\limits_{h \to 0} \frac{{ - 12h + 2{h^2}}}{h}\\ & = \mathop {\lim }\limits_{h \to 0} \frac{{h\left( { - 12 + 2h} \right)}}{h}\\ & = \mathop {\lim }\limits_{h \to 0} \,\, - 12 + 2h = - 12\end{align*}\]
Example 3 Evaluate the following limit. \[\mathop {\lim }\limits_{t \to 4} \frac{{t - \sqrt {3t + 4} }}{{4 - t}}\]
Show Solution

This limit is going to be a little more work than the previous two. Once again however note that we get the indeterminate form 0/0 if we try to just evaluate the limit. Also note that neither of the two examples will be of any help here, at least initially. We can’t factor the equation and we can’t just multiply something out to get the equation to simplify.

When there is a square root in the numerator or denominator we can try to rationalize and see if that helps. Recall that rationalizing makes use of the fact that

\[\left( {a + b} \right)\left( {a - b} \right) = {a^2} - {b^2}\]

So, if either the first and/or the second term have a square root in them the rationalizing will eliminate the root(s). This might help in evaluating the limit.

Let’s try rationalizing the numerator in this case.

\[\mathop {\lim }\limits_{t \to 4} \frac{{t - \sqrt {3t + 4} }}{{4 - t}} = \mathop {\lim }\limits_{t \to 4} \frac{{\left( {t - \sqrt {3t + 4} } \right)}}{{\left( {4 - t} \right)}}\,\frac{{\left( {t + \sqrt {3t + 4} } \right)}}{{\left( {t + \sqrt {3t + 4} } \right)}}\]

Remember that to rationalize we just take the numerator (since that’s what we’re rationalizing), change the sign on the second term and multiply the numerator and denominator by this new term.

Next, we multiply the numerator out being careful to watch minus signs.

\[\begin{align*}\mathop {\lim }\limits_{t \to 4} \frac{{t - \sqrt {3t + 4} }}{{4 - t}} & = \mathop {\lim }\limits_{t \to 4} \frac{{{t^2} - \left( {3t + 4} \right)}}{{\left( {4 - t} \right)\left( {t + \sqrt {3t + 4} } \right)}}\\ & = \mathop {\lim }\limits_{t \to 4} \frac{{{t^2} - 3t - 4}}{{\left( {4 - t} \right)\left( {t + \sqrt {3t + 4} } \right)}}\end{align*}\]

Notice that we didn’t multiply the denominator out as well. Most students come out of an Algebra class having it beaten into their heads to always multiply this stuff out. However, in this case multiplying out will make the problem very difficult and in the end you’ll just end up factoring it back out anyway.

At this stage we are almost done. Notice that we can factor the numerator so let’s do that.

\[\mathop {\lim }\limits_{t \to 4} \frac{{t - \sqrt {3t + 4} }}{{4 - t}} = \mathop {\lim }\limits_{t \to 4} \frac{{\left( {t - 4} \right)\left( {t + 1} \right)}}{{\left( {4 - t} \right)\left( {t + \sqrt {3t + 4} } \right)}}\]

Now all we need to do is notice that if we factor a “-1”out of the first term in the denominator we can do some canceling. At that point the division by zero problem will go away and we can evaluate the limit.

\[\begin{align*}\mathop {\lim }\limits_{t \to 4} \frac{{t - \sqrt {3t + 4} }}{{4 - t}} & = \mathop {\lim }\limits_{t \to 4} \frac{{\left( {t - 4} \right)\left( {t + 1} \right)}}{{ - \left( {t - 4} \right)\left( {t + \sqrt {3t + 4} } \right)}}\\ & = \mathop {\lim }\limits_{t \to 4} \frac{{t + 1}}{{ - \left( {t + \sqrt {3t + 4} } \right)}}\\ & = - \frac{5}{8}\end{align*}\]

Note that if we had multiplied the denominator out we would not have been able to do this canceling and in all likelihood would not have even seen that some canceling could have been done.

So, we’ve taken a look at a couple of limits in which evaluation gave the indeterminate form 0/0 and we now have a couple of things to try in these cases.

Let’s take a look at another kind of problem that can arise in computing some limits involving piecewise functions.

Example 4 Given the function, \[g\left( y \right) = \left\{ \begin{align*}{y^2} + 5 & \hspace{0.25in}{\mbox{if }}y < - 2\\ 1 - 3y & \hspace{0.25in}{\mbox{if }}y \ge - 2\end{align*} \right.\]

Compute the following limits.

  1. \(\mathop {\lim }\limits_{y \to 6} g\left( y \right)\)
  2. \(\mathop {\lim }\limits_{y \to - 2} g\left( y \right)\)
Show All Solutions Hide All Solutions
a \(\mathop {\lim }\limits_{y \to 6} g\left( y \right)\) Show Solution

In this case there really isn’t a whole lot to do. In doing limits recall that we must always look at what’s happening on both sides of the point in question as we move in towards it. In this case \(y = 6\) is completely inside the second interval for the function and so there are values of \(y\) on both sides of \(y = 6\) that are also inside this interval. This means that we can just use the fact to evaluate this limit.

\[\begin{align*}\mathop {\lim }\limits_{y \to 6} g\left( y \right) & = \mathop {\lim }\limits_{y \to 6}( 1 - 3y)\\ & = - 17\end{align*}\]

b \(\mathop {\lim }\limits_{y \to - 2} g\left( y \right)\) Show Solution

This part is the real point to this problem. In this case the point that we want to take the limit for is the cutoff point for the two intervals. In other words, we can’t just plug \(y = - 2\) into the second portion because this interval does not contain values of \(y\) to the left of \(y = - 2\) and we need to know what is happening on both sides of the point.

To do this part we are going to have to remember the fact from the section on one-sided limits that says that if the two one-sided limits exist and are the same then the normal limit will also exist and have the same value.

Notice that both of the one-sided limits can be done here since we are only going to be looking at one side of the point in question. So, let’s do the two one-sided limits and see what we get.

\[\begin{align*}\mathop {\lim }\limits_{y \to - {2^ - }} g\left( y \right) & = \mathop {\lim }\limits_{y \to - {2^ - }} ({y^2} + 5)\hspace{0.25in}{\mbox{since }}y \to {-2^ - }{\mbox{ implies }}y < - 2\\ & = 9\end{align*}\] \[\begin{align*}\mathop {\lim }\limits_{y \to - {2^ + }} g\left( y \right) & = \mathop {\lim }\limits_{y \to - {2^ + }} (1 - 3y)\hspace{0.25in}{\mbox{since }}y \to {-2^ + }{\mbox{ implies }}y > - 2\\ & = 7\end{align*}\]

So, in this case we can see that,

\[\mathop {\lim }\limits_{y \to - {2^ - }} g\left( y \right) = 9 \ne 7 = \mathop {\lim }\limits_{y \to - {2^ + }} g\left( y \right)\]

and so since the two one sided limits aren’t the same

\[\mathop {\lim }\limits_{y \to - 2} g\left( y \right)\]

doesn’t exist.

Note that a very simple change to the function will make the limit at \(y = - 2\) exist so don’t get in into your head that limits at these cutoff points in piecewise function don’t ever exist as the following example will show.

Example 5 Evaluate the following limit. \[\mathop {\lim }\limits_{y \to - 2} g\left( y \right)\hspace{0.25in}{\mbox{where,}}\,\,g\left( y \right) = \left\{ \begin{align*}{y^2} + 5 & \hspace{0.25in}{\mbox{if }}y < - 2\\ 3 - 3y & \hspace{0.25in}{\mbox{if }}y \ge - 2\end{align*} \right.\]
Show Solution

The two one-sided limits this time are,

\[\begin{align*}\mathop {\lim }\limits_{y \to - {2^ - }} g\left( y \right) & = \mathop {\lim }\limits_{y \to - {2^ - }} ({y^2} + 5)\hspace{0.25in}{\mbox{since }}y \to {-2^ - }{\mbox{ implies }}y < - 2\\ & = 9\end{align*}\] \[\begin{align*}\mathop {\lim }\limits_{y \to - {2^ + }} g\left( y \right) & = \mathop {\lim }\limits_{y \to - {2^ + }} (3 - 3y)\hspace{0.25in}{\mbox{since }}y \to {-2^ + }{\mbox{ implies }}y > - 2\\ & = 9\end{align*}\]

The one-sided limits are the same so we get,

\[\mathop {\lim }\limits_{y \to - 2} g\left( y \right) = 9\]

There is one more limit that we need to do. However, we will need a new fact about limits that will help us to do this.

Fact

If \(f\left( x \right) \le g\left( x \right)\) for all \(x\) on \([a, b]\) (except possibly at \(x = c\)) and \(a \le c \le b\) then,

\[\mathop {\lim }\limits_{x \to c} f\left( x \right) \le \mathop {\lim }\limits_{x \to c} g\left( x \right)\]

Note that this fact should make some sense to you if we assume that both functions are nice enough. If both of the functions are “nice enough” to use the limit evaluation fact then we have,

\[\mathop {\lim }\limits_{x \to c} f\left( x \right) = f\left( c \right) \le g\left( c \right) = \mathop {\lim }\limits_{x \to c} g\left( x \right)\]

The inequality is true because we know that \(c\) is somewhere between \(a\) and \(b\) and in that range we also know \(f\left( x \right) \le g\left( x \right)\).

Note that we don’t really need the two functions to be nice enough for the fact to be true, but it does provide a nice way to give a quick “justification” for the fact.

Also, note that we said that we assumed that \(f\left( x \right) \le g\left( x \right)\) for all \(x\) on \([a, b]\) (except possibly at \(x = c\)). Because limits do not care what is actually happening at \(x = c\) we don’t really need the inequality to hold at that specific point. We only need it to hold around \(x = c\) since that is what the limit is concerned about.

We can take this fact one step farther to get the following theorem.

Squeeze Theorem

Suppose that for all \(x\) on \([a, b]\) (except possibly at \(x = c\)) we have,

\[f\left( x \right) \le h\left( x \right) \le g\left( x \right)\]

Also suppose that,

\[\mathop {\lim }\limits_{x \to c} f\left( x \right) = \mathop {\lim }\limits_{x \to c} g\left( x \right) = L\]

for some \(a \le c \le b\). Then,

\[\mathop {\lim }\limits_{x \to c} h\left( x \right) = L\]

As with the previous fact we only need to know that \(f\left( x \right) \le h\left( x \right) \le g\left( x \right)\) is true around \(x = c\) because we are working with limits and they are only concerned with what is going on around \(x = c\) and not what is actually happening at \(x = c\).

Now, if we again assume that all three functions are nice enough (again this isn’t required to make the Squeeze Theorem true, it only helps with the visualization) then we can get a quick sketch of what the Squeeze Theorem is telling us. The following figure illustrates what is happening in this theorem.

This is a graph of three unknown functions.  The largest function is \(g\left(x\right)\) and the smallest function is \(f\left(x\right)\).  The function $h\left(x\right)$ is between the other two functions.  All three functions have the same value of L at x=c.

From the figure we can see that if the limits of \(f(x)\) and \(g(x)\) are equal at \(x = c\) then the function values must also be equal at \(x = c\) (this is where we’re using the fact that we assumed the functions were “nice enough”, which isn’t really required for the Theorem). However, because \(h(x)\) is “squeezed” between \(f(x)\) and \(g(x)\) at this point then \(h(x)\) must have the same value. Therefore, the limit of \(h(x)\) at this point must also be the same.

The Squeeze theorem is also known as the Sandwich Theorem and the Pinching Theorem.

So, how do we use this theorem to help us with limits? Let’s take a look at the following example to see the theorem in action.

Example 6 Evaluate the following limit. \[\mathop {\lim }\limits_{x \to 0} {x^2}\cos \left( {\frac{1}{x}} \right)\]
Show Solution

In this example none of the previous examples can help us. There’s no factoring or simplifying to do. We can’t rationalize and one-sided limits won’t work. There’s even a question as to whether this limit will exist since we have division by zero inside the cosine at \(x=0\).

The first thing to notice is that we know the following fact about cosine.

\[ - 1 \le \cos \left( x \right) \le 1\]

Our function doesn’t have just an \(x\) in the cosine, but as long as we avoid \(x = 0\) we can say the same thing for our cosine.

\[ - 1 \le \cos \left( {\frac{1}{x}} \right) \le 1\]

It’s okay for us to ignore \(x = 0\) here because we are taking a limit and we know that limits don’t care about what’s actually going on at the point in question, \(x = 0\) in this case.

Now if we have the above inequality for our cosine we can just multiply everything by an \(x^{2}\) and get the following.

\[ - {x^2} \le {x^2}\cos \left( {\frac{1}{x}} \right) \le {x^2}\]

In other words we’ve managed to squeeze the function that we were interested in between two other functions that are very easy to deal with. So, the limits of the two outer functions are.

\[\mathop {\lim }\limits_{x \to 0} {x^2} = 0\hspace{0.25in}\hspace{0.25in}\mathop {\lim }\limits_{x \to 0} \left( { - {x^2}} \right) = 0\]

These are the same and so by the Squeeze theorem we must also have,

\[\mathop {\lim }\limits_{x \to 0} {x^2}\cos \left( {\frac{1}{x}} \right) = 0\]

We can verify this with the graph of the three functions. This is shown below.

This graph consists of three functions.  First is \(f\left(x\right) = {{x}^{2}}\cos \left( \frac{1}{x} \right)\) that is a wave function with decreasing amplitude as it approaches the y-axis.  Above this function is the graph of \(x^{2}\) and this graph just touches all the peaks of \(f\left(x\right)\).  Below the graph of \(f\left(x\right)\) is the graph of \(-x^{2}\) and this just touches all the valleys of \(f\left(x\right)\).

In this section we’ve seen several tools that we can use to help us to compute limits in which we can’t just evaluate the function at the point in question. As we will see many of the limits that we’ll be doing in later sections will require one or more of these tools.