The Hardest Problem from the 1986 IMO

  Рет қаралды 2,995

Wrath of Math

Wrath of Math

Күн бұрын

Пікірлер: 25
@WrathofMath
@WrathofMath 19 сағат бұрын
Thanks for watching! Join Wrath of Math to get exclusive videos, lecture notes, and more: kzbin.info/door/yEKvaxi8mt9FMc62MHcliwjoin More math chats: kzbin.info/aero/PLztBpqftvzxXQDmPmSOwXSU9vOHgty1RO
@chemicalbrother5743
@chemicalbrother5743 6 сағат бұрын
Me: Time to concentrate and follow the solution. My brain: bapbap
@shadowdragon2484
@shadowdragon2484 13 сағат бұрын
Cool video and problem! I was able to get an intuitive (if rather unrigourous) answer by considering the algorithm as a sort of "averaging" fn. Since the sum is positive we know there is more positive "mass" than negative, and so if you repeatedly distribute the smaller value amongst the positive mass, the magnitude of the negative will go down and each node will come closer to the average, which is positive.
@Rafix_989
@Rafix_989 10 сағат бұрын
But there can be 2 negative numnera next to each other and then the 2nd negative number becomes more negative
@arekkrolak6320
@arekkrolak6320 4 сағат бұрын
It doesnt have to be 4 -6 3. It can also be 3 -6 4. The algorithm doesnt say in which direction we assign consecutive vertices. ;)
@luisfonseca2299
@luisfonseca2299 10 сағат бұрын
What a nice video! That function seemed like the most random thing ever but I guess that´s why the problem is so complicated... I can only imagine the thought proccess of these students: "well, the sum is always the so that obviously doesn't work. Hum, I need to find an invariable. *somehow finds it*. Well, well, well, The difference depends on the sum and this one vertex value that I need to be negative, what a nice coincidence". I swear, this type of things blow my mind
@GhostyOcean
@GhostyOcean 4 сағат бұрын
Okay so after working through an example I think the answer is yes, it always terminates. Some things I've noticed: The sum of the sides doesn't change. If we transform (x,y,z) to (x+y,-y, z+y) then we added a y to each outside coordinate and subtracted 2y from the middle coordinates. Thus the sum is unchanged. Furthermore, x+y is necessarily smaller in magnitude than both x and y (because they're different signs). I'm not sure how having multiple negatives in a problem would affect the outcome. Let's continue watching and see.
@GhostyOcean
@GhostyOcean 3 сағат бұрын
Use the difference of squares pattern to help with the simplifying! a²-b² = (a+b)(a-b). It'll very quickly show that the entire expression is divisible by x_4.
@GhostyOcean
@GhostyOcean 3 сағат бұрын
OH! I think what I've shown is sufficient to show that sum( |x_i| ) is a non-negative and decreasing function! On a triplet (x,y,z) ➡️ (x+y,-y,z+y), since both x➡️x+y and z➡️z+y are decreasing in magnitude, and y➡️-y is a sign change and doesn't affect magnitude, then the sum of all three absolute values must have decreased after the transformation! So the sum of absolute values across all vertices decreased, and by construction is non-negative. Therefore it must stop eventually!
@MichaelPiz
@MichaelPiz 3 сағат бұрын
Something you either left out or I was oblivious to its obviousness or that it just doesn't matter is proving that consecutive values of the function cannot increase. Can we have consecutive function values of, for example, -78 and -31? Would that mean that the function is increasing?
@WrathofMath
@WrathofMath 3 сағат бұрын
We prove that the consecutive values decrease, so they certainly cannot increase. Unless I have misunderstood your question! By showing fn+1 - fn < 0, we know fn+1 < fn, that is - the function decreases.
@coppertones7093
@coppertones7093 3 сағат бұрын
the function can’t be negative, also
@MichaelPiz
@MichaelPiz 2 сағат бұрын
@WrathofMath OK. So the example I gave, if it's possible, would mean that the function is decreasing but at a slower rate? IOW, the absolute values of the negative function values need not get larger. (The math to figure this out myself is within my capability but I'm a bit brain-fogged today.)
@graf_paper
@graf_paper 13 сағат бұрын
What is the music playing in the background of this video?! Feels like a mall piano being played in the distance 😌
@RunstarHomer
@RunstarHomer 13 сағат бұрын
There are a few different songs in the video, one of them is Zora's Domain from Breath of the Wild
@WrathofMath
@WrathofMath 4 сағат бұрын
Huma-Huma From Russia with Love Donkey Kong Country Aquatic Ambience Super Mario Sunshine Sirena Beach Xenoblade Chronicles Valak Mountain (Night) Breath of the Wild Zora's Domain (Night) Pikmin 2 Piklopedia Super Mario 64 End Theme
@prodqrn
@prodqrn 9 сағат бұрын
I too hope the Texans topple the Chiefs but I am fearful.
@acc-lab1233
@acc-lab1233 8 сағат бұрын
I tried to construct such function by sum(x_i x_{i+2}) but that didn't work then when you hint ( )^2 I got the correct construction, cool problem!
@thatcatthatalwayseatsyourchees
@thatcatthatalwayseatsyourchees 4 сағат бұрын
This guy sounds exactly like sheldon
@dan-florinchereches4892
@dan-florinchereches4892 7 сағат бұрын
I am not sure how far I can go with it but if we look at the transformation of x and z with respect with y it is similar to Euclids algorithm with repeated subtractions. I am going to consider the case where we have a,b,c,d,e numbers and b,c are negative the the transformations go (a,b,c) -> (a+b,-b,b+c) (-b,b+c,d)->(c,-b-c,b+c+d) (a+b,c,-b-c)->(a+b+c,-c,-b) pentagon at this step is (a+b+c,-c,-b,b+c+d,e) looks like all the negative numbers are migrating towards the positive poles. I think the transformation applied to consecutive nodes each turn is adding -x, 2x, -x. Now we need to determine if over time x is decreasing Another Idea is what if the transformation is like a ripple on the pentagon where the transformation sends -x to the left and right of the node until they hit a positive node large enough to swallow them. Something like the waves a waterdrop falling into the bucket creates. I think I will work out a particular example myself where I am trying to eliminate the negative from center position. (10,-1,-1,-1,-1) -> (10,-2,1,-2,-1) -> (8,2,-1,-2,-1) -> (8,1,1,-3,-1) -> (8,1,-2,3,-4)-> (4,1,-2,-1,4)->(4,-1,2,-1,4)->(3,1,1,-1,4)->(3,1,0,1,3) (5,-4,3-2,1)-> (1,4,-1,-2,1) -> (1,3,1,-3,1) -> (1,3,-2,3,-2) -> (1,1,1,1,-2)->(-1,1,1,-1,2)->(1,0,1,-1,1)->(1,0,0,1,0) well regardless what I do I end up with a symmetric result. I guess it makes sense since the transformation is symmetrical and we have an odd number of vertices? I guess I am not smart enough to get it quickly gonna watch the video
@GhostyOcean
@GhostyOcean 3 сағат бұрын
Your example ends at step 1 because you don't have 2 positive vertices. The algorithm requires at least 2 positive vertices, but that's not sufficient. Notice how (1,1,-1,-1,-1) does not have a negative between two positives, so the algorithm halts immediately. Be sure to always check if your example satisfies the rules, or that you apply the rules correctly!
@dan-florinchereches4892
@dan-florinchereches4892 Сағат бұрын
@GhostyOcean I think you have a problem there as the sum is supposed to be >0 The problem does not state how many consecutive negative number we use just that we perform the transformation around the negative number
@Aman_iitbh
@Aman_iitbh 13 сағат бұрын
Is it possible that sq function gets halt after certain steps but x,x2..x5 doesent ,it goes on certain cycle to maintain sq sum?
@Aman_iitbh
@Aman_iitbh 12 сағат бұрын
That cant happen ,i got it thnx
@Nikolas_Davis
@Nikolas_Davis 2 сағат бұрын
Lovely problem! Near the end: you could have saved yourself quite a lot of algebra if you reproduced as many of the terms of f_{n} as possible in f_{n+1}, for example by breaking up (x1 - (x3+x4))^2 = ((x1-x3)-x4)^2 = (x1-x3)^2 + x4^2 - 2 * x4 * (x1-x3), and so on. Most of the terms would cancel out in the subtraction, except for the terms containing x4, which you could then collect with minimal fuss 🙂
A Stupidly Impossible Interview Question
19:25
Wrath of Math
Рет қаралды 19 М.
Why You Can't Bring Checkerboards to Math Exams
21:45
Wrath of Math
Рет қаралды 488 М.
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН
Mom Hack for Cooking Solo with a Little One! 🍳👶
00:15
5-Minute Crafts HOUSE
Рет қаралды 23 МЛН
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
A 1000 Year Old Trick for Divisibility by 37
25:08
Wrath of Math
Рет қаралды 38 М.
There Are Very Few Primes
38:39
Wrath of Math
Рет қаралды 45 М.
The Unsolved Problem of Reconstruction
20:33
Wrath of Math
Рет қаралды 19 М.
If A has n elements, the P(A) has 2^n elements.
13:04
Snell Bros. Math
Рет қаралды 1 М.
I’m DONE with Minus Signs
28:08
Wrath of Math
Рет қаралды 59 М.
When Two Numbers Can Make the Rest
23:43
Wrath of Math
Рет қаралды 6 М.
The KEY to Lightning Fast Subtraction
14:11
Wrath of Math
Рет қаралды 6 М.
2025 is a Strange Number
26:41
Wrath of Math
Рет қаралды 234 М.
The 60 Year Quest for the Perfect Sofa
26:06
Wrath of Math
Рет қаралды 86 М.
This Wasn’t Supposed to Happen!
30:29
BM Sculptures
Рет қаралды 17 М.
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 81 МЛН