I want to solve the following differential equation
$$yy'' + (y')^2 = (y')^3.$$
But I don't understand how should I do it. At first, I thought that I should let $$u=y'$$
But the solution is
$$Cy^2 − x + y = D$$
And I can't understand how to solve it. Thanks.
let $$u(y)=\frac{dy(x)}{dx}$$ then we have $$u(y)^2+yu'(y)u(y)=u(y)^3$$ factorizing $$u(y)\left(-y\frac{du(y)}{dy}+u(y)^2-u(y)\right)=0$$ you must solve $$u(y)=0$$ or $$-y\frac{du(y)}{dy}+u(y)^2-u(y)=0$$ this Can be written as $$\frac{\frac{du(y)}{dy}}{u(y)^2-u(y)}=\frac{1}{y}$$ Can you finish?