2.1841   ODE No. 1841

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

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

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

Maple : cpu = 0.534 (sec), leaf count = 60

{y(x)=ODESolStruc(_b(_a),[{_a2d2d_a2_b(_a)+_a(_b(_a))2_add_a_b(_a)f(_a)d_a+_C1=0},{_a=x,_b(_a)=y(x)},{x=_a,y(x)=_b(_a)}])}