Let $Z_1,Z_2,\ldots,Z_{14} $ be 14 independent N(0,1) variables, and let $Y=Z_1^2+Z_2^2+\cdots+Z_{14}^2$. Provide answers to the following to two decimal places.
Evaluate the moment generating function $M_{Z^2_1}(t)$ of $Z_1^2$ at the point $t=0.14$
First I tried to find the new MGF for $Z^2_n$
$$M_{Z^2_1}(t)=E(e^{X^2t})$$
$$=\left(\frac1{\sqrt{2\pi}}\right)\int_{-\infty}^{\infty}e^{\left(\frac12\right)x^2(1-2t)} \, dx$$
then I have no idea how to integrate it....I know the solved integral and answer but don't know how to solve it
You have $$ \frac{1}{\sqrt{2\pi}} \int_{-\infty}^\infty e^{x^2 t} e^{-x^2/2} \, dx. \tag 1 $$ The exponent is $$ x^2 t - \frac{x^2}{2} = \frac{-x^2}{2} \left(1 - 2t\right) = -\frac{w^2}{2} $$ with $$ \begin{align} w & = x\sqrt{1-2t} \\[6pt] dw & = \sqrt{1-2t}\ dx \\[6pt] \frac{dw}{\sqrt{1-2t}} & = dx \end{align} $$ As $x$ goes from $-\infty$ to $+\infty$, then so does $w$, since $\sqrt{1-2t} > 0$. So $(1)$ becomes $$ \frac{1}{\sqrt{2\pi}}\cdot\frac{1}{\sqrt{1-2t}} \int_{-\infty}^\infty e^{-w^2/2} \, dw = \frac{1}{\sqrt{1-2t}}. $$