


Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Tips and examples for evaluating indeterminate limits in calculus i, which occur when plugging in the limiting value does not yield a nice answer. Various techniques for manipulating the expression to find the limit, such as factoring, taking the square root of both sides, and using trigonometric identities.
Typology: Study notes
1 / 4
This page cannot be seen from the preview
Don't miss anything!



February 16, 2005 This is meant to be a tip sheet for evaluating limits in Calculus I as a supplement for the assignment on section 2.2.
lim x→ 3
x^2 + 3x − 10 3 x^2 + 5x − 7
Almost everybody got this problem correct. The only mistakes were simple computational ones. That’s good! Now, it would not be much of a math class if everything were so easy. Occasionally, we run into a situation where if we plug in the limiting value, we do not get a nice answer. The nastiest answer we can get is the dreaded 0 0
This is an indeterminant form for the limit, which is a fancy way of saying that the limit can be ANYTHING, and so we need to do more work. Sorry, but for now, there is no way around this! (Just wait until we learn some calculus... then these problems will become EASY... and dare I say ... fun???)
lim x→ 2
x^2 − 4 x + 4 x^2 − x − 2 Now if we cavalierly plug in the limiting value 2 into the expression, we see that we get 0/0. Go ahead and say your favorite four-letter word when you see this. (I’ll use the word “drat”) Okay, so we need to roll up our sleaves and get to work. There are a variety of techniques that we can use. For this problem, it turns out that the numerator and denominator both factor! So we have
lim x→ 2
x^2 − 4 x + 4 x^2 − x − 2
= lim x→ 2
(x − 2)(x − 2) (x − 2)(x + 1)
Factor top and bottom
= lim x→ 2
(x − 2) (x + 1)
Cancel common factors
And now we can cavalierly plug in the limiting value and get
lim x→ 2
(x − 2) (x + 1)
Problem 20 works a little bit differently. Here we have
lim x→ 0
x^2 + 4 − 2 x
which also gives us the indeterminant form 0/0 (DRAT!) when we plug in the limiting value 0. A technique that comes up quite a bit in mathe- matics to make the expression harder than the original expression to get something nice to happen. In this case, if we multiply the top and bottom by the expression
x^2 + 4 + 2 (note the change in the sign from − to +), then something nice does happen.
lim x→ 0
x^2 + 4 − 2 x
= lim x→ 0
x^2 + 4 − 2
x^2 + 4 + 2
x
x^2 + 4 + 2
= lim x→ 0
x^2 + 4
x
x^2 + 4 + 2
= lim x→ 0
x^2 x
x^2 + 4 + 2
The nice thing about this is the troublesome factors of x in the numerator and denominator now cancel. This now gives us
lim x→ 0
x^2 x
x^2 + 4 + 2
) = lim x→ 0
x (√ x^2 + 4 + 2
Problem 30 reads like
lim x→ 0
x^2 cos(2x) 1 − cos(x)
Once again we get 0/0. dra... ah forget it. Now we have two common trig limits to play with. And it turns out we can multiply by the top and bottom by 1 + cos(x) and get something nice. Here we go...
lim x→ 0
x^2 cos(2x) 1 − cos(x)
= lim x→ 0
x^2 cos(2x) (1 + cos(x)) (1 − cos(x)) (1 + cos(x))
= lim x→ 0
x^2 cos(2x) (1 + cos(x)) (1 − cos^2 (x))
Since both of these number exists, the limit exists and is equal to this value. That is, lim x→ 2 f (x) = − 1
It is imperative that you check both the left and right hand limits to do this problem. Problems 56 and 57 deal with the function
f (x) =
2(x + 1) if x < 3 4 if x = 3 x^2 − 1 if x > 3
Problem 56 asks us to compute
lim x→ 2
f (x)
Now, 2 is nowhere near the place where the function f changes its’ defining rule. This happens at x = 3. Since 2 is (way) less than 3, we only have to consider the defining rule 2(x + 1) to compute the limit near 2. So for this problem we have
lim x→ 2 f (x) = lim x→ 2 2(x + 1) = 2(2 + 1) = 6
Problem 57 asks us to compute the limit at the place where f does change its’ defining rule. To properly do this, we need to compute the left-hand limit and the right-hand limit. For the left-hand limit, we are using values less than 3, so we use 2(x + 1). And so
lim x→ 3 −
f (x) = lim x→ 3 −
2(x + 1) = 2(3 + 1) = 8
For the right-hand limit, we are using values that are greater than 3, so we use x^2 − 1. And so
lim x→ 3 +^
f (x) = lim x→ 3 +^
x^2 − 1 = 3^2 − 1 = 8
Since these limits are equal, the total limit exists and equals this value. That is, lim x→ 3
f (x) = 8
Okay, my fingers are tired, and I’m sure you are tired of reading my hack- neyed prose. I hope that this was somewhat helpful.