Jamin2112
- 973
- 12
Homework Statement
Find the solution to each of the following initial value problems in explicit form.
(a) y'=(2x)/(y+x2y), y(0)=-2
Homework Equations
Uhhhhh I suppose it would be relevant to mention that an equation in the form dy/dx = g(x)h(y) is separable
The Attempt at a Solution
y'=(2x)/(y+x2y)=[1/y][2x/(1+x2)]
==> y dy=2x/(1+x2) dx
==> y2/2 + C1 = ln|1+x2| + C2
==> y2/2 = ln|1+x2| + C (C = C2 - C1, just to combine into one constant)
==> (-2)2/2 = ln|1+02| + C
==> C = 2
==> y2 = 2ln|1+02| + 4
==> y = +/- √(2ln|1+x2| + 4)
That just seems a little too complicated an answer.