Let $[x_1, x_2, x_3]$ are three independent points in Cartesian space which are Gaussian distributed with a non-zero mean and identity covariance.
I need to calculate the following expectations,
\begin{align} \mathrm{E}\left[ \frac{x_i}{\sqrt{x_1^2 + x_2^2 + x_3^2}}\right],\quad \mathrm{E}\left[ \frac{x_i^2}{\sqrt{x_1^2 + x_2^2 + x_3^2}}\right],\quad \mathrm{E}\left[ \frac{x_ix_j}{\sqrt{x_1^2 + x_2^2 + x_3^2}}\right] \end{align}
I know the denominator is a non-central $\chi$-distributed variable with three degrees of freedom. But couldn't solve by plugging in the pdfs. I think the individual ratios should be non-central T distributed but how to get the values is the problem !
Thank you for your help.