2.1626   ODE No. 1626

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

y(x)f(x)+f(x)y(x)+2y(x)y(x)+y(x)=0 Mathematica : cpu = 27.2463 (sec), leaf count = 0 , could not solve

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

Maple : cpu = 0.454 (sec), leaf count = 48

{y(x)=ODESolStruc(_b(_a),[{dd_a_b(_a)=(_b(_a))2f(_a)_b(_a)_C1},{_a=x,_b(_a)=y(x)},{x=_a,y(x)=_b(_a)}])}