Title: Linearization and Newton
1Linearization and Newtons Method
2(No Transcript)
3Linearization
- Algebraically, the principle of local linearity
means that the equation of the tangent line
defines a function that can be used to
approximate a differentiable function near the
point of tangency, - The equation of the tangent line is given a new
name the linearization of f at a. - Recall point-slope form of a line ym(x-x1)y1
- The tangent line at (a, f(a)) can be written
- yf (a)(x-a)f(a)
4Linearization
5So the equation of the tangent line at a 1 is
6(No Transcript)
7(No Transcript)
8(No Transcript)
9Newtons Method
Finding a root for
We will use Newtons Method to find the root
between 2 and 3.
10Guess
(not drawn to scale)
(new guess)
11Guess
(new guess)
12Guess
(new guess)
13Guess
Amazingly close to zero!
This is Newtons Method of finding roots. It is
an example of an algorithm (a specific set of
computational steps.)
It is sometimes called the Newton-Raphson method
This is a recursive algorithm because a set of
steps are repeated with the previous answer put
in the next repetition. Each repetition is
called an iteration.
14Guess
Amazingly close to zero!
This is Newtons Method of finding roots. It is
an example of an algorithm (a specific set of
computational steps.)
It is sometimes called the Newton-Raphson method
This is a recursive algorithm because a set of
steps are repeated with the previous answer put
in the next repetition. Each repetition is
called an iteration.
15Find where crosses
.
16There are some limitations to Newtons method
Looking for this root.
Bad guess.
Wrong root found
Failure to converge
17(No Transcript)