2.1850   ODE No. 1850

  1. Problem in Latex
  2. Mathematica input
  3. Maple input

y(3)(x)y(x)3+y(4)(x)y(x)y(3)(x)y(x)=0 Mathematica : cpu = 0.0960456 (sec), leaf count = 0 , could not solve

DSolve[Derivative[1][y][x]^3*Derivative[3][y][x] - Derivative[2][y][x]*Derivative[3][y][x] + Derivative[1][y][x]*Derivative[4][y][x] == 0, y[x], x]

Maple : cpu = 1.661 (sec), leaf count = 164

{y(x)=ODESolStruc(_j(_h)e_j(_h)d_h+_C2_hd_h+_C3,[{dd_h_j(_h)=_j(_h)(12(_j(_h))2_h2+3_h(_j(_h))2+10_j(_h)_h+_j(_h)+1)_h},{_h=d2dx2y(x)(ddxy(x))3,_j(_h)=(ddxy(x))3d2dx2y(x)(ddxy(x))d3dx3y(x)3(d2dx2y(x))2},{x=_j(_h)_h(e_j(_h)d_h+_C2)2d_h+_C1,y(x)=_j(_h)e_j(_h)d_h+_C2_hd_h+_C3}])}