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