Arithmetic of Series: Why $\sum_{k=1}^{n} k- \sum_{k=1}^{n} (k-1) \neq 1$

  • Thread starter Thread starter steven187
  • Start date Start date
  • Tags Tags
    Arithmetic Series
steven187
Messages
176
Reaction score
0
hello all

a simple question how come

\sum_{k=1}^{n} k- \sum_{k=1}^{n} (k-1) \not= 1

even though i know if you expand it out you would get n, isn't there an arithmetic property of series that relates to this?

thanxs
 
Physics news on Phys.org
The sum of the consecutive sequence of integers starting with 1 is

\frac{1}{2}n(n+1) where n is the last (and largest) member of the sequence.

so from here we can see that the set of any consecutive set of integers has the sum given by

\frac{1}{2}n_1(n_1+1) - \frac{1}{2}n_2(n_2+1), combining:

\frac{1}{2}(n_1^2 + n_1 - n_2^2 - n_2)

The difference of your two series lies in the fact that the first element of the second series is just 0 whereas the first series has 1. The difference between the two sums will always be 'n', which can be shown by realizing that in the above expression the relationship between n1 and n2 is just n_2 = n_1 - 1 [/tex].
 
Last edited:
hello there

see i know how to do it through this method
\sum_{k=1}^{n} k- \sum_{k=1}^{n} (k-1) = \frac{n(n+1)}{2}-\frac{n(n-1)}{2}=n
but what i want to know is why can't we do this step?
\sum_{k=1}^{n} k- \sum_{k=1}^{n} (k-1)= \sum_{k=1}^{n} k-k+1= \sum_{k=1}^{n} 1=1
is it that we are not allowed to do subtraction between 2 series, if not are there any cases when we can?

thanxs
 
Last edited:
Of course you can do subtraction between series. But \sum_{k=1}^n1=n and not 1.
 
hello there

thanxs for that, i should have remembered something simple like that
 
Back
Top