Finding k from Moment Generating Function at t=0

little neutrino
Messages
40
Reaction score
1

Homework Statement


If M[X(t)] = k (2 + 3e^t)^4 , what is the value of k

Homework Equations


M[X(t)] = integral ( e^tx * f(x) )dx if X is continuous

The Attempt at a Solution


I tried differentiating both sides to find f(x), but since it is a definite integral from negative infinity to infinity this method doesn't work. Is this approach (trying to find f(x)) correct? If so, how should I proceed from here? Even if I expand (2 + 3e^t)^4 the resulting expression will be very convoluted and hard to work backwards with. Thanks!
 
Physics news on Phys.org
Hint: what properties must a moment generating function have? i.e. there is a particularly helpful property of moment generating functions that would help here.
 
  • Like
Likes little neutrino
axmls said:
Hint: what properties must a moment generating function have? i.e. there is a particularly helpful property of moment generating functions that would help here.

Hmm, I'm not sure, is it the Taylor series expansion of M(t)? I worked out the first few terms but doesn't seem to help. I'll just get M(t) = k(2+3e^t)^4 = M(0) + M'(0)t + (M''(0)/2!)t^2 +... = 625k + 1500kt + ... (did not expand the rest, because I don't think it's getting me anywhere)
I don't think this is the particularly helpful property you are referring to... Any hints on what the property is? Thanks!
 
I'll expand on the hint a little. Note that for a continuous random variable, the moment generating function is, as you have pointed out, $$M(t)=\int _{-\infty} ^{\infty} e^{tX} f(x) \ dx$$
What, then, does this say about the value of any moment generating function at ##t = 0##?
 
  • Like
Likes little neutrino
axmls said:
I'll expand on the hint a little. Note that for a continuous random variable, the moment generating function is, as you have pointed out, $$M(t)=\int _{-\infty} ^{\infty} e^{tX} f(x) \ dx$$
What, then, does this say about the value of any moment generating function at ##t = 0##?

Ok I got it! M(0) = integral f(x) = 1
k = 1/625
Thanks for your help!
 
  • Like
Likes axmls
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top