4.24.24 \(f\left (x,y(x),y'(x)\right )=0\)

ODE
\[ f\left (x,y(x),y'(x)\right )=0 \] ODE Classification

[NONE]

Book solution method
No Missing Variables ODE

Mathematica
cpu = 0.916987 (sec), leaf count = 0 , could not solve

DSolve[f[x, y[x], Derivative[1][y][x]] == 0, y[x], x]

Maple
cpu = 0.05 (sec), leaf count = 0 , could not solve

dsolve(f(x,y(x),diff(y(x),x)) = 0, y(x))

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))

Maple raw output

dsolve(f(x,y(x),diff(y(x),x)) = 0, y(x))