What are the steps to solving this algebraic summation problem?

  • Thread starter Thread starter Homewoodm01
  • Start date Start date
  • Tags Tags
    Algebra 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 · 2K views
Homewoodm01
Messages
9
Reaction score
0

Homework Statement



Ok I have the answer to a question, all the working is given, however, I'm having trouble following it.

Homework Equations



http://img695.imageshack.us/img695/426/answer.jpg

The Attempt at a Solution



I am completely lost, could someone please explain the steps that have been taken, it would really help me.
 
Last edited by a moderator:
on Phys.org
First line to second: use the definition of [tex]\binom x y[/tex], then factor out terms that do not depend on x.

[tex] \binom x y= \frac{x!}{y! (x-y)!}[/tex]

and factor from the sum any term that does not depend on the index of summation, [tex]x[/tex]

Second line to third: shift the origin of summation from [tex]y[/tex] to 0 by replacing the index of summation by [tex]x = y[/tex]. After this the sum becomes

[tex] \sum_{x=0}^\infty \lambda^{x+y} \frac{0.9^x}{x!} = \lambda^y \sum_{x=0}^\infty \frac{(0.9\, \lambda)^x}{x!}[/tex]

You should be able to fill in the final step yourself.
 
Thankyou very much for your explanation, I've pretty much got my head around it. Am I right i thinking the second line to the third all of the [tex]x[/tex] change to [tex]x+y[/tex] and is that a sort of rule when using summation? Thanks
 
I wouldn't say a rule, but a common bit of work. It's similar to making a substitution in a definite integral.

The original sum in line 2 is

[tex] \sum_{x=y}^\infty \frac{\lambda^x (0.9)^{x-y}}{(x-y)!}[/tex]

The form of the summand is similar to the infinite series for an exponential, but the starting value isn't zero. Suppose I use a new index
of summation, defined as

[tex] t = x - y \quad \text{ so } \quad x = t+y[/tex]

Since the original sum begins at [tex]x = y[/tex], the rewritten form begins at [tex]t = x - x = 0[/tex]. In terms of the new variable the sum looks like

[tex] \sum_{t = 0}^\infty \frac{\lambda^{t+y} (0.9)^t}{t!} = \lambda^y \sum_{t=0}^\infty \frac{\lambda^t (0.9)^t}{t!}[/tex]

Writing this new form with summation index equal to [tex]x[/tex] gives the form mentioned above.
 
Last edited:
Thanks for your time, you've really helped me, I'm confident I understand this now. Thanks again! :biggrin: