How can I simplify this expression involving summation and factorials?

  • Context: Undergrad 
  • Thread starter Thread starter Polymath89
  • Start date Start date
  • Tags Tags
    Factorial 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
4 replies · 3K views
Polymath89
Messages
27
Reaction score
0
I need to simplify this expression and I don't know how to deal with the factorials in the sum

[tex]e^{-(\lambda + \mu)}\sum_{k=0}^w \frac{\lambda^k \mu^{(w-k)}}{k!(w-k)!}[/tex]

Can anybody give me a hint on how to sum over the factorials?
 
Physics news on Phys.org
Polymath89 said:
I need to simplify this expression and I don't know how to deal with the factorials in the sum

[tex]e^{-(\lambda + \mu)}\sum_{k=0}^w \frac{\lambda^k \mu^{(w-k)}}{k!(w-k)!}[/tex]

Can anybody give me a hint on how to sum over the factorials?
This is already pretty simplified. Do you mean that you want to expand it?
 
Sorry for not being clear, yes I want to expand the sum.
 
mathman said:
The sum looks almost like a binomial expansion.
net result e-(λ+μ)(λ+μ)w/w!.
Thank you very much.