2.909   ODE No. 909

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

y(x)=x3y(x)6+x3y(x)4+x3+3x2y(x)4+2x2y(x)2+3xy(x)2+x+1x5y(x) Mathematica : cpu = 40.6817 (sec), leaf count = 0 , could not solve

DSolve[Derivative[1][y][x] == (1 + x + x^3 + 3*x*y[x]^2 + 2*x^2*y[x]^2 + 3*x^2*y[x]^4 + x^3*y[x]^4 + x^3*y[x]^6)/(x^5*y[x]), y[x], x]

Maple : cpu = 0. (sec), leaf count = 0 , exception

time expired