Note 4.5 - Other Applications of Differentiations
1 Introduction
We wrap up the topic of differentiation with two additional applications: The l’Hopital’s rule and the introduction to Newton’s method.
2 Indeterminate Forms and l’Hopital’s Rule
We have seen limits of the form 00, where anything can happen. It is a compe- tition between denominator and numerator on each one’s rate of approaching 0. Similar situations occur in limits of the forms 0· ∞, ∞∞, 1∞, or ∞0. The existences of these limits (and their values if existed), are heavily dependent on the rates for each component to approach their respective limit, and there are highly related to their derivatives (if differentiable). This is the principle of l’Hopital’s rule.
Theorem 2.1 (l’Hopital’s Rule). Given functions f, g differentiable at x= c andlimx→cf(x) = limx→cg(x) = 0, then
x→clim f(x) g(x) = lim
x→c
f0(x) g0(x). Note thatchere may be∞and the rule still holds.
Let’s practice some basic examples
2
We explain, rather non-rigorously, that l’Hopital’s rule applies to the case
x→climf(x) = lim
x→cg(x) =∞.
Some examples:
Here are examples of other indeterminate forms. We deal with them by turning them into 00 or ∞∞.
Note that one maynotuse l’Hopital’s rule if the limits are not of indeterminate forms:
4
3 The Newton’s Method
Newton’s method is a numerical way to approximate the root of a function by iterative intersection of tangent lines withx-axis:
Let’s use this method to approximate√ 2.
The method seems to be better than the method of bisection. However, it comes with the drawback that the method often fails. Either the function does not have the right derivative:
More serious is that the success of the approximation depends on the initial guess, and there is no easy way to tell if the guess is a good one:
6