I would like to know if it is possible to prove the identity $\mathbb E[e^{4W_t-8t}(W_t-4t)^4]=3t^2$ without the use of a measure change and Girsanov Theorem? I only know the solution by using the exponential martingale for the first term and then simplify terms under the new measure.
2026-03-29 13:41:12.1774791672
Show $\mathbb E[e^{4W_t-8t}(W_t-4t)^4]=3t^2$ without Girsanov
110 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
Since $W_t$ is a normal random variable with mean $0$ and variance $t$, we have $$ \mathbb{E}[e^{4W_t-8t}(W_t-4t)^4]=\frac{1}{\sqrt{2\pi t}}\int_{-\infty}^{\infty}(x-4t)^4e^{4x-8t-\frac{x^2}{2t}}\;dx$$ $$ =\frac{1}{\sqrt{2\pi t}}\int_{-\infty}^{\infty}(x-4t)^4e^{-\frac{1}{2t}(x-4t)^2}\;dx=\frac{1}{\sqrt{2\pi t}}\int_{-\infty}^{\infty}u^4e^{-\frac{u^2}{2t}}\;du$$ $$=\frac{t^2}{\sqrt{2\pi}}\int_{-\infty}^{\infty}y^4e^{-\frac{y^2}{2}}\;dy=3t^2$$
using the fact that the fourth moment of a standard normal random variable is $3$.