Suppose that $Z\sim N(0,1)$ and let $V=Z^2$. Prove that $V\sim \chi^2(1)$.
I want to use the method of moment generating functions, because I already understand the proof using the method of distribution functions. I will show my work, and then where I got stuck.
Since $Z\sim N(0,1)$, then $\mu=0$ and $\sigma^2=1$, and we have
$$M_V(t) =E[e^{tV}]=E[e^{tZ^2}]=\int_{-\infty}^\infty e^{tz^2}\frac{1}{\sqrt{2\pi}}e^{-\frac{1}{2}z^2}dz=\int_{-\infty}^\infty \frac{1}{\sqrt{2\pi}}e^{z^2(t-\frac{1}{2})}dz.$$
At this point, I'm out of ideas. I want to eventually get something that looks like $\frac{1}{(1-2t)^{\frac{1}{2}}}$. Could I get a hint please?
$$\int_{-\infty}^{\infty}\frac{1}{\sqrt{2\pi}}e^{z^2(t-\frac{1}{2})}dz=\int_{-\infty}^{\infty}\frac{1}{\sqrt{2\pi}}e^{-z^2(\frac{1}{2}-t)}dz$$
The general PDF for a normal distribution is given by:
$$ f(x)=\frac{1}{\sqrt{2\pi}\sigma}e^{-\frac{(x-\mu)^2}{2\sigma^2}} $$
You should attempt to solve the integral by fitting a normal distribution and cancelling it out by realising that it integrates to 1. Currently:
$$ \mu=0 $$ $$ \frac{1}{2\sigma^2}=\frac{1}{2}-t $$
So, solve for $\sigma$ and multiply accordingly to make the integral the pdf of a normal distribution (integrates to 1) whatever is left over should give you the result you're looking for.
Hope this helps