36.26 problem 1095

Internal problem ID [3800]

Book: Ordinary differential equations and their solutions. By George Moseley Murphy. 1960
Section: Various 36
Problem number: 1095.
ODE order: 1.
ODE degree: 4.

CAS Maple gives this as type [[_1st_order, _with_linear_symmetries]]

\[ \boxed {x {y^{\prime }}^{4}-2 y {y^{\prime }}^{3}+12 x^{3}=0} \]

Solution by Maple

Time used: 0.141 (sec). Leaf size: 62

dsolve(x*diff(y(x),x)^4-2*y(x)*diff(y(x),x)^3+12*x^3 = 0,y(x), singsol=all)
 

\begin{align*} y \left (x \right ) = -\frac {2 \sqrt {-6 x}\, x}{3} \\ y \left (x \right ) = \frac {2 \sqrt {-6 x}\, x}{3} \\ y \left (x \right ) = -\frac {2 \sqrt {6}\, x^{\frac {3}{2}}}{3} \\ y \left (x \right ) = \frac {2 \sqrt {6}\, x^{\frac {3}{2}}}{3} \\ y \left (x \right ) = 6 c_{1}^{3}+\frac {x^{2}}{2 c_{1}} \\ \end{align*}

Solution by Mathematica

Time used: 39.939 (sec). Leaf size: 30947

DSolve[x (y'[x])^4 -2 y[x] (y'[x])^3+12 x^3==0,y[x],x,IncludeSingularSolutions -> True]
 

Too large to display