I wish to evaluate the following:
$E[W(t-1)W(t)^2]$
$E[W(t)^3]$
where $t > 1$, $W$ is a standard Brownian motion and we are at $\mathscr{F}_0$ now.
I know that $E[W(t-1)W(t)] = \min{(t-1,t)} = (t-1)$ when $W$ is a standard Brownian motion, but I'm not sure how to solve the above expectations. I could do it easily if I could go $E[W(t-1)W(t)^2]=E[W(t-1)]E[W(t)^2]=0$ (duh); however I can't do this beacuse they're dependent random variables.
Thanks.
For the first one, let $X = W(t) - W(t-1)$ and write $W(t-1)W(t)^2 = W(t-1)(X + W(t-1))^2$. After expanding the square you have three terms, each of which is a product of independent random variables.
For the second one: all you need to know is that $W(t)$ is normally distributed with mean 0 and variance $t$, so you know its density function, and can compute the expectation directly from that (integration by parts will help).