[[_homogeneous, `class G`]]
Book solution method
No Missing Variables ODE, Solve for
Mathematica ✗
cpu = 599.992 (sec), leaf count = 0 , timed out
$Aborted
Maple ✓
cpu = 0.249 (sec), leaf count = 280
DSolve[a*x^2 + b*y[x] + y'[x]^2 == 0,y[x],x]
Mathematica raw output
$Aborted
Maple raw input
dsolve(diff(y(x),x)^2+a*x^2+b*y(x) = 0, y(x),'implicit')
Maple raw output
Int(-1/((-_a^2*a-b*y(x))^(1/2)*_a-2*y(x))*(-_a^2*a-b*y(x))^(1/2),_a = _b .. x)+I
ntat(1/((-a*x^2-_f*b)^(1/2)*x-2*_f)-Int((-b*_f/(-_a^2*a-_f*b)^(1/2)-2*(-_a^2*a-_
f*b)^(1/2))/((-_a^2*a-_f*b)^(1/2)*_a-2*_f)^2,_a = _b .. x),_f = y(x))+_C1 = 0, I
nt(-1/((-_a^2*a-b*y(x))^(1/2)*_a+2*y(x))*(-_a^2*a-b*y(x))^(1/2),_a = _b .. x)+In
tat(-1/((-a*x^2-_f*b)^(1/2)*x+2*_f)-Int((b*_f/(-_a^2*a-_f*b)^(1/2)+2*(-_a^2*a-_f
*b)^(1/2))/((-_a^2*a-_f*b)^(1/2)*_a+2*_f)^2,_a = _b .. x),_f = y(x))+_C1 = 0