Solve dynamic system using Euler method

655 Views Asked by At

Problem Statement

Consider the following dynamic system, Dynamic System Where, enter image description here

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?