2.1.51 Problem 51

2.1.51.1 Solved by factoring the differential equation
2.1.51.2 Solved by factoring the differential equation
2.1.51.3 Maple
2.1.51.4 Mathematica
2.1.51.5 Sympy

Internal problem ID [10410]
Book : Second order enumerated odes
Section : section 1
Problem number : 51
Date solved : Monday, December 08, 2025 at 08:47:35 PM
CAS classification : [[_2nd_order, _missing_x]]

2.1.51.1 Solved by factoring the differential equation

Time used: 63.289 (sec)

\begin{align*} y {y^{\prime \prime }}^{3}+y^{3} y^{\prime }&=0 \\ \end{align*}
Writing the ode as
\begin{align*} \left (y\right )\left ({y^{\prime \prime }}^{3}+y^{2} y^{\prime }\right )&=0 \end{align*}

Therefore we need to solve the following equations

\begin{align*} \tag{1} y &= 0 \\ \tag{2} {y^{\prime \prime }}^{3}+y^{2} y^{\prime } &= 0 \\ \end{align*}
Now each of the above equations is solved in turn.

Solving equation (1)

Entering zero order ode solverSolving for \(y\) from

\begin{align*} y = 0 \end{align*}

Solving gives

\begin{align*} y &= 0 \\ \end{align*}
Solving equation (2)

Entering second order ode missing \(x\) solverThis is missing independent variable second order ode. Solved by reduction of order by using substitution which makes the dependent variable \(y\) an independent variable. Using

\begin{align*} y' &= p \end{align*}

Then

\begin{align*} y'' &= \frac {dp}{dx}\\ &= \frac {dp}{dy}\frac {dy}{dx}\\ &= p \frac {dp}{dy} \end{align*}

Hence the ode becomes

\begin{align*} p \left (y \right )^{3} \left (\frac {d}{d y}p \left (y \right )\right )^{3}+y^{2} p \left (y \right ) = 0 \end{align*}

Which is now solved as first order ode for \(p(y)\).

2.1.51.2 Solved by factoring the differential equation

Time used: 7.263 (sec)

\begin{align*} p^{3} {p^{\prime }}^{3}+y^{2} p&=0 \\ \end{align*}
Writing the ode as
\begin{align*} \left (p\right )\left ({p^{\prime }}^{3} p^{2}+y^{2}\right )&=0 \end{align*}

Therefore we need to solve the following equations

\begin{align*} \tag{1} p &= 0 \\ \tag{2} {p^{\prime }}^{3} p^{2}+y^{2} &= 0 \\ \end{align*}
Now each of the above equations is solved in turn.

Solving equation (1)

Entering zero order ode solverSolving for \(p\) from

\begin{align*} p = 0 \end{align*}

Solving gives

\begin{align*} p &= 0 \\ \end{align*}
Solving equation (2)

Entering first order ode dAlembert solverLet \(p=p^{\prime }\) the ode becomes

\begin{align*} p^{3} p^{2}+y^{2} = 0 \end{align*}

Solving for \(p\) from the above results in

\begin{align*} \tag{1} p &= -\frac {y}{\sqrt {-p}\, p} \\ \tag{2} p &= \frac {y}{\sqrt {-p}\, p} \\ \end{align*}
This has the form
\begin{align*} p=y f(p)+g(p)\tag {*} \end{align*}

Where \(f,g\) are functions of \(p=p'(y)\). Each of the above ode’s is dAlembert ode which is now solved.

Solving ode 1A

Taking derivative of (*) w.r.t. \(y\) gives

\begin{align*} p &= f+(y f'+g') \frac {dp}{dy}\\ p-f &= (y f'+g') \frac {dp}{dy}\tag {2} \end{align*}

Comparing the form \(p=y f + g\) to (1A) shows that

\begin{align*} f &= \frac {1}{\left (-p \right )^{{3}/{2}}}\\ g &= 0 \end{align*}

Hence (2) becomes

\begin{equation} \tag{2A} p -\frac {1}{\left (-p \right )^{{3}/{2}}} = \frac {3 y p^{\prime }\left (y \right )}{2 \left (-p \right )^{{5}/{2}}} \end{equation}
The singular solution is found by setting \(\frac {dp}{dy}=0\) in the above which gives
\begin{align*} p -\frac {1}{\left (-p \right )^{{3}/{2}}} = 0 \end{align*}

No valid singular solutions found.

The general solution is found when \( \frac { \mathop {\mathrm {d}p}}{\mathop {\mathrm {d}y}}\neq 0\). From eq. (2A). This results in

\begin{equation} \tag{3} p^{\prime }\left (y \right ) = \frac {2 \left (p \left (y \right )-\frac {1}{\left (-p \left (y \right )\right )^{{3}/{2}}}\right ) \left (-p \left (y \right )\right )^{{5}/{2}}}{3 y} \end{equation}
This ODE is now solved for \(p \left (y \right )\). No inversion is needed.

The ode

\begin{equation} p^{\prime }\left (y \right ) = \frac {2 p \left (y \right ) \left (\sqrt {-p \left (y \right )}+1\right ) \left (p \left (y \right )^{2}-\left (-p \left (y \right )\right )^{{3}/{2}}-p \left (y \right )-\sqrt {-p \left (y \right )}+1\right )}{3 y} \end{equation}
is separable as it can be written as
\begin{align*} p^{\prime }\left (y \right )&= \frac {2 p \left (y \right ) \left (\sqrt {-p \left (y \right )}+1\right ) \left (p \left (y \right )^{2}-\left (-p \left (y \right )\right )^{{3}/{2}}-p \left (y \right )-\sqrt {-p \left (y \right )}+1\right )}{3 y}\\ &= f(y) g(p) \end{align*}

Where

\begin{align*} f(y) &= \frac {2}{3 y}\\ g(p) &= p \left (\sqrt {-p}+1\right ) \left (p^{2}-\left (-p \right )^{{3}/{2}}-p -\sqrt {-p}+1\right ) \end{align*}

Integrating gives

\begin{align*} \int { \frac {1}{g(p)} \,dp} &= \int { f(y) \,dy} \\ \int { \frac {1}{p \left (\sqrt {-p}+1\right ) \left (p^{2}-\left (-p \right )^{{3}/{2}}-p -\sqrt {-p}+1\right )}\,dp} &= \int { \frac {2}{3 y} \,dy} \\ \end{align*}
\[ -\frac {2 \ln \left (p \left (y \right )^{2}-\left (-p \left (y \right )\right )^{{3}/{2}}-p \left (y \right )-\sqrt {-p \left (y \right )}+1\right )}{5}+\ln \left (-p \left (y \right )\right )-\frac {2 \ln \left (\sqrt {-p \left (y \right )}+1\right )}{5}=\ln \left (y^{{2}/{3}}\right )+c_1 \]
We now need to find the singular solutions, these are found by finding for what values \(g(p)\) is zero, since we had to divide by this above. Solving \(g(p)=0\) or
\[ p \left (\sqrt {-p}+1\right ) \left (p^{2}-\left (-p \right )^{{3}/{2}}-p -\sqrt {-p}+1\right )=0 \]
for \(p \left (y \right )\) gives
\begin{align*} p \left (y \right )&=0\\ p \left (y \right )&=-\operatorname {RootOf}\left (\textit {\_Z}^{4}-\textit {\_Z}^{3}+\textit {\_Z}^{2}-\textit {\_Z} +1, \operatorname {index} =1\right )^{2} \end{align*}

Now we go over each such singular solution and check if it verifies the ode itself and any initial conditions given. If it does not then the singular solution will not be used.

The solution \(-\operatorname {RootOf}\left (\textit {\_Z}^{4}-\textit {\_Z}^{3}+\textit {\_Z}^{2}-\textit {\_Z} +1, \operatorname {index} =1\right )^{2}\) will not be used

Therefore the solutions found are

\begin{align*} -\frac {2 \ln \left (p \left (y \right )^{2}-\left (-p \left (y \right )\right )^{{3}/{2}}-p \left (y \right )-\sqrt {-p \left (y \right )}+1\right )}{5}+\ln \left (-p \left (y \right )\right )-\frac {2 \ln \left (\sqrt {-p \left (y \right )}+1\right )}{5} &= \ln \left (y^{{2}/{3}}\right )+c_1 \\ p \left (y \right ) &= 0 \\ \end{align*}
Substituing the above solution for \(p\) in (2A) gives
\begin{align*} p &= \frac {y}{{\left ({\left ({\operatorname {RootOf}\left (-1+\left (y^{{10}/{3}} {\mathrm e}^{5 c_1}-1\right ) \textit {\_Z}^{50}+\left (-10 y^{{10}/{3}} {\mathrm e}^{5 c_1}+10\right ) \textit {\_Z}^{45}+\left (45 y^{{10}/{3}} {\mathrm e}^{5 c_1}-45\right ) \textit {\_Z}^{40}+\left (-120 y^{{10}/{3}} {\mathrm e}^{5 c_1}+120\right ) \textit {\_Z}^{35}+\left (210 y^{{10}/{3}} {\mathrm e}^{5 c_1}-210\right ) \textit {\_Z}^{30}+\left (-250 y^{{10}/{3}} {\mathrm e}^{5 c_1}+252\right ) \textit {\_Z}^{25}+\left (200 y^{{10}/{3}} {\mathrm e}^{5 c_1}-210\right ) \textit {\_Z}^{20}+\left (-100 y^{{10}/{3}} {\mathrm e}^{5 c_1}+120\right ) \textit {\_Z}^{15}+\left (25 y^{{10}/{3}} {\mathrm e}^{5 c_1}-45\right ) \textit {\_Z}^{10}+10 \textit {\_Z}^{5}\right )}^{5}-1\right )}^{2}\right )}^{{3}/{2}}} \\ \end{align*}
Solving ode 2A

Taking derivative of (*) w.r.t. \(y\) gives

\begin{align*} p &= f+(y f'+g') \frac {dp}{dy}\\ p-f &= (y f'+g') \frac {dp}{dy}\tag {2} \end{align*}

Comparing the form \(p=y f + g\) to (1A) shows that

\begin{align*} f &= -\frac {1}{\left (-p \right )^{{3}/{2}}}\\ g &= 0 \end{align*}

Hence (2) becomes

\begin{equation} \tag{2A} p +\frac {1}{\left (-p \right )^{{3}/{2}}} = -\frac {3 y p^{\prime }\left (y \right )}{2 \left (-p \right )^{{5}/{2}}} \end{equation}
The singular solution is found by setting \(\frac {dp}{dy}=0\) in the above which gives
\begin{align*} p +\frac {1}{\left (-p \right )^{{3}/{2}}} = 0 \end{align*}

Solving the above for \(p\) results in

\begin{align*} p_{1} &=-1 \end{align*}

Substituting these in (1A) and keeping singular solution that verifies the ode gives

\begin{align*} p = -y \end{align*}

The general solution is found when \( \frac { \mathop {\mathrm {d}p}}{\mathop {\mathrm {d}y}}\neq 0\). From eq. (2A). This results in

\begin{equation} \tag{3} p^{\prime }\left (y \right ) = -\frac {2 \left (p \left (y \right )+\frac {1}{\left (-p \left (y \right )\right )^{{3}/{2}}}\right ) \left (-p \left (y \right )\right )^{{5}/{2}}}{3 y} \end{equation}
This ODE is now solved for \(p \left (y \right )\). No inversion is needed.

The ode

\begin{equation} p^{\prime }\left (y \right ) = -\frac {2 p \left (y \right ) \left (\sqrt {-p \left (y \right )}-1\right ) \left (p \left (y \right )^{2}+\left (-p \left (y \right )\right )^{{3}/{2}}-p \left (y \right )+\sqrt {-p \left (y \right )}+1\right )}{3 y} \end{equation}
is separable as it can be written as
\begin{align*} p^{\prime }\left (y \right )&= -\frac {2 p \left (y \right ) \left (\sqrt {-p \left (y \right )}-1\right ) \left (p \left (y \right )^{2}+\left (-p \left (y \right )\right )^{{3}/{2}}-p \left (y \right )+\sqrt {-p \left (y \right )}+1\right )}{3 y}\\ &= f(y) g(p) \end{align*}

Where

\begin{align*} f(y) &= -\frac {2}{3 y}\\ g(p) &= p \left (p^{2}+\left (-p \right )^{{3}/{2}}-p +\sqrt {-p}+1\right ) \left (\sqrt {-p}-1\right ) \end{align*}

Integrating gives

\begin{align*} \int { \frac {1}{g(p)} \,dp} &= \int { f(y) \,dy} \\ \int { \frac {1}{p \left (p^{2}+\left (-p \right )^{{3}/{2}}-p +\sqrt {-p}+1\right ) \left (\sqrt {-p}-1\right )}\,dp} &= \int { -\frac {2}{3 y} \,dy} \\ \end{align*}
\[ -\ln \left (-p \left (y \right )\right )+\frac {2 \ln \left (\sqrt {-p \left (y \right )}-1\right )}{5}+\frac {2 \ln \left (p \left (y \right )^{2}+\left (-p \left (y \right )\right )^{{3}/{2}}-p \left (y \right )+\sqrt {-p \left (y \right )}+1\right )}{5}=\ln \left (\frac {1}{y^{{2}/{3}}}\right )+c_2 \]
We now need to find the singular solutions, these are found by finding for what values \(g(p)\) is zero, since we had to divide by this above. Solving \(g(p)=0\) or
\[ p \left (p^{2}+\left (-p \right )^{{3}/{2}}-p +\sqrt {-p}+1\right ) \left (\sqrt {-p}-1\right )=0 \]
for \(p \left (y \right )\) gives
\begin{align*} p \left (y \right )&=-1\\ p \left (y \right )&=0 \end{align*}

Now we go over each such singular solution and check if it verifies the ode itself and any initial conditions given. If it does not then the singular solution will not be used.

Therefore the solutions found are

\begin{align*} -\ln \left (-p \left (y \right )\right )+\frac {2 \ln \left (\sqrt {-p \left (y \right )}-1\right )}{5}+\frac {2 \ln \left (p \left (y \right )^{2}+\left (-p \left (y \right )\right )^{{3}/{2}}-p \left (y \right )+\sqrt {-p \left (y \right )}+1\right )}{5} &= \ln \left (\frac {1}{y^{{2}/{3}}}\right )+c_2 \\ p \left (y \right ) &= -1 \\ p \left (y \right ) &= 0 \\ \end{align*}
Substituing the above solution for \(p\) in (2A) gives
\begin{align*} p &= -\frac {y}{{\left (\left (-\frac {y^{{10}/{3}}-{\mathrm e}^{5 c_2}-{\left (\left (y^{{10}/{3}}+{\mathrm e}^{2 c_2} \sqrt {y^{{10}/{3}} {\mathrm e}^{c_2}}\right ) \left (y^{{10}/{3}}-{\mathrm e}^{5 c_2}\right )^{4}\right )}^{{1}/{5}}}{y^{{10}/{3}}-{\mathrm e}^{5 c_2}}+1\right )^{2}\right )}^{{3}/{2}}} \\ p &= -y \\ \end{align*}
Simplifying the above gives
\begin{align*} p &= \frac {y}{{\left ({\left ({\operatorname {RootOf}\left (-1+\left (y^{{10}/{3}} {\mathrm e}^{5 c_1}-1\right ) \textit {\_Z}^{50}+\left (-10 y^{{10}/{3}} {\mathrm e}^{5 c_1}+10\right ) \textit {\_Z}^{45}+\left (45 y^{{10}/{3}} {\mathrm e}^{5 c_1}-45\right ) \textit {\_Z}^{40}+\left (-120 y^{{10}/{3}} {\mathrm e}^{5 c_1}+120\right ) \textit {\_Z}^{35}+\left (210 y^{{10}/{3}} {\mathrm e}^{5 c_1}-210\right ) \textit {\_Z}^{30}+\left (-250 y^{{10}/{3}} {\mathrm e}^{5 c_1}+252\right ) \textit {\_Z}^{25}+\left (200 y^{{10}/{3}} {\mathrm e}^{5 c_1}-210\right ) \textit {\_Z}^{20}+\left (-100 y^{{10}/{3}} {\mathrm e}^{5 c_1}+120\right ) \textit {\_Z}^{15}+\left (25 y^{{10}/{3}} {\mathrm e}^{5 c_1}-45\right ) \textit {\_Z}^{10}+10 \textit {\_Z}^{5}\right )}^{5}-1\right )}^{2}\right )}^{{3}/{2}}} \\ p &= -y \\ p &= -\frac {y}{{\left (\frac {{\left (\left (y^{{10}/{3}}+{\mathrm e}^{2 c_2} \sqrt {y^{{10}/{3}} {\mathrm e}^{c_2}}\right ) \left (y^{{10}/{3}}-{\mathrm e}^{5 c_2}\right )^{4}\right )}^{{2}/{5}}}{\left (y^{{10}/{3}}-{\mathrm e}^{5 c_2}\right )^{2}}\right )}^{{3}/{2}}} \\ p &= -y \\ \end{align*}
The solution
\[ p = \frac {y}{{\left ({\left ({\operatorname {RootOf}\left (-1+\left (y^{{10}/{3}} {\mathrm e}^{5 c_1}-1\right ) \textit {\_Z}^{50}+\left (-10 y^{{10}/{3}} {\mathrm e}^{5 c_1}+10\right ) \textit {\_Z}^{45}+\left (45 y^{{10}/{3}} {\mathrm e}^{5 c_1}-45\right ) \textit {\_Z}^{40}+\left (-120 y^{{10}/{3}} {\mathrm e}^{5 c_1}+120\right ) \textit {\_Z}^{35}+\left (210 y^{{10}/{3}} {\mathrm e}^{5 c_1}-210\right ) \textit {\_Z}^{30}+\left (-250 y^{{10}/{3}} {\mathrm e}^{5 c_1}+252\right ) \textit {\_Z}^{25}+\left (200 y^{{10}/{3}} {\mathrm e}^{5 c_1}-210\right ) \textit {\_Z}^{20}+\left (-100 y^{{10}/{3}} {\mathrm e}^{5 c_1}+120\right ) \textit {\_Z}^{15}+\left (25 y^{{10}/{3}} {\mathrm e}^{5 c_1}-45\right ) \textit {\_Z}^{10}+10 \textit {\_Z}^{5}\right )}^{5}-1\right )}^{2}\right )}^{{3}/{2}}} \]
was found not to satisfy the ode or the IC. Hence it is removed. The solution
\[ p = -\frac {y}{{\left (\frac {{\left (\left (y^{{10}/{3}}+{\mathrm e}^{2 c_2} \sqrt {y^{{10}/{3}} {\mathrm e}^{c_2}}\right ) \left (y^{{10}/{3}}-{\mathrm e}^{5 c_2}\right )^{4}\right )}^{{2}/{5}}}{\left (y^{{10}/{3}}-{\mathrm e}^{5 c_2}\right )^{2}}\right )}^{{3}/{2}}} \]
was found not to satisfy the ode or the IC. Hence it is removed.

Summary of solutions found

\begin{align*} p &= 0 \\ p &= -y \\ \end{align*}
For solution (1) found earlier, since \(p=y^{\prime }\) then we now have a new first order ode to solve which is
\begin{align*} y^{\prime } = 0 \end{align*}

Entering first order ode quadrature solverSince the ode has the form \(y^{\prime }=f(x)\), then we only need to integrate \(f(x)\).

\begin{align*} \int {dy} &= \int {0\, dx} + c_3 \\ y &= c_3 \end{align*}

For solution (2) found earlier, since \(p=y^{\prime }\) then we now have a new first order ode to solve which is

\begin{align*} y^{\prime } = -y \end{align*}

Entering first order ode autonomous solverIntegrating gives

\begin{align*} \int -\frac {1}{y}d y &= dx\\ -\ln \left (y \right )&= x +c_4 \end{align*}

Singular solutions are found by solving

\begin{align*} -y&= 0 \end{align*}

for \(y\). This is because we had to divide by this in the above step. This gives the following singular solution(s), which also have to satisfy the given ODE.

\begin{align*} y = 0 \end{align*}

Solving for \(y\) gives

\begin{align*} y &= 0 \\ y &= {\mathrm e}^{-x -c_4} \\ \end{align*}

Summary of solutions found

\begin{align*} y &= 0 \\ y &= c_3 \\ y &= {\mathrm e}^{-x -c_4} \\ \end{align*}
2.1.51.3 Maple. Time used: 0.080 (sec). Leaf size: 128
ode:=y(x)*diff(diff(y(x),x),x)^3+y(x)^3*diff(y(x),x) = 0; 
dsolve(ode,y(x), singsol=all);
 
\begin{align*} y &= 0 \\ y &= c_1 \\ y &= {\mathrm e}^{\int \operatorname {RootOf}\left (x -\int _{}^{\textit {\_Z}}-\frac {1}{\textit {\_f}^{2}-\left (-\textit {\_f} \right )^{{1}/{3}}}d \textit {\_f} +c_1 \right )d x +c_2} \\ y &= {\mathrm e}^{\int \operatorname {RootOf}\left (x +2 \int _{}^{\textit {\_Z}}\frac {1}{i \left (-\textit {\_f} \right )^{{1}/{3}} \sqrt {3}+2 \textit {\_f}^{2}+\left (-\textit {\_f} \right )^{{1}/{3}}}d \textit {\_f} +c_1 \right )d x +c_2} \\ y &= {\mathrm e}^{\int \operatorname {RootOf}\left (x -2 \int _{}^{\textit {\_Z}}\frac {1}{i \left (-\textit {\_f} \right )^{{1}/{3}} \sqrt {3}-2 \textit {\_f}^{2}-\left (-\textit {\_f} \right )^{{1}/{3}}}d \textit {\_f} +c_1 \right )d x +c_2} \\ \end{align*}

Maple trace

Methods for second order ODEs: 
   *** Sublevel 2 *** 
   Methods for second order ODEs: 
   Successful isolation of d^2y/dx^2: 3 solutions were found. Trying to solve e\ 
ach resulting ODE. 
      *** Sublevel 3 *** 
      Methods for second order ODEs: 
      --- Trying classification methods --- 
      trying 2nd order Liouville 
      trying 2nd order WeierstrassP 
      trying 2nd order JacobiSN 
      differential order: 2; trying a linearization to 3rd order 
      trying 2nd order ODE linearizable_by_differentiation 
      trying 2nd order, 2 integrating factors of the form mu(x,y) 
      trying differential order: 2; missing variables 
         -> Computing symmetries using: way = 3 
      Try integration with the canonical coordinates of the symmetry [0, y] 
      -> Calling odsolve with the ODE, diff(_b(_a),_a) = -_b(_a)^2+(-_b(_a))^(1 
/3), _b(_a), explicit, HINT = [[1, 0]] 
         *** Sublevel 4 *** 
         symmetry methods on request 
         1st order, trying reduction of order with given symmetries: 
[1, 0] 
         1st order, trying the canonical coordinates of the invariance group 
         <- 1st order, canonical coordinates successful 
      <- differential order: 2; canonical coordinates successful 
      <- differential order 2; missing variables successful 
   ------------------- 
   * Tackling next ODE. 
      *** Sublevel 3 *** 
      Methods for second order ODEs: 
      --- Trying classification methods --- 
      trying 2nd order Liouville 
      trying 2nd order WeierstrassP 
      trying 2nd order JacobiSN 
      differential order: 2; trying a linearization to 3rd order 
      trying 2nd order ODE linearizable_by_differentiation 
      trying 2nd order, 2 integrating factors of the form mu(x,y) 
      trying differential order: 2; missing variables 
         -> Computing symmetries using: way = 3 
      Try integration with the canonical coordinates of the symmetry [0, y] 
      -> Calling odsolve with the ODE, diff(_b(_a),_a) = -1/2*I*(-_b(_a))^(1/3) 
*3^(1/2)-_b(_a)^2-1/2*(-_b(_a))^(1/3), _b(_a), explicit, HINT = [[1, 0]] 
         *** Sublevel 4 *** 
         symmetry methods on request 
         1st order, trying reduction of order with given symmetries: 
[1, 0] 
         1st order, trying the canonical coordinates of the invariance group 
         <- 1st order, canonical coordinates successful 
      <- differential order: 2; canonical coordinates successful 
      <- differential order 2; missing variables successful 
   ------------------- 
   * Tackling next ODE. 
      *** Sublevel 3 *** 
      Methods for second order ODEs: 
      --- Trying classification methods --- 
      trying 2nd order Liouville 
      trying 2nd order WeierstrassP 
      trying 2nd order JacobiSN 
      differential order: 2; trying a linearization to 3rd order 
      trying 2nd order ODE linearizable_by_differentiation 
      trying 2nd order, 2 integrating factors of the form mu(x,y) 
      trying differential order: 2; missing variables 
         -> Computing symmetries using: way = 3 
      Try integration with the canonical coordinates of the symmetry [0, y] 
      -> Calling odsolve with the ODE, diff(_b(_a),_a) = 1/2*I*(-_b(_a))^(1/3)* 
3^(1/2)-_b(_a)^2-1/2*(-_b(_a))^(1/3), _b(_a), explicit, HINT = [[1, 0]] 
         *** Sublevel 4 *** 
         symmetry methods on request 
         1st order, trying reduction of order with given symmetries: 
[1, 0] 
         1st order, trying the canonical coordinates of the invariance group 
         <- 1st order, canonical coordinates successful 
      <- differential order: 2; canonical coordinates successful 
      <- differential order 2; missing variables successful 
-> Calling odsolve with the ODE, diff(y(x),x) = 0, y(x), singsol = none 
   *** Sublevel 2 *** 
   Methods for first order ODEs: 
   --- Trying classification methods --- 
   trying a quadrature 
   trying 1st order linear 
   <- 1st order linear successful
 
2.1.51.4 Mathematica. Time used: 1.62 (sec). Leaf size: 800
ode=y[x]*D[y[x],{x,2}]^3+y[x]^3*D[y[x],x]==0; 
ic={}; 
DSolve[{ode,ic},y[x],x,IncludeSingularSolutions->True]
 
\begin{align*} \text {Solution too large to show}\end{align*}
2.1.51.5 Sympy. Time used: 0.161 (sec). Leaf size: 3
from sympy import * 
x = symbols("x") 
y = Function("y") 
ode = Eq(y(x)**3*Derivative(y(x), x) + y(x)*Derivative(y(x), (x, 2))**3,0) 
ics = {} 
dsolve(ode,func=y(x),ics=ics)
 
\[ y{\left (x \right )} = 0 \]