Math-305, Numerical Methods & Matrices
Chapter 6 — Numerical Solutions of ODEs

Dr. Kevin G. TeBeest

 
PROBLEM:  For each method, state the following:
  1. the number of times the slope function f is evaluated per step,
  2. the global error, and
  3. whether the method is implicit or explicit.
Don't merely look these answers up in your notes. Learn these answers.

FOLLOW-UP QUESTIONS:
  1. Which methods are predictor-corrector methods?

  2. Which methods are adaptive stepsize methods?

  3. Which methods allow us to estimate the errors as we do the calculations?

  4. Which methods have a formula to compute an optimal stepsize h?

  5. Which two methods are combined to obtain the modified Euler method?
    In what way are they combined? Be specific.

  6. Which two methods are combined to obtain the trapezoidal method?
    In what way are they combined? Be specific.


Return to main index