use elimination to solve each system of differential equatio
use elimination to solve each system of differential equations 2x\' +y\'=-x ; x\'+y\'=x
Solution
Given 2xl + yl = -x ............(1)
xl + yl = x .............(2)
ie , xl +( xl + yl) = -x
xl + x = -x
xl = -2x
integrating , x = -x2 +C
Now Substituting the value of x in eqn (2)
-x2 + yl = x
ie , yl = x + x2
Integrating , y = x2/2 + x3/3 +C
So the solution of the system is x = -x2 +C and y = x2/2 + x3/3 +C
