Improved Forward Euler Method
This combines Forward Euler Method with Trapezoidal Rule.
Use average of slope at start and (approximate) end.
We use these two equations:
- The Forward Euler Step
- The Trapezoidal Rule (turning it explicit using the value from step 1)
Local truncation error of .