What Happens If We Add Fractions Incorrectly?

  Рет қаралды 352,076

zhuli

zhuli

Күн бұрын

Пікірлер: 421
@kajacx
@kajacx Жыл бұрын
Imagine teaching fractions in elementary school and a kid says "I'm not doing addition wrong, I'm computing the median" and then explains everything from this video.
@cleats727
@cleats727 Жыл бұрын
That's some Terry Tao shit
@alonelyphoenix8942
@alonelyphoenix8942 Жыл бұрын
Bro's believes hes Gauss
@canyoupoop
@canyoupoop 10 ай бұрын
​@@alonelyphoenix8942 “By the time Gauss was 7 years old, his schoolmasters admitted that there was nothing more they could teach the boy.” ~David Burton, Elementary Number Theory
@Adityarm.08
@Adityarm.08 3 ай бұрын
*Mediant. Median is a completely different concept & the terminology can get confusing quickly.
@dinostorion
@dinostorion 4 күн бұрын
and then you get told off because these are not medians but mediants, and the task was to add fractions
@thatapollo7775
@thatapollo7775 Жыл бұрын
i kid you not, THE DAY after i watched this i had a math competition, and one of the problems was to find the fraction will the smallest denominator between 2 fraction, i tried trial and error and then remembered this video and immediately got the answer
@zipzorp-eh1ey
@zipzorp-eh1ey 9 күн бұрын
Baader Meinhof phenomenon
@OnkarPawar00
@OnkarPawar00 Жыл бұрын
I'm in high school. Clicked with great curiosity to watch and expand my knowledge but it slowly kept getting more and more complex until my brain couldn't understand
@zhulimath
@zhulimath Жыл бұрын
That's ok! It's amazing that you have curiosity about math. The video can get a little advanced at places, it's not a video meant for everyone. Don't worry too much about it, just try your best and take things at your own pace, maybe come to it in the future when you have stronger foundations. Some of my other videos might be a little simpler and easier, if you want to give them a try, like this one: kzbin.info/www/bejne/aXOQdWatZ55liqs
@canyoupoop
@canyoupoop 7 ай бұрын
I am in highschool too, few months ago I saw it understood not very much, today rewatching understood more then that time(not everything obviously) so maybe in my next re watch I will understand more
@humbledb4jesus
@humbledb4jesus Жыл бұрын
i was the apprenticeship instructor for the roofing program in calgary for 13 yrs... my most fulfilling memory was being able to teach fractions and the metric system to 40 yr old roofers with learning disabilities, addiction problems and 'incomplete' education scenarios... seeing the look on someone's face when they actually get it and feel good about themselves...i was so blessed to help...
@DeJay7
@DeJay7 Жыл бұрын
Even if the other entries in SoME3 are incredible, this deserves at the very least an honourable mention.
@snowfloofcathug
@snowfloofcathug Жыл бұрын
Good news!
@iabervon
@iabervon Жыл бұрын
If ad-bc=1, you can use Pick's Theorem to prove a bunch of properties of the mediant. The parallelogram is a lattice polygon with area 1, and we know 4 points on its border. Since the area is the number of interior points plus half the border points minus 1, there must not be any points in the interior and no more points on the border, so there cannot be any rational numbers that would fall in this region or on its border.
@philipppremium5191
@philipppremium5191 Жыл бұрын
Strongly agree
@kg29486
@kg29486 Жыл бұрын
Yes yes definitely agreed
@anjanavabiswas8835
@anjanavabiswas8835 Жыл бұрын
It is just nice when u start from very simple things and sort of play around with it to discover interesting observations. It feels like going in the reverse direction when u are reading a theorem. Instead of having a very complicated unintuitive statement thrown at you and then having to use every single brain cell to figure out why that even works in the first place, this just feels very satisfying. It feels like the thought process flows naturally, without resistance.
@Nolord_
@Nolord_ Жыл бұрын
Finally someone talked about this ! Last year I rediscovered most of this, in a attempt to find an algorithm that converts computer floating point numbers into a ratio, without suffering from the precision loss of floating point arithmetic. I couldn't find anything about this on the internet, until a friend of mine did. I'm happy more people learn about this simple but very interesting maths concept !
@siddanthvenkatesh2744
@siddanthvenkatesh2744 Жыл бұрын
Just wondering, did you do project Euler? If so then for that problem I think what I did was if the |ratio - floating point|
@Nolord_
@Nolord_ Жыл бұрын
@@siddanthvenkatesh2744 I don't know about project Euler, but yes you avoid any operations on floating numbers to avoid losing precision, and just use comparisons in order to know if your ratio is close.
@Hextator
@Hextator Жыл бұрын
That was the first thing I thought of when thinking of a fun application for these concepts. A friend of mine actually fiddled around with similar ways of representing floats after I told them that the only way to never lose any precision was to always preserve the full chain of operations that occur when some variable becomes imprecise, then recalculate values on the fly with the desired precision when retrieving them in the future. I believe they did end up representing floats as ratios of VLIs, but I'm not sure how far they got in terms of being able to achieve any desired precision.
@__christopher__
@__christopher__ Жыл бұрын
Actually floating point numbers are alreaady exact rational numbers; imprecision comes in only when you try to calculate a number that cannot be exactly represented as floating point value. However when converting to a fraction, that loss alredy happened, and if you convert to anything but the exact value of that float, you are going to adda second imprecision on top of it. That second imprecision *may* cancel out the first, but unless you take into account knowledge on how you arrived at it, generally it will not. Indeed, every floating point number (except for infinities and NaN, of course) can be written exactly as m*2^n where m and n are integers where m can be derived from the sign and mantissa bits, and n can be derived from the exponent bits (with some special handling for denormalized numbers; those however are also of the form above, just the formulas for m and n are slightly different). Of course in that representation you lose the signed zero (unless you store m in a signed-magnitude or 1-complement integer representation, which also has signed zero), but then, mathematically 0 = -0 anyway..
@Nolord_
@Nolord_ Жыл бұрын
@@__christopher__ Floating point numbers aren't exact rational numbers because of infinite (binary) decimals that can't be represented. And in my algorithm for the conversion, you define the converted number as the one that if you convert back to a float, you get the original, so in a way there are no loss of precision during conversion. Also you can represent infinities, nan and -0 in a well-designed library with 1/0, -1/0, 0/0, 0/-1.
@UpstreamNL
@UpstreamNL Жыл бұрын
I was not prepared for this wild ride
@wilderuhl3450
@wilderuhl3450 Жыл бұрын
I love it when different bits of math come together so sensibly and beautifully. Excellent video.
@coaster1235
@coaster1235 Жыл бұрын
It was lovely getting an intuition on where the mystifying square root of 5 comes from in Hurwitz’s theorem!
@Jackrabbithero
@Jackrabbithero Жыл бұрын
Excellent video. I felt like every time you introduced a new concept, I had some questions pop into my head and thought "I'll have to google this after..." but then you answered the question in the video!
@Oscar-vs5yw
@Oscar-vs5yw Жыл бұрын
Wow, I saw the thumbnail and thought that the video would be something really simple, but then saw it was nearly 30 minutes long! Unexpectedly turned out to be an absolutely banger! Good job man!
@TymexComputing
@TymexComputing Жыл бұрын
Me too - i recall stern brocot series' "name" from some quantum or other foo-bar but only the name - its the first video somebody draw it for me/ made a picture of it :)
@isavenewspapers8890
@isavenewspapers8890 11 ай бұрын
I like how my thought upon seeing the thumbnail was, "So like vectors?" Yep.
@andrewharrison8436
@andrewharrison8436 Жыл бұрын
It's like a random walk from flower to flower in a garden - then at the end you realise you know the shape of the whole garden.
@skylark.kraken
@skylark.kraken Жыл бұрын
I planned on covering this topic as an interactive website for SoME1 for use as estimations. You came at it from a much better angle and covered more than I would have
@banaverhel
@banaverhel Жыл бұрын
The intro riff sounded vaguely familiar to me, so I checked the description and it’s Kapustin! Great taste in music and great video
@amritawasthi7030
@amritawasthi7030 Жыл бұрын
Damn criminally underrated video. Good work man. Keep em coming
@toferg.8264
@toferg.8264 5 ай бұрын
1:17 This function has fascinated me for years. To me the practical application is when you divide something up and divvy it evenly amongst multiple people. Take a wandering band of fishermen living around ancient Sumeria for example. Let's say 13 guys catch 6 lb. of fish. They happen across some old allies they still love, and decide to have supper together. The other wandering band is 8 guys who caught 4 lb. of fish. How can they equally allot the fish to each fisherman, in the combined supper that night? 6/13 (+) 4/8 = 10/21 . Each person gets 10/21 lb of fish to eat. Now let's say you come along, and tell them, you need to reduce the fractions first. So, the equation becomes 6/13 (+) 1/2 = 7/15 lb. See why we need to do away with this rule? Now i'm much less familiar with vectors, than making sure i eat enough. But from what you're showing around 5:00 in, it looks like my example should work with vectors also. The demand to reduce the fractions isn't a good idea.
@NinjaOfLU
@NinjaOfLU Жыл бұрын
Frick yeah, new zhuli video just dropped!
@juzbecoz
@juzbecoz Жыл бұрын
This is a banger!let me share it! Eye opener
@jamiepianist
@jamiepianist Жыл бұрын
The piano is so relaxing, thank you!
@Adityarm.08
@Adityarm.08 Жыл бұрын
I ran into these structures while solving some project Euler problem. This explanation was just so perfect. Thank you.
@lewismassie
@lewismassie Жыл бұрын
This was really neat. I did see the graph visualisation coming, but seeing a visual example of Simpsons Paradox was also pretty cool. And the irrational approximations was also pretty cool
@BlackEyedGhost0
@BlackEyedGhost0 Жыл бұрын
School teachers: "You can't divide by 0" Mediant: "Hold my beer"
@alphakrab5022
@alphakrab5022 Жыл бұрын
Wow I was not expecting Kapustin when clicking on this video, thank you for that
@Flippy9979
@Flippy9979 Жыл бұрын
I can’t believe this channel isn’t bigger, you’re doing amazing!
@spencergrogin1074
@spencergrogin1074 Жыл бұрын
Can we do something with this?! Mediants are how almost every US teacher grades their students. a/b and c/d being grades on b and c "point" test/assignments are merged (a+c)/(b+d). The mediants provide weighted averages of tests/assignments. Mediants are how almost every statistical study is done. You send out dozens of collectors to take small samplings and count all the positive events (sum of numerators) and divide by the total samples (sum of denominators) Two samples of 1 out of 2, sum to one sample of 2 out of 4. But a sample of 8/9 and a sample of 1/1 sum to 9/10.
@IroAppe
@IroAppe Жыл бұрын
Great video, I like it! It's interesting and yet incredibly calming. It draws you in and immerses yourself into the topic. I didn't think that a bit of classical piano could do that to a video. I can imagine myself calming down to it in the evening or something. A portion of Maths before bed. Your calm voice goes with it.
@زكريا_حسناوي
@زكريا_حسناوي Жыл бұрын
جميل جداً، عمل متقن ومثير للاهتمام شكراً على الجهود المبذولة في هذا الفيديو
@luxel3607
@luxel3607 Жыл бұрын
jajaja. I was wondering why you weren’t just using the determinant at the beginning, good that I stayed. Great video! Interesting as well.
@cannot-handle-handles
@cannot-handle-handles Жыл бұрын
The part with the slopes reminded me of "a natural construction for the real numbers" by "Norbert A'Campo", where a real number is defined as an equivalence class of objects called slopes, which are "almost linear" functions on the integers.
@DevinDTV
@DevinDTV Жыл бұрын
for those still confused about Simpsons paradox, it's because the pair of vectors which have lower slopes has most of its magnitude distributed into its higher slope vector, whereas the higher slope pair of vectors doesn't. basically it's the weighting. 5/5 is larger than 499/500 and 1/4 is larger than 1/5, but 6/9 is smaller than 500/505
@TymexComputing
@TymexComputing Жыл бұрын
Hi - i am sorry but i cant imagine your explanation - i think it can happen but not always so the "always iff explanation wont make always working examples" ? regarding the first part of video i simply (as a phycisist) thought about normalized vectors instead of circles or spheres :) and found out there are also some lower + lower pairs that wont make higher sum. in 2D continuus space there is the whole complex theorems space that can happen :)
@polyhistorphilomath
@polyhistorphilomath Жыл бұрын
Your Stern-Brocot (mediant/parallelogram) tree is interesting. Perhaps it has some utility in combinatoric questions, such as the open no-three-in-line problem. In any event construction of the tree is simpler than attempting to enumerate unique slopes on a grid from scratch.
@johnchessant3012
@johnchessant3012 Жыл бұрын
Fun exercise: Find the product of 2*sin(πx) where x ranges over all fractions in the Farey sequence of order n, excluding the endpoints 0/1 and 1/1.
@spine2788
@spine2788 Жыл бұрын
I took a break from a math practice test to watch a half hour long video about math.
@hairold5680
@hairold5680 Жыл бұрын
Truly a chad
@henryginn7490
@henryginn7490 Жыл бұрын
This was very reminiscent of a first year linear algebra course where you just jump from one result to the next, it was actually a very nice style which I enjoyed. I imagine a lot of people will need to skip back and rewatch some proofs (I usually watch on x3 speed, but here I had to take it all the way down to 1.5), but I don't think this is a bad thing, it just meant it was dense with information. The results were certainly better motivated and appeared more naturally than in a university course, and I especially liked how you drew from many areas to show results. This is a perfect mix of technical writing, recreational mathematics, and use of the video medium. Well done!
@1.4142
@1.4142 Жыл бұрын
You have 3x speed?!
@henryginn7490
@henryginn7490 Жыл бұрын
@@1.4142 I've got a firefox extension that allows me to change the playback speed. Gives me much more resolution in choice of speed, lower and higher speeds, and keyboard shortcuts to change speed. Works on pretty much any video as well, not just on youtube.
@ricos1497
@ricos1497 Жыл бұрын
What a beautiful video. I should do more mathematics.
@Lordmewtwo151
@Lordmewtwo151 Жыл бұрын
Here because the thumbnail interested (and confused) me. 0:19 The thumbnail actually supports this. It had 1/2+1/2=1 being wrong and 1/2+1/2=2/4 written in as being "right." 0:30 Yes, but the thumbnail had the addition operator, not the mediant operator.
@doigt6590
@doigt6590 Жыл бұрын
clickbait at its finest right?
@anibalismaelfermandois6943
@anibalismaelfermandois6943 Жыл бұрын
Besides the content of the video, the music of the video is amazing.
@ShaunakDesaiPiano
@ShaunakDesaiPiano Жыл бұрын
This is the first video I’ve ever seen from this channel. I love the choice of music for the intro lol - the end of Kapustin‘s 3rd Concert Etude.
@KrasBadan
@KrasBadan Жыл бұрын
This is a great video! I love this graph in the outro, it looks cool and really helps to rewind the video in the head. The theme is very cool too, I love when the video just starts investigating and playing with some concept just to see what happens. That's really my favorite part of math. Last time I caught that feeling when watching that video about hackenbush and surreal numbers. This was like my 2nd favorite math video of all time, and yours is really high up there! It's a shame that you couldn't fit everything in it, on 18:00 the audio quality changes for a moment meaning that this part was recorded after everything else, so you probably didn't have enough time. So please make part 2 to cover it!
@logamuffin3876
@logamuffin3876 Жыл бұрын
we have 3blue1brown at home meanwhile at home: no im just kidding, great video dude, your editing chops are amazing
@SadraSamadi-t4f
@SadraSamadi-t4f Жыл бұрын
this channel is so underrated!
@cvbn20000
@cvbn20000 Жыл бұрын
would love a ford circle video! love the way you break things down :3
@willie333b
@willie333b Жыл бұрын
Hmm it seemed like junior high school math, but that vector approach was simply brilliant
@jacejunk
@jacejunk Жыл бұрын
Spectacular video and ending message. Keep exploring, gathering adjacrent math topics, and learn something new!
@av3stube480
@av3stube480 Жыл бұрын
Amazing video, but not for when I'm delaying going to sleep and only half conscious. Gonna mark the video to watch tomorrow and will give my opinion then, when I can understand anything.
@rossjennings4755
@rossjennings4755 Жыл бұрын
Zhu Li, you did the thing! (Sorry, couldn't resist that one.) I stumbled across Hurwitz's theorem a few years ago, but this is the first time I had ever seen a proof of it. I'll have to take some time to digest that to see if I really understood it -- some of those steps really flew by. But it's neat to see that you can do it in such an elegant, geometric way.
@appregisman1482
@appregisman1482 Жыл бұрын
This video gives me a brand new perspective of how to look at math. Thanks
@paradoxicallyexcellent5138
@paradoxicallyexcellent5138 Жыл бұрын
4:10 I'm getting Chopin Nocturne vibes from the background music and kind of digging it.
@kaustubhpandey1395
@kaustubhpandey1395 8 ай бұрын
I never thought something arising from this much of abstractness would attract me to this extent
@Nihilspeciale
@Nihilspeciale 11 ай бұрын
Someone very wise said : '' Math is you, a paintbrush and an empty board with infinite possibilities. ''
@Geozeff
@Geozeff Жыл бұрын
This is a killer math video will be recommending to all my friends! 👍👍
@gauthierruberti8065
@gauthierruberti8065 Жыл бұрын
Music makes this video perfect
@Ooipstronaughtilus10000
@Ooipstronaughtilus10000 Жыл бұрын
Is it SoME time already?? Heck yeah!
@wuguanda8
@wuguanda8 Жыл бұрын
The title makes it look like it's just vectors, now I am starting to watch whether what I guessed was correct!
@lazergenix
@lazergenix Жыл бұрын
Great video, watched the whole thing, hope you get more views 😄
@rossjennings4755
@rossjennings4755 Жыл бұрын
I have a probabilistic argument that the denominator in Hurwitz's theorem should be q^2, which I find pretty neat. It goes like this: Suppose you have an arbitrary irrational number, x. How good can you expect the "best" rational approximation with denominator < q to be? Well, since fractions with denominator q form a lattice with spacing 1/q, the distance from x to the nearest such fraction, p/q, can't be more than 1/(2q). So it makes sense to take the number h = 2 |qx-p| (which is always between 0 and 1) as a measure of how "good" the rational number p/q is as an approximation of x. If x is "randomly" chosen, we can say that h is uniformly distributed between 0 and 1. If you test all denominators between 1 and q to find the one with minimum h, you essentially have q independent tries. The expected value of the minimum of q independent numbers chosen uniformly at random between 0 and 1 is 1/(q+1), so we should expect the "best" rational approximation to x with denominator less than q to differ from x by about 1/(2q(q+1)), or, asymptotically for large q, something of order 1/q^2, which meshes very nicely with Hurwitz's theorem. From this perspective, it becomes really interesting that there are some simple-ish approximations for π (for example, 355/113) that beat this bound by quite a lot. Most other irrational numbers you might come up with (say, e, or √2), don't have such exceptionally good approximations.
@zhulimath
@zhulimath Жыл бұрын
Cool ideas! I haven't looked into this space very deeply or rigorously, but I suspect the reason why you can beat the bound significantly with pi, but not so significantly with some other irrational numbers, as a lot to do with the continued fraction representation. If I had to conjecture, I think there are some ways to metricize how close these rational approximations can get, and there's probably a metric in which the golden ratio is the furthest away from its rational approximations.
@rossjennings4755
@rossjennings4755 Жыл бұрын
​@@zhulimath For sure with the pi thing, you can see it in terms of the continued fraction expansion, which is a really tidy way to get the best rational approximations (that I didn't know about when I was thinking about this the first time). But if you ask me, that just pushes the question back a step. If you start computing the continued fraction expansion of pi, you get 3, 7, 15, 1, 292, 1, 1, 1, 2, 1, 3, 1, 14, 2, 1, 1, .... That 292 corresponds 355/133 being such a weirdly good approximation, and it's surprising that it shows up so soon. Why does that happen? Unlike for quadratic irrational numbers or for e, for example, there's no clear pattern to the continued fraction expansion for pi. And maybe there's no satisfying answer, but it is interesting.
@zhulimath
@zhulimath Жыл бұрын
I'm sure there are good reasons for it, but I'm not too well-versed on this (yet).
@jameshulse1642
@jameshulse1642 Жыл бұрын
@@rossjennings4755 I think the lack of pattern is because pi is transcendental (cannot be formed from a non infinite equation) and if a continued fraction has a repeated pattern then the result can be written as the solution to an finite equation e.g. sqrt(2) has denominators 2,2,2,2,2,2... and so (2+2/x)=x has roots sqrt(x). e should be the same as it is transcendental but I think it just tends to have smaller denominators than pi (I have no idea why).
@wun_zee3599
@wun_zee3599 Жыл бұрын
This video wasn't meant to be a out tf2, but I think I now better know how trimping with demoknight works. Granted it's mostly eyeballing how much you need to turn to gain an adequate amount of speed, but if you know how much is too much then I feel like estimating what the median of that is would help improve your trimping skills a ton!
@BryanLu0
@BryanLu0 Жыл бұрын
What is this comment lol
@wun_zee3599
@wun_zee3599 Жыл бұрын
Heho vectors go brrrrrrrrr
@jacejunk
@jacejunk Жыл бұрын
The video could be subtitled to include an answer: "You discover the beauty of math!"
@perialis2970
@perialis2970 Жыл бұрын
This video is literally my mind mid-exam "So x divided by y = z." My other part of my consciousness: "hello vesauce here, what if we calculated it differently? What if we change it? And is this question have similarities to questions 5 in page 3?" 5 minutes fly by that moment 😂
@JerkoFlapdoodle
@JerkoFlapdoodle Жыл бұрын
Overall good concept. Honestly, there's something flawed in the flow of your arguments, as far as presentation is concerned. I kept going blank because I didn't know "what this is leading to", even though every single concept (Farey sequences, Simpson's paradox, mediants) are all familiar to me. Consider mapping out the steps you're leading in advance, because this video's main points are dependent on catching VERBAL content, and not mathematical content.
@johndoyle2347
@johndoyle2347 Жыл бұрын
Very good video. Criminally underrated.
@lunaumbra5179
@lunaumbra5179 Жыл бұрын
Algorithm bump. I don't follow math well. Butt you did an excellent job. And the recap was really valuable. Wow
@1.4142
@1.4142 Жыл бұрын
intro is fire
@brain_snakes
@brain_snakes Ай бұрын
6:03 Honestly, this process is going on a list of things I've learnt about that make me feel more and more like x/0 should really be defined as infinity at least sometimes.
@zhulimath
@zhulimath Ай бұрын
Emphasizing "sometimes" and given that "infinity" comes with as little baggage as possible, I completely agree!
@Killerkraft975
@Killerkraft975 Жыл бұрын
You can think of the mediant as translation of vectors. a/b (+) c/d which should be (a + c)/(b + d). given that the nominator is the x component and the denominator is the y component, you can compare a+c to c+a. ‘a’ vector translating by +c in the x axis, or ‘c’ vector translating by +a in the x axis
@anthropomorphicpeanut6160
@anthropomorphicpeanut6160 Жыл бұрын
Great video, I'm subscribing!
@elliejohnson2786
@elliejohnson2786 Жыл бұрын
Simpson's paradox, in the example you gave, isn't unintuitive at all. "Paradox" is overkill there for sure.
@racheline_nya
@racheline_nya Жыл бұрын
> we should learn to embrace this exploration, and let our curiosity take us where we want. if we end up where we expected, great. if we end up somewhere completely different, that's also great. this is one of the most important parts of math, and missing it might make math seem boring when it's really the opposite (although i wouldn't say that all cases of being bored by math are caused by this). maybe not even math specifically, maybe it's way more general, but i don't know a lot about that. thank you very much for formulating it, i'm glad i watched this video. the reasons why i love math have been just vague feelings and intuition for a very long time, and it's really nice to understand them and maybe even be able to explain them to others. although to fully comprehend these reasons, i would probably need to make a list of them, and it would be a loooong list :D
@FurryEskimo
@FurryEskimo Жыл бұрын
I accidentally did something like this, and got the right answer. Much later I needed to take the same code/math and update it to account for multiple fractions being added together, and it all fell apart. Took me a while to realize what the correct answer was, but it was a fun journey. I think it had something to do with accidentally solving for the reciprocal of the fraction, then forgetting that step occurred. Pretty simple with two fractions, much more complex and obvious with three.
@ryla22
@ryla22 Жыл бұрын
Dang, this is so dense with information that i looked away for 2 seconds and suddenly i have no idea whats going on😂 Math class all over again
@alexpotts6520
@alexpotts6520 Жыл бұрын
I'll make a mental note to rewatch this video. I think it's going to need multiple watches to absorb and understand everything.
@TalysAlankil
@TalysAlankil Жыл бұрын
isn't simpson's paradox just…gerrymandering
@Mnnvint
@Mnnvint Жыл бұрын
The Stern-Brocot tree is wonderful. All the enumerations of the rationals are wonderful. It feels like they tie so much together. You don't want to use fractions to represent rationals when you know about the Stern-Brocot tree - fractions are ugly, there are more ways to represent the same number! You can just index into the Stern-Brocot tree instead. It may be slightly harder to calculate with, but ...
@angelmendez-rivera351
@angelmendez-rivera351 Жыл бұрын
0:36 - 0:50 The reason behind this is that the mediant is technically a function which takes in pairs of pairs of integers, not pairs of rational numbers. This is a technical, but important distinction, because a rational number is not merely a pair of integers. To get more rigorous, the set of rational numbers Q is not the set of pairs of integers Z^2. However, they are closely related. Regardless, the point is, irrational numbers do not have this relationship to Z^2, so talking about the mediant in this context is meaningless. However, the mediant is not even well-defined on Q, only on Z^2. The relationship between Q and Z^2 is *not* preserved by the mediant, and this is what needs to be understood. For those readers who are interested in the abstract, technical details: the set Q is isomorphic (equivalent to, and in a very special kind of way; it can be effectively treated as equality) to the quotient (Z×Z\{0})/~, meaning that Z×Z\{0} (the Cartesian product of Z and Z\{0}, which os just Z without 0) is partitioned according to the equivalence relation ~. How is ~ defined? We say (a, b) ~ (c, d) if and only if a•d = b•c. From this definition, it is easy to prove that (a, b) ~ (c, d) if and only if (c, d) = k•(a, b) for some nonzero integer k. The last sentence above is an important detail. The mediant is well-defined for Z^2, but if we want it to be well-defined for Q, we need it to be compatible, unaffected, by the equivalemce relation ~. Essentially, this means that multiplying the involved pairs by nonzero integers should not affect their mediant. However, it very easily does. The mediant of (a, b) and (c, d) is the component-wise sum, equal to (a + c, b + d). However, this means that the mediant of k•(a, b) and λ•(c, d) is (k•a + λ•c, k•b + λ•d). In most cases, this is not equal to (a + c, b + d). As such, the mediant is not well-defined for Q. So, whenever they ask you to take the mediant of two rational numbers, and they insert the caveat that the rational numbers must be "written in standard form," what they are *actually* asking you to do is to take the mediant of pairs of integers, where both pairs satisfy gcd(x, y) = 1, and then take the rational number corresponding to said pair. The language and notation is misleading, when it comes down to it, but there are reasons behind why it is done like this, some of which this video addresses.
@oscareduardofloreshernande7853
@oscareduardofloreshernande7853 Жыл бұрын
Amazing video. Came in there without any expectations, and it fulfilled my interests much more than I expected.
@steamy1656
@steamy1656 Жыл бұрын
Very cool way of visualization
@AJ-et3vf
@AJ-et3vf Жыл бұрын
Great video. Thank you
@braisrg5
@braisrg5 Жыл бұрын
How the fuck do you have 15k subs, this is amazing!!!
@vihdzp
@vihdzp Жыл бұрын
Thanks a lot for this video! I've recently been learning about continued fractions and best rational approximations, and this idea of treating fractions as vectors really demistifies a lot of these concepts.
@egoworks5611
@egoworks5611 Жыл бұрын
What a nice video, I thought I understood math lol. Such a nice topic.
@MagicGonads
@MagicGonads Жыл бұрын
I think the visualisation of the tree of rationals being those that are 'visible' could be thought of as a slice of the graph of a function on homogeneous coordinates
@jaafars.mahdawi6911
@jaafars.mahdawi6911 Жыл бұрын
Deep. Elegant. AweSoME3.
@BryndanMeyerholtTheRealDeal
@BryndanMeyerholtTheRealDeal Жыл бұрын
Oh, Farey additions
@Chris-op7yt
@Chris-op7yt Жыл бұрын
finally, a real paradox...instead of just funny things about language when you mix up problem definition with term definitions.
@Tzizenorec
@Tzizenorec Жыл бұрын
1:11 The non-simplest-form Mediant cannot be "any real number". It can be any _rational_ number _between_ the two fractions being added. Getting a result outside that range is impossible (unless you use a negative denominator for one of the fractions, but forbidding negative denominators is a far looser requirement). You acknowledge this at 7:43, but don't specifically call back to the different statement early in the video.
@zhulimath
@zhulimath Жыл бұрын
You are correct if the fractions are rational. As mentioned in the video, in order for the mediant of two numbers to be well-defined, they must be rational and in simplest form. If you do not accept that the fractions must be rational, then any real number can be the resulting mediant.
@Tzizenorec
@Tzizenorec Жыл бұрын
@@zhulimath Well, if the fractions are irrational but still with positive denominators, then the result can be any real number between the two fractions. Making them irrational won't break them out of the range; but yes, my "rational" correction was unjustified.
@nomzz1
@nomzz1 Жыл бұрын
In my mind, this means that when I mistakenly added fractions like that as a kid, I was actually doing some crazy big brain shit. Take that, primary school teachers
@zhulimath
@zhulimath Жыл бұрын
I know that your comment in particular is a bit of fun and not meant to be interpreted seriously, but it highlights what I think is an interesting idea: What makes something clever is often not the action or thing by itself, but the reasoning and ideas behind it.
@johndoyle2347
@johndoyle2347 Жыл бұрын
Mediants are the key to understanding how many particles, of the normal matter that we think of with few singularities (1 or 2), get broken and crunched into fewer particles of dark matter with more (6) singularities. As a simplification, consider an old incandescent light bulb being put into a press and squeezed. Big Bounce physics is more complex, involving many "stacked light bulbs", but that's the basic idea involving mediants. Incredibly important video. Criminally underrated.
@elementgermanium
@elementgermanium 4 ай бұрын
2:50 they gerrymandered my buckets, can’t have shit in some3
@darkspine6710
@darkspine6710 10 ай бұрын
5:06 this is easyer than what my teacher makes me do lol
@Rudxain
@Rudxain Жыл бұрын
21:21 Everytime I see √5 I think "there must be a Golden Ratio hiding here...", but why? Then you showed the triangle and I understood why √5 is necessary, but I still don't know where φ is 🤔 edit: 23:38 lol, now the mystery is solved. Thank you for explaining
@ichbinmasi
@ichbinmasi Жыл бұрын
Very cool video, thank you!
@steliostoulis1875
@steliostoulis1875 Жыл бұрын
Truly delightful
@mohamedbenkhalifa1299
@mohamedbenkhalifa1299 Жыл бұрын
Zhuli:D I would love to see the skipped proofs as i am not knowledgeable enough to prove them solo. Wonderful video! Thanks a tonne🙂
@pyritenightmare
@pyritenightmare Жыл бұрын
Definitely lost me for a sec switching from probability to the vectors, since the two "fractions" are different (part/whole vs part/part). Had to go back to process what was going on to continue. Just a small sentence around "Before, we assigned a fraction to each bucket that represents the probability of drawing a black ball." and "Now, we will instead assign each bucket a vector, [W, B], where w is the number of white balls and b is the number of black balls." to transition it better would've helped. Something like "this compares the number of each type of ball to each other instead of to all of the balls." It might be a bit redundant, but without it I was very confused how 5/11 became 6/5.
@zhulimath
@zhulimath Жыл бұрын
Thanks for the advice, I'll watch out for it in future videos!
@linebreaker8751
@linebreaker8751 Жыл бұрын
1:45 calculating arithmetic average of whole numbers?
@Milan_Openfeint
@Milan_Openfeint Жыл бұрын
Ford circles look a lot like the bulbs of the Mandelbrot fractal, except those scale with 1/q^2, not 1/q. And obviously the structure of the Mandelbrot set is much richer.
@endostatic7687
@endostatic7687 Жыл бұрын
Amazing video. Subscribing.
Rethinking the real line #SoME3
14:54
Proof of Concept
Рет қаралды 99 М.
Something Strange Happens When You Keep Squaring
33:06
Veritasium
Рет қаралды 7 МЛН
Hoodie gets wicked makeover! 😲
00:47
Justin Flom
Рет қаралды 130 МЛН
The IMPOSSIBLE Puzzle..
00:55
Stokes Twins
Рет қаралды 157 МЛН
Молодой боец приземлил легенду!
01:02
МИНУС БАЛЛ
Рет қаралды 1,7 МЛН
Multiplication and Division Properties in Geometry
3:12
David Gemar : Physicist Explains
Рет қаралды 3
Why 4d geometry makes me sad
29:42
3Blue1Brown
Рет қаралды 917 М.
The Fascinating Math behind Piston Extenders #SoME3
20:08
mattbatwings
Рет қаралды 728 М.
The Mosaic Problem - How and Why to do Math for Fun
17:51
Jack Hanke
Рет қаралды 59 М.
The math of saving the Enola Gay #SoME3
25:53
Dr. Jorge S. Diaz
Рет қаралды 211 М.
Programming with Math | The Lambda Calculus
21:48
Eyesomorphic
Рет қаралды 235 М.
Hoodie gets wicked makeover! 😲
00:47
Justin Flom
Рет қаралды 130 МЛН