2.1838   ODE No. 1838

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

y(x)2+y(x)y(x)+y(3)(x)+1=0 Mathematica : cpu = 0.0167334 (sec), leaf count = 0 , could not solve

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

Maple : cpu = 0.816 (sec), leaf count = 73

{y(x)=ODESolStruc(_a,[{(d2d_a2_b(_a))(_b(_a))2+(dd_a_b(_a))2_b(_a)+(dd_a_b(_a))_b(_a)_a(_b(_a))2+1=0},{_a=y(x),_b(_a)=ddxy(x)},{x=(_b(_a))1d_a+_C1,y(x)=_a}])}