Proving the poisson distribution is normalized

Eight
Messages
6
Reaction score
0
SOLVED




Homework Statement



I am trying to prove that the poisson distribution is normalized, I think I've got an ok start but just having trouble with the next step.


Homework Equations



A counting experiment where the probability of observing n events (0≤n<∞) is given by:


P(n) = (μ^n)/n! * e^(-μ)

Where μ is a real number.


The Attempt at a Solution



Background (possibly incorrect)

So it's discrete, as n will take integer values; I need a sum not an integral.

Ʃ P(n) from n=0 to ∞ is just given by:

Ʃ (μ^n)/n! * e^(-μ)

And e^(-μ) does not vary with n, so:

Ʃ P(n) = e^(-μ) * Ʃ (μ^n)/n!

Important bit

Now as I am trying to prove it is normalized, i need to get Ʃ P(n) = 1, so I assume my problem is getting from:

(μ^n) / n!

to

e^μ


Any tips or help would be much appreciated, thanks in advance.
 
Last edited:
Physics news on Phys.org
You are doing probability applications but have never seen this material before? Oh, well: see, eg., http://www.mcs.sdsmt.edu/tkowalsk/notes/Common-Taylor-series.pdf .

RGV
 
Last edited by a moderator:
Yeah it's come up in my 2nd year Quantum module. Thanks for the link, I think I'd just forgotten that, curse of the double gap year.

Makes sense now, thanks again.
 
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