How to solve the equation $$\frac{d^2 x}{dt^2} -t \frac{d^3 x} {dt^3} + \left(\frac{d^3x}{dt^3}\right)^3 = 0.$$
I supposed $\frac{d^2 x}{dt^2} = p$ , and then I can know that $p-t \frac{dp}{dt}+\left(\frac{dp}{dt}\right)^2=0$, however, I don't know how to continue. Can somebody tell me how to solve the differential equation?
That is a good approach.
We have:
$$x'' = p \implies x''' = p'$$
Rewriting, we have:
This gives us two items to solve:
$$p'' = 0, t - 3(p')^2 = 0$$
Can you take it from here?