Euler method - Wikipedia
en.wikipedia.org › wiki › Euler_methodThe local truncation error (LTE) introduced by the Euler method is given by the difference between these equations: L T E = y ( t 0 + h ) − y 1 = 1 2 h 2 y ″ ( t 0 ) + O ( h 3 ) . {\displaystyle \mathrm {LTE} =y (t_ {0}+h)-y_ {1}= {\frac {1} {2}}h^ {2}y'' (t_ {0})+O (h^ {3}).} has a bounded third derivative. .
Euler method - Wikipedia
https://en.wikipedia.org/wiki/Euler_methodConsider the problem of calculating the shape of an unknown curve which starts at a given point and satisfies a given differential equation. Here, a differential equation can be thought of as a formula by which the slope of the tangent line to the curve can be computed at any point on the curve, once the position of that point has been calculated. The idea is that while the curve is initially unknown, its starting point, which we denote by is kno…