35.21 problem 1054

Internal problem ID [4275]

Book: Ordinary differential equations and their solutions. By George Moseley Murphy. 1960
Section: Various 35
Problem number: 1054.
ODE order: 1.
ODE degree: 3.

CAS Maple gives this as type [_quadrature]

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

Solution by Maple

Time used: 0.14 (sec). Leaf size: 369

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

\begin{align*} y \left (x \right ) = 0 x -\left (\int _{}^{y \left (x \right )}\frac {6 \,3^{\frac {1}{3}} \left (-1+54 \textit {\_a} +6 \sqrt {81 \textit {\_a}^{2}-3 \textit {\_a}}\right )^{\frac {1}{3}}}{3^{\frac {1}{3}} \left (-1+54 \textit {\_a} +6 \sqrt {81 \textit {\_a}^{2}-3 \textit {\_a}}\right )^{\frac {2}{3}}+3^{\frac {1}{3}}-\left (\sqrt {3}\, \left (54 \sqrt {3}\, \textit {\_a} -\sqrt {3}+18 \sqrt {\textit {\_a} \left (-1+27 \textit {\_a} \right )}\right )\right )^{\frac {1}{3}}}d \textit {\_a} \right )-c_{1} = 0 x -\left (\int _{}^{y \left (x \right )}-\frac {12 \,3^{\frac {1}{3}} \left (-1+54 \textit {\_a} +6 \sqrt {81 \textit {\_a}^{2}-3 \textit {\_a}}\right )^{\frac {1}{3}}}{i 3^{\frac {5}{6}} \left (-1+54 \textit {\_a} +6 \sqrt {81 \textit {\_a}^{2}-3 \textit {\_a}}\right )^{\frac {2}{3}}-i 3^{\frac {5}{6}}+3^{\frac {1}{3}} \left (-1+54 \textit {\_a} +6 \sqrt {81 \textit {\_a}^{2}-3 \textit {\_a}}\right )^{\frac {2}{3}}+3^{\frac {1}{3}}+2 \left (\sqrt {3}\, \left (54 \sqrt {3}\, \textit {\_a} -\sqrt {3}+18 \sqrt {\textit {\_a} \left (-1+27 \textit {\_a} \right )}\right )\right )^{\frac {1}{3}}}d \textit {\_a} \right )-c_{1} = 0 x -\left (\int _{}^{y \left (x \right )}-\frac {12 \,3^{\frac {1}{3}} \left (-1+54 \textit {\_a} +6 \sqrt {81 \textit {\_a}^{2}-3 \textit {\_a}}\right )^{\frac {1}{3}}}{-i 3^{\frac {5}{6}} \left (-1+54 \textit {\_a} +6 \sqrt {81 \textit {\_a}^{2}-3 \textit {\_a}}\right )^{\frac {2}{3}}+i 3^{\frac {5}{6}}+3^{\frac {1}{3}} \left (-1+54 \textit {\_a} +6 \sqrt {81 \textit {\_a}^{2}-3 \textit {\_a}}\right )^{\frac {2}{3}}+3^{\frac {1}{3}}+2 \left (\sqrt {3}\, \left (54 \sqrt {3}\, \textit {\_a} -\sqrt {3}+18 \sqrt {\textit {\_a} \left (-1+27 \textit {\_a} \right )}\right )\right )^{\frac {1}{3}}}d \textit {\_a} \right )-c_{1} = 0 \end{align*}

Solution by Mathematica

Time used: 0.0 (sec). Leaf size: 0

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

Timed out