Edwardo_Elric
- 101
- 0
Homework Statement
Obtain the general solution:
(1 - x)y' = y^2
Homework Equations
The Attempt at a Solution
(1 - x)\frac{dy}{dx} = y^2
(1 - x)dy = y^2dx
\frac{dy}{y^2} = \frac{dx}{(1-x)}
integrating both sides:
i used ln on the constant at the right side
-\frac{1}{y} = \ln(1 - x) + \ln{c}
so my answer is:
-1 = y\ln{(c(1 - x))}
the answer seems to be different at the back of my book w/c is
1 = y\ln{(c(1 - x))} <<< no negative as before
can you tell me what's wrong with my soln?