Calculus I - Limit Properties

Download as pdf or txt
Download as pdf or txt
You are on page 1of 5

2/28/23, 10:01 AM Calculus I - Limit Properties

Paul's Online Notes


Home / Calculus I / Limits / Limit Properties

Section 2.4 : Limit Properties


The time has almost come for us to actually compute some limits. However, before we do
that we will need some properties of limits that will make our life somewhat easier. So, let’s
take a look at those first. The proof of some of these properties can be found in the Proof
of Various Limit Properties section of the Extras chapter.

Properties

First, we will assume that lim f (x) and lim g (x) exist and that c is any constant. Then,
x→a x→a

1. lim [cf (x)] = c lim f (x)


x→a x→a

In other words, we can “factor” a multiplicative constant out of a limit.

2. lim [f (x) ± g (x)] = lim f (x) ± lim g (x)


x→a x→a x→a

So, to take the limit of a sum or difference all we need to do is take the limit of the
individual parts and then put them back together with the appropriate sign. This is
also not limited to two functions. This fact will work no matter how many functions
we’ve got separated by “+” or “-”.

3. lim [f (x) g (x)] = lim f (x) lim g (x)


x→a x→a x→a

We take the limits of products in the same way that we can take the limit of sums or
differences. Just take the limit of the pieces and then put them back together. Also, as
with sums or differences, this fact is not limited to just two functions.

lim f (x)
f (x) x→a
4. lim [ ] = , provided lim g (x) ≠ 0
x→a x→a
g (x) lim g (x)
x→a

As noted in the statement we only need to worry about the limit in the denominator
being zero when we do the limit of a quotient. If it were zero we would end up with a
division by zero error and we need to avoid that.

https://tutorial.math.lamar.edu/Classes/CalcI/LimitsProperties.aspx 1/5
2/28/23, 10:01 AM Calculus I - Limit Properties
n
n
5. lim [f (x)] = [lim f (x)] , where n is any real number
x→a x→a

In this property n can be any real number (positive, negative, integer, fraction,
irrational, zero, etc.). In the case that n is an integer this rule can be thought of as an
extended case of 3.

For example, consider the case of n = 2.

2
lim [f (x)] = lim [f (x) f (x)]
x→a x→a

= lim f (x) lim f (x) using property 3


x→a x→a

= [lim f (x)]
x→a

The same can be done for any integer n.

n
6. lim [√f (x)] = √
n
lim f (x)
x→a x→a

This is just a special case of the previous example.

n n
lim [√f (x)] = lim [f (x)]
x→a x→a

= [lim f (x)]
x→a

= √
n lim f (x)
x→a

7. lim c = c, c is any real number


x→a

In other words, the limit of a constant is just the constant. You should be able to
convince yourself of this by drawing the graph of f (x) = c .

8. lim x = a
x→a

As with the last one you should be able to convince yourself of this by drawing the
graph of f (x) = x .

n n
9. lim x = a
x→a

This is really just a special case of property 5 using f (x) = x .

Note that all these properties also hold for the two one-sided limits as well we just didn’t
write them down with one sided limits to save on space.

https://tutorial.math.lamar.edu/Classes/CalcI/LimitsProperties.aspx 2/5
2/28/23, 10:01 AM Calculus I - Limit Properties

Let’s compute a limit or two using these properties. The next couple of examples will lead
us to some truly useful facts about limits that we will use on a continual basis.

Example 1 Compute the value of the following limit.

2
lim (3x + 5x − 9)
x→−2

Show Solution 

Now, let’s notice that if we had defined

2
p (x) = 3x + 5x − 9

then the proceeding example would have been,

2
lim p (x) = lim (3x + 5x − 9)
x→−2 x→−2

2
= 3(−2) + 5 (−2) − 9

= −7

= p (−2)

In other words, in this case we see that the limit is the same value that we’d get by just
evaluating the function at the point in question. This seems to violate one of the main
concepts about limits that we’ve seen to this point.

In the previous two sections we made a big deal about the fact that limits do not care about
what is happening at the point in question. They only care about what is happening around
the point. So how does the previous example fit into this since it appears to violate this
main idea about limits?

Despite appearances the limit still doesn’t care about what the function is doing at x = −2 .
In this case the function that we’ve got is simply “nice enough” so that what is happening
around the point is exactly the same as what is happening at the point. Eventually we will
formalize up just what is meant by “nice enough”. At this point let’s not worry too much
about what “nice enough” is. Let’s just take advantage of the fact that some functions will
be “nice enough”, whatever that means.

The function in the last example was a polynomial. It turns out that all polynomials are “nice
enough” so that what is happening around the point is exactly the same as what is
happening at the point. This leads to the following fact.

Fact

If p(x) is a polynomial then,


https://tutorial.math.lamar.edu/Classes/CalcI/LimitsProperties.aspx 3/5
2/28/23, 10:01 AM Calculus I - Limit Properties

lim p (x) = p (a)


x→a

By the end of this section we will generalize this out considerably to most of the functions
that we’ll be seeing throughout this course.

Let’s take a look at another example.

Example 2 Evaluate the following limit.

2
6 − 3z + 10z
lim
4 3
z→1 −2z + 7z + 1

Show Solution 

In the previous example, as with polynomials, all we really did was evaluate the function at
the point in question. So, it appears that there is a fairly large class of functions for which
this can be done. Let’s generalize the fact from above a little.

Fact

Provided f (x) is “nice enough” we have,

lim f (x) = f (a) lim f (x) = f (a) lim f (x) = f (a)


x→a x→a

x→a
+

Again, we will formalize up just what we mean by “nice enough” eventually. At this point all
we want to do is worry about which functions are “nice enough”. Some functions are “nice
enough” for all x while others will only be “nice enough” for certain values of x. It will all
depend on the function.

As noted in the statement, this fact also holds for the two one-sided limits as well as the
normal limit.

Here is a list of some of the more common functions that are “nice enough”.

Polynomials are nice enough for all x’s.


p (x)
If f (x) = then f (x) will be nice enough provided both p(x) and q(x) are
q (x)

nice enough and if we don’t get division by zero at the point we’re evaluating at.
cos(x), sin(x) are nice enough for all x’s

https://tutorial.math.lamar.edu/Classes/CalcI/LimitsProperties.aspx 4/5
2/28/23, 10:01 AM Calculus I - Limit Properties
5π 3π π 3π 5π
sec(x), tan(x) are nice enough provided x ≠ …,−
2
,−
2
,
2
,
2
,
2
,… In
other words secant and tangent are nice enough everywhere cosine isn’t zero. To see
why recall that these are both really rational functions and that cosine is in the
denominator of both then go back up and look at the second bullet above.
csc(x), cot(x) are nice enough provided x ≠ … , −2π, −π, 0, π, 2π, … In
other words cosecant and cotangent are nice enough everywhere sine isn’t zero.

√x
n
is nice enough for all x if n is odd.

√x
n
is nice enough for x ≥ 0 if n is even. Here we require x ≥ 0 to avoid having to
deal with complex values.
x x
a , e are nice enough for all x’s.
log x,
b
ln x are nice enough for x > 0 . Remember we can only plug positive
numbers into logarithms and not zero or negative numbers.
Any sum, difference or product of the above functions will also be nice enough.
Quotients will be nice enough provided we don’t get division by zero upon evaluating
the limit.

The last bullet is important. This means that for any combination of these functions all we
need to do is evaluate the function at the point in question, making sure that none of the
restrictions are violated. This means that we can now do a large number of limits.

Example 3 Evaluate the following limit.

x
e
lim (−√x + 5
+ sin(x) cos(x))
x→3 1 + ln(x)

Show Solution 

© 2003 - 2023 Paul Dawkins Page Last Modified : 11/16/2022

https://tutorial.math.lamar.edu/Classes/CalcI/LimitsProperties.aspx 5/5

You might also like