beetle2
- 110
- 0
Homework Statement
y' = \frac{y+y^2}{x+x^2}
Homework Equations
separation of variables
The Attempt at a Solution
I start with
y' = \frac{y+y^2}{x+x^2}
which is
\frac{dy}{dx} = \frac{y+y^2}{x+x^2}
next step is
dy = \frac{y+y^2}{x+x^2}dx
than I divide both sides by y+y^2
so gives
\frac{dy}{y+y^2} = \frac{1}{x+x^2}dx
so then I integrate both sides.
\int\frac{dy}{y+y^2} = \int\frac{1}{x+x^2}dx
which gives
ln\right[\frac{\mid y\mid}{\mid y+1\mid}\left]=ln\right[\frac{\mid x\mid}{\mid x+1\mid}\left]
Is this right so far?