Oxymoron
- 868
- 0
Homework Statement
Prove that for a random variable X with continuous probability distribution function f_X(x) that the Moment Generating Function, defined as
<br /> M_X(t) := E[e^{tX}]<br />
is
<br /> M_X(t) = \int_x^{\infty}e^{tx}f_X(x)dx <br />
Homework Equations
Above and
<br /> E[X] = \int_{-\infty}^{\infty}xf_X(x)dx<br />
The Attempt at a Solution
This expression is given in so many textbooks and the ones that I have read all skip over this derivation. I want to be able to prove (1) to myself.
Proof:
Write the exponential function as a Maclaurin series:
<br /> M_X(t) = E[e^{tX}] <br />
<br /> = E[1+tX+\frac{t^2}{2!}X^2+\frac{t^3}{3!}X^3+...]<br />
Since E[1] = 1 and the E[t^n/n!]=t^n/n! because they are constant and the expectation of a constant is itself you get:
<br /> = 1+tE[X]+\frac{t^2}{2!}E[X^2]+\frac{t^3}{3!}E[X^3]+...<br />...also using the linearity of E. Now, writing the series as a sum:
<br /> =\sum_{t=0}^{\infty}\frac{t^n}{n!}E[X^n]<br />
And extracting the exponential:
<br /> =e^t\sum_{n=0}^{\infty}E[X^n]<br />
Now I am stuck! I know that I am meant to use
<br /> E[X] = \int_{-\infty}^{\infty}xf_X(x)dx<br />
but I have E[X^n] and I also have e^t and not e^{tx}.
Last edited: