Let $B_t$ be a standard Brownian motion, $t≤T$. How could we show that the expectations of the following equality hold true: $$\mathbb{E}[sin^2(B_t)]=\int_{0}^{t}\mathbb{E}[cos(2B_s)]ds.$$
Since $B_t$ is normally distributed with mean $0$ and variance $t$, using density function $$\mathbb E(\sin^2(B_t))=\frac{1}{\sqrt{2\pi t}}\int_{-\infty}^{\infty}\sin^2(x)e^{-x^2/2t}dx,$$ and $$\int_{0}^{t}\mathbb{E}[cos(2B_s)]ds=\int_{0}^{t}\frac{1}{\sqrt{2\pi t}}\int_{-\infty}^{\infty}[\cos(2x)]e^{-x^2/2t}dxds.$$
But, I'm stuck to proceed. I am truly having trouble in simplifying the two. Any suggestions would be helpful!