Help simplifying this summation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
6 replies · 2K views
robertdeniro
Messages
37
Reaction score
0

Homework Statement



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

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

Homework Equations


The Attempt at a Solution



since [tex]\binom{j}{r}=\binom{j}{j-r}[/tex]

we can rewrite the summation as

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

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

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
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
 
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