1.45 problem 45

Internal problem ID [6678]

Book: Second order enumerated odes
Section: section 1
Problem number: 45.
ODE order: 2.
ODE degree: 2.

CAS Maple gives this as type [[_2nd_order, _missing_x]]

Solve \begin {gather*} \boxed {y \left (y^{\prime \prime }\right )^{2}+y^{\prime }=0} \end {gather*}

Solution by Maple

Time used: 0.172 (sec). Leaf size: 229

dsolve(y(x)*diff(y(x),x$2)^2+diff(y(x),x)=0,y(x), singsol=all)
 

\begin{align*} y \relax (x ) = c_{1} \\ y \relax (x ) = 0 \\ \int _{}^{y \relax (x )}-\frac {\textit {\_a}}{\left (c_{1} \textit {\_a}^{\frac {3}{2}}-3 \textit {\_a}^{2}\right )^{\frac {2}{3}}}d \textit {\_a} -x -c_{2} = 0 \\ \int _{}^{y \relax (x )}-\frac {\textit {\_a}}{\left (c_{1} \textit {\_a}^{\frac {3}{2}}+3 \textit {\_a}^{2}\right )^{\frac {2}{3}}}d \textit {\_a} -x -c_{2} = 0 \\ \int _{}^{y \relax (x )}-\frac {4 \textit {\_a}}{\left (c_{1} \textit {\_a}^{\frac {3}{2}}-3 \textit {\_a}^{2}\right )^{\frac {2}{3}} \left (-1+i \sqrt {3}\right )^{2}}d \textit {\_a} -x -c_{2} = 0 \\ \int _{}^{y \relax (x )}-\frac {4 \textit {\_a}}{\left (c_{1} \textit {\_a}^{\frac {3}{2}}-3 \textit {\_a}^{2}\right )^{\frac {2}{3}} \left (1+i \sqrt {3}\right )^{2}}d \textit {\_a} -x -c_{2} = 0 \\ \int _{}^{y \relax (x )}-\frac {4 \textit {\_a}}{\left (c_{1} \textit {\_a}^{\frac {3}{2}}+3 \textit {\_a}^{2}\right )^{\frac {2}{3}} \left (-1+i \sqrt {3}\right )^{2}}d \textit {\_a} -x -c_{2} = 0 \\ \int _{}^{y \relax (x )}-\frac {4 \textit {\_a}}{\left (c_{1} \textit {\_a}^{\frac {3}{2}}+3 \textit {\_a}^{2}\right )^{\frac {2}{3}} \left (1+i \sqrt {3}\right )^{2}}d \textit {\_a} -x -c_{2} = 0 \\ \end{align*}

Solution by Mathematica

Time used: 1.699 (sec). Leaf size: 23861

DSolve[y[x]*y''[x]^2+y'[x]==0,y[x],x,IncludeSingularSolutions -> True]
 

Too large to display