1limits & Continuityap Calculus



Chapter 1: Limits and continuity. D1-1: The concept of limit D1-2: Graphical and numerical methods to estimate limits D1-3: Basic properties of limits.

Show Mobile NoticeShow All NotesHide All Notes
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.
  • 1 Limits and Continuity We begin with a review of the concepts of limits and continuity for real-valued functions of one variable. Recall that the deflnition of the limit of such functions is as follows. Rand let a 2 R: Then limx!a f(x) = L means that for each † 0 there is.
  • This is a list of limits for common functions.In this article, the terms a, b and c are constants with respect to x.

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} fleft( x right) = fleft( 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.

1limits & Continuityap Calculus

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)}}{{xleft( {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 take the limit, if we get 0/0 we can get a variety of answers and the only way to know which on 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{{2left( {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{{hleft( { - 12 + 2h} right)}}{h} & = mathop {lim }limits_{h to 0} , - 12 + 2h = - 12end{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, [gleft( y right) = left{ begin{align*}{y^2} + 5 & hspace{0.25in}{mbox{if }}y < - 2 1 - 3y & hspace{0.25in}{mbox{if }}y ge - 2end{align*} right.]

Compute the following limits.

  1. (mathop {lim }limits_{y to 6} gleft( y right))
  2. (mathop {lim }limits_{y to - 2} gleft( y right))
Show All SolutionsHide All Solutionsa (mathop {lim }limits_{y to 6} gleft( 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} gleft( y right) & = mathop {lim }limits_{y to 6}( 1 - 3y) & = - 17end{align*}]
b (mathop {lim }limits_{y to - 2} gleft( 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^ - }} gleft( y right) & = mathop {lim }limits_{y to - {2^ - }} ({y^2} + 5)hspace{0.25in}{mbox{since }}y to {-2^ - }{mbox{ implies }}y < - 2 & = 9end{align*}] [begin{align*}mathop {lim }limits_{y to - {2^ + }} gleft( y right) & = mathop {lim }limits_{y to - {2^ + }} (1 - 3y)hspace{0.25in}{mbox{since }}y to {-2^ + }{mbox{ implies }}y > - 2 & = 7end{align*}]

So, in this case we can see that,

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

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

[mathop {lim }limits_{y to - 2} gleft( 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} gleft( y right)hspace{0.25in}{mbox{where,}},gleft( y right) = left{ begin{align*}{y^2} + 5 & hspace{0.25in}{mbox{if }}y < - 2 3 - 3y & hspace{0.25in}{mbox{if }}y ge - 2end{align*} right.] Show Solution

The two one-sided limits this time are,

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

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

[mathop {lim }limits_{y to - 2} gleft( 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 (fleft( x right) le gleft( x right)) for all (x) on ([a, b]) (except possibly at (x = c)) and (a le c le b) then,

Edition [mathop {lim }limits_{x to c} fleft( x right) le mathop {lim }limits_{x to c} gleft( 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} fleft( x right) = fleft( c right) le gleft( c right) = mathop {lim }limits_{x to c} gleft( x right)]

The inequality is true because we know that (c) is somewhere between (a) and (b) and in that range we also know (fleft( x right) le gleft( 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 (fleft( x right) le gleft( 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,

[fleft( x right) le hleft( x right) le gleft( x right)]

Also suppose that,

[mathop {lim }limits_{x to c} fleft( x right) = mathop {lim }limits_{x to c} gleft( x right) = L]

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

[mathop {lim }limits_{x to c} hleft( x right) = L]

As with the previous fact we only need to know that (fleft( x right) le hleft( x right) le gleft( 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.

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 where “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} = 0hspace{0.25in}hspace{0.25in}mathop {lim }limits_{x to 0} left( { - {x^2}} right) = 0] 1 limits & continuityap calculus calculator

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.

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.

Approaching ...

Sometimes we can't work something out directly ... but we can see what it should be as we get closer and closer!

Example:

(x2 − 1)(x − 1)

Let's work it out for x=1:

(12 − 1)(1 − 1) = (1 − 1)(1 − 1) = 00

Now 0/0 is a difficulty! We don't really know the value of 0/0 (it is 'indeterminate'), so we need another way of answering this.

So instead of trying to work it out for x=1 let's try approaching it closer and closer:

Example Continued:

x(x2 − 1)(x − 1)
0.51.50000
0.91.90000
0.991.99000
0.9991.99900
0.99991.99990
0.999991.99999
......

Now we see that as x gets close to 1, then (x2−1)(x−1) gets close to 2

We are now faced with an interesting situation:

  • When x=1 we don't know the answer (it is indeterminate)
  • But we can see that it is going to be 2

We want to give the answer '2' but can't, so instead mathematicians say exactly what is going on by using the special word 'limit'.

The limit of (x2−1)(x−1) as x approaches 1 is 2

And it is written in symbols as:

limx→1x2−1x−1 = 2

1 x^2~−1/x−1 = 2 -->

So it is a special way of saying, 'ignoring what happens when we get there, but as we get closer and closer the answer gets closer and closer to 2'

As a graph it looks like this:

So, in truth, we cannot say what the value at x=1 is.

But we can say that as we approach 1, the limit is 2.

Test Both Sides!

It is like running up a hill and then finding the path is magically 'not there'...

... but if we only check one side, who knows what happens?

So we need to test it from both directions to be sure where it 'should be'!

Example Continued

So, let's try from the other side:

x(x2 − 1)(x − 1)
1.52.50000
1.12.10000
1.012.01000
1.0012.00100
1.00012.00010
1.000012.00001
......

Also heading for 2, so that's OK

When it is different from different sides

How about a function f(x) with a 'break' in it like this:

The limit does not exist at 'a'

We can't say what the value at 'a' is, because there are two competing answers:

  • 3.8 from the left, and
  • 1.3 from the right
1limits

But we can use the special '−' or '+' signs (as shown) to define one sided limits:

  • the left-hand limit (−) is 3.8
  • the right-hand limit (+) is 1.3

And the ordinary limit 'does not exist'

Are limits only for difficult functions?

Limits can be used even when we know the value when we get there! Nobody said they are only for difficult functions.

Example:

limx→10x2 = 5

10 x/2 = 5 -->

We know perfectly well that 10/2 = 5, but limits can still be used (if we want!)

1 Limits & Continuityap Calculus 14th Edition

Approaching Infinity

Infinity is a very special idea. We know we can't reach it, but we can still try to work out the value of functions that have infinity in them.

Ap Calculus Limits And Continuity Quiz #1-a

Let's start with an interesting example.

Question: What is the value of 1 ?

Answer: We don't know!

Why Don't We Know?

The simplest reason is that Infinity is not a number, it is an idea.

So 1 is a bit like saying 1beauty or 1tall.

1 Limits & Continuityap Calculus Calculator

Maybe we could say that 1= 0, ... but that is a problem too, because if we divide 1 into infinite pieces and they end up 0 each, what happened to the 1?

In fact 1 is known to be undefined.

But We Can Approach It!

So instead of trying to work it out for infinity (because we can't get a sensible answer), let's try larger and larger values of x:

x1x
11.00000
20.50000
40.25000
100.10000
1000.01000
1,0000.00100
10,0000.00010

Now we can see that as x gets larger, 1x tends towards 0

We are now faced with an interesting situation:

  • We can't say what happens when x gets to infinity
  • But we can see that 1x is going towards 0

We want to give the answer '0' but can't, so instead mathematicians say exactly what is going on by using the special word 'limit'.

The limit of 1x as x approaches Infinity is 0

And write it like this:

1 Limits & Continuityap Calculus Ab

limx→∞1x = 0

INF 1/x = 0 -->

In other words:

As x approaches infinity, then 1x approaches 0

It is a mathematical way of saying 'we are not talking about when x=, but we know as x gets bigger, the answer gets closer and closer to 0'.

Read more at Limits to Infinity.

1 Limits & Continuityap Calculus 2nd Edition

Solving!

We have been a little lazy so far, and just said that a limit equals some value because it looked like it was going to.

That is not really good enough! Read more at Evaluating Limits.