3.22 problem 25

Internal problem ID [6063]

Book: Elementary differential equations. By Earl D. Rainville, Phillip E. Bedient. Macmilliam Publishing Co. NY. 6th edition. 1981.
Section: CHAPTER 16. Nonlinear equations. Section 99. Clairaut’s equation. EXERCISES Page 320
Problem number: 25.
ODE order: 1.
ODE degree: 2.

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

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

Solution by Maple

Time used: 0.156 (sec). Leaf size: 85

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

\begin{align*} \frac {c_{1}}{\left (-15 x -5 \sqrt {9 x^{2}+10 y \relax (x )}\right )^{\frac {3}{2}}}+\frac {2 x}{5}-\frac {\sqrt {9 x^{2}+10 y \relax (x )}}{5} = 0 \\ \frac {c_{1}}{\left (-15 x +5 \sqrt {9 x^{2}+10 y \relax (x )}\right )^{\frac {3}{2}}}+\frac {2 x}{5}+\frac {\sqrt {9 x^{2}+10 y \relax (x )}}{5} = 0 \\ \end{align*}

Solution by Mathematica

Time used: 3.218 (sec). Leaf size: 691

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

\begin{align*} y(x)\to \text {Root}\left [4 \text {$\#$1}^5+4 \text {$\#$1}^4 x^2+\text {$\#$1}^3 x^4+1000 \text {$\#$1}^2 c_1{}^5 x+900 \text {$\#$1} c_1{}^5 x^3+216 c_1{}^5 x^5-25000 c_1{}^{10}\&,1\right ] \\ y(x)\to \text {Root}\left [4 \text {$\#$1}^5+4 \text {$\#$1}^4 x^2+\text {$\#$1}^3 x^4+1000 \text {$\#$1}^2 c_1{}^5 x+900 \text {$\#$1} c_1{}^5 x^3+216 c_1{}^5 x^5-25000 c_1{}^{10}\&,2\right ] \\ y(x)\to \text {Root}\left [4 \text {$\#$1}^5+4 \text {$\#$1}^4 x^2+\text {$\#$1}^3 x^4+1000 \text {$\#$1}^2 c_1{}^5 x+900 \text {$\#$1} c_1{}^5 x^3+216 c_1{}^5 x^5-25000 c_1{}^{10}\&,3\right ] \\ y(x)\to \text {Root}\left [4 \text {$\#$1}^5+4 \text {$\#$1}^4 x^2+\text {$\#$1}^3 x^4+1000 \text {$\#$1}^2 c_1{}^5 x+900 \text {$\#$1} c_1{}^5 x^3+216 c_1{}^5 x^5-25000 c_1{}^{10}\&,4\right ] \\ y(x)\to \text {Root}\left [4 \text {$\#$1}^5+4 \text {$\#$1}^4 x^2+\text {$\#$1}^3 x^4+1000 \text {$\#$1}^2 c_1{}^5 x+900 \text {$\#$1} c_1{}^5 x^3+216 c_1{}^5 x^5-25000 c_1{}^{10}\&,5\right ] \\ y(x)\to \text {Root}\left [100000 \text {$\#$1}^5+100000 \text {$\#$1}^4 x^2+25000 \text {$\#$1}^3 x^4-1000 \text {$\#$1}^2 c_1{}^5 x-900 \text {$\#$1} c_1{}^5 x^3-216 c_1{}^5 x^5-c_1{}^{10}\&,1\right ] \\ y(x)\to \text {Root}\left [100000 \text {$\#$1}^5+100000 \text {$\#$1}^4 x^2+25000 \text {$\#$1}^3 x^4-1000 \text {$\#$1}^2 c_1{}^5 x-900 \text {$\#$1} c_1{}^5 x^3-216 c_1{}^5 x^5-c_1{}^{10}\&,2\right ] \\ y(x)\to \text {Root}\left [100000 \text {$\#$1}^5+100000 \text {$\#$1}^4 x^2+25000 \text {$\#$1}^3 x^4-1000 \text {$\#$1}^2 c_1{}^5 x-900 \text {$\#$1} c_1{}^5 x^3-216 c_1{}^5 x^5-c_1{}^{10}\&,3\right ] \\ y(x)\to \text {Root}\left [100000 \text {$\#$1}^5+100000 \text {$\#$1}^4 x^2+25000 \text {$\#$1}^3 x^4-1000 \text {$\#$1}^2 c_1{}^5 x-900 \text {$\#$1} c_1{}^5 x^3-216 c_1{}^5 x^5-c_1{}^{10}\&,4\right ] \\ y(x)\to \text {Root}\left [100000 \text {$\#$1}^5+100000 \text {$\#$1}^4 x^2+25000 \text {$\#$1}^3 x^4-1000 \text {$\#$1}^2 c_1{}^5 x-900 \text {$\#$1} c_1{}^5 x^3-216 c_1{}^5 x^5-c_1{}^{10}\&,5\right ] \\ y(x)\to 0 \\ \end{align*}