Collatz Conjecture in Color - Numberphile

Поделиться
HTML-код
  • Опубликовано: 21 сен 2024

Комментарии • 758

  • @kevnar
    @kevnar 7 лет назад +15

    I tried to use this conjecture for a compression algorithm once. My thinking was, if you take a very large number, and keep dividing it, you'll eventually get down to a smaller number, which takes up fewer bytes. If it's even, divide by 2. If it's odd, subtract 1 and divide by 2. Do the opposite when expanding it again. Do this recursively, you'll eventually convert a multi-GB file down to a mere hash string of bytes.
    It works no problem, in theory. The problem is, of course, expanding it again. The information required to know when the original numbers were odd or even is basically the same amount of data the original file was. So basically, all it was was a weird encryption algorithm.

  • @pellaken
    @pellaken 7 лет назад +311

    after watching numberphile for this long, it seems there are 2^60 "most famous" things in math.

    • @IceMetalPunk
      @IceMetalPunk 7 лет назад +21

      I'd say more like 7 billion, because everyone has their own favorite thing that is the most famous to them :)

    • @64156ful
      @64156ful 7 лет назад +3

      IceMetalPunk some people may share things though so it must be MUCH less than 7billion

    • @chessmagician2024
      @chessmagician2024 7 лет назад +4

      not even close to 7 billion, you dont think at least 1 overlapping of favorite concepts has occured?

    • @azotone23
      @azotone23 5 лет назад +1

      But maybe they are all collapsing to one...

    • @V_Deity
      @V_Deity 5 лет назад

      60²

  • @forestpepper3621
    @forestpepper3621 7 лет назад +79

    I thought I had proved the Collatz Conjecture the other night. I couldn't believe it! Little old me had succeeded where countless brilliant mathematicians had failed! I must be a genius of the highest rank, I thought! Then I noticed that the very first line of my proof was totally wrong. Oh well. At least there was that brief moment of glory in my addled brain. I take what I can get.

    • @kaziaburousan166
      @kaziaburousan166 4 года назад +5

      Can you share the logic?

    • @pudicio
      @pudicio 4 года назад +4

      Never have i felt so understood. I too, have tried my hand at it...

    • @clockworkkirlia7475
      @clockworkkirlia7475 4 года назад +10

      You gave it a go! You gave it a Parker! That's the important thing.

    • @josevillegas5243
      @josevillegas5243 4 года назад +8

      I too, like probably many numberphiles, often dream of stumbling my way to solving an a open problem in mathematics. It would be incredible! I think it would most definitely require divine intervention or inspiration to solve something that has escaped the reach of professional mathematicians who dedicate their life, to take that immense creative leap that finally let's you see the problem in a way that is solvable.
      Has this happened before? Has an amateur solved an open problem the escaped the professionals? The best candidate I can think of is Ramanujan, who was self taught and isolated from the math would, iirc, and sent G.H. Hardy a number of incredible results?

    • @forestpepper3621
      @forestpepper3621 4 года назад +3

      @@kaziaburousan166 Kazi, I'm sorry, but I have forgotten any details of my false proof. I'm sure it was not salvageable.

  • @rainerzufall42
    @rainerzufall42 4 года назад +16

    Apart from all this, Lothar Collatz was one of the kindest persons I've ever met. Pure genius! R.I.P.

  • @fatsquirrel75
    @fatsquirrel75 7 лет назад +503

    Has he put it on a t-shirt yet? I'd wear it.

    • @Lauraphoid
      @Lauraphoid 7 лет назад

      fatsquirrel75 - yea, it's beautiful

    • @massimilianotron7880
      @massimilianotron7880 7 лет назад +9

      Mathsgear pleasssse!

    • @Larweigan
      @Larweigan 7 лет назад +4

      I'd like a print of that, put it on me wall!

    • @proudsnowtiger
      @proudsnowtiger 7 лет назад +10

      Or a print. I'd have it on my wall in a flash.

    • @tristen7823
      @tristen7823 7 лет назад +1

      i would love to jave a print of it indeed

  • @Grove332
    @Grove332 7 лет назад +990

    Should have used only 4 colours while colouring it in.

    • @tiagotiagot
      @tiagotiagot 7 лет назад +46

      I'm not sure the overlaps would allow you to use only 4 colors without coloring neighboring branches the same way.

    • @bdnugget
      @bdnugget 7 лет назад +106

      He was probably refering to the four colour map theorem, check out that vid

    • @jogiff
      @jogiff 7 лет назад +61

      The four color map theorem doesn't apply if there are exclaves so TiagoTiago is right. This map might very well not work for the four color theorem

    • @TomGalonska
      @TomGalonska 7 лет назад +41

      You could colour it in 4 colours, but it might be impossible to colour one string in one colour, because sometimes a string overlaps another string and one string has to be drawn in 2 parts.

    • @gorgolyt
      @gorgolyt 7 лет назад +18

      That's what jogiff meant by exclaves. An exclave is basically two regions which are disconnected but must have the same colour. This additional restriction means that a 4-colouring might be impossible.

  • @Kram1032
    @Kram1032 7 лет назад +35

    I'd love to see this 3D-printed.

  • @infinitytoinfinitysquaredb7836
    @infinitytoinfinitysquaredb7836 7 лет назад +29

    What makes this problem so interesting is that given how the function jumps up and down one would think there should be infinite loops, even if they are individually very rare. If there are no other loops then there must be a reason and given the simplicity of the function it should be easily discernable. Must drive number theorists nuts. 8O

    • @josevillegas5243
      @josevillegas5243 4 года назад +1

      To add to that, I think, that any loop would have to be outside the main tree (the tree with root 1).
      Reason is that applying the rules forwards (i.e. if n is even, next is n/2, if n is odd...) never diverges to two branches.
      To have a loop or cycle in the graph presented here you would need a node diverge in the forward direction, but they can only diverge in the backward direction.
      1-2-4 is the only possible loop within the presented graph. Correct me if I'm wrong.
      That being said there could be numbers a, b, c, ... that form a closed loop but are separate from the main tree. It would be that not all n reach 1, but also don't go off to infinity. Could there be branches coming out of the loop?

    • @luisbenites4825
      @luisbenites4825 3 года назад +1

      @@josevillegas5243 it's been proven that if a loop exists it'd have to be at least size 17087915 outside the main branch (of course)

    • @andrewharrison8436
      @andrewharrison8436 2 года назад

      @@josevillegas5243 There are 2 ways the conjecture could be false, either there exists a loop other than 1, 4, 2 or there is a sequence that eventually goes to infinity.
      In either case there then exist a load of other numbers that drop down into those sequences. At a minimum there are all numbers that are a power of 2 times members of these sequences.
      Since it is deterministic once you get in a loop you stay in that loop.

  • @genericname389
    @genericname389 7 лет назад +3

    I came up with a triple formula that makes a similar, but different pattern. If divisible by 3, then n/3. If n-1 is divisible by 3, then 4n+2. If n-2 is divisible by 3, then 2n+2.
    You end up with two completely separate branches that converge into 2 and 10, but contain every number, just like Collatz.

  • @impwolf
    @impwolf 7 лет назад +44

    I am forever haunted by the way he says "uh-oh" at 1:18

  • @Joker9586
    @Joker9586 7 лет назад +422

    I will be the first to post this today.
    I've found a marvellous proof to the Collatz Conjecture, however there is not enough space in the youtube comment section to submit it here.

    • @raykent3211
      @raykent3211 7 лет назад +35

      Mister Bateman are you by any chance a descendant of Fermat?

    • @tomadams7553
      @tomadams7553 7 лет назад +87

      Mister Bateman I have an original joke that the margin is too narrow to contain

    • @SocietyOfTheSpectacl
      @SocietyOfTheSpectacl 7 лет назад

      You are closer than you realise.
      The proof is related to fermats theorum. IMO.

    • @SomeoneCommenting
      @SomeoneCommenting 7 лет назад +5

      Shut up Fermat! You have caused so many mathematical headaches already LOL

    • @ashboon1625
      @ashboon1625 7 лет назад +20

      *Bateman's Last Theorem* :)

  • @Guaulden
    @Guaulden 7 лет назад +37

    This reminds me of cellular automata and other systems that develop into something very complex and seemingly random from simple rules Stephen Wolfram talked about in his "A New Kind of Science".

    • @Liliou
      @Liliou 7 лет назад +3

      Thanks for the reference! it sounds interesting :)

    • @boptillyouflop
      @boptillyouflop 7 лет назад +7

      Yes! The issue is that we don't really know which kind of complexity class the collatz conjecture is in....
      - On the inner digits is repeated multiplication by 3 in base 6, which scrambles everything so it's a chaos-dominated random cellular automata....
      - On the outer digits, it's the loss of the last digit every time the last number is even, eating up digits, so it's a decay-to-fixed-state cellular automata....
      - There's no proof that it's impossible to produce complex, localized structures like the famously Turing-complete rule 110 either....

  • @BryonLape
    @BryonLape 5 лет назад +13

    It measures a number's resistance to becoming a power of 2 based on 3n + 1.

    • @dialecticalmonist3405
      @dialecticalmonist3405 3 года назад

      That sounds like it is measuring "failure to exponentiate".
      Basically a "general resistance" in a general environment.

  • @abetoymachine
    @abetoymachine 7 лет назад +172

    WHY would you leave all the marker caps OFF while ONLY USING ONE AT A TIME 👊🏻😤

    • @ZipplyZane
      @ZipplyZane 7 лет назад +3

      Yes, but why would you need to do that, if you're not constantly switching between them?

    • @RakeshWarier
      @RakeshWarier 7 лет назад +5

      Monica, is that you ? :-)

    • @anastasiawarken7771
      @anastasiawarken7771 7 лет назад +7

      I was thinking about this, too since those markers are fricking expensive.

    • @johnalanelson
      @johnalanelson 6 лет назад +1

      ... because he has gotten rich from youtube videos.

    • @leo17921
      @leo17921 5 лет назад

      to divide the time taken by 3

  • @harmsc12
    @harmsc12 7 лет назад +2

    The colors you chose for that seaweed illustration makes it look like something from a horror anime, like Tetsuo's power meltdown or something.

  • @reorderworks5213
    @reorderworks5213 7 лет назад +6

    Interesting conjecture. If you want to know the number of steps using Excel, enter a number in cell A1, then enter the following formula in cell A2:
    =IF(A1="END","END",IF(A1=1,"END",IF(ISEVEN(A1),A1/2,(A1*3)+1)))
    Pull down the formula ~2,000 rows and enter the following formula in cell B1 to count the steps needed to get to 1:
    =IF(B2=">15 DIGITS - CALCULATION INCORRECT","NULL",COUNT(A:A)-1)
    Bear in mind that Excel does not calculate correctly if any number is >15 digits, so add this formula to cell B2 that will tell you either the largest number in the data set, or if you are over:
    =IF(MAX(A:A)>999999999999999,">15 DIGITS - CALCULATION INCORRECT",MAX(A:A))
    I believe the maximum number of steps that can be found using Excel is 1,228 for 75,128,138,247.
    Cheers!

  • @pythagorasaurusrex9853
    @pythagorasaurusrex9853 7 лет назад +3

    Beatiful! I heard about the Collatz Conjecture before, but this "sea weed" image is truly mind-boggling! It shows how nature and math are connected to each other.

  • @Supware
    @Supware 7 лет назад +6

    Alex: "What do you think this is?"
    Brady: "Collatz obvs innit"

  • @thepip3599
    @thepip3599 7 лет назад +4

    Ooh! Something i've never heard about before. I'M A GONNA LEARN ME A THING!

  • @nacasius
    @nacasius 7 лет назад +14

    Collatz Conjectures, Mandelbrot Fractals, Bonini's Paradox, Solar Accretions, so much of our complex universe comes from simple origins, who wants to bet that life and consciousness are just as simple?

    • @IceMetalPunk
      @IceMetalPunk 7 лет назад +3

      They absolutely are. The universe is nothing but emergence, and it's beautiful in that :)

    • @TheMikernet
      @TheMikernet 7 лет назад +1

      Layer upon layer of emergence creates some incredibly beautiful things indeed.

    • @Triumvirate888
      @Triumvirate888 7 лет назад +6

      You seem to have it backwards. There is nothing simple or simplistic about these maths. They are what you might call infinite amounts of information condensed into a single phrase or word of semiotic linguistics. You only think that they are simple because you view them as their starting point. An acorn is very simple, but it contains all the vast amounts of information to form a tree, given the proper context. When you view the acorn and the tree as the same thing, expanded across time, you start to realize that it's not simple at all, but rather it is the single most complex system in all of existence.
      Other things in life are the same way. Human traditions, for example, seem simple and silly at times. But when you realize that Tradition is actually Democracy extended through time, handed down from generation to generation, you start realizing that traditions are vastly complex things which involved thousands or maybe even millions of people.
      A pencil is another example of something that is remarkably complex, but is a very simple object. It would be very difficult for any human being to produce a pencil by himself, without anybody helping him. It takes woodcutters and coal miners and all sorts of manufacturing plants just to get the raw materials and turn them into a pencil.
      Be very cautious not to mistake simple DESCRIPTIONS of something for the thing itself being simple. Being able to encode information about an object in very compact coded ways doesn't mean the object itself is simple.

    • @adizmal
      @adizmal 6 лет назад

      Triumvirate888 - indeed. Feynmann said if you knew the names of all the birds you still wouldn't actually *know* anything about those birds. You just simply memorized the names. You have no wisdom. Identifiers, names, these things are not real wisdom, just rote knowledge.

  • @karlkastor
    @karlkastor 7 лет назад

    This video is a piece of art.
    Also with this illustration you can explain this easily: The Cinjecture is if all of these branches end up in the point of the bottom or if there are some loops.

  • @BurakBagdatli
    @BurakBagdatli 7 лет назад

    I never thought I'd want a coloring book this badly.

  • @kyleoelker3620
    @kyleoelker3620 7 лет назад +47

    Can you color that tree with only 4 colors without a shade touching its self?

    • @ruben307
      @ruben307 7 лет назад +19

      yes but it would not look 3d.

    • @BloodSprite-tan
      @BloodSprite-tan 7 лет назад +11

      it's not a map, each line is continuous and goes under other lines. if it was shaded with only 4 colors it wouldn't look right.

  • @msclrhd
    @msclrhd 7 лет назад

    For a given odd number n_i you have the sequence of even numbers n_i^k for all k in [1,2,3,4,...]. Thus, 3n_i+1 = 2^l*n_j (because you are dividing by 2 each time you have an even number). That is, n_i will join onto the n_j branch of the collatz tree (the tree of all numbers spanning from 1 following the collatz conjecture). The collatz conjecture then holds if all odd numbers map to an odd number in the collatz tree. In the example in the video, you have the sequence [13, 5, 1] because 3*13+1 = 2^4*5 and 3*5+1 = 2^5*1.
    Therefore, what is more interesting is not the links between the numbers, but the connections between the odd number at the root of each even number sequence.

  • @enlongchiou
    @enlongchiou 7 лет назад

    2^n series as main trunk apply (n-1)/3 rule on it will get prime or composite number by apply n/2 rule between too, time each number in 2^n series again repeat same (n-1)/3 rule will branch out to every integer number, by trace back every n reach 1 by reverse (n-1)/3 rule to 3n+1 rule.

  • @TheAllBlackMan
    @TheAllBlackMan 7 лет назад +3

    I've been thinking about this for a while and I think the Collatz Conjecture is totally true. Every finite number does go on down to 1 at some point following the Collatz rule. Here's why this happens. Look at it in binary.
    13 = 1101 in binary. Because the last digit is a 1 it's multiplied by three and has one more added. This ALWAYS makes the last digit 0. It also pushes all of the other 1's farther up, and usually eliminates one of them. Sometimes it eliminates two or three.
    40 = 101000 There's the proof in the pudding. Now, the computer just starts knocking off 0's until it finds another 1.
    20 = 10100
    10 = 1010
    5 = 101 Here we do the 3x+1 again.
    16 = 10000 And once it knocks off all the zeroes this time we get to 1.
    I'll have to do some more looking into it, but I think I may be onto something.

    • @fatman3762
      @fatman3762 7 лет назад

      I feel like it would be difficult to prove that all numbers will do this. I feel like somewhere there could be an odd number which, when doing this, it ends up with 1 0 to cancel, then the new number with only 1 0 to cancel, and so on, allowing it to be infinitely big. I feel like proving this would be equally difficult as proving the conjecture (especially considering that I kinda doubt no-one has thought of this until now)

    • @trangium
      @trangium 6 лет назад +3

      19 = 10011 (3 ones)
      19 * 3 + 1 = 58 = 111010 (4 ones)
      When 19 is multiplied by 3 and you add 1, you actually increase the number of ones.
      Additionally, 58 ends in only one zero. When you eliminate the zero, you get 29, which is greater than 19. There might be a number that does this forever, increasing to infinity. There could also be a cycle, where eventually you end up with the same number that you started with.

  • @hiimdick5000
    @hiimdick5000 7 лет назад +2

    ok that`s beautiful. i wanna make one now

  • @notes2thyself
    @notes2thyself 7 лет назад

    Something so simple and dull can be made into something so complex and beautiful.

  • @highlewelt9471
    @highlewelt9471 7 лет назад +16

    Beautiful! But now I lost even more hope that it gets solved in near future

  • @Reliquancy
    @Reliquancy 6 лет назад

    If you assume a number is the smallest number that it's sequence doesn't terminate, you can tell it must be a 12*n+3 or 12*n+11 number because if it were anything else it would either divide 2, which means there's a smaller number with a sequence that doesn't terminate, or multiplying it by 3 and adding 1 would result in a number that divides 4, which would also mean after dividing by 2 twice you have a smaller number than you started with with a sequence that doesn't terminate...

  • @Ahmadavocado
    @Ahmadavocado 7 лет назад

    looks like a sea coral! what a beautiful world.

  • @ryan-cole
    @ryan-cole 7 лет назад +1

    My favorite conjecture 😊

  • @VibratorDefibrilator
    @VibratorDefibrilator 7 лет назад

    Bravo! Visualizing the beauty and complexity of mathematical problems is vital for understandig them by our organic, biological mind.

  • @TylerMatthewHarris
    @TylerMatthewHarris 7 лет назад +39

    That guy looks exactly like Andy Serkis

    • @AntonoirJacques
      @AntonoirJacques 7 лет назад +12

      Tyler Matthew Harris I'd say he looks more like Michael Sheen.

    • @CastelDawn
      @CastelDawn 7 лет назад +1

      his ugly , nerdy twin then.

    • @TylerMatthewHarris
      @TylerMatthewHarris 7 лет назад

      +Antony Jones , damn! You're right.

    • @theRealPlaidRabbit
      @theRealPlaidRabbit 7 лет назад +1

      No one has ever seen Andy Serkis. Even the interviews he does are CGI. For all we know, he's a hyper-intelligent goldfish in a bowl, connected to a brainwave-interpreting computer through electrodes.

  • @joeykimble62
    @joeykimble62 7 лет назад +1

    we love the collatz conjecture!!!!

  • @xanderalaniz2298
    @xanderalaniz2298 6 лет назад +1

    I find it interesting, cause if you look at the picture, seeing how every number turns from the previous one, the entire sequence is trending toward more even numbers. Yeah, odds are sprinkled in everywhere, but the whole thing is turning clockwise.
    Maybe thats because of the limit of numbers used tho...

  • @Andrew0you0tube
    @Andrew0you0tube 7 лет назад

    Collatz conjecture goes to 1 because there is more numbers divisible by 2 then there is odd numbers.
    So series like /2/2 happen more frequently, and a chance to hit number divisible by 12,16, etc increases over time (because every next number is different from previous, you can transfer them to base 2 or 3 to see why)

    • @Andrew0you0tube
      @Andrew0you0tube 7 лет назад

      The ratio between odd/even numbera in sequences is exactly 0.66(counted in program), so it appears twice as frequently as odd number do.

    • @htmlguy88
      @htmlguy88 6 лет назад

      how far did you go ??

  • @54321emb
    @54321emb 7 лет назад

    I loved the coloring in this video! The appreciation the mathematician had for this visual rendering of this problem was so cool. Total +1 for having a menora Brady, what an unexpected treat : )

  • @TheYortle
    @TheYortle 7 лет назад +2

    at 3:06 why does 5 go into 8, 3 go into 5, 13 go into 20 and 21 go into 32

  • @UniRyder14
    @UniRyder14 7 лет назад +98

    Please make a poster!

    • @quinson93
      @quinson93 7 лет назад +2

      Brandon Sams, how about a program?

    • @albertzhang5699
      @albertzhang5699 7 лет назад +3

      working on it, don't worry

    • @quinson93
      @quinson93 7 лет назад

      Albert Zhang, I was here first!

  • @cougar1234c
    @cougar1234c 7 лет назад

    Yay!! Tiff's in a Numberphile video

  • @kevinbee4617
    @kevinbee4617 7 лет назад +1

    It would be interesting to compare this tree visualisation to trees of other similar "systems". Then you could see what you can really conject from having a "weird" tree vs. an "orderly" tree.
    Maybe some trees from systems where not everything is connected to one are weird too or some systems connect everything too one with an orderly tree.

  • @Daa520Daa520
    @Daa520Daa520 7 лет назад +243

    Is it not a bit obvious that 2^60 goes down to 1?

    • @alexjh12345
      @alexjh12345 7 лет назад +59

      Joshua Green I think it was from a previous video where it said they'd computed that all numbers up to 2^60 go down to 1

    • @floriandonhauser2383
      @floriandonhauser2383 7 лет назад +48

      It is proven, that every number up to 2^60 goes down to 1, including eg (2^60)-1.

    • @akaizofan7870
      @akaizofan7870 7 лет назад +21

      Joshua Green I think they meant "All numbers up to 2^60 go down to 1"

    • @TheTank0matic
      @TheTank0matic 7 лет назад +14

      A Kaizofan All numbers that can be written in the form 2^n, where n is a positive integer, will go down to 1.
      (2^n)/2 = (2^n)/(2^1) = 2^(n-1)

    • @levi12howell
      @levi12howell 7 лет назад +5

      It seems like these things will meander around but eventually they hit a factor of 2 and go to 1 pretty quickly

  • @KingPauke
    @KingPauke 7 лет назад +5

    is there a logic, which branch is in front of another?

  • @PlasteredDragon
    @PlasteredDragon 7 лет назад

    Pretty picture to illustrate an interesting conjecture. I bet there are a lot of interesting ways to illustrate the process.

  • @EKDupre
    @EKDupre 3 года назад

    This one was a treat

  • @bidaubadeadieu
    @bidaubadeadieu 7 лет назад +26

    Is anyone else really bothered by the structure of those tree examples? Like at 3:43 the number 3 is connected to 5 when it should be connected to 10. 5 is connected directly to 8 when it should have to go through 16 first.
    That isn't on purpose right? Maybe it was just explained confusingly??

    • @username17234
      @username17234 7 лет назад +1

      It's in reverse order because the conjecture is that all branches die in 1, rather than start at 1 (which would just cycle 1-4-2-1).

    • @CommissionerSleer
      @CommissionerSleer 7 лет назад +5

      Mage of Void is right imo. Connecting 5 to 8 makes as much sense as connecting 8 to 2: it's skipping a step. Sure, 5 will go to 8 as 8 will go to 2 but 5 gets to 8 through 16. Same with 13 to 20. It goes through 40 so should connect to it.
      The diagram is consistent in combining an odd step with its subsequent even step so no technically wrong as a schematic but I don't see how that is helpful.

    • @AaronHollander314
      @AaronHollander314 7 лет назад

      Mage of Void... the tree splits at those nodes. Even to the right, odd to the left.

    • @AaronHollander314
      @AaronHollander314 7 лет назад

      ...I see what you're saying now. The line should go through the bigger number only.

    • @bananabananae
      @bananabananae 7 лет назад +1

      *3×3+1=10 , 10÷2=5*

  • @Hythloday71
    @Hythloday71 7 лет назад

    N.J.Wildberger uses the Collatz conjecture to puncture ones naive notions of just how good infinite processes and definitions of convergence are. He says in analysis you only deal with easy sequences of numbers.

  • @moussvon
    @moussvon 7 лет назад +5

    Can you make a link to the image please ?

  • @tejarex
    @tejarex 2 года назад

    If n is odd, 3n+1 is even, so one will immediately divided by 2, so one could make the step (3n+1)/1 before checking polarity again. The tree would then be straighter with know evens removed.

  • @daalfredLP
    @daalfredLP 7 лет назад +2

    Can someone explain why you have e.g. 5->8 (3:44) when it really is 5->16->8?

    • @quinn7894
      @quinn7894 4 года назад

      When you have an odd number and multiply it by three, you will have an odd number. Add one and you get an even number. So then you divide it by two. For convenience, some people make (3n+1)/2 into one step. 5 goes directly to 8 instead of 16.

  •  7 лет назад

    Beautiful video, thanks.
    However, 3:07 the trees are a bit wrong if you follow the collatz conjecture rule, right?
    3 should connect to 10 (and not to 5)
    13 to 40 (and not to 20)
    21 to 64 (not to 32)
    85 to 256 (not 128)
    Hmmm, looks like it is mentioned in 4:24 (for odd number do 3n+1 and then divide by 2). I am wondering, why didn't the artist use the original collatz conjecture rules but slightly altered them this way? To make the tree look more "compact" with branches closer together, or?
    Thanks.

  • @JulianDoIt
    @JulianDoIt 7 лет назад +1

    That was very interesting and beautiful

  • @spmanojgowda
    @spmanojgowda 7 лет назад +2

    AWESOME !!

  • @daniel-kun6443
    @daniel-kun6443 7 лет назад +2

    dude I want a shirt with that. somebody create one (or more) please, high quality.

  • @monovae1324
    @monovae1324 7 лет назад +131

    That looks like my hair in the mornings

    • @Triumvirate888
      @Triumvirate888 7 лет назад +1

      Are you a Medusa? O_o

    • @c-m9077
      @c-m9077 7 лет назад +4

      yoou mean a gorgon. Medusa is an individual.

    • @monovae1324
      @monovae1324 7 лет назад +2

      Mebbe

    • @IceMetalPunk
      @IceMetalPunk 7 лет назад +1

      I mean, your avatar is a Trapinch, which has Arena Trap, so just like Medusa, if you look at it, you can't get away :3

    • @josevillegas5243
      @josevillegas5243 4 года назад

      You need some apply some collagen?
      Get it?... Because, collagen... Collatz

  • @woodrose5980
    @woodrose5980 7 лет назад

    All you have to do is prove that with any odd number, when following the steps, you eventually get to a power of 2. Idk if that's hard to do but it's a start if they don't have one.

  • @lazergurka-smerlin6561
    @lazergurka-smerlin6561 7 лет назад

    I have some information to spread (ifn't it already exists) So first reverse the Conjecture so /2 is *2 and *3+1 is -1/3.
    Then with those equations you can apply either *2 or -1/3 to even numbers, and you can only *2 odd numbers.
    now if you do a tree with only 2^x you quickly realise that only x in this case must be even for it to be a choice between *2 or -1/3. And another cool thing is that if you add your current even 2^x with it's -1/3 result you'll get the next in the lines result.
    Illustration:
    1 4+1=5 16+5=21
    /\ /\ /\
    4 -> 8 -> 16 -> 32 -> 64 . . .
    The equation for that being 2^x + (2^x-1)/3 = (2^(x+2)-1)/3.
    I hope I provided something interesting.

    • @lazergurka-smerlin6561
      @lazergurka-smerlin6561 7 лет назад

      Oh and btw *3+1 is related to *2+2 which is much easier to understand.

  • @satansamael666
    @satansamael666 7 лет назад

    The picture is so satisfying!!!

  • @debashismondal7536
    @debashismondal7536 7 лет назад

    nice job colouring perfectly between the lines

  • @gui1521
    @gui1521 7 лет назад +1

    I didn't expect to see a speed drawing on that channel, you keep surprising me x)

  • @nihonium
    @nihonium 7 лет назад

    I wanna color in that. Anyone got a source to the uncolored drawing?

  • @angelmendez-rivera351
    @angelmendez-rivera351 5 лет назад

    If a n = 2^m, then applying the algorithm to n WILL give a sequence that achieves 1 at the iteration m. If n is even & NOT an integer power of 2, then there exists some number of iterations p such that after p iterations, the resulting number is an odd number. Therefore, the question we are interested in is equivalent to the question, "if n = 2m + 1, then can we always reach some power of 2 by having 3n + 1?" 3(2m + 1) + 1 = 6m + 4, and this is a power of 2, then 3m + 2 is a power of 2. We want 3p + 2 = 2^q with natural solutions p & q. If a starting number can achieve a solution p to this equation, then that number achieves 1. This is truly a question about modular arithmetic.

  • @pedroscoponi4905
    @pedroscoponi4905 7 лет назад +1

    Awesome. Just awesome.

  • @SilentiumCivis
    @SilentiumCivis 7 лет назад +1

    City and Colour - Bring me your love
    album cover has that design on it. Pretty neato

  • @lauragek
    @lauragek 7 лет назад +2

    That is amazing! I did my thesis making a model of seaweed (Ulva lactuca) growth. I love how something organic-looking can be "created by" such a short mathematical formula... And I'd totally love to have this as a poster on my wall. Guess I'll have to get the coloring book and start getting creative ^^'

    • @Triumvirate888
      @Triumvirate888 7 лет назад

      Not "created by", just "described by". Mathematics is mankind's way of giving linguistic adjectives to nature, describing things and events in the abstract and extrapolating outwards to gain ever-more precise logical understanding of those things and events. I'm sure you already knew that though, since you did a thesis on it. I just wanted to make it clear for others who might read this and mistakenly think that mathematics creates things. If people like Stephen Hawking can make such a silly blunder, then anybody can.

    • @lauragek
      @lauragek 7 лет назад +2

      Yeah thanks! That's why I put the "created by" in quotation marks :)

    • @Triumvirate888
      @Triumvirate888 7 лет назад

      That's what I figured. Like I said, just wanted to clarify it for others.

  • @alephnull4044
    @alephnull4044 7 лет назад

    Things like this, and most certainly the prime numbers, are concepts people will never understand; the intricacies of the positive integers transcend human thought. As Leopold Kronecker was quoted as saying, ""God made the integers, all else is the work of man."

  • @Wh4tsupy0
    @Wh4tsupy0 7 лет назад

    Oh my gosh this is crazy, Edmund Harriss was my math professor last semester. This is so weird, but cool!

  • @hydrantdude504
    @hydrantdude504 7 лет назад

    Are negative numbers not allowed? They have a different loop. -1 to -2 to -1. Also -5 -14 -7 -20 -10 -5 is its own loop.

  • @mvmlego1212
    @mvmlego1212 7 лет назад +9

    Was there a systematic way that you chose which chains/branches/tentacles should be drawn on top of the others?

    • @robertjencks3679
      @robertjencks3679 7 лет назад +2

      mvmlego1212 I have not checked it and i have no idea how they did it but i would guess by the value of each branch where they intersect. could just be random though.

    • @ZipplyZane
      @ZipplyZane 7 лет назад

      Since a different person colored it, it's kinda hard to know.

  • @geirnordvik1416
    @geirnordvik1416 7 лет назад

    It's something wrong with this image. The Collatz three branches off at all numbers of the form 6n+4 and only those. I call them nodes. A node creates a vertical branch (2n-branch) and a horisontal branch ( (n-1)/3-branch). This means that the nodes are 10, 16, 22, 28 and so on. It is simple to show that all numbers will end up in a node. It is also simple to show that all the odd numbers are located as the first number on a horisontal branch (and hence there is a one-to-one relationship between all odd numbers and all the nodes, and hence all the horisontal branches) (If you can show that all the nodes are connected you have hit the jack-pot...) There are three types of nodes, the ones of type 18k+4 (this is type 1), 18k+10 (this is type 2) and 18k+16 (node type 3). Nodes of type 2 creates a branch that does not have any new nodes. Type 2 nodes are 10, 28, 46 and so on. Only type 1 and 3 creates horisontal branches with new nodes. And there is a pattern to what type of node the next node is - it is not "chaotic" - even if it looks chaotic...
    The long branch at the bottom of the figure does not have any new branches branching off - this means that this is a type 2 horisontal branch. This branch must start with an odd number, all the rest are even. One such horisontal branch of type 2 is 3,6,12,24,48, ..., 3*2^p - this branch originates from 10 (the node), but there are no new nodes on this brach - no number in this branch will ever equal 6n+4 and all of them except the first number are even (as are the case with all horisontal branches). This means that this branch in the figure shall always turn clockwise. But it clearly doesn't - it turns a little bit in this and a little bit in that direction..???... Actually it turns mostly anti-clockwise, which means that there are mostly odd numbers in the branch, which is impossible, since branches which do not have any new branches only have even numers in them - the numbers are e*2^p, where e is an even number in the series 3, 9, 15, 21, ... (the starting number of the branch). So 3, 6, 12, 24 is one such branch and 9, 18, 36, 72 is the next and 15, 30, 60, 120 the third type 2 branch and so on.
    Hence the computer code that makes this figure has some type of "randomness" written into the code - making it look more chaotic than it really is. I hope that they can remove this randomness and show a "pure" one - I like playing with the collatz conjecture and would love to see it.
    By the way, type 1 and type 3 nodes creates new nodes, and there is a simple pattern to what the new node is and what type of node the next one is. But showing that all the nodes are "connected" is the difficulty.....

  • @zbyszekz77
    @zbyszekz77 7 лет назад +1

    Just thinking if it would be possible to calculate fractal dimension of this figure.

  • @darylbangerter7171
    @darylbangerter7171 7 лет назад

    What would the tree look like if you only curved it when the parity changes and kept it straight otherwise?

  • @johnwhitmore2531
    @johnwhitmore2531 7 лет назад

    odd has to be preceded by even, and followed by even. So for each 3n+1 there is a divide by 4, 2 before 2 after. So 18 > 9 > 28 > 14 It has to reduce to one. what am I missing? if you repeatedly multiply by 3 but divide by 4 I'm guessing it'll get smaller. and smallest positive integer is 1, or maybe zero?

  • @lacracotte3775
    @lacracotte3775 7 лет назад

    *There is a sequence of numbers: 4 --> 2 --> **-40 --**> **-230 --**> **-748 --**> **-1846 --**> ?*
    *What is the seventh number ?*

  • @danieledg94
    @danieledg94 7 лет назад

    I think that look even more awesome if someone will print this in 3D!

  • @sleepingsaucer3801
    @sleepingsaucer3801 7 лет назад

    congrats for 2Million subs! Any plans?

  • @sedatkestepe822
    @sedatkestepe822 7 лет назад

    Why does it have small figures like sucker of an octopus under lines? It leads thinking of underwater creatures. And why do branches from even numbers overlap the lines from odd numbers?

  • @octocornasaur6561
    @octocornasaur6561 7 лет назад +1

    I have a solution. Since every odd will have 1 added to it every odd will become even next turn. The only way to get down to 1 is from a number with a root of 2 like 2^3 or 2^n. So therefore, every odd number will become even and then odd again and over and over until the even is a root of 2.
    For example, 13 goes to 40 which goes to 20, then 10, 5,16, 8, 4, 2, 1.

    • @OrangeC7
      @OrangeC7 7 лет назад +1

      How do you know _EVERY_ starting number will go from even to odd until it finds a power of two?

    • @octocornasaur6561
      @octocornasaur6561 7 лет назад +1

      OrangeCreeper217
      Because every odd number will have 1 added to making that odd number even.

    • @OrangeC7
      @OrangeC7 7 лет назад +2

      OmegaMike 108
      Thank you for the oh so insightful commentary on how the conjecture works. ( ͡° ͜ʖ ͡°)

    • @OrangeC7
      @OrangeC7 7 лет назад +1

      Seriously, though, not all even numbers are a power of 2. How would you prove that it goes to a power of 2 at one point? How do you know if there isn't a number that doesn't go to a power of 2 at all?

    • @octocornasaur6561
      @octocornasaur6561 7 лет назад +2

      OrangeCreeper217
      Beats me, I didnt think I would get this far.

  • @giulianoTantelo
    @giulianoTantelo 7 лет назад

    those trees remaind me of philogenetic trees that show the common ancestor of several species. Wonder if we could ever apply this conjecture to predict patterns of evolutionary process, or something like that.
    sorry for bad english

  • @chamcham123
    @chamcham123 7 лет назад

    Does the Collatz Conjecture work if you instead use 5n+1, 7n+1,9n+1,etc? Also, is there a formal proof for n+1?

  • @goldsaucer89
    @goldsaucer89 Год назад

    What would happen if you add # of iterations as a third component lets say going up and duration as in how long since each iteration was calculated as thickness of the branches? Would it look like a tree with the absence of wind and a perpendicular constant sun?

  • @connorbrockman599
    @connorbrockman599 7 лет назад

    Beautiful video!

  • @blackswan7292
    @blackswan7292 7 лет назад

    +Numberphile a = (pi*7) / (pi^7) Deserves discussion as it indicates that previous used constants to figure a are inaccurate?

  • @FeedWillyStyle
    @FeedWillyStyle 7 лет назад

    I love that the tree is described as looking organic, so the artist colors it in with reds and pinks to make it look like meat.

  • @MrInsdor
    @MrInsdor 7 лет назад +1

    So what he's saying is that there's no visible pattern? You could say it seems arbitrary for all we know.
    But isn't the premise/goal in itself arbitrary and the result to be expected or at least not surprising?

    • @clickaccept
      @clickaccept 7 лет назад

      Opposite conclusion depending on sign. odd->3*odd-1 versus odd->3*odd+1. So there is something in it.

  • @Sleepystranger
    @Sleepystranger 6 месяцев назад

    The formula for the collatz conjecture is
    N^2 + n - (2n+1)floor(n/2)

  • @doodelay
    @doodelay 5 лет назад

    if you make all numbers even and divide by 2 why would you not always come back to one? i dont understand the mystique

  • @KiloOscarZulu
    @KiloOscarZulu 7 лет назад

    How can you hold a pen like that and actually colour something? It looks like such a tense grip, it must be super tiring.

  • @jestempies
    @jestempies 7 лет назад

    I think that is similar to proving that you can't win in a casino if you play long enough. The probability that the next number in sequence is odd is lower than the probability that it's going to be even. I imagine that the sequence length is exponentially smaller than the starting number. But I'm probably wrong :)

  • @danielwylie12
    @danielwylie12 7 лет назад

    You will eventually reduce to the Collatz sequence (4,2,1) if you also use the following formula > (If EVEN n/2 if ODD 2n +2)

  • @secularmonk5176
    @secularmonk5176 7 лет назад

    "Every number less than 10,000"
    Is every branch extended until it reaches the first five-digit number? Or is every branch explored until every four-digit number has been found? I'm guessing he meant the former, because I once mapped out a tree for *every* two-digit number, and there were a couple of outlier branches significantly longer than the rest.
    I don't see any long outliers in that image, which I would expect would have many more dramatic examples if including all four-digit numbers.

  • @dumasyann
    @dumasyann 7 лет назад +1

    at 3:07, 5 should be linked to 16 not 8 right?

  • @shalvagang951
    @shalvagang951 2 года назад

    i have discover something amazing that like in abstartc algebra we have feilds like natural number is an subset of whol number and whole number is a subst of integers etc then in numbers like you see that prime and composite number is a subset of even and odd numer

  • @luiscarlosrico2304
    @luiscarlosrico2304 7 лет назад

    I dont get it, i dont see anything about the collatz conjecture on that tree, help :(

  • @naominekomimi
    @naominekomimi 7 лет назад

    Would this scale up? Like if you did it to every number above 10 million would it have more or less the same shape just with many more branches?

  • @XWurstbrotX
    @XWurstbrotX 7 лет назад +1

    Can it be explained, why the tree is in majority on the right side instead of the left side?

    • @DranoxSkyking
      @DranoxSkyking 7 лет назад +2

      Because as soon as you hit an odd number you make it even, so in the best case scenario for odd numbers 50% of them would be odd and 50% even.
      This is obviously not the case as when you hit an even you can get either an even number or an odd one next.

    • @Triumvirate888
      @Triumvirate888 7 лет назад

      The same reason that rivers flow downhill and time moves ever onwards: because the direction of a thing is built into the system by design.

  • @ZorkFox
    @ZorkFox 7 лет назад

    I'd like a link to the specific song that was used for the coloring segments.

  • @lukaswieder6875
    @lukaswieder6875 7 лет назад

    Hey can you guys do a video on TREE(3)? I'd like to learn more about its origins, the TREE function itself, and how much larger it is than Graham's Number because I know its quite a significant gap. Thank you!!

  • @Aurongroove
    @Aurongroove 3 года назад

    Would it be worth much if you could prove - definitively - that this could never blow up toward infinity? Or has that bit already been proven?