this problem has come up in my research and is confusing me immensely, any light you can shed would be deeply appreciated.
Let $B(t)$ denote a standard Brownian motion (Wiener process), such that the difference $B(t)-B(s)$ has a normal distribution with zero mean and variance $t-s$.
I am seeking an expression for
$$E\left[ \cos(B(t))\int\limits_0^t \sin(B(s))\,\textrm{d}B(s) \right],$$
where the integral is a stochastic It$\hat{\textrm{o}}$ integral. My first thought was that the expectation of the integral alone is zero, and that the two terms are statistically independent, hence the whole thing gives zero. However, I can't prove this.
To give you a little background: this expression arises as one of several terms in a calculation of the second moment of the integral
$$\int\limits_{0}^{t}\cos(B(s))\,\textrm{d}s,$$
after applying It$\hat{\textrm{o}}$'s lemma and squaring. I can simulate this numerically, so I should know when I get the right final expression!
Thanks.