Section 4.9 Worksheet:
Assigned problems: Exercises pp. #1, 4, 6, 13, 27, 28, 29, 30
(due Friday, 5/2).
-
What is an iterative process?
-
Write down the essential formula we use to find an approximate root using
Newton's method. What do the components represent?
-
Give a graphical description of how Newton's method works (similar to Figure 3,
with a different looking function).
-
Describe at least three different ways in which Newton's method may fail.
Notes:
-
Newton's method for computing roots of a function is based on the
linearization of the function. Once again, we replace a function by a closely
related linear function, hoping that the linear function will inform us about
the function itself. Linear functions are the simplest interesting functions we
have, and they pop up constantly in mathematics (e.g. the slant asymptotes
described in section 4.5 are good replacements for the original functions far
from the origin).
-
As described in the text, this method is similar (if not the same as) the
methods used by calculators to find roots. So when you use the ``solve'' button
on your TI, this is the sort of procedure your calculator is using to produce
its answer.
-
It is possible to find different roots from different starting points, in the
event that there are multiple roots (e.g. a quadratic equation may have two,
etc.). This method often gives a good approximation, but there are a variety of
reasons for why Newton's method may fail.
LONG ANDREW E
Fri Apr 25 10:38:01 EDT 2003