moment generating function of 2X

5.4k Views Asked by At

I have a question about the moment generating function of 2X. If the MGF of X is $M_X(t)$, then why is the MGF of 2X $M_X(2t)$? Why is it not $[M_X(t)]^2$?

1

There are 1 best solutions below

1
On

By definition, $$M_X(t) = \operatorname{E}[e^{tX}].$$ So if $Y = 2X$, then $$M_Y(t) = \operatorname{E}[e^{tY}] = \operatorname{E}[e^{2tX}] = M_X(2t).$$ On the other hand, if $X_1$ and $X_2$ are IID and distributed as $X$, then their sum $W = X_1 + X_2$ has MGF $$M_W(t) = \operatorname{E}[e^{tW}] = \operatorname{E}[e^{t(X_1 + X_2)}] = \operatorname{E}[e^{tX_1} e^{tX_2}] \overset{\text{ind}}{=} \operatorname{E}[e^{tX_1}] \operatorname{E}[e^{tX_2}] = (M_X(t))^2.$$ So the MGF of $2X$ is $M_X(2t)$, but $(M_X(t))^2$ is the MGF of the sum of two IID variables, each distributed as $X$. These expressions are different because $2X$ is twice the value of $X$, but in the sum $X_1 + X_2$, $X_1$ need not equal $X_2$.