Explicit Euler Method
Using the Finite Difference Method, we can solve Ordinary Differential Equations (ODEs). For example with the Euler method, where we first replace the derivatives with finite differences.
For an initial value problem, the ODE can be written as:
This is called the Explicit Euler method, or the forward Euler method, and we can calculate the total number of integration steps as and hence . A smaller we hence naturally improve the accuracy, but at a computational cost.