I can solve it when $y$ is not there on left-hand side. Not getting any approach how to do it. Please help.
2026-04-02 18:15:33.1775153733
Solve differential equation $yy''=2x(y')^2$
102 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Suppose $y\neq 0$. Let $$ p=\ln y$$ and then $$ p'=\frac{y'}{y}. $$ So $$p''=\frac{y''y-(y')^2}{y^2}=\frac{2x(y')^2-(y')^2}{y^2}=(2x-1)\bigg(\frac{y'}{y}\bigg)^2=(2x-1)(p')^2. $$ and hence $$ \frac{p''}{(p')^2}=2x-1. $$ Integrating both sides gives $$ -\frac{1}{p'}=x^2-x+C. $$ You can do the rest.