The Limit Laws

Engineering Context:

Limits provide the basis of our understanding of how systems change over time, and are formally used when taking derivatives. Additionally, numberical simulations often require applications of limits. Understanding limit laws and properties of limits can help us to better understand what limits are actually doing, and can help us to compute formal limits when necessary.

The Essentials

There are certain properties of limits that help us manipulate equations in order to find limits of composite functions. They are shown below.

For each law let f x and g x be defined for all x a over an open interval containing a . Let c be any contant.

Basic Limit Results

lim x a x = a
lim x a c = c

Sum Law

lim x a ( f x + g x ) =   lim x a f x   + lim x a g x

Difference Law

lim x a ( f x - g x ) =   lim x a f x   - lim x a g x

Constant Multiple Law

lim x a c f x = c   · lim x a f x

Product Law

lim x a ( f x · g x ) =   lim x a f x   · lim x a g x

Quotient Law

lim x a f x g x = lim x a   f x lim x a   g x

Power Law

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

Root Law

lim x a f x n = lim x a f x n

A Deeper Dive

In order to find soem limits, we may need to use several limit laws at the same time or even repeatedly . As we solve a more complex limit problem we need to remember to rewrite the limit in terms of other limits each time we apply a new limit law. See the example below:

lim x -3 x 2 + 5 x + 6 x + 2

Apply quotient law, checking that -3 + 2 0 .

lim x -3 x 2 + 5 x + 6 x + 2 = lim x -3 ( x 2 + 5 x + 6 ) lim x -3 ( x + 2 )

Apply sum law and constant multiple law.

= lim x -3   x 2   +   5   · lim x -3   x   + lim x -3   6 lim x -3   x   + lim x -3   2

Apply basic limit laws and simplify.

= -3 2   +   5 -3   +   6 -3   +   2 = 0 -1 = 0

Practice

Evaluate the following limit:

lim x 5 x 2   +   4 x x 2   +   8 x   +   16

Solution: There are two ways to solve this problem.

Method 1:

Use the quotient law to get:

lim x 5   x 2   +   4 x lim x 5   x 2   +   8 x   +   16

Now take the limit of the numberator and denominator separately to get:

5 2   +   4 5 5 2   +   8 5   +   16 = 45 81 = 5 9

Method 2:

Factor the numerator and denominator to get:

lim x 5 x x   +   4 x   +   4 x   +   4

When we simplify this equation, we get:

lim x 5 x x   +   4 = 5 5   +   4 = 5 9