Find the solutions to:$\displaystyle\frac{d^2y}{dx^2}=\left(\frac{dy}{dx}\right)^2$.
I got the following solutions:-
$\left(\frac{dy}{dx}\right)=0\Rightarrow y=c_1$ is a solution
$\left(\frac{dy}{dx}\right)=1\Rightarrow y=x+c_2$ is another solution
Are there any other solutions?
I dont have any idea about how to solve a $2^{nd}$ order non linear DE. As far as i Know , a $2^{nd}$ order linear DE could be solved with the help of auxillary equations , Is there any such similar methods applicable to this problem
Notice there is no 0th order derivative here. Hence, this is actually just a first-order equation in disguise. Substitute $v = \frac{dy}{dx}$ $$ \frac{dv}{dx} = v^2 $$
Separate this and solve
$$ v(x) = \frac{1}{c_1-x} $$
Then integrate back
$$ y(x) = c_2 -\ln|c_1-x| $$