Spyke
lemmy.world

I remember learning this out of curiosity in the past, but math doesnt stick in my brain unless chemistry is used as a disguise. Where can I read about this method again? Will the wiki page on Gauss get me there efficiently enough?

56
lemm.ee

you'll either get there, or to the Boston Molasses Disaster, so you'll learn something cool either way.

30

I know about this one! I think it was a Reactions video, which I believe is the American Chemical Society's yt channel

5
lemmy.world

Just wanted to say thanks! Clicking your link made me realize I should try to figure out how to open up YT on PipePipe automatically, so now my phone works better :)

6

No problem. I have a script that automates generating the title and link to a video when sharing automatically.

I should look into having it do the same for pipe

2
Deebsterreply
programming.dev

So was he writing backwards, or did they print a custom flipped t-shirt?

2
monero.town

The sum of all natural numbers smaller than and including x is equal to

(x+1)(x/2)

The sum of all even numbers up to and including x is that minus (n/2)² so

[(x+1)(x/2)]-(x/2)²

That would mean the sum of all odd numbers under x is equal to

(x/2)²

or sum of all odd including x (if x is odd of course) is

[(x+1)/2]²

Since the sum of all even numbers up to x is the sum of all numbers minus the sum of all odd numbers.

[-(x/2)² +2x +1]/2 (another way of writing the sum of all evens under and including a number) looks suspiciously polynomial. I want to go further.

Edit:

Interestingly, the sum of all evens under and including x is larger than the sum of all odds under x by half of x. So

[(x+1)(x/2)-(x/2)²]-(x/2) = (x/2)²

So another formula for sum of all evens is

(x/2)²+(x/2)

So,

2[(x/2)²]+(x/2) = (x+1)(x/2)

The left is the sum of all odds plus the sum of all evens under and including x, the right is the original formula we started with, sum of all natural numbers under and including x. Since they both give us the total sum for all natural numbers up to and including x, the left hand side is a different formula giving us the same result!

12
lemmy.world

Alright smartgauss let's see you do the same for all real numbers

32

It is not well defined. Because an order of summation is not given you could just as easily sum pairs of (0,1), (-1,2), (-2,3), (-3,4)... (-x, x+1) and conclude you are constantly adding 1 to your total so it goes to infinity instead

Or do the reverse of (-1,0), (-2,1), ... (-x-1, x) and get that the each pair adds -1 so the sum goes to negative Infinity

Order of the addition sometimes changes infinite sums. Infinitely large things are weird sometimes

6
lemmy.world

There is a bit of a typo in it. Since the list of 100 numbers was split in half, it should be x50 not x100. 50 sets of 101 from each pair.

12
lemmy.nz

It's not split in half, it's reversed, which is why both are equal to S. If you just took half, then 1 + 2 + ... would not equal 100 + 99 + ... and so they both wouldn't be equal to S.

Instead of halving the list, they just reversed it and summed it to 2S later, which they then half. So no typo here.

37

I had the same reaction originally though, because I feel like I had seen this previously as just "bending" the list of 1-100 in half.

1+2+3+4+...+49+50
100+99+98+97+...+52+51
=
101+101+101+...

101 * 50.

So you have to do a bit more thinking to define your equation but the equation takes you straight to S instead of 2S.

And since the meme just has + ... instead of showing where the end of the list was, I see how one could easily mix up the 2 approaches.

17
Aceticonreply
lemmy.world

2S = 100 sets of 101

hence

S = 100/2 sets of 101 = 50 sets of 101 = 5050

I wondered about the same thing so did the Maths (which is kinda the point of the meme) back from 5050 and it all checks out.

22

Oh ok. Yeah fair. I guess I'm used to the simplified version. Where it doesn't use the full list, just splits it in half. This method would also work for odd lists of numbers rather than only even. Makes sense.

2

You reached the end

Hey there gamers | Spyke