Office_Shredder said:
Flex, consider the following. In the second video you posted in General Discussion they showed
S_1 = 1 - 1 + 1 - 1 + 1 -1... = 1/2
S_2 = 1-2+3-4+5-6... = 1/4From here, consider
S_2 + S_2
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...
1 -2 +3 -3 -3 -3 -3... = 1/2
2 -3(1+1+1+1+...) = 1/2
solving gives
1+1+1+1+... = 1/2
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 S_2+S_2 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:
+(1 - 2 + 3 - 4 + 5 - ...)=\dfrac{1}{4}
+(0 - 0 + 0 + 1 - 2 + 3 - 4 + ...)=\dfrac{1}{4}
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:
+(1 - 2 + 3 - 4 + 5 - 6 + ...)=\dfrac{1}{4}
+(0 - 0 + 1 - 2 + 3 - 4 + ...)=\dfrac{1}{4}
______________________________
+(1 - 2 + (4 - 6 + 8 -10 +...))=\dfrac{1}{2}
Which simplifies to (notice the important sign change):
1-2-2(-2+3-4+5-...)=\dfrac{1}{2}
Move the "-2" inside the series by factoring a "-2" to create the leading "+1" in our series:
1-2(1-2+3-4+5-...)=\dfrac{1}{2}
You end up with:
1 - 2(S_2)=\dfrac{1}{2}
Which gets your back to the same identity as before:
\dfrac{1}{2}=2(S_2) → S_2 = \dfrac{1}{4}
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 S_1):
+ (1-2+3-4+5-...)=\dfrac{1}{4}
- (0-1+2-3+4-5+...)=-(0-\dfrac{1}{4})=-(-\dfrac{1}{4})
______________________________
(1 - 1 + 1 - 1 + 1 - 1+...) = \dfrac{1}{4}--\dfrac{1}{4} = \dfrac{1}{2}Writing it all on one line steps for simplicity:
S_2+S_2 = (1-2+3-4+5-...) + (1-2+3-4+5-...)
S_2+S_2 = (1-2+3-4+5-...) - (0-1+2-3+4-5+...)
S_2+S_2 = (1-1+1-1+1-1+...)
S_2+S_2 = \dfrac{1}{2}=S_1