2.996   ODE No. 996

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

y(x)=(y(x)Si(x))2+sin(x)x Mathematica : cpu = 61.0416 (sec), leaf count = 0 , could not solve

DSolve[Derivative[1][y][x] == (Sin[x] + (-SinIntegral[x] + y[x])^2)/x, y[x], x]

Maple : cpu = 0.074 (sec), leaf count = 15

{y(x)=Si(x)+(_C1ln(x))1}