I have the following two-dimensional SDE: $dX_1=(-\mu X_1 - X_2)dt +\sigma dW_1$ and $dX_2=(-\mu X_2 + X_1)dt +\sigma dW_2$
I then have to show that $E(X_1^2 + X_2^2) = \frac{\sigma^2}{\mu}$.
I know I have to use the multidimensional Ito formula, however I am not too sure how to set everything up. Any help is greatly appreciated.
Edit: The initial conditions are $X_1 = 1$ and $X_2=0$
The one dimensional SDE $$ dX_t=AX_t\,dt+\sigma W_t $$ has the solution $$\tag{1} X_t=e^{At}\textstyle(X_0+\sigma\int_0^te^{-As}\,dW_s)\,. $$ When you replace the constant $A$ by the matrix $$ A=\left(\begin{matrix}-\mu&-1\\1&-\mu\end{matrix}\right) $$ and $X$ resp. $W$ by their two dimensional sisters then you will see that (1) is the solution to your system.