4.39.50 \(2 y(x) y''(x)=y'(x)^2+3 y(x)^4\)

ODE
\[ 2 y(x) y''(x)=y'(x)^2+3 y(x)^4 \] ODE Classification

[[_2nd_order, _missing_x]]

Book solution method
TO DO

Mathematica
cpu = 6.94273 (sec), leaf count = 129

\[\left \{\left \{y(x)\to \text {InverseFunction}\left [-\frac {2 \sqrt {\text {$\#$1}} \sqrt {1+\frac {\text {$\#$1}^3}{c_1}} \, _2F_1\left (\frac {1}{6},\frac {1}{2};\frac {7}{6};-\frac {\text {$\#$1}^3}{c_1}\right )}{\sqrt {\text {$\#$1}^3+c_1}}\& \right ][x+c_2]\right \},\left \{y(x)\to \text {InverseFunction}\left [\frac {2 \sqrt {\text {$\#$1}} \sqrt {1+\frac {\text {$\#$1}^3}{c_1}} \, _2F_1\left (\frac {1}{6},\frac {1}{2};\frac {7}{6};-\frac {\text {$\#$1}^3}{c_1}\right )}{\sqrt {\text {$\#$1}^3+c_1}}\& \right ][x+c_2]\right \}\right \}\]

Maple
cpu = 0.354 (sec), leaf count = 49

\[\left [\int _{}^{y \left (x \right )}\frac {1}{\sqrt {\textit {\_a}^{4}+\textit {\_a} \textit {\_C1}}}d \textit {\_a} -x -\textit {\_C2} = 0, \int _{}^{y \left (x \right )}-\frac {1}{\sqrt {\textit {\_a}^{4}+\textit {\_a} \textit {\_C1}}}d \textit {\_a} -x -\textit {\_C2} = 0\right ]\] Mathematica raw input

DSolve[2*y[x]*y''[x] == 3*y[x]^4 + y'[x]^2,y[x],x]

Mathematica raw output

{{y[x] -> InverseFunction[(-2*Hypergeometric2F1[1/6, 1/2, 7/6, -(#1^3/C[1])]*Sqr
t[#1]*Sqrt[1 + #1^3/C[1]])/Sqrt[C[1] + #1^3] & ][x + C[2]]}, {y[x] -> InverseFun
ction[(2*Hypergeometric2F1[1/6, 1/2, 7/6, -(#1^3/C[1])]*Sqrt[#1]*Sqrt[1 + #1^3/C
[1]])/Sqrt[C[1] + #1^3] & ][x + C[2]]}}

Maple raw input

dsolve(2*y(x)*diff(diff(y(x),x),x) = diff(y(x),x)^2+3*y(x)^4, y(x))

Maple raw output

[Intat(1/(_a^4+_C1*_a)^(1/2),_a = y(x))-x-_C2 = 0, Intat(-1/(_a^4+_C1*_a)^(1/2),
_a = y(x))-x-_C2 = 0]