(Changing) Limits of a Summation

  • Thread starter Thread starter martina1075
  • Start date Start date
  • Tags Tags
    Limits 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
7 replies · 4K views
martina1075
Messages
7
Reaction score
0
Member warned that some effort must be shown
Homework Statement
Good afternoon 😃 Can someone explain to me how to change the bounds of summation using this example please?
Relevant Equations
As per picture
538F1044-AFD4-470C-A39F-186AF0EF7298.jpeg
 
Physics news on Phys.org
fresh_42 said:
What does ##\sum_{i=k}^m a_i## stand for?
i stands for the positive integer , ai stands for a unique number and m and n are positive integers with m being greater or equal to n.
 
Write both sides out with the definition of the summation symbol. Shouldn't be too hard to see thay are the same.
 
martina1075 said:
fresh_42 said:
What does ##\sum_{i=k}^m a_i## stand for?
i stands for the positive integer , ai stands for a unique number and m and n are positive integers with m being greater or equal to n.
(Notice that fresh has changed some of the variables from those in the problem statement.)

Think of what @fresh_42 was getting at more like:
##\displaystyle \sum_{i=m}^n a_i## stands for:
##a_{m} + a_{m+1} + a_{m+2} + ... + a_{n-1} + a_{n} ##​

In words, sum the ##a_i ## values, where ##i## takes on values from ##m## through ##n##.

With this in mind, do a similar translation for the right hand side. It may help to use an index other than ##i##, initially.

##\displaystyle \sum_{j=p}^{p+n-m} a_{j+m-p}##

Plug ##p## in for ##j## to get the index for the first term in the sum, then plug ##p+n-m## in for ##j## to get the index for the final term.

(Added in Edit: Fixed summation per @archaic's comment in the next post.)
 
Last edited:
  • Like
Likes   Reactions: jim mcnamara and archaic
SammyS said:
(Notice that fresh has changed some of the variables from those in the problem statement.)

Think of what @fresh_42 was getting at more like:
##\displaystyle \sum_{i=m}^n a_i## stands for:
##a_{m} + a_{m+1} + a_{m+2} + ... + a_{n-1} + a_{n} ##​

In words, sum the ##a_i ## values, where ##i## takes on values from ##m## through ##n##.

With this in mind, do a similar translation for the right hand side. It may help to use an index other than ##i##, initially.

##\displaystyle \sum_{i=p}^{p+n-m} a_{j+m-p}##

Plug ##p## in for ##j## to get the index for the first term in the sum, then plug ##p+n-m## in for ##j## to get the index for the final term.
You forgot to change ##i## to ##j## in the second symbol :)
 
  • Like
Likes   Reactions: SammyS