I am very stuck on this past paper question.
$W_t$ is a brownian motion and find $\mathbb{E}[W_t^3]$ and $\mathbb{E}[W_t^4]$
I thought, since $W_t$ is normally distributed with density function $f(x)=\frac{1}{\sqrt{2\pi t}}e^{\frac{-x^2}{2t}}$, I obey the formula of the expected value of a continuous random variable,
$$\mathbb{E}[W_t^3]=\int_{-\infty}^{\infty}x^3 f(x) dx$$
$$\mathbb{E}[W_t^4]=\int_{-\infty}^{\infty}x^4 f(x) dx$$
But to be honest, the computation gets overly too complicated, involving integration by parts once or more and taking limits to infinity for fractions etc etc.
Anyway, this seems to be wrong given that each is only $3$ marks given for answering. I don't know any fancy stats method to solve this and I am very lost.
The answers are $0$ and $3t^2$ respectively but what is the method? please tell me, thank you
When you need to find moments consider the moment generating function. By definition this is $$m(u):=\mathbb{E}(e^{u W_t})=\sum_{m=0}^\infty {\mathbb{E}(W_t^m)\over m!}u^m.\tag1$$
On the other hand, for normal distributions we have $$m(u)=\exp(t u^2/2)=1+{tu^2\over 2}+{1\over 2!}\left({tu^2\over 2}\right)^2+\cdots \tag2 $$ Now equate the coefficients of $u^m$ for $m=3,4$ in (1) and (2) to get the answers.