Consider an auto-regressive process $x[n]=0.6x[n-1]+g[n]$ where $g[n]$ is unit variance white noise, Now if I am finding the Autocorrelation matrix $R_{x}(k)$, I am encountering a basic problem.
$R_{x}(k)=E\{x[n]x[n-k]\}=E\{(0.6x[n-1]+g[n])(x[n-k])\}=0.6R_{x}(k-1)+\delta(k)$
however for the step $E\{(0.6x[n-1]+g[n])(x[n-k])\}$ if I am expanding $x[n-k]$ inside the expectation, I am getting $E\{(0.6x[n-1]+g[n])(0.6x[n-1-k]+g[n])\}=0.36R_{x}[k]+\delta(k)$. Where I am I going wrong?