Modified Euler Method
The modified Euler (or Heun's) method is a two-stage predictor-corrector method:
Predictor stage:

Corrector stage:
![{\displaystyle {\boldsymbol {x}}(t+\Delta t)={\boldsymbol {x}}(t)+{\frac {\Delta t}{2}}\left[{\boldsymbol {f}}({\boldsymbol {x}}(t),t)+{\boldsymbol {f}}({\boldsymbol {\tilde {x}}}(t+\Delta t),t)\right]\,}](https://wikimedia.org/api/rest_v1/media/math/render/svg/2d43a7de25bd214a3aebb2bf89f5e8734bfbdfd3)
4th-Order Runge Kutta Method
The 4th-order Runge-Kutta algorithm is one of the most popular numerical integration methods for power systems.




