[_dAlembert]
Book solution method
No Missing Variables ODE, Solve for
Mathematica ✓
cpu = 152.507 (sec), leaf count = 1
Maple ✓
cpu = 0.024 (sec), leaf count = 63
DSolve[x - (3 + y[x])*y'[x] + y'[x]^3 == 0,y[x],x]
Mathematica raw output
$Aborted
Maple raw input
dsolve(diff(y(x),x)^3-(3+y(x))*diff(y(x),x)+x = 0, y(x),'implicit')
Maple raw output
[x(_T) = 1/(_T-1)^(1/2)/(_T+1)^(1/2)*_T*(2*(_T-1)^(1/2)*(_T+1)^(1/2)+_C1), y(_T)
= ((_T+1)^(1/2)*(_T^2-1)*(_T-1)^(1/2)+_C1)/(_T+1)^(1/2)/(_T-1)^(1/2)]