StevenJacobs990
- 16
- 0
n
∑ 3
k=0
How does this make sense when k=0?
∑ 3
k=0
How does this make sense when k=0?
The discussion revolves around the rules of summation, particularly focusing on the implications of starting the summation index at zero and how it affects the total sum. Participants explore the mathematical formulation and interpretation of summation notation.
Participants appear to agree on the general rule of summation presented, but there is some uncertainty regarding the implications of starting the index at different values, particularly k=0 and k=-1. The discussion does not reach a consensus on the interpretation of these cases.
The discussion includes assumptions about the interpretation of summation indices and their impact on the total count, which may depend on the context of the problem being addressed.
Oh okay. The lower bound is the index origin and doesn't matter if it is negative?Gene Naden said:The sum is ##3+3+...=3(n+1)##
i.e. one is counting fence posts, not sections of wire.DrClaude said:To summarise,
$$
\sum_{k=a}^{b} c = c (b-a+1)
$$
for constant ##c##.