Homework Statement
Solve the initial value problem
Given: x=0, y=-2Homework Equations
2x(y+1)dx - ydy = 0The Attempt at a Solution
Manipulating the given equation:
--> 2x(y+1)dx - ydy = 0
--> 2xdx = ydy/(y+1)
--> 2xdx = (1 - 1/y+1)dy
--> 2x2/2 = y - ln(y+1) + lnC
(where lnC is a constant)...