I am studying stochastic processes and found the next problem:
Let $A$ and $\Phi $ be two independent random variables such that $E(A) = 0$, $E(A^2) < \infty$, and $\Phi$ is uniformly distributed on $[0, 2\pi]$. Consider the stochastic process $$X_t =A \cos{(\Phi+λt)}, t≥0$$
where $\lambda$ is a fixed real parameter.
Show that the correlation between two different variables of the process is given by $$E(X_tX_s)= \frac{1}{2}E(A^2)\cos {\lambda}(t-s)$$
what i have done:
Using the fact that $Cov (X_s, X_t) = E\{ (X_s - EX_s)(X_t - EX_t) \}$, I compute this and found that $Cov (X_s, X_t) = E(A^2)E\{ \cos(\Phi + \lambda s)\cos (\Phi + \lambda t)- A \cos (\Phi +\lambda s)E(A \cos (\Phi + \lambda t )) - E(A \cos (\Phi+\lambda s))A\cos (\Phi+\lambda s) + E(A)E(A)E(\cos (\Phi+\lambda s) \cos (\Phi + \lambda t)) \}$
Using the hipothesis $E(A) = 0$,
I have that
$Cov (X_s, X_t) = E(A^2)E(\cos (\Phi + \lambda s) \cos (\Phi + \lambda t))$
but I don't know how to calculate $E(\cos (\Phi + \lambda s) \cos (\Phi + \lambda t))$, I know that I need to use the fact that $\Phi \sim U_{[0, 2\pi]}$ but I don't know how to do this
(I think that if I can make this, is possible to use the theorem that says $Cov(X,Y)= E(XY)- EXEY$ to solve the problem)