2.1742   ODE No. 1742

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

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

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

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

{y(x)=ODESolStruc(e_b(_a)d_a+_C1,[{dd_a_b(_a)=(_b(_a))22f(_a)2},{_a=x,_b(_a)=ddxy(x)y(x)},{x=_a,y(x)=e_b(_a)d_a+_C1}])}