Note
Forward Euler
Topics: Numerical Methods
The forward Euler method is a first-order numerical procedure used to solve ordinary differential equations (ODEs) with a given initial value. It estimates the future value of a system by taking a small step along the current slope.
For the ODE problem with initial condition , Forward Euler advances the numerical simulation from to as
The above formula can be used to compute a running integral from data.
Forward Euler is an explicit method because all the information needed to compute the approximation at is already known at .
Geometric Interpretation: the slope is taken at the beginning of the interval and is held constant during the step.
References
Backlinks
Notes that reference this page.
Connections
Direct relationships to this note.