Help simplifying this summation

robertdeniro
Messages
37
Reaction score
0

Homework Statement



\sum\limits_{j=0}^\infty \binom{j}{r} p^r (1-p)^{j-r} (1-q) q^j

where p and q are between 0 and 1, and r is a positive integer

Homework Equations


The Attempt at a Solution



since \binom{j}{r}=\binom{j}{j-r}

we can rewrite the summation as

(1-q)\sum\limits_{j=0}^\infty \binom{j}{j-r} p^r (1-p)^{j-r} q^j

then i used a change of variables k=j-r and the summation became(1-q)\sum\limits_{k=-r}^\infty \binom{k+r}{k} p^r (1-p)^{k} q^{k+r}

and now I am stuck. i was hoping i could get the stuff inside the summation sign to look like the pdf of a negative binomial distribution
 
Last edited:
Physics news on Phys.org
Do you have any identities that might be relevant to evaluating the summation?

Also, the notation where q = 1-p is fairly common. Does that apply here or are p and q just two unrelated variables?
 
hi robertdeniro! :smile:

since r is a constant, you can take all the r stuff outside the ∑ :wink:

(but I don't think it converges)
 
vela said:
Do you have any identities that might be relevant to evaluating the summation?

Also, the notation where q = 1-p is fairly common. Does that apply here or are p and q just two unrelated variables?

nope, here p and q are not related

EDIT: Guys, please see me attempt at the solution and let me know what you think
 
I don't see how that helps, but I might just be missing something.

Are you familiar with the generating functions for the binomial coefficients?
 
vela said:
I don't see how that helps, but I might just be missing something.

Are you familiar with the generating functions for the binomial coefficients?

yes but i don't see how that would help

EDIT: nevermind, thanks for that tip! i think i got it
 
What generating functions do you know? At least one I've seen applies directly to the problem.
 
Back
Top