I have the following equation :
$$\frac{dx}{dt} = -5(x-2)$$
$$\frac{dy}{dt} = 0$$
How do I change this differential equation to a difference equation ? Do I use Euler forward method ? I remember taking this before but I have totally forgotten about it. I tried reading online to refresh my memory but I did not really grasp the idea. I would really appreciate if someone can solve this particular equation step by step so that I can fully understand the solution, along with supporting key concept points to grasp the idea. Thanks.


