Problem Statement
Consider the following dynamic system,
Where,

K=4 and m=4.
Find out the value of x(t) at the given value of t=2, with initial condition $x(0)$ and $\dot x(0)$, using the Euler method for numerical integration.
So far, I solved Euler method for differential equation. How could I solve it for dynamic system?