I have made a career of mathematics, but these videos make me feel that childhood joy of mathematics all over. Thank you so much for making these.
@eetulehtonen694 жыл бұрын
As someone who is considering a career in mathematics, may i ask your occupation?
@arthurmaruyama53314 жыл бұрын
Mehmed : stochastic processes , statistics and mathematical biology. I work in the tech industry now.
@eetulehtonen694 жыл бұрын
@@arthurmaruyama5331 That sounds very interesting. Thank you for your answer. You are living my dream.
@adammarkiewicz33754 жыл бұрын
Statistically speaking a man walking with his dog represent a three legs being. (this involves as well the knowlege of statistics as biology)
@SylveonSimp4 жыл бұрын
@@adammarkiewicz3375 this requires (2+4)/2 = 3
@Scrogan4 жыл бұрын
That “hexagon exists in a cubic lattice” is why two sorts of crystal lattices in chemistry are identical. I can’t remember which ones, but I think it’s hexagonal and either face-centred-cubic or body-centred-cubic. Also there’s both tetrahedra and octohedra within a cubic lattice, which tesselate with each other in 3D space. The way I’d look at that initial problem, finding equilateral triangles in a cubic lattice, is that all points in a cubic lattice are either 1 or sqrt(2) from their neighbours, and an equilateral triangle needs a sqrt(3) in there. Plus or minus an inverting scale-factor. But on a cubic lattice, the distance between diagonally opposite points is sqrt(3). Not exactly rigorous, but intuitive to me.
@zacozacoify4 жыл бұрын
This is also why the two obvious ways to pack spheres are the same.
@coenraadloubser57684 жыл бұрын
You mean this is not all hypothetical and pointless mental bubblegum, but I might stumble into actual real life goo like dark matter playing with this?!
@jeffreyblack6663 жыл бұрын
For the ones I think you are thinking of, not quite. They are not entirely identical, but have significant similarities. Face centred cubic is quite similar to hexagonal close packed. They both contain a hexagonal arrangement of atoms (like the hexagon shown, if you remove some of the atoms to make it face centred cubic). The difference is the shifting between layers. When you go from one layer of hexagons to the next there are 2 ways to shift. Hexagonal close packed shifts back and forth (i.e. it shifts one way, then the other) to give a layer arrangement of ABABAB... Face centred cubic shifts the same way continually to get ABCABCABC... This makes them different structures. The other thing you might have been thinking about are the less symmetric ones being equivalent. For cubic lattices, there is primitive, body centred and face centred, and these are distinct. But for tetragonal (where the cube has been stretched along one axis) there is only primitive and body centred. The face centred system is equivalent to the body centred one. As for the size of the grid, for the square lattice you get sqrt(j^2+j^2), not just sqrt(2). But the same kind of argument might hold. There is no way to make the sqrt(3) or scaled version of the grid sqrt(j^2+k^2) as that would require j^2+k^2=3.
@jamesfortune2432 жыл бұрын
In AI, minimizing the Shannon entropy is analogous to optimal sphere packing in a rectangular object.
@deucedeuce15722 жыл бұрын
Was thinking something along the same lines (the crystal lattice structure and formation of crystals). Could be important in several fields of science (though I'm sure it's already been discovered and is being used in industry). Also makes me think of Graphene, borophene and Physical Vapor Disposition.
@alexanderli59874 жыл бұрын
You're the Bob Ross of mathematics.
@Mathologer4 жыл бұрын
Glad you think so :)
@sdspivey4 жыл бұрын
But without the "fro".
@reznovvazileski31934 жыл бұрын
happy little polygons :p
@mrwess19274 жыл бұрын
Reverse fro
@heaslyben4 жыл бұрын
Fro of size zero?
@cassied93274 жыл бұрын
I think the shirt in this might be one of my top five favorite shirts I've seen him wear so far. Impossible triangle made of rubik's cubes, perfect hexagram in the middle, and it almost looks 3D. This shirt is a winner.
@heizpeter75774 жыл бұрын
Yes its so awesome were did you got it from Mathologer?
@sdspivey4 жыл бұрын
It isn't a hexagram, it is a dodecagon, it has 12 sides. Although I would accept calling it an equi- augmented hexagon.
@hetsmiecht10294 жыл бұрын
@@sdspivey a hexagram is not the same as a hexagon. A quick google search reveals that it is "A hollow six-pointed star formed by overlapping two equalateral triangle" (en.m.wiktionary.org/wiki/hexagram)
@MagruderSpoots4 жыл бұрын
Also a tribute to MC Escher.
@cassied93274 жыл бұрын
Steve Spivey, would there actually be a dodecagon in the middle of a Penrose triangle if they can’t exist without violating Euclidean geometry? I’m genuinely asking (not trying to be sassy). I won’t pretend that I know any theory behind what would be at the center of a penrose triangle lol I was more just casually referring to visual sensation of a hexagram in the middle of the shirt, in my original statement.. if that makes sense 😂 I appreciate your response and respect for mathematics.
@abcrtzyn4 жыл бұрын
15:32, it does have a turning property but you must rotate around a cardinal axis. This does mean it is useless for finding other grid points though.
@yomanxy4 жыл бұрын
I was just thinking of commenting this, lol
@yomanxy4 жыл бұрын
But probably with worse wording :)
@nikitakipriyanov72604 жыл бұрын
But when all you have is just two points, how do you determine where's the axis and what is a grid unit?
@SuperDuperPooperScooper43214 жыл бұрын
@@nikitakipriyanov7260 we would know that a grid unit is no bigger than the distance between the two points, and would be able to turn perpendicular to one of the two points to find other points. infinitely many 3d grids could be constructed starting from just two points, it would just be up to us how we want to make it. If you are trying to match the two points to the rest of an already existing grid that would not be reasonably possible.
@abcrtzyn4 жыл бұрын
Nikita Kipriyanov I agree with Marcial’s reasoning, I mentioned it is useless for finding more grid points is because you can never be exactly sure where an axis is.
@ryanjude12904 жыл бұрын
Had to pause so many times just to truly appreciate the beauty of this visual proof. So much to reflect on.
@miruten46284 жыл бұрын
2:15 Let (a, b), where a≥1 and b≥0, be the lowest side of a square written in vector notation. Precisely, it is the side containing the bottommost (and leftmost in case of a tie) vertex as its left endpoint. This enumerates all possible squares uniquely. There is room for (n - (a+b))^2 such squares in the grid, so the total number of squares is (A2415 on OEIS): sum[k = 1 to n-1] sum[a+b=k | a≥1, b≥0] (n - k)^2 = sum[k = 1 to n-1] k (n - k)^2 = n^2 (n^2 - 1) / 12
@theperserker4 жыл бұрын
????????????
@DrMikeE100 Жыл бұрын
Just so I am clear... n = the number of dots per side, not the "length". For example, in the original diagram, what Mathologer showed, it could be called a 4 x 4 grid if thinking of lengths, but it's actually a 5 x 5 grid thinking of dots. So, the formula you gave with n^2 (n^2 - 1) / 12 has to be using dots, right? Note: I've not yet checked for derived this for myself.
@davidrosa96704 жыл бұрын
2:15 I thought of an arbitrary right angle triangle with integer lengths a and b, the hypotenuse being the base of a square that may fit several times in the grid, and its right angle aligned with any right angle of the smallest square that contains the grid. for the square to fit in an n times n grid, we have 0
@jeskomatthes11924 жыл бұрын
Well, after that one, I (probably irrationally) suppose mathematicians tend to avoid too much sun exposure cos tan is a sin.
@Mathologer4 жыл бұрын
This is the funniest comment I've seem for months :)
@@proto3139 For all values of x, or do you need to be careful about division by zero?
@Alexagrigorieff4 жыл бұрын
Arghh
@PC_Simo2 ай бұрын
2:24 There are 1+4+9+16+9 = 39 squares, altogether, in the 5*5 -grid (measured in dots), and Σ(k²; k = [0, n]) + (n-2)², in an n*n dot grid.
@zygoloid4 жыл бұрын
Another fun but elementary observation: the sines of the "nice" angles 0⁰,30⁰,45⁰,60⁰,90⁰ are √0/4, √1/4, √2/4, √3/4, √4/4. I could never remember what their values were until I noticed that!
@sebastianjost4 жыл бұрын
My physics teacher tought us that so we would finally be able to remember those. This is how they should write them in books for schools.
@zygoloid4 жыл бұрын
@@D-Bar I meant √¼, √¾, etc. but I can't type 0/4, 2/4, or 4/4 that way!
@elandje4 жыл бұрын
Cliff Pickover has tweeted that fact in a nice diagram recently (on July 15th), search for 'Memory aid'. I can't give the link because YT won't let me.
@PMA655374 жыл бұрын
I was taught to sketch an equilateral triangle (side = 2) and divide it in half. You can then see ratios for 60deg and 30deg.
@lucas294764 жыл бұрын
It’s kinda nice for a quick memory trick, but doesn’t really help build intuition. Drawing triangles are much better
@Tehom14 жыл бұрын
Beautiful proofs! At the start I feared it was just going to be "Slopes in the grid are rational but tan 60 is sqrt(3), irrational" One bit that you probably know but I'll say it anyways for the group: The way you found a triangle in 3d is a special case of a more general construction for simplexes. You can always find a regular N-simplex in an N+1 dimensional grid by labeling one point as the origin and taking (1,0,0...), (0,1,0...), (0,0,1...), etc as your vertexes. For instance, here are the vertexes of a regular tetrahedron in 4-space: {(1,0,0,0), (0,1,0,0),(0,0,1,0),(0,0,0,1)} By a symmetry argument, all sides are the same length, all faces are congruent, etc.
@jonathasdavid99024 жыл бұрын
This channel is great like its viewers. We always get excited when notification popped out.
@2false6374 жыл бұрын
I cannot express how much I like this channel... the equilateral triangle proof was amazing and reveals some really important aspects of general problem solving. Genius!
@aksela69124 жыл бұрын
The regular polygons you can fit inside a 3D grid are also the regular polygons you can use to tile a surface. Coincidence?
@nanamacapagal83424 жыл бұрын
No. Tiling is basically just shifting. Since the whole shift argument proved that only triangles, squares, and hexagons work and that nothing else does, that also means that only triangles, squares, and hexagons can tile the plane and nothing else does.
@TheReligiousAtheists4 жыл бұрын
@@nanamacapagal8342 Well, I see how shifting plays a part in both, but the kind of shifting is different in both cases; in the stuff explored in this video, we shift sides to get new points with integer coordinates, but in tiling, we shift entire shapes as a whole (so there's no scaling going on), and moreover, tiling has nothing to do with integer coordinates. I think it's just a coincidence of small numbers, because that's exactly why we can tile a plane with equilateral triangles and hexagons in the first place; the internal angle of a regular n-gon is given by π(n-2)/n, and that just so happens to be of the form 2π/k for some integer k when n=3,4,6 and never for any other n > 2, because of how small numbers work.
@gubx424 жыл бұрын
I was about to say that there are no coincidences in maths, but then I realized that Gödel's incompleteness theorem proved me wrong.
@cgmarch23594 жыл бұрын
What if instead of square grids we would have penrose aperiodic tilling?
@ajbiffl46953 жыл бұрын
@@TheReligiousAtheists Tiling is very similar to shifting - to "stack" an identical shape next to another one, you just shift the corresponding line segments where they need to be
@dlevi674 жыл бұрын
As long as you keep the subtitles (auf Deutsch, klar), very much looking forward to you maintaining your promise at 21:02 - I find your German enunciation very clear and easy to follow!
@CosmiaNebula4 жыл бұрын
On the rational main-angles in a goniometer. "At some point I'll do a whole Mathologer Video in German. Promised."
@pierreabbat61574 жыл бұрын
What's a main-angle? I know Haupt und Winkel, but not the combination.
@phillipsiebold83514 жыл бұрын
@@pierreabbat6157 It's literally "head-angle" or the same angle found along in an even n-sheet.
@livedandletdie4 жыл бұрын
Großartig. Burkard Polster in der Kinematografische Meisterwerk, "Mathologer: Jetzt auf Deutsch, kein Englisch".
@livedandletdie4 жыл бұрын
In all seriousness, I can't write German for shit, but in all honesty, a German video would be great. I mean, I can read it and understand German... So listening to math, and in the language of math, German. As is KORREKT.
@tobiasrosenkranz72094 жыл бұрын
There seems to be a little Australian accent in your German 😉
@xyz.ijk.4 жыл бұрын
Some of the resulting forms are very beautiful, independent of their mathematical origins, some fractal reminiscent, some just joyful. Thank you for a beautiful afternoon's half hour.
@DiegoMathemagician4 жыл бұрын
So excited when the notification popped out!
@heizpeter75774 жыл бұрын
Cool Profile Picture like it!! 👌👍
@anthonycousins8534 жыл бұрын
I think Mathologer notifications are the only notifications I get excited about. Every time!
@manfreddistler4734 жыл бұрын
I once used the shrinking pentagon to write a new chapter of the Zahlenteufel from Hans Magnus Enzensberger. Maybe it is somewhere on the net.
@eliyasne96954 жыл бұрын
Among other things, your videos prove the beauty and elegance of mathematics.
@tommyq-dg5dg4 жыл бұрын
“But of course close doesn’t win the game in carnivals or mathematics” Analysts: “Allow us to introduce ourselves” ???: “Amateurs” Analysts: “What did you say?!” Numerical analyst: “AMATEURS”
@sheikhhafijulali4 жыл бұрын
lol.... nice one
@fabfan79394 жыл бұрын
Some of the things I like about this video - Nice music at end - Beautiful mind-blown visual animations (as always) - You made this video! ** Mathologerisation (>
@HaoSunUW4 жыл бұрын
Fantastic lecture. Btw no equilateral triangle actually follows quite quickly from picks theorem & area =(1/2)s^2sin(60)
@paulveltman14714 жыл бұрын
Was totally ambushed by the contradiction at the end. Very elegant! Great video. Thanks
@PeterZaitcev4 жыл бұрын
About triangles and grid: 1. Imagine all points of that grid having integer coordinates 2. Let's imagine that the equilateral triangle fitting that grid exists and the first triangle's vertice having coordinates of (0, 0). 3. The second triangle vertex would have coordinates (a * cos α; a * sin α) where a is the length of the triangle's side and α -- the angle of between horizontal line on that grid and triangle's side between first two vertices. 4. Assuming the triangle fits the grid, the equations a * cos α and a * sin α are both integers. 5. The third vertice would have coordinates (a * cos (α + π/3); a * sin (α+π/3)). Its X coordinate is a * cos (α + π/3) = a * cos α * cos π/3 - a * sin α * sin π/3 = 1/2 * a * cos α - √3/2 * a * sin α. 6. Since a * cos α and a * sin α are integers, 1/2 is rational and √3/2 is irrational, the third vertice's X coordinate is irrational. 7. Our assumption is incorrect and such triangle does not exist.
@alexandergoomenuk99304 жыл бұрын
Why do you assume that a (length of triangle's side) is integer?
@srsr72584 жыл бұрын
@@alexandergoomenuk9930 He didn't - he assumed a * cos α and a * sin α are integers, which are the horizontal and vertical grid separations
@alexandergoomenuk99304 жыл бұрын
@@srsr7258 Yes, you are right. I meant rational not integer. If a*cos α equals to an integer number , then 'a' must be a rational number, since value of cos α is rational only for limited number of angles. Otherwise it is multiplication of Q*Q' or Q'*Q', which must result in Z. This is only possible if a = cos α = sqrt (Z).
@PeterZaitcev4 жыл бұрын
@@alexandergoomenuk9930 I did no assumption on the triangle's side -- it could be any (integer, rational, irrational). Also, multiplication of two irrational numbers could result in any number - natural, integer, rational, or irrational.
@PeterZaitcev4 жыл бұрын
Furthermore, this proof also works for rational number while the proving presented in the video does not.
@zozzy46304 жыл бұрын
15:24 well, it does have the turning property, just not at 90 degrees. If you stay on the plane of that hexagon and move any of the segments 60 degrees, you will find another grid point.
@freshtauwaka79584 жыл бұрын
my answer for the nxn points in a square is: sum of (i*i*(n-i)) from i=1 to n-1 so for 5x5: 1*4+4*3+9*2+16*1 wolframalpha says that can be simplified to (1/12)*(n-1)*(n^2)*(n+1)
@cryme54 жыл бұрын
I get the same, n²(n²-1)/12
@lucas294764 жыл бұрын
Nice, you reminded me that you don't have to consider "parallel and no paralel" cases separetly
@guyarbel23874 жыл бұрын
but for n=1 you get 0
@cryme54 жыл бұрын
@@guyarbel2387 I consider that n=1 is just one point, n=2 is 4 points, n=3 is 9 points and so on.
@bdbrightdiamond4 жыл бұрын
@@guyarbel2387 yes that's true.
@NLogSpace4 жыл бұрын
I remember asking myself the exact same question (which regular polygons can be embedded into the grid) long time ago, but I didn't find a proof. Really nice to finally see a proof, and what a beutiful one!
@bobtivnan4 жыл бұрын
I can't take my eyes off of your epic Escher rubic cube shirt.
@blue_blue-14 жыл бұрын
Yes, the star inside (maybe trivial, but like it anyway)
@invisibledave4 жыл бұрын
Yeah, I kept missing what he was saying cause my eyes kept getting stuck in a loop on the cube design.
@blue_blue-14 жыл бұрын
@@invisibledave, infinity is everywhere...
@Serkant754 жыл бұрын
The perspective is false also mathematically w r ooooo n g
@SaveSoilSaveSoil4 жыл бұрын
I deeply deeply enjoyed the videos on this channel. Watched three in a row and cannot stop. Thank you so very much :)
@peppybocan4 жыл бұрын
is this a proof by the infinite descent? Nice. Also, 16:42 looks like a rope bridge.... perspective is crazy.
@tissuepaper99624 жыл бұрын
At first I saw an elevator shaft looking up from the bottom, but now I can only see the rope bridge
@ahmadmazbouh2 жыл бұрын
15:30 well it does have the turning property but only around one of the 3 axes constructing the space we are working on, which none of them contains a regular polygon
@benjaminbrady23854 жыл бұрын
10:50 this is what bond villains see before they die
@paultheaudaciousbradford67724 жыл бұрын
Dr. No, as he slowly lowers James Bond into a vat of boiling oil: “I’ll release you if you can answer this simple question: How many perfect pentagons can be drawn in a 5D 3x3x3x3x3 lattice of dots?” Bond: “I got nothing.”
@Dreddly23904 жыл бұрын
For a good 3 mins there I was making equilateral triangles using the 3d grid printed on your shirt (Amazing how well all of those cubes were lined up, kudos to the artist for representing like 5 different things in one brilliant shirt) anyways you were talking about how there is no equilateral triangle while im creating them and wondering WTF, then you went on to the 3d grid and explained to me exactly what my mind was doing and why it works. Awesome vid.
@MusicThatILike2344544 жыл бұрын
General nxn grid is: n^2 + SUM(i = 1 -> n-1) { 2 * (i)^2 }, so it's palindromic
@lucas294764 жыл бұрын
StarchyPancakes Yea but does this take into account squares tilted at 45 degrees potentially being double counted? EDIT: Read my main comment (not this reply
@eduardokuri19834 жыл бұрын
Not sure about it (still haven’t proved it) but the 2 gives the correction of s(n)
@danielc11124 жыл бұрын
So far, I've got SUM(i = 0 -> n-1) { (n - i)^2 } for the non-slanted squares. Haven't added the rest yet, but maybe it's not the right way of thinking about it. The non-slanted squares are like a special case of the slanted squares.
@strawberryanimations10354 жыл бұрын
@@danielc1112 I got SUM(i=0 -> n-1) { i * (n-i)^2 } because each tilted square can be thought of as having the same dimensions as the non titled square that encloses it. And for each non titled square of side length L there are L-1 tilted squares that have the same dimensions, hence the multiplication of (n-i)^2 by i.
@thom_yoker4 жыл бұрын
@@strawberryanimations1035Might as well start the sum at i=1 since the term at i=0 equals 0, yeah? I actually got a formula of SUM(i=1 -> n-1) { (n - i) * i^2 } though it's the same thing as yours effectively, due to symmetry.
@tristanwh94664 жыл бұрын
Great video! When you brought up how the only rational trig results are fom fractions of 3,4, or 6 of the full circle I had a grin on my face from then onwards, your "mathematical spidey sense" phrase was very fitting
@rr_minecraft15614 жыл бұрын
22:21 cos 120 = -1? wtf?
@Mathologer4 жыл бұрын
Just checking whether people pay attention :)
@AyrtonTwigg4 жыл бұрын
Mathologer Nice “save” from a small mistake in the video.
@Tehom14 жыл бұрын
@@Mathologer Sure, just checking us. There goes my hypothesis that you started writing 120 degrees, then realized you'd basically already written it since cos 120 = -cos 180 - 120 = -cos 60, but left a half-written entry which got merged with the entry for 180 degrees.
@alapandas63984 жыл бұрын
That's new angle system, where 120=π
@DukeBG4 жыл бұрын
@@alapandas6398 then the "nice" angles would be 20,30,40 and not 30, 45, 60
@yyeeeyyyey88024 жыл бұрын
Amazing video, as allways. Thank you so much for sharing those incredible proofs. The first time I stumbled with that equilateral triangle problem was in my childhood: basicaly, I wanted to draw a pixelated equilateral triangle in paint, for some reason. When I got a little older and had some contact with mathematics, I managed to formulate the problem in a more rigorous way (some way how its formulated in the video, basicaly), and, eventualy, managed to prove the impossibility using sines and cossines. Pretty cool to see such a beautiful alternative proof for that. Needless to say, the proof shown in the second part of the video was also amazing.
@rafaelhenrique-hp5bo4 жыл бұрын
a faster proof, on a square grid the area is given by: Area = B/2 + I - 1 but an equilateral triangle area is: Area = L²sqrt(3)/4 where L is a square root of something, given by Pythagoras So, Area must be a rational number by the first formula, but an irrational number by the second formula, proof by contradiction
@jaapsch24 жыл бұрын
Pick's Theorem! Very nice idea. You don't actually need the full Pick's theorem, only the fact that the area of any polygon with vertices on the grid points must have rational area, which is pretty easy to show.
@toriknorth33244 жыл бұрын
that was my immediate thought as well
@amaarquadri4 жыл бұрын
Cool! There's one step missing in you proof though. You still need to make sure there isn't some way of having an equilateral triangle with side length that is equal to 2*k*√3 for some integer k. Because then the area of the triangle is 2*k*√3*√3/4=3*k/2 which is still rational (The factor of 2 is needed to ensure that the area is a multiple of 1/2, which we know it must be from picks theorem). The proof still works though, because 2*k*√3=√(4*k^2*3), and 4*k^2*3 can never be written as the sum of 2 squares because it's prime factorization has 3^(odd power). And any number with a prime of the form 4k+3 to an odd power in its prime factorization can't be written as the sum of 2 squares. This comes from the looking at the gaussian primes in the complex plane. 3blie1brown has an excellent video on the topic: kzbin.info/www/bejne/hJKvkHaYaZeKr7s
@markkraun44724 жыл бұрын
same idea!
@bluerizlagirl4 жыл бұрын
@@jaapsch2 If a polygon has all its vertices on a grid, then it can be decomposed into a collection of rectangles and right-angled triangles with their bases and heights lying along the grid lines, and thus having integer lengths and rational areas.
@imaavon-huon34744 жыл бұрын
Burkard Polster's presentations are superb! Interesting and engaging--with no sacrifice of rigour.
@KaiHenningsen4 жыл бұрын
Somehow, my first reaction to the equilateral triangle version was "Huh? Surely there can't be any?"
@NotaWalrus14 жыл бұрын
Same. My thought process was that it seemed like a way to construct sqrt(3) as the hypotenuse of a right triangle with integer sides, which is impossible. I haven't gotten it to work so I feel like this thought process is flawed, but it was my first intuition.
@NotaWalrus14 жыл бұрын
update: I am actually right, if there was an equilateral triangle, you could double it and the height will be a line between two lattice points, which will then be sqrt(3) times the original side length of the triangle. Sadly, you cannot get a factor of sqrt(3) by taking lengths between lattice points, hence a contradiction.
@bluerizlagirl4 жыл бұрын
If a number is rational, that means there is something you can multiply it by to get an integer. If all numbers in a set are rational, there will be some number you can multiply them all by to get a corresponding set of integers. The square grid in two dimensions is effectively the points in the plane whose co-ordinates are integers (if we make the smallest distance between two points equal to 1). One of the orthogonal distances in an equilateral triangle is irrational, so it can never fit exactly onto a square grid.
@jackismname4 жыл бұрын
NotaWalrus i had the same train of thought, at school at somepoint I probably thought about it, whilst trying to construct an equilateral triangle on a grid
@l3p34 жыл бұрын
@@bluerizlagirl Jup, that was my first intuition as well and I canceled my studies after just a year.
@pianochannel1003 жыл бұрын
You have the great honor of being one of my favorite math channels here on youtube.
@sampattison37024 жыл бұрын
At 6:13 you say that we get triangles arbitrarily close to being equilateral in the square grid. This is clearly true if you are measuring closeness by differences of the angles from 60 degrees. Is it true though if we take different measures of how "close" a triangle is to being equilateral? An example of such a measure of closeness could be the distance from the triangles centriod and circumcenter (or distance between two such triangle centres).
@kk-lr5ud4 жыл бұрын
So happy to see you here today! Yay content!!😊
@markrobbins24414 жыл бұрын
Can you do one on why the platonic solids fit so nicely inside each other?
@Mathologer4 жыл бұрын
Yes, would be nice to explain how any two Platonic solids are related :)
@rishabhpatil8693 жыл бұрын
3:47 isn't this the same question asking whether there exist any equilateral triangle in 2d space with integral coordinates?
@manioqqqq Жыл бұрын
It is asking about an equaretiral with integer vertices
@philipp044 жыл бұрын
12:58 At this point I thought "Why not just use triangles to do the argument?" so I've tried to do it, but then realised that the triangles, when you apply the rotation, actually grow in size rather than shrink, so the infinite descent argument won't work here. 21:00 I guess I'll prepare for that video more.
@samdob84944 жыл бұрын
Truly amazing, as always. Thank you so much for making these videos, I always get so happy when I see a new one in my subscription feed!
@Jivvi4 жыл бұрын
13:51 I count 54. Each 2D plane has 6: 4 small squares, 1 large square, and 1 diagonal square with corners at the midpoints of the edges. There are 3 of these planes in each orientation, and 3 × 3 × 6 = 54. Intuitively, I felt like there were also 6 more, each with two corners at the centres of opposite faces of the large cube, two corners at the midpoints of two of the edges that link those faces, and each side of the square being the long diagonal of a grid cube. It turns out these aren't actually squares, since one diagonal is √2 times longer than the other.
@justinstuder77034 жыл бұрын
Aw man, I totally counted those as well and got 72🤦♂️ I can't believe I forgot the diagonals were longer than the edges 😅
@M4TTM4N104 жыл бұрын
@Werni Nah, the diagonal edges are longer than the orthogonal edges, so they are rectangles, I also got 54.
@warrenbosch35812 жыл бұрын
This is so freaking cool I got goose bumps! Sad to sat I can't do any math in my head but had no trouble understanding everything. Beautiful presentation.
@Znogalog4 жыл бұрын
Some carnival guy right now: *scribbling furiously*
@alexwang9824 жыл бұрын
Hrm?
@NStripleseven4 жыл бұрын
Pi He mentioned at an early point in the video that the triangle-fitting thing seemed like one of those impossible carnival games.
@alexwang9824 жыл бұрын
@@NStripleseven ok
@pythagorasaurusrex98534 жыл бұрын
Some carnival guy right now: "You just spoiled my business!"
@hobbified4 жыл бұрын
18:45 I suspect it's because this shifting construction doesn't actually *shrink* the polygon for small numbers of sides; it produces a new one that's as large or larger than the original.
@beyse1014 жыл бұрын
Ich würde wirklich gerne ein Mathologer Video auf deutsch sehen. Greetings to Australia! Great Video!
@raptor95144 жыл бұрын
Na ja! Aber wie lange werden wir warten?
@xbzq4 жыл бұрын
Well it's not going to happen. It's an idea that upon closer inspection is not helpful. You're already watching the English version so what's the point in making a video for you in German, excluding most other people? It would only make minor sense if there were an English video with the same content as well, and this would just be duplication of effort. From the looks of these videos, it looks like quite a bit of effort. Note that the only gain is to allow you and a few like you to watch a video that _you would have watched in English just the same._
@yttrv84304 жыл бұрын
@@xbzq pls dawg, don't kill our hope, dude
@user-uu1nw1bl9j4 жыл бұрын
Who are you again mate? greetings from australia.
@pseudotaco4 жыл бұрын
@@xbzq I'm not so sure about that; he promised it at 20:58
@JohnHoggard_aka_DaddyHoggy4 жыл бұрын
Knowing something 'in your bones' but then seeing a visualisation of a mathematical proof by contradiction just makes me so happy. Thank you for this.
@NestorAbad4 жыл бұрын
Mr Mathologer, do you know any visual proof of Pick's theorem? Using that, it's easy to prove that no equilateral triangle fits into a square grid: Let's suppose that one of these triangles exists. By Pick's theorem, the area of any polygon with its vertices on grid points must be n/2 for some integer n. (For the equilateral triangle, this is also easy to see by inscribing the triangle into a rectangle and then subtracting three right triangles with integer legs.) But if we name "s" the side of the equilateral triangle, then its area is (√3/4)s². As s² is integer (because it's the Euclidean distance between two grid points), and using the fact we previously saw, then (√3/4)s²=n/2, meaning that √3 is rational. As always, thanks for your amazing videos!
@davidrosa96704 жыл бұрын
13:51 I think there are 54 squares, all lying on planes that contain some of the segments drawn (9 planes times 6 squares per plane). I did a systematic search on c++, and found that the smallest interesting square (different from the previous ones I described) has length 3, which has a diagonal length of 3 times root 2, so it doesn't fit on the 3-by-3-by-3 grid because the longest distance between 2 dots is 2 times root 3, which is smaller than 3 times root 2. Corrections are welcome.
@davidrosa96704 жыл бұрын
One example of the smallest interesting square is the one with vertices on the rectangular coordinates (0,0,0), (1,-2,2), (3,0,3) and (2,2,1).
@peterkagey4 жыл бұрын
This is correct! The number for an n X n X n grid is given by oeis.org/A334881.
@timothygao94424 жыл бұрын
Turning property can be thought of intuitively if you rotate the entire 2D plane 90 degrees clockwise. Each time you do this you are essentially rotating the line counterclockwise. You can do these turns 4 times, each with 90 degrees before ending up at the original shape. This also explains why the turning property doesn’t hold in 3D, you can’t rotate the figure the same way with with the grid staying the same.
@bernhardriemann15632 жыл бұрын
Iam loving your very entertaining and interessting videos ❤ Your love in mathematics can always be seen in every single topic, you are presenting. Thank you 😌 Ich freue mich schon auf dein Video auf deutsch 😊😊😊
@charlesbrowne95904 жыл бұрын
Mathologer often uses the expression “mathematical spidey sense”. He is right. Math is not invented or discovered,; it is sensed.
@AteshSeruhn4 жыл бұрын
I sense a disturbance in the Matrix ;)
@bwhit79194 жыл бұрын
The German philosopher Immanuel Kant would agree with you. He thought that all mathematics was not known on the grounds of experience nor was it derived from a definition. The only other option is something similar to what you give: simply “sensing” mathematics (I’m oversimplifying a bit). Gottlob Frege, a German mathematician and one of the inventors/discoverers of formal logic, criticized this idea and tried to prove that all mathematics could be derived from definitions. I think I tend to agree with Frege
@phxcppdvlazi4 жыл бұрын
@@bwhit7919 When you say you agree with Frege, do you mean you were convinced by his arguments?
@bwhit79194 жыл бұрын
phxcppdvlazi I agree with Frege, at least partially. I think that all math is derived
@philippenachtergal60774 жыл бұрын
Hum. I wouldn't say that. Do we "sense" axioms or do we invent them ? Can we say that higher dimensions exists, that complex numbers exists ? I know that complex numbers can be used to represent 2D points but I don't hold that to be the same thing as them "existing". And if they don't exist then they were invented by mathematicians.
@davidbrowne18934 жыл бұрын
Just discovered KZbin and loving these videos....I’ve got a university degree majoring in Mathematics but I’ve been working as an engineer for the last 15 years - bringing back good memories.
@avi1234 жыл бұрын
I'm confused, what if I take a 5d hypercube, if I pick a random point won't the 5 points connected to it form a regular pentagon? Edit: Aha, these points are not even on the same plane.
@zuthalsoraniz67644 жыл бұрын
The 5 points connected to it should form whatever is the 4D equivalent of a regular tetrahedron, just like the three points connected to one of a 3-cube's corners form an equilateral triangle, and the four points connected to one of a 4-cube's corners from a regular tetrahedron.
@sofia.eris.bauhaus4 жыл бұрын
@@zuthalsoraniz6764 the regular tetrahedron plays two 'roles' in 3 dimensions: simplex (the simplest regular polytope) and demicube (what happens when you remove every second vertex from a hypercube and connect the rest). simplexes and demicubes are generally not the same thing: 2-simplex: regular triangle | 2-demicube: line segment or digon 3-simplex and 3-demicube: regular tetrahedron 4-simplex: regular pentachoron aka 5-cell | 4-demicube: regular 16-cell (which happens to also be the dual of the 4-cube) the demicubes of 5 dimensions and higher arent even regular anymore polytopes are weird and awesome. :)
@bluerizlagirl4 жыл бұрын
The sides may have the same length, but it will be a very crinkly pentagon! Triangles are the only shape that is always perfectly flat. This is why milking stools traditionally have three legs: all three will always all be touching the floor, even if it is uneven (unless crazily so). Perfectly smooth floors in cow sheds are a modern thing 😁
@clumsyjester4594 жыл бұрын
I at first also thought your argument worked. But my best way to describe why it fails is the following: from the set of 5 points you described, ANY pair of two has the same distance to each other. However, in a flat regular polygon, each point has a shorter distance to its 2 neighbours than to any other points. That's also why it works with the 3D grid and triangles. With your construction you get a set of 3 points. Pick any one of these and you just get the 2 neighbours in the polygon, but no additional points that would need to be further away.
@FLScrabbler4 жыл бұрын
@@bluerizlagirl traditionally these stools often had only 1 leg. This would allow the milker to tilt the seat to the most comfortable position... commons.m.wikimedia.org/wiki/File:Bundesarchiv_Bild_183-33006-0004,_Bauer_beim_Melken.jpg
@riccardosarti3234 Жыл бұрын
This is really amazing! I tried to prove the 1st part arithmetically before seeing the visual proof and I think I got another insight into the essence of the shrinking idea: 1) Via a translation, you can assume that the equilateral triangle has vertexes A(0,0), B(a,b) and C(c,d), with a,b,c,d integers. 2) Using congruence mod 2 and mod 4 you can prove that a,b,c,d must all be even, which is a contradiction. Basically, if such a triangle existed, you could draw a similar one with half the side (so with A(0,0) B(a/2, b/2) C(c/2, d/2)) and so on infinitely, which is a contradiction.
@nightingale26284 жыл бұрын
Both Mathologer and 3b1b are great and I love their visual representations!
@kishore80284 жыл бұрын
Very nice presentation. I learned some thrilling mathematics today.
@phasm424 жыл бұрын
Music, "Chris Haugen - Fresh Fallen Snow" (I hear it on a lot of videos, love it)
@Mathologer4 жыл бұрын
Well spotted.
@dj1rst4 жыл бұрын
@@Mathologer Warum ist das nicht in der Beschreibung angegeben? So habe ich Glück gehabt, daß Paul Miner es hier erwähnt hat.
@dj1rst4 жыл бұрын
Thank you for mentioning.
@GabeWeymouth3 жыл бұрын
I've come back to this one a few times and I think it is one of the prettiest visual proofs on the channel. Second only to the triangle-of-triangles pythagoras proof.
@mr.champion73044 жыл бұрын
EDIT: this is for the first part of the video, where the squares are in 2D space. I did this when he said to try and come up with an explicit formula for it. I got an explicit formula for the number of squares in a n x n square. For those who don't want to read through how I got it, the formula is (n^4 - n^2) / 12, and it's factored version is n^2 * (n+1) * (n-1) / 12. Now, onto the solution. Before I do, though, I just want to say I will refer to a n x n square not as being a square with side length n, but rather a square with n dots. This is because the sums will be in terms of the side length of a square, since that's just how I derived the formula. Also, "side length" will refer to the number of dots on the side of a square. Lastly, since youtube doesn't allow for LaTeX rendering, I'll have to refer to the sum in a different way. Here I'll use the following syntax, "sum(k=1,n)(EXPR)", where "EXPR" is the expression that the sum is taken over First, I realized that each tilted square has an untilted bounding square around it(in other words, each tilted square is contained within an untilted one). This means that for me to include the number of tilted squares, I need to multiply the number of untilted sqaures of a given size(which we already know how to calculate) by the number of tilted squares inside of it(plus one to include the untilted square itself), then sum the terms up. So, how many tilted squares can be put in an untilted n x n square? Well, n-2. You just need to choose a point on the side of the square that isn't one of the corners. Since there are n points on the side, and since there are two endpoints, the number of points to choose from is n-2. But we need to add 1 to this to include the untilted bounding square itself. If you had trouble understanding why the number of squares is n-1, then I recommend trying it yourself. Make an n x n square, and inscribe as many squares as you can in it, systematically of course. Second, I came up with an expression that would go in my sum. So, where k is the number of times we reduce the side length of the square, the number of squares per value of k is k^2 * (n-k), where k goes from 1 to n. Although this doesn't make much sense, a simple change of variables from k -> n-k+1 yields (n-k+1)^2 * (k-1). Here, k is now the side length of the square. The (n-k+1)^2 is the number of untilted squares, and the (k-1) is the number of tilted squares you can make within the k x k square. Despite the second expression making more sense, the first one it much easier to deal with, so I used that one. Now, I manipulated the sum as follows, sum(k=1,n)(k^2 * (n-k)) = n * sum(k=1,n)(k^2) - sum(k=1,n)(k^3) (distribute k^2 over (n-k) and split the sums) = n * (n^3 / 3 + n^2 / 2 + n / 6) - (n^4 / 4 + n^3 / 2 + n^2 / 4) (convert sum of squares / cubes to their explicit versions) = (n^4 / 3 - n^4 / 4) + (n^3 / 2 - n^3 / 2) + (n^2 / 6 - n^2 / 4) (distribute and group by power) = n^4 / 12 - n^2 / 12 = (n^4 - n^2) / 12 = n^2 * (n^2 - 1) / 12 = n^2 * (n + 1) * (n - 1) / 12 Nice, what a great compact formula for computing how many squares you can put in an n x n square.
@modestorosado13384 жыл бұрын
28:08 I might just be stupid, but I don't see why (assuming that cos((3/8)2π) is rational) the fact we're starting with an octagon with integer x coordinates for its vertices and the fact that we're using "shifts" to construct the smaller octagon that implies the x coordinates of that new octagon's vertices must also be integers, except obviously -s and i_1, since those come from the previous octagon so they must be integers.
@chtoffy4 жыл бұрын
Very interesting ! Let's try this : Assuming there's really a Planck length in the Universe and you work with real world coordinates, you couldn't keep shrinking the polygons forever without them converging to a single point. Would that mean there's no such thing as a square grid in the Universe or that triangles are not a thing?
@KaiHenningsen4 жыл бұрын
It means math isn't about the universe, even if it turns out to be incredibly useful in it.
@ragnkja4 жыл бұрын
Since we have (at least) three spatial dimensions, triangles and squares are equally compatible with the Universe having a “resolution”. Non-plane-tiling regular polygons, however, would not be able to exist in the physical Universe.
@frechjo4 жыл бұрын
Is there any reason to assume that if there's a grid, it should be regular? Could be non periodic, or even amorphous. I would like my universal grid in a beautiful Penrose tiling, please.
@nunofyerbusiness1984 жыл бұрын
Oh, it gets worse, way worse. writings.stephenwolfram.com/2020/04/finally-we-may-have-a-path-to-the-fundamental-theory-of-physics-and-its-beautiful/
@nunofyerbusiness1984 жыл бұрын
@@frechjo Be careful what you wish for. www.wolframphysics.org/technical-introduction/ Wolfram index of Notable Universes www.wolframphysics.org/universes/
@olli36862 жыл бұрын
First puzzle [0:47-2:23]: f(n) = n^2(n^2+11)/12 = (n^4+11n^2)/12 ***THE SOLUTION YOU POSTED IS INCORRECT*** == A000330(n) sum of orthogonal squares + A002415(n-1) sum of diagonal squares = A006008(n) sum of all squares. For example, 10x10 = 925 squares. Sequence for n from 0 to 10: [0, 1, 5, 15, 36, 75, 141, 245, 400, 621, 925]. I solved this using some brute force for 3x3 to 6x6 to search for the sum of diagonal squares. Then after finding a pattern, I scaled the pattern while cross referencing the OEIS database and found the sequence after solving 8x8. After finding the proper sequence, I had to shift it, then add it to the other sequence, which resulted in the solution. ***THE SOLUTION YOU POSTED IS FOR THE SUM OF THE DIAGONAL SQUARES ONLY***
@olli36862 жыл бұрын
Third puzzle [13:15-19:51]: f(n) = ??? The number of squares within an n^3 cubic grid for n from 0 to 40 is [0, 6, 45, 160, 410, 874, 1655, 2884, 4724, 7374, 11073, 16104, 22798, 31538, 42763, 56972, 74728, 96662, 123477, 155952, 194946, 241402, 296351, 360916, 436316, 523194, 621568, 731456, 852876, 985846, 1130384, 1286508, 1454236, 1633586, 1824576, 2027224, 2241548, 2467566, 2705296]. Hmm, number of 1x1 squares in n^3 is (3n^3+3n^2). Number of k^2 squares where k>1 in n^3 is MAX(0,n-k+1)^2*(k+1)^2, just reiterate this part. Can easily create an n by k grid in excel with a sum of the columns within a row in another column. OEIS A270205 contains the formula / sequence for the number of 1x1 squares in n^3. The issue is the iterative formula for the rest of it all.
@acetate9094 жыл бұрын
There's a simple process to get the first step answer without having to count all of the boxes. The pattern is made up of 4×4 rows of boxes that equal 16 boxes in total. Divide 16 in half to get 8. Divide 8 in half to get 4. Divide 4 in half to get 2. 16+8+4+2=30
@farissaadat44374 жыл бұрын
Is that not just a coincidence? What does the sum of powers of two have to do with counting squares?
@Teumii14 жыл бұрын
Well, my thoughts are : there are n² squares 1x1 in a square nxn there are (n-1)² squares 2x2 in a square nxn and so on... there are (n+1-k)² squares kxk in a square nxn didn't prove it but it was intuitive (on paper i guess) so the sum of powers defintively has something to do with counting squares but the "dividing by 2" technique only seems to work with this 4x4 square
@acetate9094 жыл бұрын
@@farissaadat4437 I have no idea. I was just trying to figure out a way to produce the answer in my head, without having to count all of the boxes. I'm an engineering student and I'm not great at math or I would be in a physics program. All I know is that it works, though I have no proof to offer. I was hoping that someone else could explain it to me. As Teumi said, I can intuit this process but I don't know what it means, really.
@farissaadat44374 жыл бұрын
@@acetate909I don't think there is a relation to powers of two but it's a nice outcome. I've found the general formula for an n×n square to be (n-1)n²(n+1)/12, it's a surprisingly nice looking formula.
@friedrichschumann7404 жыл бұрын
It's just coincidence. Take a 9x9 grid. (Your method only works for grids of length (2^n)+1). Then 64+32+16+8+4+2 = 126 and 64+49+25+16+4+2+1 = 168. Don't claim to have found something, if you haven't checked it on one (better 3) example(s).
@edwardus124 жыл бұрын
words cannot express how much I love this channel
@mack_solo4 жыл бұрын
...express it in grid form ;p
@Jacob-yg7lz4 жыл бұрын
14:40 That's the first thing I thought of. The silhouette of a cube viewed at an angle is a hexagon. So, if you were to squash down a cube from opposite angles, you'd get a hexagon and equilateral triangles. That'd kinda be cheating but it's probably considered true in a non-euclidean way.
@PuppyHaven-1173 жыл бұрын
18:39 it will be because hexagon ad others will not be formed of smaller size as the one which we are trying to form
@Cyberautist4 жыл бұрын
20:48 Never realised, that he has an non-native-english accent, until I hear him speaking German. Grüße aus Leverkusen, der Heimat des Aspirin.
@Sakanakao4 жыл бұрын
This was a very good one! I had not thought about why only those angles are convenient in those terms before, and what an interesting way to prove it!
@renerpho4 жыл бұрын
Ich freue mich schon auf das Mathologer-Video auf Deutsch! Schöne Grüße aus Marburg.
@Cyberautist4 жыл бұрын
Grüße aus Leverkusen. Wusste nicht, dass sich Deutsche überhaupt seine Videos anschauen.
@bennytolkienfreund71824 жыл бұрын
Ach noch jemand aus Marburg, witzig :D
@ОбосрамсОбосрамсов4 жыл бұрын
So viele Marburger hier :)
@DoReMeDesign4 жыл бұрын
I got so excited about the final proof ! Thank you very much Mathologer.
@lakejizzio77774 жыл бұрын
3:12 I thought about this problem when I was in middle-school. I was trying to draw equaliteral triangels using dots on my notebook and but no matter how much close I get, how much points I use there was tiny bit missing. Then I realized a perfect triangels height is square root of 3 times half of its floor. Square root of 3 is irrational so I will never get there. I was really, I mean REALLY dissapointed. (Also there are no perfect hexagons or octagons or pentagons in the grid.) (I am not sure about 12-sided perfect polygon, I will be pleased if someone posts me a proof of that one about whether or not you can do it.) (Okay I watched the video nevermind.)
@pythagorasaurusrex98534 жыл бұрын
I always learn something new. I love the fact, you use diagrams stuff like that instead of complicated algebra equations.
@Rubrickety4 жыл бұрын
23:27: A little-known proof that blurry bitmap angles are rational multiples of crisp, vector-based angles.
@mridul29874 жыл бұрын
I love it man, small small things in a gorgeously animated way.
@johnchessant30124 жыл бұрын
14:53 Fun fact: The entrance to the Museum of Math in New York City is a glass cube, with this hexagon drawn.
@ammaleslie5093 жыл бұрын
Museum of Math? In New York City? How in the world did i not know this existed???!!!
@ammaleslie5093 жыл бұрын
and... i want a poster of the shrinking pentagon version on the 2D grid. That is beautiful.
@apteropith4 жыл бұрын
2:05 counting by line slopes, there can be additional slopes from 1 to 3, with no currently available fractional slopes (the numerator and denominator need to add to 4 or less, so 3/2 is too big) and each slope greater than 1 has a distinct reflection (or the negative slope), while slope 1 can also produce two widths here (2 and 4) so that gives 9 with slope 1 & width 2, 4×2 with slope 2 & width 3, 1 with slope 1 & width 4, and 2 with slope 3 & width 4, for 20 more squares and a total of 50 (slap me if i'm wrong) the pattern here suggests a formula of the sum, over n, from 1 to m (the width of the grid, in line segments) of (m+1-n)n^2 (where m+1-n = w is both the "width" of the squares being counted and the number of distinct square shapes with that width), but i have no idea if this holds after fractional slopes become common (though it appears to for m=5), and am not planning to stay awake long enough to figure it out ... actually, any width w greater than 2 has at least a (w,0)-edged square and two (1,w-1) squares; for even w there is a (w/2,w/2) square for any (1,w-1) vector-edged-square, these can be derived in sequence from (1,0), through (1,1), in a spiraling growth; this manner of growth splits at (a,a) edges into (a+1,a) and (a,a+1) edges, growing w by 1; continuously incrementing these will also cover every possible slope, fractional or otherwise, starting from all sizes of (a,a); these generate at even w = 2a (from the converse increments of various branches re-merging, perhaps) so at every w, the square shapes that exist are, by induction, if w is even, the spiraling growths of the w-1 previous shapes and a new (w/2,w/2) square, while if w is odd, the previous w-1 squares grow, with an additional square from the ((w-1)/2,(w-1)/2) bifurcation, in both cases resulting in w distinct squares; the pattern begins with only (1,0) = (0,1) at w =1, growing both into (2,0) and (1,1) at w = 2, with the former continuing into (w,0) = (0w) and the latter splitting into (w-1,1) and (1,w-1) at w = 3 and on this proves (i hope) the earlier conjecture, that the number of distinct squares of width w is also w, thus the number of squares of width w in a width-m grid is w(m+1-w)^2 = wn^2 = (m+1-n)n^2, where n is the number of w-squares that can fit, one-dimensionally and overlapping, in the grid; the total number of squares is then the sum of this across either n or w, from 1 to m i worked this out entirely in my head, in bed i have crippling insomnia
@PapaFlammy694 жыл бұрын
Nice :)
@supakorn_mhee4 жыл бұрын
Nice
@maxwellsequation48874 жыл бұрын
69
@elijahaustin74544 жыл бұрын
420
@gordonglenn20894 жыл бұрын
I liked seeing those familiar angles from trig, but I loved the picture of the spiral formed by the shrinking octagons!
@SoleaGalilei4 жыл бұрын
I think all proof papers would be better if instead of QED they ended with "ta-dah!"
@Shadow819894 жыл бұрын
lol, that's so true!
@pythagorasaurusrex98534 жыл бұрын
LOL. I will use that in my math lessons from now on.
@jeffreyblack6663 жыл бұрын
How about "Told ya so"
@shambosaha97273 жыл бұрын
Or, bada bing bada boom, like Grant does
@凯文的扑克之路 Жыл бұрын
I am a Math Student at UWaterloo, I actually not a big Math fan, but I really enjoy this video, very interesting!
@tmfan38884 жыл бұрын
13:57 how many reg triangles and hexagons? minecrafters: YES
@eliyasne96954 жыл бұрын
18:48 Because in these cases his construction only increases or doesn't change the polygon's size
@maxime_weill4 жыл бұрын
11:01 this moment is meme-potential. had me laugh out loud at his expressions
@mdashrafulahmed28204 жыл бұрын
I have waited long for a Math video to come out
@YellowBunny4 жыл бұрын
Imagine having to use 360° because the formulas look weird with 2pi. If only there was a better constant to represent full circles...
@TaiFerret4 жыл бұрын
Someone came up with "eta" which is equal to pi/2. This gives 4eta for 360 degrees, which makes sense because it's four right angles together.
@samuelthecamel4 жыл бұрын
*cough* *cough* Tau *cough* *cough*
@Tyler118214 жыл бұрын
Imagine common folk caring about scaling factors so strongly
@timbeaton50454 жыл бұрын
@strontiumXnitrate Mmmmmnnnn! Donuts!
@НиколаКолевски4 жыл бұрын
You can cherrypick whatever you want. Tau works with angles, pi works with area.
@pamdemonia4 жыл бұрын
Very proud of myself for this: The formula for the how many squares in this square grid? n = number of squares on a side n(1^2)+(n-1)(2^2)+(n-2)(3^2)+...+(2)(n-1)^2+(1)(n^2) Figured out a proof and everything (which includes the mathematician's favorite trick of inventing a whole new way to classify something). Would include it, but it's too visual, and I'm not up on algebraic geometry enough to do it in text only.) Hope someone sees this. Love your videos!
@ericmckenny67484 жыл бұрын
Interesting! By your definition n being the number of squares on a side, this is correct and equal to n(n+1)^2(n+2)/12. For n as the number of grid points on a side: then its n^2(n^2-1)/12 which would be (n-1)(1^2)+(n-2)(2^2)+(n-3)(3^2)+...+(1)(n-1)^2.
@pamdemonia4 жыл бұрын
@@ericmckenny6748 cool! Thanks!
@alexpotts65204 жыл бұрын
Shrink proof (adj): when you've been through ten different psychiatrists and you're still depressed
@mack_solo4 жыл бұрын
...when you shrink wrap a bowl of liquid or food and the content still spills out ;p
@TrimutiusToo4 жыл бұрын
About rational trigonometric things I did know before. Mainly because at some point I tried to figure out which angles could have algebraic trigonometric ratios and what degree of the roots were in those values, and of course it is pretty obvious that there is only finite very small amount of solutions where degree of the root is 1.
@jerry37904 жыл бұрын
I knew that there were no equilateral triangles due to the fact that equilateral triangles always have a multiple of root 3 as their perpendicular height.
@Mathologer4 жыл бұрын
Tilted equilateral triangles?
@michaelempeigne35194 жыл бұрын
but how would you have verified that thee were no equilateral triangles that are slanted also in such diagam ?
@michaelleue75944 жыл бұрын
@@Mathologer If there are two points that are connected, then the halfway point of a double-scale version of the triangle is also connected, which means a connection exists between two points which are a multiple of sqrt(3). (And, you can't have multiples of sqrt(3) because 3 is not the sum of two squares.)
@iabervon4 жыл бұрын
The square of the length of a segment between two points on the grid is an integer. The area of an equilateral triangle is √3/4 (which is irrational) times the square of the length of a side. But the area of a polygon with all vertices on 2D grid points is an integer multiple of 1/2.
@adammarkiewicz33754 жыл бұрын
@@Mathologer Corners of tilted figures need to align with dots of the original grid - because of how you construct them. If you leave only those points and "untilt" the figure - those points will form the untilted, again square grid (why? - because of what you have said at the beginning about the tilted squares in the square grid!) with larger spacing between the dots. It means that tilting the figures does not change that much - maybe only the scale of the grid. And the scale does not matter here. Tada! Great animations though, it helps so much! P.S.: The patreon "My Son..." is your son or the patreon's nick? I'm just curious.
@ExplosiveBrohoof4 жыл бұрын
I have a combinatorial recurrence relation that I used to solve the general n x n case for the squares. Let A_n denote the number of squares contained in an nxn square lattice. Notice that there is an (n-1)x(n-1) square embedded in the top left of this lattice. This will give us A_{n-1} squares, and all remaining squares not yet counted must have a corner on one of the 2n - 1 remaining lattice points on the bottom or right sides, which we will refer to as the "edge" henceforth. We will find a way to systematically count all squares with a corner on the edge. Note that if the point P is a corner of a square within the lattice, then there are two other points in the lattice that will be adjacent to it. To make sure we do not overcount, we will always choose the edge that is 90 degrees clockwise from the other one, relative to P. We shall denote this point as P', while the other point will be P". To be systematic, let us drop a coordinate system on the lattice where the point (1, n) is equal to the top left point (hence the bottom right point will be (n, 1)). Let us start now with the point P = (n, n). Notice that if P' has a y-coordinate lower than that of P, then P" will sit outside of the lattice (the vector PP' would be of the form (-k, -j), so the vector PP" would be (j, -k), placing P" on the point (n + j, n - k)). Thus P' must have a y-coordinate of n. In general, if P has a y-coordinate of k, then P' must have a y-coordinate greater than or equal to k. Since P' is not equal to P, we have only n-1 options for where P' can go. Now let us count the squares with a corner on P = (n, n-1). To avoid overcounting, we will not allow P' to equal a previously visited point. The y-coordinate for P' may be either n-1 or n. However, the x-coordinate must now be greater than 1, because if P' = (1, n-1) then P" = (n, 0) and if P' = (1, n) then P" = (n-1, 0). We find, however, that the remaining options are viable. Thus, there are n-2 choices for the x-coordinate of P' and 2 choices for the y-coordinate, giving us 2(n-2) options. It seems that in general, when P = (n, n-k), there will be (k+1)(n-k-1) choices for P', stemming from n - k - 1 choices for the x-coordinate and k+1 choices for the y-coordinate. This is indeed the case, as we shall now demonstrate. It suffices to show that P' is a viable point if and only if the x-coordinate of P' is in {k+1, k+2, ..., n-1} and the y-coordinate of P' is in {n-k, n-k+1, ..., n}. So suppose P' = (i, j). Then P" = (2n - k - j, i - k). Since we must have 1
@achmadkusuma38894 жыл бұрын
This presentation remind me a experience. At high school my math is bad, at exam my teacher give one question, how much summary number from 1 until 1000, i slove this one with draw a diagram from 1-1000 like stair case , then divide that draw to be a large triangle and many minor triangle, and calculate that's area. And next day, she call me and said to me how dumb i'm, she said i'm not even use right formula and get right answer, said that i'm cheated and give me 0 score i just laugh at thats time. But my economic teacher pass by on righ time and right place like superman, hearing her bit anger he said to me "what have you done?". She explain to him and give my paper to him, then suddenly he said "ok... i get it, leave it to me, you can back now." I saved by economy teacher at math problem, truly i cant forget that. 😂😂😂
@axonnet67214 жыл бұрын
Small Gauss solved this from its head. 1+1000=1001, 2+999=1001, ... 500+501=1001; hence 500*1001=500500.