The secret π in the Mandelbrot Set

Поділитися
Вставка
  • Опубліковано 5 сер 2022
  • Support me on Patreon! / vcubingx
    Offset your carbon footprint on Wren: www.wren.co/start/vcubingx The first 100 people who sign up will have 10 extra trees planted in their name!
    The mandelbrot set is probably the single most iconic picture in all of math. Yet, somehow, someway, there's always something about this fractal that I find myself scratching my head about. Today, let's look at one of those things :)
    The source code for the animations can be found here:
    github.com/vivek3141/videos, which utilize manim: github.com/3b1b/manim
    Huge thanks to ‪@alfcnz‬, ‪@Bean_Piano‬ for reviewing and helping me with the video!
    You can find my sources here (including the code used to generate the zoom in section, which I did not do myself, and the math behind how the colors are generated): docs.google.com/document/d/1v...
    A portion of this video was sponsored by Wren.
    Music (In order)
    Knowmadic - Faces chll.to/892bc12e
    Philanthrope, mommy - embrace chll.to/7e941f72
    Philanthrope, Idealism - Still chll.to/a110849c
    Jujutsu Kaisen (but its okay if its lofi?)
    Follow me!
    Website: vcubingx.com
    Twitter: / vcubingx
    Github: github.com/vivek3141
    Instagram: / vcubingx
    Patreon: / vcubingx
    The unexpected pi hidden in the Mandelbrot Set
    Some tags: vcubingx, v cubingx, vcubing x, v cubing x, mandelbrot set, pi, fractal,

КОМЕНТАРІ • 81

  • @vcubingx
    @vcubingx  Рік тому +36

    Haven't been in a great headspace lately, sorry this took so long! If you enjoyed it, let me know and please consider subscribing :D

  • @marcosgutman6349
    @marcosgutman6349 Рік тому +107

    lets be honest its not even unexpected at this point, i could find my social security and credit card numbers in the mandelbrot set and it would just be like "huh"

  • @Aleph0
    @Aleph0 Рік тому +29

    beautiful video vivek! the connection to pi was indeed mind-blowing :)

  • @georgenabraham
    @georgenabraham Рік тому

    I really appreciate that you put the source code of the animations.

  • @onebronx
    @onebronx Рік тому +5

    The y=x becoming a tangent/secant line and limiting the process at the touch/intersection point was a nice geometrical reveal to me. So, I guess, for the full complex plane, we should consider a w=z hyperplane in a 4-dimentional complex space C² (with coordinates w and z analogous to y and x in R²), which limits the process when it becomes a tangent/secant to the hyperparabola w = z²+c, and boundaries of the Mandelbrot set are just values of the "offset" parameter "c" when it shifts the parabola so that w=z plane becomes exactly a tangential plane, right?

  • @mathyland4632
    @mathyland4632 Рік тому +19

    Definitely reminds me of 3blue1brown’s videos on block collisions counting digits of pi. This seems a little different cause the digits aren’t exact, and while tan(x) appears, the answer isn’t based on tan x being approximately x for small x like the block collision solution is.

  • @1XxDoubleshotxX1
    @1XxDoubleshotxX1 Рік тому +3

    GOOD WORK! love to see the video learned a lot!!!

  • @user-if3cb3lj1f

    Lovely explanation! Thank you.

  • @user-pt9ri6eu5o
    @user-pt9ri6eu5o Рік тому

    I just wanted to say that the quality of your videos has greatly improved since I last saw your channel. This is a great step up.

  • @vinaymishra5530
    @vinaymishra5530 Рік тому

    Fantastic, love to see your videos. I request you to please make one video also on fixed point techniques.

  • @chonchjohnch
    @chonchjohnch Рік тому +1

    This was fantastic :)

  • @timothygerke6982
    @timothygerke6982 Рік тому

    Cool. Thanks for sharing

  • @Number_Cruncher

    It's nice to find inspirations that go a bit deeper than the math thought in school. I liked the way the ode appeared out of the blue.

  • @johnchessant3012
    @johnchessant3012 Рік тому +2

    that's insanely cool

  • @RickyMud
    @RickyMud Рік тому +1

    I couldn’t of guessed it had to do with the poles of tan that’s so cool

  • @sagarpuri7838
    @sagarpuri7838 Рік тому +3

    π is everywhere.

  • @TheHenrykH
    @TheHenrykH Рік тому +2

    Route 113 music was an exquisite choice sir

  • @johanngambolputty5351
    @johanngambolputty5351 Рік тому

    I don't know about opengl, but I've been playing around with opencl and I seem to be able to get a 1440p frame of an image orbit trap to render fast enough for around 24fps real time on a 6700xt gpu. I only have a basic pyqt script that renders that onto a qt label right now, but its nice to be able to play with image trap boundaries and see an image get warped around the mandelbrot set :) I wanted to also use gl (but not by itself) but it seems cl gl interop requires them to be compiled together :(

  • @merijnbras8901
    @merijnbras8901 Рік тому +2

    Exactly this is what makes math beautiful

  • @upholdjustice372
    @upholdjustice372 Рік тому

    Hello! Just asking a doubt based on the installation of Manim : Can we also do it with the Anaconda Distribution of Python? Thanks!