Last time: | Next time: |
Today:
This section features several interesting examples of functions, some of them tremendously important, which are also extraordinarily sensitive to errors.
One of the main points of the section is that a "solution" to a problem may be technically correct, analytically correct, and yet poorly designed to produce good results in general.
An excellent example is the quadratic formula. Many of you have memorized it as
We can imagine situations, however, for which this calculation may be dangerous. What do you notice?
Question: an old trick from your past may be used to improve things: can you think of how to change this formula, to make it less sensitive?
The most important equation in the world (Physicist Charles Shirkey, BGSU):
How would you do it?
Then we'll see what our authors have to suggest. They have essentially three methods to propose. We'll look at those, and then one more -- Muller's method
Let's talk about two methods today:
Before we do, however, let's check out our authors' discussion on page 76. There are some comments that are especially pertinent.
As we approach bisection we want to be aware of the issues illustrated in figures 3.2 and 3.3, p. 77.
Notice the comment on page 79: it's interesting, but important:
I'd like to go through the geometric sense of Newton's method, and derive the formula on p. 82.
If we have time, we'll then see how the Babylonian method for finding square roots is an application of Newton's Method....