Precalculus 2e — Original English

Finding Limits: Properties of Limits

Consider the rational function

f(x)= x 2 6x7 x7

The function can be factored as follows:

f(x)= ( x7 ) ( x+1 ) x7 , which gives us f(x)=x+1,x7.

Does this mean the function f is the same as the function g(x)=x+1?

The answer is no. Function f does not have x=7 in its domain, but g does. Graphically, we observe there is a hole in the graph of f( x ) at x=7, as shown in Figure 1 and no such hole in the graph of g( x ), as shown in Figure 2.

Graph of an increasing function where f(x) = (x^2-6x-7)\(x-7) with a discontinuity at (7, 8)
Figure 1 The graph of function f contains a break at x=7 and is therefore not continuous at x=7.
Graph of an increasing function where g(x) = x+1
Figure 2 The graph of function g is continuous.

So, do these two different functions also have different limits as x approaches 7?

Not necessarily. Remember, in determining a limit of a function as x approaches a, what matters is whether the output approaches a real number as we get close to x=a. The existence of a limit does not depend on what happens when x equals a.

Look again at Figure 1 and Figure 2. Notice that in both graphs, as x approaches 7, the output values approach 8. This means

lim x7 f(x)= lim x7 g(x).

Remember that when determining a limit, the concern is what occurs near x=a, not at x=a. In this section, we will use a variety of methods, such as rewriting functions by factoring, to evaluate the limit. These methods will give us formal verification for what we formerly accomplished by intuition.

Finding the Limit of a Sum, a Difference, and a Product

Graphing a function or exploring a table of values to determine a limit can be cumbersome and time-consuming. When possible, it is more efficient to use the properties of limits, which is a collection of theorems for finding limits.

Knowing the properties of limits allows us to compute limits directly. We can add, subtract, multiply, and divide the limits of functions as if we were performing the operations on the functions themselves to find the limit of the result. Similarly, we can find the limit of a function raised to a power by raising the limit to that power. We can also find the limit of the root of a function by taking the root of the limit. Using these operations on limits, we can find the limits of more complex functions by finding the limits of their simpler component functions.

Example 1

Evaluating the Limit of a Function Algebraically

Evaluate lim x3 ( 2x+5 ).

Solution
lim x3 (2x+5)= lim x3 (2x)+ lim x3 (5) Sum of functions property                      = 2lim x3 (x)+ lim x3 (5) Constant times a function property                      =2(3)+5 Evaluate                      =11

Finding the Limit of a Polynomial

Not all functions or their limits involve simple addition, subtraction, or multiplication. Some may include polynomials. Recall that a polynomial is an expression consisting of the sum of two or more terms, each of which consists of a constant and a variable raised to a nonnegative integral power. To find the limit of a polynomial function, we can find the limits of the individual terms of the function, and then add them together. Also, the limit of a polynomial function as x approaches a is equivalent to simply evaluating the function for a .

Example 2

Evaluating the Limit of a Function Algebraically

Evaluate lim x3 ( 5 x 2 ).

Solution
lim x3 (5 x 2 )=5 lim x3 ( x 2 ) Constant times a function property                 =5( 3 2 ) Function raised to an exponent property                 =45
Example 3

Evaluating the Limit of a Polynomial Algebraically

Evaluate lim x5 ( 2 x 3 3x+1 ).

Solution
lim x5 (2 x 3 3x+1)= lim x5 (2 x 3 ) lim x5 (3x)+ lim x5 (1) Sum of functions                                = 2lim x5 ( x 3 ) 3lim x5 (x)+ lim x5 (1) Constant times a function                                =2( 5 3 )3(5)+1 Function raised to an exponent                                =236 Evaluate

Finding the Limit of a Power or a Root

When a limit includes a power or a root, we need another property to help us evaluate it. The square of the limit of a function equals the limit of the square of the function; the same goes for higher powers. Likewise, the square root of the limit of a function equals the limit of the square root of the function; the same holds true for higher roots.

Example 4

Evaluating a Limit of a Power

Evaluate lim x2 ( 3x+1 ) 5 .

Solution

We will take the limit of the function as x approaches 2 and raise the result to the 5th power.

lim x2 (3x+1) 5 = ( lim x2 (3x+1)) 5                       = (3(2)+1) 5                       = 7 5                       =16,807

Finding the Limit of a Quotient

Finding the limit of a function expressed as a quotient can be more complicated. We often need to rewrite the function algebraically before applying the properties of a limit. If the denominator evaluates to 0 when we apply the properties of a limit directly, we must rewrite the quotient in a different form. One approach is to write the quotient in factored form and simplify.

Example 5

Evaluating the Limit of a Quotient by Factoring

Evaluate lim x2 ( x 2 6x+8 x2 ).

Solution

Factor where possible, and simplify.

lim x2 ( x 2 6x+8 x2 )= lim x2 ( (x2)(x4) x2 ) Factor the numerator.                               = lim x2 ( (x2) (x4) x2 ) Cancel the common factors.                               = lim x2 (x4) Evaluate.                               =24=2

Analysis

When the limit of a rational function cannot be evaluated directly, factored forms of the numerator and denominator may simplify to a result that can be evaluated.

Notice, the function

f(x)= x 2 6x+8 x2

is equivalent to the function

f(x)=x4,x2.

Notice that the limit exists even though the function is not defined at x = 2.

Example 6

Evaluating the Limit of a Quotient by Finding the LCD

Evaluate lim x5 ( 1 x 1 5 x5 ).

Solution

Find the LCD for the denominators of the two terms in the numerator, and convert both fractions to have the LCD as their denominator.

This image illustrates the step-by-step process of evaluating the limit of a rational function as x approaches 5. The solution shows how to simplify the expression by multiplying the numerator and denominator by the least common denominator (LCD), applying the distributive property, simplifying, factoring the numerator, canceling like terms, and finally evaluating the simplified expression at x=5 to arrive at the result of -1/25.

Analysis

When determining the limit of a rational function that has terms added or subtracted in either the numerator or denominator, the first step is to find the common denominator of the added or subtracted terms; then, convert both terms to have that denominator, or simplify the rational function by multiplying numerator and denominator by the least common denominator. Then check to see if the resulting numerator and denominator have any common factors.

Example 7

Evaluating a Limit Containing a Root Using a Conjugate

Evaluate lim x0 ( 25x 5 x ).

Solution

lim x0 ( 25x 5 x )= lim x0 ( ( 25x 5 ) x ( 25x +5 ) ( 25x +5 ) ) Multiply numerator and denominator by the conjugate.                                = lim x0 ( ( 25x )25 x( 25x +5 ) ) Multiply: ( 25x 5 )( 25x +5 )=( 25x )25.                                = lim x0 ( x x( 25x +5 ) ) Combine like terms.                                = lim x0 ( x x ( 25x +5 ) ) Simplify  x x =1.                                = 1 250 +5 Evaluate.                                = 1 5+5 = 1 10

Analysis

When determining a limit of a function with a root as one of two terms where we cannot evaluate directly, think about multiplying the numerator and denominator by the conjugate of the terms.

Example 8

Evaluating the Limit of a Quotient of a Function by Factoring

Evaluate lim x4 ( 4x x 2 ).

Solution

lim x4 ( 4x x 2 )= lim x4 ( (2+ x )(2 x ) x 2 ) Factor.                       = lim x4 ( (2+ x ) (2 x ) (2 x ) ) Factor −1 out of the denominator. Simplify.                       = lim x4 (2+ x ) Evaluate.                       =(2+ 4 )                       =4

Analysis

Multiplying by a conjugate would expand the numerator; look instead for factors in the numerator. Four is a perfect square so that the numerator is in the form

a 2 b 2

and may be factored as

( a+b )( ab ).
Example 9

Evaluating the Limit of a Quotient with Absolute Values

Evaluate lim x7 | x7 | x7 .

Solution

The function is undefined at x=7 , so we will try values close to 7 from the left and the right.

Left-hand limit: | 6.97 | 6.97 = | 6.997 | 6.997 = | 6.9997 | 6.9997 =1

Right-hand limit: | 7.17 | 7.17 = | 7.017 | 7.017 = | 7.0017 | 7.0017 =1

Since the left- and right-hand limits are not equal, there is no limit.

Key Concepts

  • The properties of limits can be used to perform operations on the limits of functions rather than the functions themselves. See Example 1.
  • The limit of a polynomial function can be found by finding the sum of the limits of the individual terms. See Example 2 and Example 3.
  • The limit of a function that has been raised to a power equals the same power of the limit of the function. Another method is direct substitution. See Example 4.
  • The limit of the root of a function equals the corresponding root of the limit of the function.
  • One way to find the limit of a function expressed as a quotient is to write the quotient in factored form and simplify. See Example 5.
  • Another method of finding the limit of a complex fraction is to find the LCD. See Example 6.
  • A limit containing a function containing a root may be evaluated using a conjugate. See Example 7.
  • The limits of some functions expressed as quotients can be found by factoring. See Example 8.
  • One way to evaluate the limit of a quotient containing absolute values is by using numeric evidence. Setting it up piecewise can also be useful. See Example 9.

Section Exercises

Verbal

Exercise 1

Give an example of a type of function f whose limit, as x approaches a, is f( a ).

Solution

If f is a polynomial function, the limit of a polynomial function as x approaches a will always be f( a ).

Exercise 2

When direct substitution is used to evaluate the limit of a rational function as x approaches a and the result is f( a )= 0 0 , does this mean that the limit of f does not exist?

Exercise 3

What does it mean to say the limit of f( x ) , as x approaches c , is undefined?

Solution

It could mean either (1) the values of the function increase or decrease without bound as x approaches c, or (2) the left and right-hand limits are not equal.

Algebraic

For the following exercises, evaluate the limits algebraically.

Exercise 4

lim x0 ( 3 )

Exercise 5

lim x2 ( 5x x 2 1 )

Solution

10 3

Exercise 6

lim x2 ( x 2 5x+6 x+2 )

Exercise 7

lim x3 ( x 2 9 x3 )

Solution

6

Exercise 8

lim x1 ( x 2 2x3 x+1 )

Exercise 9

lim x 3 2 ( 6 x 2 17x+12 2x3 )

Solution

1 2

Exercise 10

lim x 7 2 ( 8 x 2 +18x35 2x+7 )

Exercise 11

lim x3 ( x 2 9 x 2 5x+6 )

Solution

6

Exercise 12

lim x3 ( 7 x 4 21 x 3 12 x 4 +108 x 2 )

Exercise 13

lim x3 ( x 2 +2x3 x3 )

Solution

does not exist

Exercise 14

lim h0 ( ( 3+h ) 3 27 h )

Exercise 15

lim h0 ( ( 2h ) 3 8 h )

Solution

12

Exercise 16

lim h0 ( ( h+3 ) 2 9 h )

Exercise 17

lim h0 ( 5h 5 h )

Solution

5 10

Exercise 18

lim x0 ( 3x 3 x )

Exercise 19

lim x9 ( x 2 81 3 x )

Solution

108

Exercise 20

lim x1 ( x x 2 1 x )

Exercise 21

lim x0 ( x 1+2x 1 )

Solution

1

Exercise 22

lim x 1 2 ( x 2 1 4 2x1 )

Exercise 23

lim x4 ( x 3 64 x 2 16 )

Solution

6

Exercise 24

lim x 2 ( |x2| x2 )

Exercise 25

lim x 2 + ( | x2 | x2 )

Solution

1

Exercise 26

lim x2 ( | x2 | x2 )

Exercise 27

lim x 4 ( | x4 | 4x )

Solution

1

Exercise 28

lim x 4 + ( | x4 | 4x )

Exercise 29

lim x4 ( | x4 | 4x )

Solution

does not exist

Exercise 30

lim x2 ( 8+6x x 2 x2 )

For the following exercise, use the given information to evaluate the limits: lim xc f(x)=3, lim xc g( x )=5 .

Exercise 31

lim xc [ 2f(x)+ g(x) ]

Solution

6+ 5

Exercise 32

lim xc [ 3f(x)+ g(x) ]

Exercise 33

lim xc f(x) g(x)

Solution

3 5

For the following exercises, evaluate the following limits.

Exercise 34

lim x2 cos( πx )

Exercise 35

lim x2 sin( πx )

Solution

0

Exercise 36

lim x2 sin( π x )

Exercise 37

f(x)={ 2 x 2 +2x+1, x0 x3, x>0 lim x 0 + f(x)

Solution

3

Exercise 38

f(x)={ 2 x 2 +2x+1, x0 x3, x>0 lim x 0 f(x)

Exercise 39

f(x)={ 2 x 2 +2x+1, x0 x3, x>0 lim x0 f(x)

Solution

does not exist; right-hand limit is not the same as the left-hand limit.

Exercise 40

lim x4 x+5 3 x4

Exercise 41

lim x 2 + (2x[x])

Solution

2

Exercise 42

lim x2 x+7 3 x 2 x2

Exercise 43

lim x 3 + x 2 x 2 9

Solution

Limit does not exist; limit approaches infinity.

For the following exercises, find the average rate of change f(x+h)f(x) h .

Exercise 44

f(x)=x+1

Exercise 45

f(x)=2 x 2 1

Solution

4x+2h

Exercise 46

f(x)= x 2 +3x+4

Exercise 47

f(x)= x 2 +4x100

Solution

2x+h+4

Exercise 48

f(x)=3 x 2 +1

Exercise 49

f(x)=cos(x)

Solution

cos(x+h)cos(x) h

Exercise 50

f(x)=2 x 3 4x

Exercise 51

f(x)= 1 x

Solution

1 x(x+h)

Exercise 52

f(x)= 1 x 2

Exercise 53

f(x)= x

Solution

1 x+h + x

Graphical

Exercise 54

Find an equation that could be represented by Figure 3.

Graph of increasing function with a removable discontinuity at (2, 3).
Figure 3
Exercise 55

Find an equation that could be represented by Figure 4.

Graph of increasing function with a removable discontinuity at (-3, -1).
Figure 4
Solution

f( x )= x 2 +5x+6 x+3

For the following exercises, refer to Figure 5.

Graph of increasing function from zero to positive infinity.
Figure 5
Exercise 56

What is the right-hand limit of the function as x approaches 0?

Exercise 57

What is the left-hand limit of the function as x approaches 0?

Solution

does not exist

Real-World Applications

Exercise 58

The position function s(t)=16 t 2 +144t gives the position of a projectile as a function of time. Find the average velocity (average rate of change) on the interval [ 1,2 ] .

Exercise 59

The height of a projectile is given by s(t)=64 t 2 +192t Find the average rate of change of the height from t=1 second to t=1.5 seconds.

Solution

52

Exercise 60

The amount of money in an account after t years compounded continuously at 4.25% interest is given by the formula A= A 0 e 0.0425t , where A 0 is the initial amount invested. Find the average rate of change of the balance of the account from t=1 year to t=2 years if the initial amount invested is $1,000.00.

properties of limits
a collection of theorems for finding limits of functions by performing mathematical operations on the limits