Prove that:
$$E^{x}\left[ \left| B_{t}-B_{s}\right| ^{4}\right] =n\left( n+2\right) \left| t-s\right| ^{2},$$ where $B$ is a brownian motion.
Now there are two methods I have tried, but I am clearly missing something vital as my attempts are incorrect. Would someone please let me know where I am going wrong?
Attempt 1:
Useful equations:
$$E[B_t^2]=t,\ E[B_t^3]=0,\ E[B_t^4]=3t^2.$$
First idea, as the assumption that B being a brownian motion with mean(0) and variance(t or s)
$$(B_t-B_s)^4=-4 B_s^3 B_t+6 B_s^2 B_t^2-4 B_s B_t^3+B_s^4+B_t^4.$$
Now substituting the useful equations using I don't get the right answer, hence either my calculations are wrong or my assumptions,(understanding) is wrong.
Attempt 2:
Useful equations 2
$$E^x\left[(B_t-x)^2\right]=nt,\\ E^x\left[((B_t-x)(B_s-x))^2\right]=n·\min(s,t),\\ E^x\left[(B_t-B_s)^2\right]=n(t-s).$$
Mini question when stating min(s,t) I understand that it takes the min of (s,t) but if t and s represent time and t>s does that if both start at t=s=0 that $B_t$ being a vector has more elements in it then $B_s$?
$$\left((B_t-x)-(B_s-x)\right)^4.$$
Now expanding this out and using Useful equations 2 I still not get the right answer, hence I am doing something wrong with the calculations or my attempt in itself is flaud.
Would someone please take me through the steps?