If $Z = X + Y$, where $X$ & $Y$ are independent random variables,
is there some formula to work out $\rho(Z,X)$, based on $\sigma_X$, $\sigma_Y$?
For example, I've noticed that for $\sigma_X$ = $\sigma_Y$, over many samples, $\rho(Z,X)$ ~= $\rho(Z,Y)$ ~= $0.7065$
I expect $Z$ to be correlated to $X$ & $Y$, but what is the maths?
$X$ & $Y$ are roughly normally distributed if that makes a difference?
Sorry if it's a stupid question, help much appreciated!
Have you tried to work with the definition of the correlation? \begin{align} \rho(Z,X) &= \rho(X+Y,X) \\ &= \frac{\mbox{cov}[X+Y,X]}{\sqrt{\mbox{var}[X+Y]\mbox{var}[X]}} \\ &=\frac{\mbox{var}[X]}{\sqrt{(\mbox{var}[X]+\mbox{var}[Y])\mbox{var}[X])}} \\ &= \frac{\sqrt{\mbox{var}[X]}}{\sqrt{\mbox{var}[X]+\mbox{var}[Y]}} \\ &= \frac{\sigma_X}{\sqrt{\sigma_X^2+\sigma_Y^2}}, \end{align} where I used the independence of $X$ and $Y$.