172 CHAPTER 8. POWER SERIES

Note that limx→0 (sinx− x) = 0 and limx→0 x3 = 0. Also, the derivative of the de-nominator is nonzero for x close to 0. Therefore, if limx→0

cosx−13x2 exists and equals L,

it will follow from L’Hôpital’s rule that the original limit exists and equals L. However,limx→0 (cosx−1) = 0 and limx→0 3x2 = 0 so L’Hôpital’s rule can be applied again to con-sider limx→0

−sinx6x . From L’Hôpital’s rule, if this limit exists and equals L, it will follow

that limx→0cosx−1

3x2 = L and consequently limx→0sinx−x

x3 = L. But from Proposition 8.3.5,limx→0

−sinx6x = −1

6 . Therefore, by L’Hôpital’s rule, limx→0sinx−x

x3 = −16 .

Warning 8.8.5 Be sure to check the assumptions of L’Hôpital’s rule beforeusing it.

Example 8.8.6 Find limx→0+cos2x

x .

The numerator becomes close to 1 and the denominator gets close to 0. Therefore, theassumptions of L’Hôpital’s rule do not hold and so it does not apply. In fact there is no limitunless you define the limit to equal +∞. Now lets try to use the conclusion of L’Hôpital’srule even though the conditions for using this rule are not verified. Take the derivativeof the numerator and the denominator which yields −2sin2x

1 , an expression whose limit asx→ 0+ equals 0. This is a good illustration of the above warning.

Some people get the unfortunate idea that one can find limits by doing experiments witha calculator. If the limit is taken as x gets close to 0, these people think one can find the limitby evaluating the function at values of x which are closer and closer to 0. Theoretically,this should work although you have no way of knowing how small you need to take x toget a good estimate of the limit. In practice, the procedure may fail miserably.

Example 8.8.7 Find limx→0ln|1+x10|

x10 .

This limit equals limy→0ln|1+y|

y = limy→0

(1

1+y

)1 = 1 where L’Hôpital’s rule has been

used. This is an amusing example. You should plug .001 in to the functionln|1+x10|

x10 and seewhat your calculator or computer gives you. If it is like mine, it will give 0 and will keep onreturning the answer of 0 for smaller numbers than .001. This illustrates the folly of tryingto compute limits through calculator or computer experiments. Indeed, you could say thata calculator is as useful for understanding limits as a bicycle is for swimming. Those whopretend otherwise are either guilty of ignorance or dishonesty.

There is another form of L’Hôpital’s rule in which limx→b− f (x) =±∞ andlimx→b− g(x) =±∞.

Theorem 8.8.8 Let [a,b]⊆ [−∞,∞] and suppose f ,g are functions which satisfy,

limx→b−

f (x) =±∞ and limx→b−

g(x) =±∞, (8.25)

and f ′ and g′ exist on (a,b) with g′ (x) ̸= 0 on (a,b). Suppose also

limx→b−

f ′ (x)g′ (x)

= L. (8.26)

Then

limx→b−

f (x)g(x)

= L. (8.27)