mohabitar
- 140
- 0
So what's going on here? Since there is a 2^(k-1), I can subtract one from n and also the index? Thats what it looks like they did. Also, where did they get that 1/2 from?
The discussion revolves around a summation problem involving the expression 2^(k-1) and the manipulation of summation bounds. Participants are exploring the implications of changing indices and terms within the summation.
There is an ongoing exploration of the rules governing the manipulation of summation bounds. Some participants have offered insights into how terms can be factored out and how changing the lower bound affects the summation.
Participants are considering specific cases of summation bounds and their implications for the terms involved, particularly focusing on the transition from k=-1 to k=0 and how this affects the overall expression.
mohabitar said:![]()
So what's going on here? Since there is a 2^(k-1), I can subtract one from n and also the index? Thats what it looks like they did. Also, where did they get that 1/2 from?
mohabitar said:Oh ok..so how is it that we can change the bound? What is the rule for that or steps?
mohabitar said:But the bound for the first was n+1, so shouldn't the last term be 2^(n+1) or no?
So if my lower bound were 1, I could bring out a 2 and the new index would start from 2? And if the bound were 2, I could bring out a 4 and new bound would be 3?The 1/2=2-1 is simply the term of the summation for which k=-1; by bringing it out of the summation, the lower bound can be changed from k=-1 to k=0
mohabitar said:So if my lower bound were 1, I could bring out a 2 and the new index would start from 2? And if the bound were 2, I could bring out a 4 and new bound would be 3?