ODE No. 1922

{x(t)=({sin(1x(t)2+y(t)2)x(t)(x(t)2+y(t)21)x(t)2+y(t)210True)y(t),y(t)=({sin(1x(t)2+y(t)2)y(t)(x(t)2+y(t)21)x(t)2+y(t)210True)+x(t)} Mathematica : cpu = 8.57945 (sec), leaf count = 0

DSolve[{Derivative[1][x][t] == Piecewise[{{Sin[(x[t]^2 + y[t]^2)^(-1)]*x[t]*(-1 + x[t]^2 + y[t]^2), x[t]^2 + y[t]^2 != 1}}, 0] - y[t], Derivative[1][y][t] == Piecewise[{{Sin[(x[t]^2 + y[t]^2)^(-1)]*y[t]*(-1 + x[t]^2 + y[t]^2), x[t]^2 + y[t]^2 != 1}}, 0] + x[t]},{x[t], y[t]},t]
 

, could not solve

DSolve[{Derivative[1][x][t] == Piecewise[{{Sin[(x[t]^2 + y[t]^2)^(-1)]*x[t]*(-1 + x[t]^2 + y[t]^2), x[t]^2 + y[t]^2 != 1}}, 0] - y[t], Derivative[1][y][t] == Piecewise[{{Sin[(x[t]^2 + y[t]^2)^(-1)]*y[t]*(-1 + x[t]^2 + y[t]^2), x[t]^2 + y[t]^2 != 1}}, 0] + x[t]}, {x[t], y[t]}, t]

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

dsolve({diff(x(t),t) = -y(t)+piecewise(x(t)^2+y(t)^2 <> 1,x(t)*(x(t)^2+y(t)^2-1)*sin(1/(x(t)^2+y(t)^2))), diff(y(t),t) = x(t)+piecewise(x(t)^2+y(t)^2 <> 1,y(t)*(x(t)^2+y(t)^2-1)*sin(1/(x(t)^2+y(t)^2)))})
 

, exception

time expired