The Mandelbrot Set: How it Works, and Why it's Amazing!

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

Комментарии • 2,1 тыс.

  • @shoulders-of-giants
    @shoulders-of-giants 5 лет назад +1169

    Benoit B. Mandelbrot
    the B. stands for
    Benoit B. Mandelbrot

    • @themangleberry8772
      @themangleberry8772 5 лет назад +30

      Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit Benoit ∞ Mandelbrot Mandelbrot

    • @clovest3rz
      @clovest3rz 4 года назад +27

      And that’s the point of Benoit B. Mandelbrot animations
      They are infinite.

    • @oliebolie5064
      @oliebolie5064 4 года назад +52

      The most underrated comment on this entire platform.

    • @bloomsux69
      @bloomsux69 4 года назад +15

      seriously people sleepin on this comment. props to you this is clever as hell

    • @leoirias3506
      @leoirias3506 4 года назад +18

      the man himslef was a fractal

  • @MikeGubisch
    @MikeGubisch 6 лет назад +1935

    This makes me feel like everything is connected and everything is big yet so small

    • @quinxx12
      @quinxx12 6 лет назад +36

      Which is the ultimate truth isnt it?

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

      Dirk Gently would definitely agree!

    • @12DAMDO
      @12DAMDO 6 лет назад

      - Kilo- this comment is why tesla is addicted to the number 369

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

      Is your profile picture a picture of you shirtless smoking that’s not skinny

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

      - Mikeg.lifts - it’s actually acid

  • @fabulo19
    @fabulo19 7 лет назад +1311

    dude you actually made me understand it

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

      why do you say that? Zike

    • @mattco1103
      @mattco1103 5 лет назад +18

      How? I'm even more confused now. This makes no sense

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

      @@mattco1103 same

    • @lucy-wo6bo
      @lucy-wo6bo 5 лет назад

      Not me

    • @emilybri8379
      @emilybri8379 5 лет назад +10

      Fabian Johansson I’m too high to understand

  • @theproplady
    @theproplady 5 лет назад +74

    Actually, the Mandlebrot Set has been nicknamed "The Thumbprint of God". Which shows just how much awe this shape inspires.

    • @Aashley23
      @Aashley23 10 месяцев назад +3

      That’s fascinating

  • @thepolice4063
    @thepolice4063 6 лет назад +567

    How does somebody even come up with something like this.
    I can just imagine a teacher making their student create a copy of this as a punishment.

    • @flightisallright
      @flightisallright 4 года назад +18

      Easy. You just ask Matlab to create a colorcoded plot.

    • @JustinK0
      @JustinK0 4 года назад +13

      c++, done
      #include
      #include
      using namespace std;
      unsigned int maxrows = 100;
      unsigned int maxcols = 200;
      unsigned int maxiterations = 500;
      int main() {
      for (auto row = 0; row < maxrows; row++) {
      for (auto col = 0; col < maxcols; col++) {
      complex z = {0,0};
      complex c = {(float)col*2/maxcols-1.5f,(float)row*2/maxrows-1};
      int iterations = 0;
      while(abs(z) < 2 && iterations < maxiterations) {
      z = pow(z, 2) + c;
      ++iterations;
      }
      if (iterations == maxiterations) {
      cout

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

      @@JustinK0 yes but how is it just infinite, is it just generating constantly or is it something more conplex

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

      @Olivia Leigh Yes, it would be a reward, not a punishment.

    • @pfunk_1535
      @pfunk_1535 3 года назад +2

      The mandelbrot set was discovered as a result of research on the julia sets. The julia sets use the same iterative equation, but c is set to 0 and the set consists of all z where the iteration remains bounded. Interestingly, the julia sets and mandelbrot set, because of their shared foundation, are related; the mandelbrot set is the set of complex points where that z creates a julia set that is one piece. In fact, the mandelbrot set and the julia sets are merely the same fractal, but different projections of that 4 dimensional fractal into the second dimension.

  • @smithologist5272
    @smithologist5272 7 лет назад +1209

    I don't understand why this subject doesn't get more attention. Something strange and very telling is happening here.

    • @drewb.9497
      @drewb.9497 7 лет назад +12

      OpticSmurfable head canon.

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

      It's called math morty might have heard of it 2+2=4

    • @MrCobblestonecreeper
      @MrCobblestonecreeper 6 лет назад +69

      @MarzTek minus 1 is 3 quick maths

    • @____yzzy
      @____yzzy 6 лет назад +10

      A Creator perhaps?

    • @ChrisD-mk5zz
      @ChrisD-mk5zz 6 лет назад +66

      This is the shit I see when I close my eyes on an intense psilocybin trip

  • @undeadOtter
    @undeadOtter 7 лет назад +395

    unfortunately I'm math stupid, but this is awesome as hell. don't understand it, but I don't need to understand to enjoy

    • @Zlaptheentity
      @Zlaptheentity 4 года назад +24

      That’s the key to life right there.
      Don’t try to understand it’s unfathomable complexity. It’s not possible anyways. Just enjoy it :)

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

      @@Zlaptheentity as they say, "ignorance is bliss"

    • @mattco1103
      @mattco1103 4 года назад +2

      @TheGhost How is the equation simple? How did he make that on his computer? Numbers didn't create an image the guy using the computer did! This video makes no sense!

    • @omp199
      @omp199 3 года назад +6

      You can understand it if you work at it! The rules for generating the Mandelbrot set are pretty well explained in this video. However, if you are unfamiliar with complex numbers, you will need to do some more reading about them and then practise doing maths with them.
      There is a small mistake in the video, though. He says that you should colour a point black if the complex number that it represents goes into a loop. He missed the possibility of a complex number not going off to infinity but also never going into a repeating loop. Even if the number does not go into a repeating loop, you should still colour it black, as long as it does not go off to infinity.
      And then you have the Mandelbrot set. :)

    • @alexisrodriguez7127
      @alexisrodriguez7127 2 года назад +3

      @@mattco1103 it is fairly simple to create: iterate over every pixel. for each pixel converte its y value to its complex number equal and for its x values converte that in is complex number equal as well. then While (some number < maxIterations && abs(complex number) < 2.0) then apply the equation z = z^2 +c; based on how big the some number is you assigned that to a rgb value. then after you looped through all the pixels you will have the Mandelbrot

  • @espen990
    @espen990 7 лет назад +3785

    "I see God" well that escalated quickly

    • @j-efaw
      @j-efaw 7 лет назад +12

      Espen Sales how

    • @mw2montage7777
      @mw2montage7777 7 лет назад +197

      I do find this very interesting, I do not believe in a human god... it's preposterous. I think what he means by seeing god in this scenario is seeing creation and life, and things we cannot describe or understand, so we call it god and that is what I agree with. This is my opinion. Great video man!

    • @user-uy8lz8ev2n
      @user-uy8lz8ev2n 7 лет назад +110

      +Ganja Crumbs I agree too. In fact, let's exchange all unknown variables with the word "god" then we won't have to describe or understand anything ever again.

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

      Ganja Crumbs the m

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

      be gone, culture bot!

  • @josem7402
    @josem7402 4 года назад +58

    It’s like I totally understand it
    But I’m completely lost at the same time

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

      Wow. That’s how I feel. I honestly feel like I’ve seen this design when I took DMT. I saw a machine that worked in a way I didn’t think was possible. But now I see that in nature it’s absolutely possible.

  • @Stryker_VR
    @Stryker_VR 5 лет назад +85

    Ever since I first found a video on a Mandelbrot zoom I’ve been fascinated by them. I always wondered how that man could come up with a mathematical equation like that. It makes me wonder...are there others like that? And what if there was an opposite? What would that look like?

    • @kono152
      @kono152 2 года назад +6

      there are many fractals like it, a lot of these recursive equations create fractals in the complex plane

    • @anotherfractalchannel
      @anotherfractalchannel 2 года назад +14

      to answer all of ur questions
      the formula z^2 + c is actually really simple
      there are other fractals, like burning ship, perpendicular mandelbrot & burning ship, tricorn, buffalo, celtic, other stuff (there are infinitely many fractals)
      there is an opposite to the mandelbrot set, the inverse mandelbrot set (z^2 + 1/c)

    • @kvnd7331
      @kvnd7331 Год назад +2

      The equation is simple, he probably came up with that just to figure out the solution and didnt imagine the solution would be so incredible

    • @Diamondsigmaspaceb
      @Diamondsigmaspaceb Год назад +1

      @@anotherfractalchannelisn’t tricorn the opposite of Mandelbrot set’s exponent

  • @kyledilbert6424
    @kyledilbert6424 7 лет назад +1295

    What if the universe is shaped like a Mandelbrot set?
    Has anybody ever thought of that?

    • @gameer1010
      @gameer1010 7 лет назад +301

      Last time i checked, the universe wasn't on a coordinate plane, making this exact setup unlikely.

    • @martinsleis3852
      @martinsleis3852 7 лет назад +174

      I feel like this is my gender now.

    • @blew1t
      @blew1t 6 лет назад +45

      T H R E E D M A N D E L B R O T S E T

    • @quinxx12
      @quinxx12 6 лет назад +49

      Exactly, so we need to find the recursive function/fractal f(x,t) which creates self-aware creatures at f(earth,13billion years)

    • @ALVARO8873
      @ALVARO8873 6 лет назад +10

      @@martinsleis3852 awesome😂

  • @somekindofusername
    @somekindofusername 7 лет назад +214

    I have absolutely no idea how I got here or what this gentleman is talking about

  • @Errortrauma
    @Errortrauma 7 лет назад +523

    I call it acid

    • @Historiasinsomnio
      @Historiasinsomnio 5 лет назад +10

      No way. I'd call ot Salvia or DMT

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

      Nah. Ive been doing lsd + weed since my first time i tried lsd... No matter how hard my trip was I still able to see my friends, to see my sorrounding... I dont see no people on the fractals LOL wich leads me to say salvia instead due to ALL the fractals you see and how you arent able to even walk or talk hahahaha

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

      @@andrewwoods4690 lol in that case yes. But imagine see you reallity mixed and messed(in the best way possible) by fractals then salvia +30x tripp is the way xD

    • @ilovesarah66
      @ilovesarah66 5 лет назад +6

      I call it an argument where no one person leaves being wrong... Let's not forget shrooms guys. ALL of this type stuff is psychedelic in general, and no two people have the same experience with them, everyone knows that.

    • @lampoilropebombs0640
      @lampoilropebombs0640 5 лет назад +3

      Lsd

  • @dannygjk
    @dannygjk 6 лет назад +81

    I experimented with this on my first computer in the early 80's. I saw the idea in Scientific American, (I think), and wrote a small program to crunch the numbers and plot it on the screen. As you can guess it ran damn slowly on an early 80's computer but it looked cool anyway.

    • @leecunningham1710
      @leecunningham1710 Год назад +3

      @dannygjk - we share similar paths. I became obsessed after reading the Scientific American article and wrote a Fortran program to crunch the numbers and paint the pixels on an IBM XT. Took 4 hours to render a single image. Then I realized we had a Cray at Rockwell I could batch the calculations on the backend which took 1 second. Later on, someone developed FRACTINT which ran much faster on PCs by replacing real number calculations with much faster integer-based calculations.

  • @chasnya1497
    @chasnya1497 6 лет назад +276

    If Pythagoras could see this...

    • @Lydiadragonbourne
      @Lydiadragonbourne 5 лет назад +34

      Pythagoras be like: BUT WHERE ARE ZE TRIANGLES!!

    • @ryotanada
      @ryotanada 5 лет назад +2

      Oh, no, they said they are against imaginary numbers, afaik

    • @t0x1cl
      @t0x1cl 5 лет назад +24

      Pythagoras:
      *what the cinnamon toast fuck is this*

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

      Cult v2
      Let's get it!

  • @gazelle1467
    @gazelle1467 7 лет назад +53

    Ok, finding out this is naturally occouring just deflated my brain. Also youre an exellent teacher, keep it up!

  • @shaminoranger8588
    @shaminoranger8588 7 лет назад +8

    I love the way such complexity can emerge from such a simple seed.

  • @leecunningham1710
    @leecunningham1710 7 лет назад +224

    Jimi Eisenstein -- thanks for authoring this excellent presentation. I appreciate how you describe that the Maldelbrot Set is in the complex plane which consists of orthogonal Real and Imaginary axes. Many (most?) videos I've seen gloss over this essential aspect, without which you can't understand how the Z^2+C function behaves, chaotically or otherwise.
    May I suggest a few additional details? I think they may bring even further clarity to this amazing mathematical phenomenon.
    1. You mention that points within the Mandelbrot set such as (0,-1) "loop" between 2 previous values as they are iterated, such that Z5=Z3 and Z6=Z4. I believe that while this holds for a small subset of special cases, most points within the Mandelbrot Set "orbit" and converge towards a single value. For example, with C=(0, 0.63), Z spirals towards (-0.18, 0.46). (I acknowledge this can thought of as "looping"). Readers can setup an Excel spreadsheet to calculate a table of successive values of Z and use a X,Y Scatter chart to visualize this behavior for different values of C.
    2. You described how different colors are used to indicate how fast Z grows. I think it helps to explain how "how fast" is determined and color assigned. After each iteration, the magnitude (square root of the sum of the squares of the Real and Imaginary components) of Z is calculated. Once it exceeds 2, we know the function will diverge (according to mathematical proof). So we note the number of iterations it takes for the magnitude of Z to exceed 2 and assign a color based on the number of iterations. So Blue may indicate those values of C for which it took 23 iterations for Z to exceed 2, Green may indicate the C's for 24 iterations, and so on. Solid bands of the same color indicate the same number of iterations for values of C in that region. The beautifully complex coloring just outside the boundary of the set arise from iterating thousands of times for each value of C in that area and assigning color accordingly. When the lightbulb goes off, you realize that all of the similarly colored points in an intricate filagree all take the same number of iterations to diverge, say 24,103 versus the neighboring points that may take 24,104 iterations. This is an elegant visualization of chaotic mathematical behavior that was difficult to envision before computing power made these numerical methods possible.
    3. One last crazy thing about the Mandelbrot Set -- I believe that all values of C associated with a given number of iterations for Z to diverge are connected contiguously and enclose the Set in a single unbroken band. So if the color Red is only assigned to values of C that cause Z to diverge after 200,000 iterations, then the seemingly infinite regions of Red you find as you browse around are all interconnected in a single band.
    Thanks for indulging me in this long-winded tangent!

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

      Awe! I was just gonna say all that math stuff

    • @kada9781
      @kada9781 6 лет назад +14

      Thx for further information Mr. Kunningham. (feel like im talking to my science professor.

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

      Lee Cunningham you need a hobby

    • @patbak235
      @patbak235 6 лет назад +24

      Daft Genius how about math thats a good hobby

    • @I_AM-MICHAEL
      @I_AM-MICHAEL 6 лет назад +6

      +Lee Cunningham and +Rogue Scholar.....You both seem to have a unique understanding of how this all works, so maybe you can answer a question that I have been wondering about. At the 3:30 mark of this video, another "BLACK" copy of the original comes into view, seemingly from among an area that is ALL color. It happens again at the 3:50 mark. Not sure how to ask this question other than in terms of the "FILL" function on most photo editors. If I was to "FILL" one of those black areas with a different color, would it also fill ALL the other black areas? What I mean to say is, are all black areas connected in some way, even if it's at a resolution where we can't see it? If not, can we understand what is different about these smaller copies, that they would just appear, isolated from the main copy for no obvious reason?
      I'm hoping someone can answer that question, because it's been bothering me since I first learned about the existence of fractals, and I'm definitely not smart enough to figure it out on my own. ….The reason it bothers me, is because I BELIEVE that the singularity at the center of black holes MIGHT behave the same way. I believe all singularities are linked together, even if it's by the tiniest possible pathway. .To be honest, it wouldn't surprise me if they were linked by a pathway that has no PHYSICAL size at all, but I have no idea how a person would go about proving that.

  • @thetoxicbush8073
    @thetoxicbush8073 4 года назад +57

    math teachers be like: WHAT IS THE PERIMETER OF THIS SHAPE

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

      I know that’s a joke, but it’s actually something that can be calculated!

    • @thetoxicbush8073
      @thetoxicbush8073 4 года назад +2

      @@psykoj cant wait to solve that in math class

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

      It's... imaginary.

    • @fruitchewx127
      @fruitchewx127 4 года назад +2

      Well the area is finite and can be estimated but don't bother with the perimeter

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

      @@fruitchewx127 fixed

  • @kapzduke
    @kapzduke 6 лет назад +154

    3:19 And now, we zoom in the *m a n d l e b u t t*

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

      😂😂😂😂 same thought

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

      Mandelbrot is dead, isn't that... wrong? Or did you mean Mandelbrot's Set?

    • @tz233
      @tz233 5 лет назад +3

      It's called a Mandelbutt...

    • @delrasshial7200
      @delrasshial7200 5 лет назад +5

      Mandelboob when

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

      Mandelbutt

  • @Cyranek
    @Cyranek 6 лет назад +809

    mmmmhhhhh recursive sets

  • @mojodaso9461
    @mojodaso9461 5 лет назад +4

    The Mandelbrot Set is like an incredibly complex and that seems so nebulous as to be useless, then it runs over you like a freight train and begins to make sense of the creation. A doctor tried to tell me how a intestine forms in an embryo and he used the term inside out but I couldn't get it. Jimi has done a outstanding job with this presentation. I go back to this when I get turned around or lost.

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

    I loved it! Thanks!! Especially, thanks for spending hundreds of hours of effort and sharing it freely to improve the world's total beauty.

  • @Kristielina
    @Kristielina 6 месяцев назад +1

    Love the visual examples! Thank you ❤

  • @JamesOKeefe-US
    @JamesOKeefe-US 3 года назад +1

    I have watched a half dozen videos explaining this and yours was the best for a super beginner like me. Thank you for doing this!! 👍

  • @streamofawareness
    @streamofawareness 7 лет назад +97

    Say "God" and fedoras go flying. Anyhoo, the explanation in this video was great and I learned something from it. Fractals are awesome. They're in nature, too, like ferns or branches where the leaves repeat smaller and smaller. It's always fun to spot them.

    • @zqxzqxzqx1
      @zqxzqxzqx1 3 года назад +2

      It's been found that forests, themselves, are also fractal. As are structures in our bodies, and where the fractal begins to fail is the beginning of cancer!

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

      @@zqxzqxzqx1 THE SOURCE POLICE, sir, can i check your Sources please?

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

      @@adolfoalba1555 Sure. You have Google, right? Also NOVA.

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

      Humans are fractals as well 🫁

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

    The beauty of the maths, defining the most beautiful piece of art ever known, the "reality"

  • @Limosethe
    @Limosethe 4 года назад +13

    The mathematical explanation for what u see on DMT trips

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

    oh I was finding the media materials like this. I'm so glad to use this video for my presentation. I apreciate you so much.

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

    THANK YOU. You are the first person I have found that explains what dictates the hue of the colour

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

    "Mandelbrot set: how it works and why it's amazing!"
    Why thank you!

  • @TheGodOfBlocks
    @TheGodOfBlocks 4 года назад +57

    1:06 Wow this makes me want to learn complex math
    3:19 Wow this makes me want to take LSD

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

      ahaah this more like makes me want to take DMT

  • @danm2084
    @danm2084 7 лет назад +177

    So that's what it is. I've seen this before and wondered, what's the big deal? Someone made some designs and now he's just zooming endlessly. Sure, must have taken some work, but okay, big deal, you made designs and it's trippy. Little did I know, this has to do with math. Like wtf. This is so weird and seems like it has something to do with the structure of reality itself somehow. Reminds me of strange things like the phibonacci sequence (that has to be spelled wrong).

    • @kambingterhebat
      @kambingterhebat 6 лет назад +2

      Dan M btw its actually Fibonacci sequence

    • @ishwar8119
      @ishwar8119 6 лет назад +5

      Lol phibonacci sequence. it's fibonacci actually, but phi does have smhng to do with the fibonacci sequence.

    • @antoniograciano9981
      @antoniograciano9981 6 лет назад +5

      It has to do with math because it has a infinite perimeter but has finite area

    • @Adraria8
      @Adraria8 5 лет назад +5

      The Mandlebrot set, like our reality, contains a mix of order and chaos, which is required for something like life to evolve.

    • @2jake077
      @2jake077 5 лет назад

      Antonio Graciano would the area of it be irrational since you could never find an exact value?

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

    I love the Mandelbrot set. Truly is inspirational.

  • @joestar6194
    @joestar6194 5 лет назад +2

    " Sometimes there is no reason why " You figured it out, good for you!👏💪

  • @localsymbiosis
    @localsymbiosis 8 лет назад +9

    THIS IS EPIC. THANK YOU!

  • @g.e131
    @g.e131 3 года назад +3

    God is amazing. One day, when we are with Him, we will understand everything. God bless 🙏❤

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

    Now I understand how psychedelics work.
    Not really though

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

    Thank you for explaining how the points are coloured. I've seen lots of videos of M. set but no one explained this.

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

    Idk why I’m watching this since it’s summer break but it’s really cool

  • @squeguinquack2570
    @squeguinquack2570 5 лет назад +10

    3:13 Mr. Stark, I dont feel so good

    • @ShadowDancer1000
      @ShadowDancer1000 9 месяцев назад

      There’s no shot that was 5 years ago

    • @squeguinquack2570
      @squeguinquack2570 9 месяцев назад

      ⁠@@ShadowDancer1000holy shit I was still in high school when I posted this. Time flies

  • @12DAMDO
    @12DAMDO 6 лет назад +4

    3:32 "sometimes there is no reason why" *zooms in and music plays*
    oh shit, mandelbrot is a vaporwave thing
    that explains it aesthetic behavior

  • @mattiefee
    @mattiefee 4 года назад +19

    I always imagined it will eventually zoom into the infinite image of Nelson Mandela eating a bratwurst.

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

    It's almost 1 am and I have work tomorrow morning but I'm just so mesmerized by this.

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

    RUclips recommended a Mandelbrot video and I was going to comment what is it and why do ppl like it and this video was in the related section... PERFECT!

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

    3:32 is what I’ve been trying to say to my friends who constantly ask me why the universe exists

  • @w2385-i2s
    @w2385-i2s 7 лет назад +198

    It's like some Psychedelic drug psychedelic drug

    • @quinxx12
      @quinxx12 6 лет назад +43

      Psychedelics reveal the truth of the universe.

    • @marionmoseby7490
      @marionmoseby7490 6 лет назад +6

      quinxx12 Nah they just fuck u up pretty good

    • @abcxyz-py6uw
      @abcxyz-py6uw 6 лет назад +6

      @@marionmoseby7490 how so? I know plenty of people including myself that can prove you wrong

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

      And then there was Jimmy Two Times, who got that nickname because he said everything twice, like...

    • @nickf6067
      @nickf6067 5 лет назад +4

      @@LyndonNLeeming22 imma go get the papers get the papers

  • @Holobrine
    @Holobrine 7 лет назад +86

    Technically you created part of the image by choice of color scheme.

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

      Good point!

    • @RaulCastillo-so8xs
      @RaulCastillo-so8xs 7 лет назад +18

      Holobrine but he didn't choose where to put them, he just chose colors off the color spectrum

    • @germanrud9904
      @germanrud9904 6 лет назад +28

      Actually he didnt choose the colors, the colors signify an integer value based on how far a number is from the value, each color representing a distance, "hot or cold" from the set

    • @arthurg.machado6803
      @arthurg.machado6803 6 лет назад +8

      @@germanrud9904 but the image would be different if he asigned different Colours to different Numbers.

    • @kristofbaumann8180
      @kristofbaumann8180 6 лет назад +23

      @@arthurg.machado6803 Only the colors, the structure, which is the important part here, wouldn't change by changing the colors.

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

    "Sometimes, there is no reason why" is the best thing I have heard in a long time

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

    The best basic explanation around -kudos to you, my man!

  • @n3lis94
    @n3lis94 7 лет назад +49

    So, if you color every point that makes a loop in the mandelbrot equation black and every point that does not make a loop blue, where do all the other colours come from?

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

      Alabastine I'm really glad this was asked and answered thanks guys.

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

      ruclips.net/video/2JUAojvFpCo/видео.htmlm4s :)

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

      Yea, at first there's only 4 colours, blue, cyan, pink and black, but by the end there's like a whole rainbow in there

    • @Termerpores
      @Termerpores 6 лет назад +10

      is not just blue. he stated that the numbers are colour coded base on *how fast the number grows* , not if it forms a loop or not. for example, a number that increases by 2 is colour coded red, while a number that increases by 0.18287373 is coulored cyan. so is a spectrum of colours

  • @keniaventura6564
    @keniaventura6564 5 лет назад +4

    Wow, Math really is cool !

  • @zorxtom7803
    @zorxtom7803 6 лет назад +10

    "...then we get this shape."
    *MANDELLYBROOT*
    *brain machine broke*
    ps: Whenever i see a video or something of a mandelbrot zooming in, i constantly feel paranoid. If anyone thinks im one weird b0i, im paranoid when i watch that because its like *falling through a void forever.*

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

    Three things: α) AMAZING!
    β) super AMAZING!!
    γ) α+β!!!
    Everlasting journey from nowhere to nowhere. Somewhere in "between" we spend some time in existence. In my humble opinion is better to reconsider the next time we feel sad frustrated or everything with negativity inside, because is such a waste of precious time. By the way, this is a very good presentation of the true structure of cosmos. As we say in Greece, thousands of years now, Αεί ο Θεός ο Μέγας γεωμετρεί (Πλάτων- Plato for π=3.14...^ ), because everything, eventually, "end up" and "start with" numbers.
    Chris from Greece.

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

    I didn't expect that mandelbrot set is a topic of mathematics 🤯🤯🤯

  • @SchweineSchnitzlBallerina
    @SchweineSchnitzlBallerina 5 лет назад +3

    0:54 i find it funny that the expression of megacool is an explosion :)

  • @metamorphony8834
    @metamorphony8834 5 лет назад +5

    Omg why can't they show this in schools it pisses me off !!!

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

      Agreed.
      And yet they also teach you a hypothisis that they claim is scientific law, even though it was debunked before the year 2000. ;)
      Here is a link to a site that barely scratches the surface on what is wrong with the Big Bang.
      In simple text.
      No "Scientific jargon" to make it sound smart.
      And it was done by Atheists, not "religious people"
      science.howstuffworks.com/dictionary/astronomy-terms/big-bang-theory7.htm

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

      @@sparkylongtail309 Nobody calls the Big Bang a "scientific law". It is not a law but a hypothesis. It has not been "debunked". The early history of the universe is not fully understood, but as far as I am aware, all models of the early history of the universe involve a Big Bang of one sort or another. Nobody can come up with a better model that doesn't involve a Big Bang of some sort.

  • @alainish7690
    @alainish7690 7 лет назад +107

    I lost you at real and imaginary

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

      Alanish yeah all you need to know is that a square root of a minus number is imaginary, and anything that isn't a square root of a minus number is real.

    • @artv.9989
      @artv.9989 6 лет назад

      isnt a minus number imaginary itself?

    • @AnhNguyen-gf7yd
      @AnhNguyen-gf7yd 6 лет назад +1

      +Art V. Minus number is not imaginary

    • @arthurg.machado6803
      @arthurg.machado6803 6 лет назад +3

      @@artv.9989 Nope. And imaginary is the worst name ever chosen, because it makes it seem like imaginary Numbers are less valid than 'real' Numbers and they aren't.

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

      All numbers are imaginary. Real numbers are just as abstract as “imaginary” numbers, they are just more intuitive

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

    The clearest explanation in the world!

  • @גרמניתבעברית
    @גרמניתבעברית 6 лет назад +2

    Fantastic!

  • @SoItWouldBe
    @SoItWouldBe 6 лет назад +135

    If people get triggered over the mentioning of god, then we actually might be doing the opposite of becoming an advanced civilization

    • @rupertmurdock3935
      @rupertmurdock3935 6 лет назад +19

      but how the fuck am I supposed to have my guilt-free rape dungeon if god exists huh??? how the fuck am I supposed to do that???? THIS RUINS EVERYTHING
      *tips fedora*

    • @karanlal4112
      @karanlal4112 6 лет назад +8

      SoItWouldBe? Lol in the future nobody is gonna believe in god

    • @industrialfansettolow8313
      @industrialfansettolow8313 6 лет назад +13

      Karan Lal Lol people have been saying that for hundreds of years

    • @TROLGUY999
      @TROLGUY999 6 лет назад +10

      Karan Lal Im an atheist but hol up a sec...just think about this. The big bang theory that states that everything came from nothing is just as ridiculus as saying that a higher power created the universe.

    • @venomous
      @venomous 6 лет назад +5

      maybe people get offended by the mentioning of god because they know how ridiculous the idea of "god" is? lol

  • @OnePoundFisch
    @OnePoundFisch 5 лет назад +8

    There is no way your mind does not blow, if you understand this...

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

      I understand it.
      Math is a logical creation, and consistent with itself.
      It is so simple a small child can understand, but so complex that it baffles the greatest minds of history.

  • @DearDextra
    @DearDextra 7 лет назад +50

    That's why I always say, if there is a God, he/she is great mathematician. Julia and Mandelbot fractals are one of my favorites.

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

      KarmicYogi not only that but a great artist. Think of the sculptures of life he structured, the colors he painted (both seen and unseen) and the symphonies he composed (both heard and unheard). Amazing...

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

      which make think that we are not as important as we think, human have always like to be the center of the universe.

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

      KarmicYogi there is no fucking god 😂 I always laugh at comments like this

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

      Anna Dello i'm sorry did you read the part where it said "if there is a god" this does not say their is or isn't just *if* there is

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

      Anna, prove it.

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

    This is the best video for this topic. I didn’t understand and I frantically took to Google to find the answers but I was dumbstruck. This video cleared it up for me.

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

    this may be one of the best mandlebrot set videos on the interwebs. MEGA COOL

  • @sunny_hydra
    @sunny_hydra 5 лет назад +4

    Almond bread

  • @diggydoodleman3606
    @diggydoodleman3606 6 лет назад +9

    My brain hurts

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

    0:21
    The lack of parenthesis around the -n upset me deeply.

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

    I am not sure what i am looking at, but doubtless its the most beautiful thing i have seen in my life.

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

    Stop it you’re hypnotizing me...THIS THING GOES ON FOREVER AAH

  • @dr.livesey7595
    @dr.livesey7595 5 лет назад +5

    Who needs lsd when you have maths.
    beautiful

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

      Blue J trust me, math on lsd is beautiful, but it is not necessary.

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

      The comments on these sorts of videos seem to be divided between people who appreciate the knowledge and people who take drugs. I suspect that the intersection of that Venn diagram is pretty close to empty.

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

    awesome :) Sad that people fear what they don't understand and will then blame you for it. I like your reference to God. It's an interesting analogy for an incomprehensible concept.

  • @ralfian0234
    @ralfian0234 6 лет назад +6

    3:08 Most people argue about this being an "argument from ignorance" for God, but I'm more worried about you saying "no one designed this" and immediately followed with "God created this." What's up with that?

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

      Alficiro I don’t think he literally meant God. I think he was making an analogy to God because of how complex the whole thing is

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

      Why are you triggered?

  • @postal_the_clown
    @postal_the_clown 10 месяцев назад

    Best quick explainer I've seen so far. But then I'm mathematically reclined.

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

    Underrated video. Very good explanation

  • @___..Blade..___
    @___..Blade..___ 6 лет назад +3

    Recently, i have been seeing in my suggestions about some dude zooming into some kinda image, and I was like"What the hell?" Now i get it....Its much more complicated....😅🤔

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

    Started with maths and ended with god.....

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

    But something did create it so there is a reason why.

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

    That's the tie dye colorful hallucinations you see on hallucinogens. The fingerprint of the source. Beautiful I love it.

  • @SoniaJbrt
    @SoniaJbrt 3 месяца назад

    I love it! It is one of my favorite Mathematical formulas. Why didn't they teach me this in Grade 4? They should teach this in Grade 4 to install a sense of wonder and love for Maths. It's so easy yet so complex in beauty.

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

    my mind exploded because im a 7th grader in algebra and i do not know one single crap of what youre talkimg about

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

      Just keep doing problems. Try doing a single algebra problem per day. Understand functions and their inverses. What is the inverse function of x^2 ?

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

      Same here

  • @juliagrundfast1843
    @juliagrundfast1843 7 лет назад +80

    Proof we live in a simulation haha

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

      Julia XD

    • @-SUM1-
      @-SUM1- 7 лет назад

      What

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

      No. It proofs that there is a creator

    • @thorsten8790
      @thorsten8790 6 лет назад +16

      YYZY how is this proof for a creator?

    • @stonethemason12
      @stonethemason12 6 лет назад +15

      YYZY if we live in a simulation then someone created it.

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

    Math gone too far

  • @saltanatizatbekova1335
    @saltanatizatbekova1335 5 лет назад +2

    it works, amazing

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

    I don't understand most of what he is saying ,but this is truly beautiful

  • @b.o.eactionvideos2345
    @b.o.eactionvideos2345 7 лет назад +6

    Wut

  • @mikikiki
    @mikikiki 6 лет назад +48

    Chill out, God haters. There is nothing wrong with finding and explaining the wonder in Creation.
    Your treatment of science as a religion is dangerous.

    • @guitarraccoon1541
      @guitarraccoon1541 6 лет назад +6

      "God haters" I don't hate god, in fact I believe there _might_ be a possibility of a god, but there's no proof. Like a simulation. I just don't accept god being here because this just has to do with math.

    • @argusy3866
      @argusy3866 6 лет назад +6

      What is wrong is desperately trying to find something where to find "God" cause you just cant find him anywhere. This is just a color coded graph...

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

      How can you hate something that doesn't exist? And humans created math

    • @IanD-ut4dy
      @IanD-ut4dy 6 лет назад +1

      This neither finds nor explains creation.

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

      We created the math, which is just a tool to formally define patterns and logic in nature. Math is a toolkit that allows us to see a lot more about the nature of reality than the naked eye does, and some things seem to work out so seamlessly it's not strange to believe in a concept like god.
      I understand the vision @CMC A holds because I used to used to be a full blown atheist, but there are in fact countless of metaphysical examples that can not be explained through science alone. Some things simply can not be expressed and have to be experienced. Try proving formally that beauty exists. You can't. There are limits to rational thinking, hence why our ancestors used countless of stories in the bible and other writings to make sense out of those things that can not be explained otherwise.

  • @koenderbb5191
    @koenderbb5191 6 лет назад +8

    All of the sudden: 'In this image, I see god.' Uhm... Okay?

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

    Please remind me to watch this again after a few days, we have our calculus exam tomorrow. Thankyou!😁

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

    I remembered what this video said, recited the main points of this during class and put a smile on my teachers frown lined face

  • @istvankertesz3134
    @istvankertesz3134 5 лет назад +3

    mentioning god in a scientific context just shows ignorance

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

      @Matt Eru boom!!.....drop it like it's hot

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

      All science is simply an acknowledgement of what God has created and sustains. And science is constantly changing, whereas God never does.
      God and His Word are infallible, whereas man & his observations are not.

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

    Pfft "atheists"

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

    Friend. I am so greatful for your video inwhich you explained it very good. You covered many holes i had researching this mandelbrot subject. You got me closet to understanding. I only dont understand why : you pick random numbers and if the formula determines that the result is exponential results - then its not in the mandelbrot setup. You rlly explained it veryvery good, thanks. but plz explain it like i am 3 years old. You left some holes in the logic you were following. I rlly rlly rlly want to understand this. You rlly helped me!!

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

    This makes just so much sense! Thank you!!!

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

    Just awesome! Nice video. Thanks.

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

    I was looking for this. So easily explained how that shape is generated. Thank you so much.

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

    Thanks for making this easier to understand! Really enjoyed this video. I see so many designs in creation in this set

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

    The best explanation o I've seen.

  • @NeonAtary777
    @NeonAtary777 11 месяцев назад

    This just gave me chills