[Math] Find the solution of the given initial value problem in explicit form.

integrationordinary differential equations

Find the solution of the given initial value problem
in explicit form.

$$ \frac{\text{d}y}{\text{d}x}=\frac{2x}{1+2y},\quad y(2)=0 $$

Can someone please help me with question. I separated the variables and got
$y^2 + y = x^2 + C$ but I have no clue how to transform that into explicit form? I know explicit form has all the y on the left and t on the right, but I am not sure how to do that with the above problem…

Best Answer

$$ \frac{dy}{dx} = \frac{2x}{1+2y}$$

$$ (1+2y)dy = 2x \ dx$$

$$ y^2 + y = x^2 +c$$

To find an explicit solution, you need to factorise the following quadratic to obtain $y$:

$$y^2 + y -x^2-c = 0$$

Use the quadratic formula:

$$y = \frac{-b \pm \sqrt{b^2-4ac}}{2a}$$

$a = 1, \ b = 1, \ c= -(x^2+c)$

Once you've obtained an expression for $y$, you can then use the boundary condition to find the constant.