Why Does Sum of Infinity Equal Infinity?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 3K views
SpaceDomain
Messages
58
Reaction score
0
I know that

[tex] \sum_{n=-\infty}^\infty{1} = \infty [/tex]

But I don't understand why.

It seems to me that since the constant inside the summation is not dependent upon n it can be moved outside the summation. Then there is nothing to sum. It seems to me that

[tex] \sum_{n=-\infty}^\infty{1} [/tex]

should equal 1.

What am I missing?
 
Mathematics news on Phys.org
I thought the summation just vanished if there was no "argument" inside it.

That makes a lot more sense of why the summation is a discrete analogue of an integral.

Thank you for the help.
 
SpaceDomain said:
I know that

[tex] \sum_{n=-\infty}^\infty{1} = \infty [/tex]

But I don't understand why.

It seems to me that since the constant inside the summation is not dependent upon n it can be moved outside the summation. Then there is nothing to sum.

You can change
[tex]\sum_{n=1}^N1[/tex]
to
[tex](N\cdot1)+\sum_{n=1}^N0=N[/tex]
by 'pulling out the 1'. In your infinite sum, proceeding formally, this would give you
[tex]\sum_{n=1}^\infty1[/tex]
to
[tex](\infty\cdot1)+\sum_{n=1}^\infty0=\infty[/tex]
which shows (in a non-rigorous way) that the sum diverges.