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

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

[[_2nd_order, _missing_x]]

Book solution method
TO DO

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

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

Maple
cpu = 0.281 (sec), leaf count = 0 , result contains DESol or ODESolStruc

\[[]\]

Mathematica raw input

DSolve[f[y[x], y'[x], y''[x]] == 0,y[x],x]

Mathematica raw output

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

Maple raw input

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

Maple raw output

[]