Dr. Kevin G. TeBeest
In the following, do NOT merely look the answers up in your notes. Learn these answers. (Make flash cards?)PROBLEM: For each method, state the following:
- the number of times the slope function f is evaluated per step,
- the global error, and
- whether the method is implicit or explicit.
FOLLOW-UP QUESTIONS:
- the Euler method
- the implicit Euler method
- the trapezoidal method
- the modified Euler method
- the classical Runge-Kutta method
Also, when was this method published?
- the Runge-Kutta-Fehlberg method
Also, when was this method published?
- the Runge-Kutta-Verner method
Also, when was this method published?
- Which methods are predictor-corrector methods?
- Which methods are adaptive stepsize methods?
- Which methods allow us to estimate the errors as we do the calculations?
- Which methods have a formula to compute an optimal stepsize h?
- Which two methods are combined to obtain the modified Euler method?
In what way are they combined? Be specific.
- Which two methods are combined to obtain the trapezoidal method?
In what way are they combined? Be specific.