Office_Shredder said:
Flex, consider the following. In the second video you posted in General Discussion they showed
[tex]S_1 = 1 - 1 + 1 - 1 + 1 -1... = 1/2[/tex]
[tex]S_2 = 1-2+3-4+5-6... = 1/4[/tex]From here, consider
[tex]S_2 + S_2[/tex]
in the following way: Take the second S2 and bump it over by three spaces when lining it up under the first, so you get after canceling vertically
1 -2 + 3 - 4 + 5 -6...
_________1 - 2 + 3...
[tex]1 -2 +3 -3 -3 -3 -3... = 1/2[/tex]
[tex]2 -3(1+1+1+1+...) = 1/2[/tex]
solving gives
[tex]1+1+1+1+... = 1/2[/tex]
Now consider
1+2+3+4+... - (1+1+1+1+...) by canceling the first, second, third etc. terms to get
0+1+2+3+4+...
From which we have proven that
S - 1/2 = S
So -1/2 = 0. Doing only the same thing they were doing in the video, only very slightly differently (aligning the [itex]S_2+S_2[/itex] step two steps further to the right).
Again, I'm not a mathematician, but I did the same calculation and it resolved consistently. I believe your error was incorrectly signing the series; I added placeholder zeros to show that you missed the correct offset initially and thereby changed the series:
You wrote this:
[itex]+(1 - 2 + 3 - 4 + 5 - ...)=\dfrac{1}{4}[/itex]
[itex]+(0 - 0 + 0 + 1 - 2 + 3 - 4 + ...)=\dfrac{1}{4}[/itex]
Which has two consecutive terms of addition and changes the series. (I think it's the same as multiplying by -1? Hadn't gotten that far.)
What you wanted to do was this:
[itex]+(1 - 2 + 3 - 4 + 5 - 6 + ...)=\dfrac{1}{4}[/itex]
[itex]+(0 - 0 + 1 - 2 + 3 - 4 + ...)=\dfrac{1}{4}[/itex]
______________________________
[itex]+(1 - 2 + (4 - 6 + 8 -10 +...))=\dfrac{1}{2}[/itex]
Which simplifies to (notice the important sign change):
[itex]1-2-2(-2+3-4+5-...)=\dfrac{1}{2}[/itex]
Move the "-2" inside the series by factoring a "-2" to create the leading "+1" in our series:
[itex]1-2(1-2+3-4+5-...)=\dfrac{1}{2}[/itex]
You end up with:
[itex]1 - 2(S_2)=\dfrac{1}{2}[/itex]
Which gets your back to the same identity as before:
[itex]\dfrac{1}{2}=2(S_2)[/itex] → [itex]S_2 = \dfrac{1}{4}[/itex]
I mean this sincerely, I could be in the wrong on all of this... but this just seems like a case of being diligent and meticulous.
If I re-run your calculation to try to get your result (single value offset emulating [itex]S_1[/itex]):
[itex]+ (1-2+3-4+5-...)=\dfrac{1}{4}[/itex]
[itex]- (0-1+2-3+4-5+...)=-(0-\dfrac{1}{4})=-(-\dfrac{1}{4})[/itex]
______________________________
[itex](1 - 1 + 1 - 1 + 1 - 1+...) = \dfrac{1}{4}--\dfrac{1}{4} = \dfrac{1}{2}[/itex]Writing it all on one line steps for simplicity:
[itex]S_2+S_2 = (1-2+3-4+5-...) + (1-2+3-4+5-...)[/itex]
[itex]S_2+S_2 = (1-2+3-4+5-...) - (0-1+2-3+4-5+...)[/itex]
[itex]S_2+S_2 = (1-1+1-1+1-1+...)[/itex]
[itex]S_2+S_2 = \dfrac{1}{2}=S_1[/itex]