Sunday, October 28, 2018

algebra precalculus - Find closed formula by changing order of summation: sumni=1i3i



Working on homework for a probability and computing class, but my ability to work with summations is rusty to say the least, so I suspect this is going to turn out pretty straightforward.



Problem asks to find a closed formula for ni=1i3i by representing it as a double sum and changing the order of summation. I did that by following a hint from the instructor and came up with nk=1ni=k3i, but I'm not really sure what that accomplished. What's the next step? What am I looking for here?


Answer



Here is a rather detailed elaboration which might be useful.





We obtain
ni=1i3i=ni=1(ik=11)3i=ni=1ik=13i=1kin3i=nk=1ni=k3i=nk=1nki=03i+k=nk=13k3nk+1131=12nk=1(3n+13k)=n23n+112nk=13k=n23n+112(3n+11311)=n23n+1143n+1+34=n4(2n1)3n+1+34




Comment:





  • In (1) we represent the factor i as sum.


  • In (2) we multiply out in the left-hand sum and write the index range somewhat more conveniently in the middle sum. We exchange the sums in the right-hand double-sum.


  • In (3) we shift the index of the inner sum to start from i=0.


  • In (4) we apply the finite geometric summation formula.


  • In (5) we do some simplifications.


  • In (6) we multiply out and do some simplifications.


  • In (7) we apply the finite geometric summation formula again.


  • In (8) and (9) we do some more simplifications.



No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...