Given the differential equation $u''=2u^3$, what method of reduction can I use to make it easier to solve?
The reduction order method requires a solution to be known and I am unsure on where to go from here.
Given the differential equation $u''=2u^3$, what method of reduction can I use to make it easier to solve?
The reduction order method requires a solution to be known and I am unsure on where to go from here.
Hint:$$u''=2u^3\to\\2u'u''=4u'u^3\to\\(u')^2=u^4+C_1\to\\u'=\pm\sqrt{u^4+C_1}$$can you finish now?