2.1616   ODE No. 1616

\[ \frac {1}{4} \left (a^2-1\right ) y(x)+a y'(x)+b y(x)^n+y''(x)=0 \] Mathematica : cpu = 12.9175 (sec), leaf count = 0


, could not solve

DSolve[((-1 + a^2)*y[x])/4 + b*y[x]^n + a*Derivative[1][y][x] + Derivative[2][y][x] == 0, y[x], x]

Maple : cpu = 0. (sec), leaf count = 0


, result contains DESol or ODESolStruc

\[y \relax (x ) = \textit {\_a} \boldsymbol {\mathrm {where}}\left [\left \{\left (\frac {d}{d \textit {\_a}}\mathrm {\_}\mathrm {b}\left (\textit {\_a} \right )\right ) \textit {\_}b\left (\textit {\_a} \right )+a \textit {\_}b\left (\textit {\_a} \right )+b \,\textit {\_a}^{n}+\frac {\textit {\_a} \,a^{2}}{4}-\frac {\textit {\_a}}{4}=0\right \}, \left \{\textit {\_a} =y \relax (x ), \textit {\_}b\left (\textit {\_a} \right )=\frac {d}{d x}y \relax (x )\right \}, \left \{x =\int \frac {1}{\textit {\_}b\left (\textit {\_a} \right )}d \textit {\_a} +c_{1}, y \relax (x )=\textit {\_a} \right \}\right ]\]