Next: Finite Difference Technique
Up: BOUNDARY VALUE PROBLEMS (BVP)
Previous: The Shooting Method
  Contents
Similar to linear case, but cannot piece solution as
linear combination of 2 IVP. Instead, we create a sequence of
IVP's of the form
|
(79) |
 |
is a PARAMETER, chosen so that
, such that
|
|
shot: result of |
|
|
If
not close enough to
, we choose another
``elevation''
, and check to see if close enough. If not, choose
the next ``elevation''
until our ``shots''
get close to
.
The situation is depicted in Figure (14), which clearly shows
why the method bears its name.
Figure 14:
Nonlinear shooting method
|
|
How to choose
? If
is approx solution to (79) (The IVP)
then we need to determine
such that
A nonlinear equation that can be solved using an efficient root-finding method
For example, using secant:
A better and more elegant method uses the Newton method integrated into the
IVP sequence. See Burden and Faires for algorithm page 587.
The shooting method, when it works, is usually quite
fast. It is easy to implement. Its good qualities are
offset by possible instabilities.
An alternative method, such as finite difference
method, to be shown next.
Next: Finite Difference Technique
Up: BOUNDARY VALUE PROBLEMS (BVP)
Previous: The Shooting Method
  Contents
Juan Restrepo
2003-05-02