ODE
\[ f\left (x,y(x),y'(x)\right )=0 \] ODE Classification
[NONE]
Book solution method
No Missing Variables ODE
Mathematica ✗
cpu = 1.38775 (sec), leaf count = 0 , could not solve
DSolve[f[x, y[x], Derivative[1][y][x]] == 0, y[x], x]
Maple ✗
cpu = 0.014 (sec), leaf count = 0 , could not solve
dsolve(f(x,y(x),diff(y(x),x)) = 0, y(x),'implicit')
Mathematica raw input
DSolve[f[x, y[x], y'[x]] == 0,y[x],x]
Mathematica raw output
DSolve[f[x, y[x], Derivative[1][y][x]] == 0, y[x], x]
Maple raw input
dsolve(f(x,y(x),diff(y(x),x)) = 0, y(x),'implicit')
Maple raw output
dsolve(f(x,y(x),diff(y(x),x)) = 0, y(x),'implicit')