Jump to content

Truncation error (numerical integration)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by UnkemptSail (talk | contribs) at 19:11, 23 October 2009 (Page created. Added definitions for local and global truncation errors.). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Definitions

Suppose we have a differential equation and we wish to approximate .

Suppose we are approximating with:

Note: We call an increment function.

Local truncation error

The local truncation error is the error that our increment function, , causes at a given iteration.

More formally, the local truncation error, , at step is defined by:

Global truncation error

The global truncation error is the absolute difference between our approximation and the actual solution.

More formally, the global truncation error, , is defined by:

Relationship between local and global truncation errors

Sometimes it's possible to calculate an upper bound on the global truncation error, if we already know the local truncation error. This requires our increment function be sufficiently well-behaved.

See Also