Changing variable in a sumation

  • Thread starter Thread starter wildman
  • Start date Start date
  • Tags Tags
    Variable
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 9K views
wildman
Messages
29
Reaction score
4

Homework Statement


I have been shown this manipulation of a summation and I am wondering why the person could do it:
[tex]\sum_{k=n+1}^{0} -k 3^k[/tex]

Now change the variables with m=-k and we get:

[tex]\sum_{m=0}^{-n-1} m (\frac{1}{3})^m[/tex]

The Attempt at a Solution



I can see where the [tex]m (\frac{1}{3})^m[/tex] came from (just stick -m in for the k), but how did the summation change?
 
Physics news on Phys.org
Well, k=n+1 corresponds to m=-k=-n-1, and k=0 corresponds to m=0, so the new limits are m=0, m=-n-1.
 
That much is obvious, but why is the 0 on the bottom and the -n-1 on the top now?
 
Never mind, that question is obvious also. Of course if you change the sign you would have to move the values on the summation... Problem solved.