The cheat sheet I have tells me the moment generating function for Geometric Distribution is:
$$M(t) = \frac{p}{1-(1-p)e^t} $$
But most resources and me personally working it out I get:
$$M(t) = \frac{pe^t}{1-(1-p)e^t} $$
I believe the second is the correct MGF for Geometric Distribution, but where did my cheat sheet get its function? Why is it missing one $e^t$ on top? I want to make sure I have correct materials for exams, if it is just an error, then I can find another resource for my reference material. Thanks!
There are two common definitions of the geometric distribution, as described on the Wikipedia article:
You did your calculation for $X$, and your cheat sheet gives the answer for $Y$. Since $X = Y+1$, $\mathbb E[e^{tX}]$ will be off from $\mathbb E[e^{tY}]$ by a factor of $e^t$.