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

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

[[_2nd_order, _missing_y]]

Book solution method
TO DO

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

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

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

\[[]\]

Mathematica raw input

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

Mathematica raw output

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

Maple raw input

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

Maple raw output

[]