Coupled differential equations method

116 Views Asked by At

$$\frac{dy}{dt} = (x-y)y$$

$$\frac{dx}{dt} = -y$$

How can I solve for $x(t), y(t)$? Is there a general method?

2

There are 2 best solutions below

1
On

enter image description here

The first thing you might do is put it on the machine and see what it looks like. It seems that without initial conditions this is necessary, perhaps it's a well known system.

1
On

$$\frac{\mathrm{d}y}{\mathrm{d}x}=\displaystyle\frac{\frac{\mathrm{d}y}{\mathrm{d}t}}{\frac{\mathrm{d}x}{\mathrm{d}t}} = y-x.$$ This is now a simple first order problem, with solutions $y = c\mathrm{e}^x+x+1.$ I think @Alan got his equations mixed around.