Methods
We'll also discuss Polynomial Root Finding later.
BASIC PROBLEM:
Find
such that
.
In most cases not possible to solve analytically. Most methods are iterative and require some initial guess(es)
Two point: require 2 guesses
One point: require 1 guess
First, a reminder:
Theorem: (Intermediate Value Theorem) Suppose
any number between
and
.
a number
such that
Use a figure to convince yourself.
Rolle's Theorem
and differentiable on
.
If
at least one
such that
.
Use a figure to convince yourself.
Two-point Methods:
Consider bracketing methods. These are inspired by the above two theorems.
General Technique in Bracketing: if
and
by the intermediate value theorem
at least one 0 in
. Condition
means that
and
are opposite in sign. So choose
to
be bracket hopefully containing the root you want
. Search and iterate making brackets
smaller till you hit root.