Talk:Truncation error
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.

