Coupled Non Linear Differential Equation

49 Views Asked by At

I am trying to solve the system:

(1) $\frac{dx}{dt} = x/(x + y)$,

(2) $\frac{dy}{dt} = y/(x + y)$

I have tried differentiating (1) and (2) to remove the effects of y and x respectively without success.

Any ideas?