Topic 14.2: Heun's Method (HOWTO)

Contents Previous Chapter Start of Chapter Previous Topic Introduction Notes Theory HOWTO Examples Engineering Error Questions Matlab Maple Next Topic Next Chapter

Problem

Given the IVP

y(1)(t) = f( t, y(t) )
y(t0) = y0

approximate y(t1).

Assumptions

The function f(t, y) should be continuous in both variables.

Tools

We will use Taylor series.

Initial Conditions

Set h = t1t0. Let y1 be the approximation of y(t1).

Process

Define

K0 = f( t0, y0 ) and
K1 = f( t0 + h, y0 + h K0 )

Then let

Note that for K1, t0 + h = t1, however we use the above notation to provide similarity with the next topic.

Copyright ©2005 by Douglas Wilhelm Harder. All rights reserved.