4.36.23 \(y''(x)=6 y(x)^2\)

ODE
\[ y''(x)=6 y(x)^2 \] ODE Classification

[[_2nd_order, _missing_x], [_2nd_order, _reducible, _mu_x_y1]]

Book solution method
TO DO

Mathematica
cpu = 0.197065 (sec), leaf count = 14

\[\{\{y(x)\to \wp (x+c_1;0,c_2)\}\}\]

Maple
cpu = 0.058 (sec), leaf count = 10

\[[y \left (x \right ) = \WeierstrassP \left (x +\textit {\_C1} , 0, \textit {\_C2}\right )]\] Mathematica raw input

DSolve[y''[x] == 6*y[x]^2,y[x],x]

Mathematica raw output

{{y[x] -> WeierstrassP[x + C[1], {0, C[2]}]}}

Maple raw input

dsolve(diff(diff(y(x),x),x) = 6*y(x)^2, y(x))

Maple raw output

[y(x) = WeierstrassP(x+_C1,0,_C2)]