For the autoregressive AR(1) process $x_t = \delta + \phi x_{t-1} + \eta_t$, I am trying to prove that the variance is:
$\sigma_x^2 = \sigma_\eta^2/(1-\phi^2)$
And that the first-order covariance is:
$\gamma_{1,x} = \phi \sigma_x^2$.
I have tried many manipulations but I cannot succeed. I have the feeling that I didn't find the correct form yet in which I should write the process before I take expectations. Could anyone please help? Thanks in advance.