$$ \newcommand{\uex}{{u_{\small\mbox{e}}}} \newcommand{\half}{\frac{1}{2}} \newcommand{\tp}{\thinspace .} \newcommand{\Oof}[1]{\mathcal{O}(#1)} $$

« Previous
Next »

The Euler-Cromer method; complete formulas

Written out: $$ \begin{align} u^0 &= I,\\ v^0 &= 0,\\ v^{n+1} &= v^n -\Delta t \omega^2u^{n} \tag{3}\\ u^{n+1} &= u^n + \Delta t v^{n+1} \tag{4} \end{align} $$

Names: Forward-backward scheme, Semi-implicit Euler method, symplectic Euler, semi-explicit Euler, Newton-Stormer-Verlet, and Euler-Cromer.

« Previous
Next »