Talk:Truncation error

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Please read section 5.3 of reference book indicated in the article.

Unlike truncation error which only indicates that error is due to taking small step sizes, local truncation error give us error in terms of complexity theory.

e.g. If Taylor method of order n is used to approximate a solution to y'(t) = f(t, y(t)), a[[<]]t[[<]]b, y(a)=a0 with step size h and if y Є Cn+1[a,b], then the local truncation error is O(hn).

so local truncation error for Euler Method is O(h), for Heun's Method is O(h2) and for Runge-Kutta Method is O(h4).

By above discussion I try to clarify that local truncation error is a mean by which we can compare methods to find out what amount of error each method can produce, and hence local truncation error is very different from truncation error.


_____________________

Similar to discretization error, but not entirely.

When we have sin(x) = x + R(x), the remainder or chopped portion R(x) is known as truncation error.

Rk158903 (talk) 16:21, 29 September 2008 (UTC)[reply]

Introducing local vs global error[edit]

I'm going to work on this article locally, where I'll introduce local and global truncation errors. I will also mention how they're linked (i.e. lipshitz). User:TomFitzhenry/Truncation error TomFitzhenry (talk) 17:57, 23 October 2009 (UTC)[reply]