2.1885   ODE No. 1885

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

{tx(t)ty(t)2y(t)=0,tx(t)+2x(t)+tx(t)=0} Mathematica : cpu = 0.0331359 (sec), leaf count = 0 , could not solve

DSolve[{-2*y[t] + t*Derivative[1][x][t] - t*Derivative[1][y][t] == 0, t*x[t] + 2*Derivative[1][x][t] + t*Derivative[2][x][t] == 0}, {x[t], y[t]}, t]

Maple : cpu = 0.081 (sec), leaf count = 47

{{x(t)=_C3cos(t)+sin(t)_C2t,y(t)=cos(t)_C3t+sin(t)_C2t+2cos(t)_C22_C3sin(t)+_C1t2}}