Numerical solution

1st order Explicit Euler

Naive numerical scheme: Approximation of the derivative
For a single particle with \(p,v\) variables: \( \left\{ \begin{array}{l} v^{k+1}=v^k + h\, F(u^k,t^k)/m \\ p^{k+1}=p^k + h\, v^k \end{array} \right. \)