10-Limits and Computational Techniques VU: FX K GX X
10-Limits and Computational Techniques VU: FX K GX X
10-Limits and Computational Techniques VU: FX K GX X
Lecture 10
Previous lecture was about graphical view of Limits. This lecture will focus on algebraic techniques for
finding Limits. Results will be intuitive again. Proofs will come later after we define LIMIT Mathematically.
We will see how to use limits of basic functions to compute limits of complicated functions.
In this section, if I write down Lim x->a f(x), I will assume that f(x) will have a limit that matches from both
sides and so the LIMIT EXISTS for f (x). So I won’t distinguish between left and right hand limits.
We begin with a table of LIMITS of two basic functions
The functions are
f ( x) = k
g ( x) = x
Here is the table of the limits and the same information from the graph
f ( x) = k g ( x) = x
Here we have a theorem that will help with computing limits. Won’t prove this theorem, but some of the
parts of this theorem are proved in Appendix C of your text book.
THEOREM 2.5.1
if L1 =
lim f ( x) and L2 =
lim g ( x) both exists, then
For the Last theorem, say things like “Limit of the SUM is the SUM of the LIMITS etc.
Parts a) and c) of the theorem apply to as many functions as you want
Part a) gives
lim[ f1 ( x) + f 2 ( x) + ... + f ( xn )]
= lim f1 ( x) + lim f 2 ( x) + ...lim f ( xn )
Part c) gives
Also if
=
lim( =
x n ) [lim xn ] an
x→a x→a
LIMITS OF POLYNOMIAL
Polynomials are functions of the form
f ( x)= bn x n + bn −1 x n −1 + .... + b1 x + b0
Where the a’s are all real numbers Let's find the Limits of polynomials and x approaches a numbers a
Example
lim( x 2 − 4 x + 3)
x →5
= (5) − 4(5) + 3= 8
2
Theorem 2.5.2
Proof
lim p (=
x) lim(c0 + c1 x + ... + cn x n )
x→a x→a
= c0 + c1a + ... + cn a = p (a ) n
1
Limits Involving
x
1
Let's look at the graph of f ( x) =
x
Then by looking at the graph AND by looking at the TABLE of values we get the following Results
1
lim+ = +∞
x →0 x
1
lim− = −∞
x →0 x
1
lim = 0
x →+∞ x
1
lim = 0
x →−∞ x
1 1
g ( x) = is a translation of f ( x) = .
x−a x
From the graphs given here we can say the following about polynomials of the form
lim x n = +∞ n = 1, 2,3,...
x →+∞
+∞ n = 2, 4, 6,...
lim x n =
x →−∞
−∞ n = 1,3,5,...
EXAMPLE
lim 2 x 5 = +∞
x →+∞
lim − 7 x 6 = −∞
x →+∞
n
1 1
=
lim =lim 0
x →+∞ x n
x →+∞ x n
n
1 1
=
lim n = lim n 0
x →−∞ x
x →−∞ x
Limit as x goes to +inf or –inf of a polynomial is like the Limits of the highest power of x
Motivation
c0 c
(c0 + c1 x + ... + cn x=
n
+ n1−1 + ... + cn )
) xn (
n
x x
n
Factor out x , and then from what we just saw about
1
the limit of , everything goes to 0 as x → +∞
xn
or x → −∞ except cn
Example
5 x3 + 4
Find lim
x→2 x − 3
Solution:
lim 5 x3 + 4
= x→2
lim x − 3
x→2
5(2)3 + 4
= = −44
2−3
We used d) of theorem 2.5.1 to evaluate this limit. We would not be able to use it if the denominator turned
out to be 0 as that is not allowed in Mathematics. If both top and bottom approach 0 as x approaches a,
then the top and bottom will have a common factor of x – a. In this case the factors can be cancelled and
the limit works out.
Example
x2 − 4
lim
x→2 x − 2
( x + 2)( x − 2)
= lim
x→2 ( x − 2)
= lim( x + 2)= 4
x→2
Note that x is not equal to two after Simplification for the two functions to be the same. Nonetheless, we
calculated the limit as if we were substituting x = 2 using rule for polynomials That’s ok since REALLY
LIMIT means you are getting close to 2, but not equaling it!!
What happens if in a rational functions, the bottom limit is 0, but top is not?? It’s like the limit as x goes to 0
of f(x) = 1/x.
Example
2− x
Find lim+
x→4 ( x − 4)( x + 2)
The top is –2 as x goes to 4 from right side. The bottom goes to 0, so the limit will be inf of some type. To
get the sign on inf, Let's analyze the sign of the bottom for various values of real numbers
The important numbers are the ones that make the top and bottom zero. As x approaches 4 from the right,
the ratio stays negative and the result is –inf. You can say something about what happens from the left.
Check yourselves by looking at the pic.
2− x
So lim+ = −∞
x→4 ( x − 4)( x + 2)
Algebraic manipulations simplify finding limits in rational functions involving +inf and –inf.
Example
4x2 − x
lim
x →−∞ 2 x 3 − 5
4x2 x 4 1 4 1
− − 2 lim ( − 2 )
=
lim x3 x3 lim x x
=
x →−∞ x x
x →−∞ 2 x 3 5 x →−∞ 5 5
− 3 2− 3 lim (2 − 3 )
3
x x →−∞ x
x x
1 1
4 lim − lim 2
x →−∞ x x →−∞ x
=
1
2 − 5 lim 3
x →−∞ x
4(0) − 0
= = 0
2 − 5(0)
Quick Rule for finding Limits of Rational Functions as x goes to +inf or –inf
c0 + c1 x + ... + cn x n cn x n
lim = lim
x →+∞ d + d x + ... + d x n x →+∞ d x n
0 1 n n
c0 + c1 x + ... + cn x n cn x n
lim = lim
x →−∞ d + d x + ... + d x n x →−∞ d x n
0 1 n n
Example
4x2 − x 4x2 2
lim = lim = = 0
lim
x →−∞ 2 x − 5
3 x →−∞ 2 x 3 x →−∞ x