How to Calculate Infinite Series for Poisson Distribution?

kingwinner
Messages
1,266
Reaction score
0

Homework Statement


Evaluate


∑ [(e-15 15x) / x!]
x=16

15
∑ [(e-15 15x) / x!]
x=0


Homework Equations




The Attempt at a Solution


The only way I can think of is writing out every term explicitly and adding them on a calculator.
Is there any faster way (without having to write out every term explicitly) to calculate the above sums?


Thanks for any help!
 
Physics news on Phys.org
The sum of the two series is e^(-15)*e^(15), right? If you want the sums individually you do need a calculator. If you want the total, it's pretty obvious.
 
kingwinner said:

Homework Statement


Evaluate


∑ [(e-15 15x) / x!]
x=16

15
∑ [(e-15 15x) / x!]
x=0


Homework Equations




The Attempt at a Solution


The only way I can think of is writing out every term explicitly and adding them on a calculator.
Is there any faster way (without having to write out every term explicitly) to calculate the above sums?


Thanks for any help!


∑ [(e-15 15x) / x!]
x=0

= e-15 *


∑ (15x) / x!
x=0

= 1, if that's any help.
 
Once you know the sum of the two series, since the first is finite, it's not all that hard to find the sum of 15x/x! for x from 0 to 15 by hand and then get the other sum by subtracting. The only place you really NEED a calculator (though I would recommend it for the tedious multiplications, divisions, and subtractions) is to evaluate e-15
 
Another approach - both of these relate to the Poisson distribution:

<br /> \sum_{x=16}^\infty \left(\frac{e^{-15} 15^x}{x!}\right)<br />

is \Pr(X \ge 16), the other sum is \Pr(X \le 15).

If you have access to a cumulative Poisson probability table, or to a program that will calculate these, you can save a lot of time.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
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