Visualizing the Entire Order and Chaos of the Double Pendulum

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ม.ค. 2025

ความคิดเห็น • 198

  • @minewarz
    @minewarz 9 วันที่ผ่านมา +689

    Very curious what this would look like if you use a gradient instead of 4 separate quadrants

    • @OLIVE_MANN
      @OLIVE_MANN 8 วันที่ผ่านมา +24

      Definitely needed

    • @MooImABunny
      @MooImABunny 8 วันที่ผ่านมา +125

      the issue is that you then lose the clear boundaries, and it's a little harder to see the fractal.. it still would probably be a pretty cool visualization though.

    • @NyothanZurc
      @NyothanZurc 8 วันที่ผ่านมา +17

      Im pretty sure someone already made that in a different video

    • @CathodeRayKobold
      @CathodeRayKobold 8 วันที่ผ่านมา +14

      It would just look less defined.

    • @heh_boaner
      @heh_boaner 8 วันที่ผ่านมา +6

      There is significance to the divisions

  • @ahhuhtal
    @ahhuhtal 9 วันที่ผ่านมา +363

    Fascinating. I wonder how much the stability patterns are dependent on the chosen integration method. That is, I'm wondering how much of what we're seeing is the behavior of the differential equation and how much of it is due to the chosen method and error estimate tolerances, or even floating point accuracy.

    • @qzamboni
      @qzamboni 8 วันที่ผ่านมา +31

      I assume the Shadowing Lemma applies to this system, but I could be wrong. The Shadowing Lemma says that every computed orbit stays within some small distance of a true orbit, i.e. small errors don't matter.

    • @shmunkyman33
      @shmunkyman33 8 วันที่ผ่านมา +4

      I was thinking the same thing. I would be interested to see one particular time step compared across multiple different integretion schemes, e.g. what would time step t=2.0 look like with delta-t of 0.1, 0.01, 0.001, etc.

    • @ArthurPierrot
      @ArthurPierrot 8 วันที่ผ่านมา +22

      @@qzamboni The thing here is that according to chaos theory, adding a small error to a step would lead to huge discrepancies down the line so not sure if the Shadowing Lemma would apply here. That said it's the first time I hear of this so I could be wrong.

    • @JPK314
      @JPK314 8 วันที่ผ่านมา +6

      ​@@qzamboniI'm pretty sure the double pendulum doesn't have any hyperbolic invariant sets

    • @TaylorTheOtter
      @TaylorTheOtter 5 วันที่ผ่านมา

      I had the exact same thought

  • @TheBigLou13
    @TheBigLou13 8 วันที่ผ่านมา +222

    In the bottom right corner: Are we seeing here the shape of chaos or the shape of floating point inaccuracy?

    • @FadkinsDiet
      @FadkinsDiet 6 วันที่ผ่านมา +11

      The question is does the Shadowing Lemma apply to this system.

    • @person8064
      @person8064 5 วันที่ผ่านมา +73

      Copying what someone else said, it's probably an island of stability, where nearby pendulums converge into the same shape rather than falling into chaos

    • @tetradigit
      @tetradigit 4 วันที่ผ่านมา +7

      What even is chaos?

    • @sans1331
      @sans1331 3 วันที่ผ่านมา +7

      ugh….this youtuber doesn’t check his comments. i guess we’ll never know for sure.

    • @billpengelly7048
      @billpengelly7048 3 วันที่ผ่านมา +5

      I had the same question. 😀I wonder how this animation would look different with 64 bit floating point math?

  • @Adam-zt4cn
    @Adam-zt4cn 9 วันที่ผ่านมา +200

    I am thinking about ways to "isolate" the central fractal from the surrounding noise.
    Performing computation on the noisy regions is, in a sense, "wasted", since a noisy region never seems to further change from being just white noise.
    In the Mandelbrot set, after each iteration, if the iterated value escapes the unit disk in the complex plane, we can safely discard it, as we know the value of this point will diverge into infinity. Usually corresponding starting point is colored white.
    We could do a similar thing here, and find a range of values for angles and velocities that we know for certain is in the chaotic region, and discard the pendulums that enter that region, then color the corresponding positions white.
    I believe this should eventually filter out ALL (or most) of the noise outside of the main fractal, even outside this filter region, since unstable positions will, by pure chance, "trickle into" the filter region, like water circling into a sink drain.

    • @quantumsoul3495
      @quantumsoul3495 9 วันที่ผ่านมา +1

      Doesn't it all eventually fall into white noise?

    • @Adam-zt4cn
      @Adam-zt4cn 9 วันที่ผ่านมา +36

      @@quantumsoul3495 I don't think so. The small island of stability at x=101°, y=+115° appears to be a basin of a stable attractor, where the pendulums get more and more similar by all approaching the same single limiting cyclic motion, instead of drifting apart in their behavior.
      Even with limited numerical precision of the simulation, they will stay similar, as long as the corrective attraction of the attractor is greater than the floating point errors.

    • @GerhardTreibheit
      @GerhardTreibheit 9 วันที่ผ่านมา +1

      ​@Adam-zt4cn I disagree

    • @goji_crafter
      @goji_crafter 9 วันที่ผ่านมา +4

      i wonder if you could instead use the difference between neighboring pixels, and pixels which are surrounded by other values which are all sufficiently different could be discarded. in this way i think you could also adjust the desired noise amount?
      idk how to express this idea rigorously or even really coherently lol

    • @Adam-zt4cn
      @Adam-zt4cn 9 วันที่ผ่านมา +5

      @@goji_crafter I think that won't quite work for what I intended, which is filtering out the "useless" white noise (useless in the sense that it has no structure).
      Because even in the non-white-noise regions, you can still get quite dense changes in behavior. Such as the central oval, which starts as a fairly stable region and gradually fills up with higher frequency noise from the top-left and bottom-right.
      But notice how it never quite becomes _pure_ white noise, unlike the outside regions. This tells us there's some subtle underlying stable behavior which prevents degradation into white noise.
      Visually, you can see the boundary between the two different kinds of noise, which still shows the outline of the central oval.

  • @MBiscotte
    @MBiscotte 7 วันที่ผ่านมา +11

    It's very cool that some islands of stability appear in some places, like the one you are showing in the bottom right, it's super counterintuitive !

  • @TheNadOby
    @TheNadOby 9 วันที่ผ่านมา +37

    Oh, thank you.
    Immediately shared with whoever is around.
    It is interesting if the island of stability is the same with different pendulum angle"resolutions".

  • @shotaworld
    @shotaworld 9 วันที่ผ่านมา +103

    The 4K version of this video has an average bitrate of 126.6 Mbps! A challenge to Google's VP9 encoder.

    • @WackoMcGoose
      @WackoMcGoose 4 วันที่ผ่านมา +5

      "ow! my bitrate!"

    • @Milaaq302
      @Milaaq302 3 วันที่ผ่านมา +1

      I was going to drop a comment about the encoder not knowing what hit it when the sim starts up :)

    • @nomekop777
      @nomekop777 วันที่ผ่านมา +2

      Thanks for that info, Shota World

  • @galanta3534
    @galanta3534 9 วันที่ผ่านมา +54

    Always wanted to see a visualization like this, good work!

  • @Froggsroxx
    @Froggsroxx 3 วันที่ผ่านมา +4

    All the explanation at the start was excellent and very interesting and then I forgot what everything meant as soon as it started moving 😂

  • @mahditr5023
    @mahditr5023 9 วันที่ผ่านมา +82

    I was looking at this graph and I was wondering why it is not symmetrical around all 4 corners and the answer is because of gravity. And a double pendulum with no gravity is not chaotic. I was wondering how does the transition between no gravity and small and large number of gravity will look like

    • @Rotem_S
      @Rotem_S 3 วันที่ผ่านมา +3

      In this case, changing gravity is equivalent to just changing the timescale of the system, or its length. Want to see what this would look like with stronger gravity and the same lengths? Play it on ×2 speed

    • @mahditr5023
      @mahditr5023 3 วันที่ผ่านมา +1

      @Rotem_S incorrect. It is a non linear differential equation and it wouldn't simply double the speed.

  • @flyguy0765
    @flyguy0765 3 วันที่ผ่านมา +7

    I turned up the resolution of the video on my phone and the TH-cam app crashed

  • @willpenman8892
    @willpenman8892 20 ชั่วโมงที่ผ่านมา +1

    It would be cool to have another plot with a pendulum from a given pixel, so we can see the relative timescale and chaotic nature up close

  • @XDFreakLP
    @XDFreakLP 9 วันที่ผ่านมา +23

    Chaotic processes leave behind fractal structures :D

    • @Bombito_
      @Bombito_ 9 วันที่ผ่านมา +7

      So chaos lives in non-integer dimensions, makes sense

    • @DigitalLife3000
      @DigitalLife3000 3 วันที่ผ่านมา

      @@Bombito_the unknowable becomes more knowable with each passing day

  • @eebamxela
    @eebamxela 8 วันที่ผ่านมา +9

    This is an incredible addition to the collective understanding about Chaos Theory. My god what a visual treat. Your previous one was badass, I’m blown the fuck away by this one. Very well done I really appreciate this kind of thing.

  • @Utesfan100
    @Utesfan100 8 วันที่ผ่านมา +11

    The bulbs of the Mandelbrot converge to periodic orbits. The center region seems to be where the angle is small enough that they swing in unison. I would be curios what the ratio of oscillation period is in the stable region.

  • @cthonianmessiah
    @cthonianmessiah 5 วันที่ผ่านมา +6

    Have to wonder how much of what we're watching is real and how much is an artifact of the floating-point representation being used. The nature of the system means that any finite rounding will tend to dominate the simulation over a relatively short period of time, which suggests that if infinite-precision calculations were possible, the picture that comes out would look quite different to what we're observing.
    What is known about the magnitude of this effect in the context presented here? My math isn't strong enough to have a good intuition beyond the sense that rounding *might* have an outsized impact.

    • @Galinaceo0
      @Galinaceo0 วันที่ผ่านมา +1

      It should be possible to make an "accurate" picture without infinite-precision calculations if you control the error terms well enough. By which i mean that at any given time we can calculate a picture that is as close to the real one as we want (this might fail here because of the imprecisions). it might be very inefficient though.

    • @cthonianmessiah
      @cthonianmessiah วันที่ผ่านมา

      @@Galinaceo0 The problem is that with a chaotic system (basically, any system where the result loops back into itself without diminishing returns), the lack of precision always dominates the output after a certain number of iterations. Any region of the image that doesn't converge to some stable value will always look very different after many iterations, even if the error is 1.0x10^-200 or something else very, very small.
      The question that I can't answer is the amount that this instability would affect the "interesting" parts of the image highlighted in the animation. Would there still be an interestingly-shaped island in a "real" version of this with infinite precision, and would it have a similar shape? No idea but it is interesting to contemplate.

    • @Galinaceo0
      @Galinaceo0 วันที่ผ่านมา

      @@cthonianmessiah That can be fixed by recomputing the whole thing from the beginning with more and more precision each time you want to see more into the future. The problem however is, as i said, that this is extremely inefficient.

    • @cthonianmessiah
      @cthonianmessiah วันที่ผ่านมา

      @@Galinaceo0 Yes, you hit a wall due to nonlinear behavior and no matter how much compute you throw at the simulation, the progress basically stops.
      This is, for example, why weather forecasts stop at 7-10 days even as available compute resources increase exponentially.

    • @Galinaceo0
      @Galinaceo0 วันที่ผ่านมา

      @@cthonianmessiah Well in weather simulation it's actually impossible to measure everything we need to compute it to a given precision. for double pendulums, as long as we got enough memory and time it is always possible to compute.

  • @kshou_nish
    @kshou_nish 9 วันที่ผ่านมา +6

    very cool! would love to see a version of this where the points are colored by the difference between their angles and their neighbors

  • @creativenametxt2960
    @creativenametxt2960 9 วันที่ผ่านมา +36

    I wonder what it would look like if we considered starting positions with initial angular velocity as well. Sure, the space would be 4d, but if we only consider a slice of pendulums with the same total energy we would get a 3d shape. Interesting how trajectories might look there. (Since energy is preserved all of them would lie in the slice.)

  • @fireboss05
    @fireboss05 17 ชั่วโมงที่ผ่านมา

    I believe that if you change the coorsinate system we're gonna see some interesting things too. Like polar coordinates or something like that.
    There's probably a system (maybe projecting on an object ?) where we recognise pattern since it's deterministic.
    Maybe the part you zoomed onto is gonna be round or squared ?
    You did a great job simulating that shit ahah

  • @JR-47
    @JR-47 3 วันที่ผ่านมา +1

    I always wondered what the wavy shapes were as you zoom in and out of pictures of a monitor screen

  • @thewoodpeckers655
    @thewoodpeckers655 8 วันที่ผ่านมา +8

    “Still think there’s nothing to chaos theory?”
    -Half Life 1

  • @Ricocossa1
    @Ricocossa1 7 วันที่ผ่านมา +14

    Interesting how there is a definite boundary between the perturbative regime and the chaotic region where it's just noise.
    You can see the two oscillatory modes in the perturbative region, each with its own frequency. The yellow/green one is the lowest frequency mode, and the red/blue one is so fast it looks purple.
    The low frequency mode looks stable at relatively high amplitudes, which really is surprising to me. And then there is that tiny island where it also happens to be stable.

  • @adcfffffffffffffffff
    @adcfffffffffffffffff 8 วันที่ผ่านมา +8

    Loving it. Is there a mathematical something that describes the stable area?

    • @Ricocossa1
      @Ricocossa1 7 วันที่ผ่านมา +6

      Yes, very close to the center is the perturbative regime where you can study the pendulum quite easily. It turns out there are two modes, one of which oscillates between yellow and green in this color code, and the other oscillates between red and blue.
      The surprising part is how sharp the boundary is between that quasi-stable regime and the chaotic region.
      You do get a Newton fractal, because the four colors must always touch.

    • @rodrigoqteixeira
      @rodrigoqteixeira วันที่ผ่านมา

      ​@@Ricocossa1they don't touch all in the start, why do they start touching?

  • @spinningfish8233
    @spinningfish8233 5 วันที่ผ่านมา +4

    adding damping could be cool. it would start off ordered, then become chaotic and then become ordered again right? ending with a single color

    • @MYNAME_ABC
      @MYNAME_ABC 2 วันที่ผ่านมา

      It would always end with both pendulums pointing down due to simulated gravity.

  • @volcarona8401
    @volcarona8401 7 วันที่ผ่านมา +4

    If each of these frames were to be put together into a 3D shape, would one get four three-dimensional fractals?

  • @etzabo
    @etzabo 7 วันที่ผ่านมา +5

    This video is Taco Bell for compression algorithms.

  • @gabrielanjos8836
    @gabrielanjos8836 2 วันที่ผ่านมา

    Thank you so much for sharing this! What should I learn to make an animation like this of my own?

  • @jamescamacho3403
    @jamescamacho3403 8 วันที่ผ่านมา +3

    I'd recommend looking through Henon & Heiles seminal paper, "The Applicability of the Third Integral of Motion".

  • @CoalOres
    @CoalOres 9 วันที่ผ่านมา +1

    You inspired me to try it myself with that last video and I got a pretty nice result by computing the average absolute central difference (dx_angle1, dy_angle1, dx_angle2, dy_angle2) / 4. Then the chaotic values are bright and the ordered ones are black. I'm also pretty sure it's fractal in nature so you could do a zoom in which might be cool.

    • @yeetusdeletus5062
      @yeetusdeletus5062 8 วันที่ผ่านมา

      Do you have an upload anywhere of the result of that?

  • @suraca8695
    @suraca8695 2 วันที่ผ่านมา

    It would be interesting to see this mapped on a hilbert curve

  • @anthonyrepetto3474
    @anthonyrepetto3474 4 วันที่ผ่านมา

    Gorgeous! Thank you! Your map deserves Mandelbrot-status

  • @MYNAME_ABC
    @MYNAME_ABC 2 วันที่ผ่านมา

    Since there is no friction, the pendulums will move forever. What exaxct state / time are you simulating?

  • @Kebabrulle4869
    @Kebabrulle4869 9 วันที่ผ่านมา +1

    Very cool. I suspect the "stable" part (however one would formalize that) is actually connected at every point in time, maybe even simply connected. Similarly to how the Mandelbrot set is actually simply connected.

    • @FadkinsDiet
      @FadkinsDiet 6 วันที่ผ่านมา

      You just gotta zoom in far enough.

  • @c64cosmin
    @c64cosmin 3 วันที่ผ่านมา

    What if the angle are relative to each other? Right now they are absolute degrees, but I wonder we get better resolving on the stable regions if the angles are different. I wonder how mass impacts this, also, it wouldn't surprise me if there is a Julia/Mandelbrot set embedded somewhere in here

  • @mbe9601
    @mbe9601 8 วันที่ผ่านมา +3

    My youtube aplication crashed after like 20 seconds into the simulation

  • @benchitalad4368
    @benchitalad4368 9 วันที่ผ่านมา +41

    i understand literally nothing in this video but its interesting

    • @carnizrediz8722
      @carnizrediz8722 9 วันที่ผ่านมา

      Me to

    • @NickCombs
      @NickCombs 8 วันที่ผ่านมา +3

      I found it to be really well explained.

    • @UniHorned
      @UniHorned 8 วันที่ผ่านมา +4

      ​@@NickCombs The beginning, sure

    • @NickCombs
      @NickCombs 8 วันที่ผ่านมา +3

      @@UniHorned Yes. Also, the chart shows that within certain ranges of starting positions where both pendulums start with similar angles, they maintain a periodic pattern. Outside of that, their motions become more chaotic.

    • @adrianrubin8435
      @adrianrubin8435 วันที่ผ่านมา +1

      Only comment on this vid I understood

  • @KlaudiusL
    @KlaudiusL 4 วันที่ผ่านมา

    Beautiful, how finals quadrants are the "mix" of colors from the opposites.

  • @OhucYYXuQdai
    @OhucYYXuQdai 4 วันที่ผ่านมา

    fine visualization 👍👍👍

  • @FreakingTacoMan97
    @FreakingTacoMan97 7 วันที่ผ่านมา +4

    It’s a fractal isn’t it? Start the zoom videos.

  • @papipoulpe
    @papipoulpe 8 วันที่ผ่านมา

    Very cool, great job mate

  • @saizen4209
    @saizen4209 3 วันที่ผ่านมา

    There is something about this video, that explains order within chaos, fractals, and other forms in which the Universe is revealing its inner working concretely

  • @paulfoss5385
    @paulfoss5385 8 วันที่ผ่านมา +1

    This would seem to me to be a two dimensional slice of a 4d object which would include the initial velocities of each pendulum, this slice being where the initial velocities are zero. Would it be possible to do this animation for a slice where the combined potential and kinetic energy of each pendulum is the same by adding whatever clockwise velocity is needed to one of the arms (the clockwise velocity can be negative), with the double pendulum that is pointing straight up at the start having zero added velocity?

  • @CaveJohnson376
    @CaveJohnson376 9 วันที่ผ่านมา

    woaaah nifty evolving fractal you've got there

  • @tmlen845
    @tmlen845 7 วันที่ผ่านมา

    would be interesting to see some of the pendulums with starting conditions in that small island of stability. also is the fractal shape accurate, or is it due to bias from the floating point error that accumulates

  • @esspe2
    @esspe2 4 วันที่ผ่านมา

    Seems a subset of the three body problem, with some stable paths and other unstable paths.

  • @Beepogen
    @Beepogen 8 วันที่ผ่านมา +2

    Fractal Lava that is slowly cooling

  • @FoxDog1080
    @FoxDog1080 8 วันที่ผ่านมา

    Very informative, and very long
    Exactly what I need

  • @shigaraja
    @shigaraja 20 ชั่วโมงที่ผ่านมา

    Is there another "island" in the inverse cornoer as well? Due to the nature of the simulation it would be reasonable to assume so.

  • @theguywiththewhiteblanket
    @theguywiththewhiteblanket 4 วันที่ผ่านมา

    cant wait to write a shader for this

  • @farmertree8
    @farmertree8 9 วันที่ผ่านมา +6

    Is this the only island of stability?

    • @IsZomg
      @IsZomg 9 วันที่ผ่านมา +18

      I think I can see several more, look around the bottom near the -30 on the X axis for example

    • @drewscampfire
      @drewscampfire  6 วันที่ผ่านมา +3

      In case you're curious, the biggest one I found is close to the y-axis, between -30 and 0 degrees. Note, though, that every island has a mirrored version due to the nature of the double pendulum, so there are two of them.

    • @sotek2784
      @sotek2784 17 ชั่วโมงที่ผ่านมา +1

      I see two at about 30 degrees x axis, ~145 and ~160 y-axis, I guess that's the mirror of what IsZomg is saying.

  • @stefanbalauca7481
    @stefanbalauca7481 4 วันที่ผ่านมา

    I want to see a simulation of some pendula from that weird island of stability. We should see really stable motion even with small perturbations of initial conditions, but why does this happen, what are the staring angles that do this? I assume it's some form of resonance between the two

  • @revolutiongames2004
    @revolutiongames2004 2 วันที่ผ่านมา

    I wonder about the difference in angle values. Maybe a gradient?

  • @rexROX132
    @rexROX132 วันที่ผ่านมา

    Use inverse kinematics to initialize all the starting positions that would be really cool

  • @kovacsattila8993
    @kovacsattila8993 6 วันที่ผ่านมา

    Very curious what this would look like if you mask out the instability region (the noise) from the stabil region, and how does it crals inward

  • @burrdid
    @burrdid 3 วันที่ผ่านมา

    its so messed up that this is so different yet not the first time I've seen it

  • @tetradigit
    @tetradigit 4 วันที่ผ่านมา

    Did you use 9.81 for g? The fact that g varies so much (when 0.1% makes a big difference) makes this simulation extra difficult I think. Really cool project, good work!

  • @kaltziferYT
    @kaltziferYT 9 วันที่ผ่านมา +1

    Hey! Does the pattern brakes later? What happens, when blue thin waves become less then 1 pendulum?

  • @avz1865
    @avz1865 วันที่ผ่านมา

    I would love to see the behaviour of the pendulum in the isolated stable region

  • @hoseja
    @hoseja 9 วันที่ผ่านมา +1

    I think even more pixels wouldn't be bad.

  • @mattiaballico743
    @mattiaballico743 8 วันที่ผ่านมา

    Wow! Really cool video keep up the good work 😄. I was wondering how were you able to simulate 4 million pendulums? Last time I tried I was only able to simulate 10k pendulums, is your code available on the web? I'm curious to look in to it.

    • @drewscampfire
      @drewscampfire  6 วันที่ผ่านมา +1

      Thank you! Will publish the code alongside the long-form video, which will be coming soon!

  • @alexolas1246
    @alexolas1246 4 วันที่ผ่านมา

    Interesting. What happens if you define the second axis as the second pendulum’s angle relative to the first one, rather than to the absolute reference frame?

  • @NitrogenTheBlackCat
    @NitrogenTheBlackCat 8 วันที่ผ่านมา

    Is it possible to define a fractal by the stability of the double pendulum? Will the "island of stability" approach a final shape or it will just keep shrinking?

  • @modus_ponens
    @modus_ponens 4 วันที่ผ่านมา

    What is happening in that island of stability there? Would be interesting to see what kind of movement it is, and why everyting aroud it is chaotic

    • @modus_ponens
      @modus_ponens 4 วันที่ผ่านมา

      Lol nevermind there was already a video about it on this channel

  • @mathieuaurousseau100
    @mathieuaurousseau100 4 วันที่ผ่านมา

    I'm curious how this fractal compare to the one for time to first flip. The barrier between mess and not mess doesn't appear to be the same as the one between flip and no flip (at least not around theta2=180 and theat1=0)

  • @norik1616
    @norik1616 4 วันที่ผ่านมา

    Have you/someone tried, whether it translates to reality? Eg., whether is that region around 100 deg stable in our univesrse?

  • @rafastaszak5028
    @rafastaszak5028 4 วันที่ผ่านมา

    Could you make this with 65536 colors/quadrants or even more? A friend asks.

  • @LuveelVoom
    @LuveelVoom 2 วันที่ผ่านมา

    youtube video compression’s worst nightmare

  • @silverstonely
    @silverstonely 19 ชั่วโมงที่ผ่านมา

    idea: add a thing that shows the precentage of all pendulums that are each color. example
    66.3 % blue
    21.2%yellow
    41.8%green
    11.1% red
    it would be cool to see how it changes

  • @mariom5307
    @mariom5307 4 ชั่วโมงที่ผ่านมา

    This is with zero friction, correct?

  • @reecec626
    @reecec626 9 วันที่ผ่านมา

    Grooviest beats eva!

  • @elparpo9
    @elparpo9 5 วันที่ผ่านมา

    a battle between chaos and entropy, good VS evil type aah🗣

  • @alessandromagatti4863
    @alessandromagatti4863 9 วันที่ผ่านมา

    can u calculate the magnetic isteresis o a dominion?

  • @JonasSchwabeland
    @JonasSchwabeland 8 วันที่ผ่านมา

    wow it looks like the earth switching its magnet field polarity many times in a timelapse

  • @zeratullotus2790
    @zeratullotus2790 5 วันที่ผ่านมา

    I see that little stability spot and wonder if that is the spot in the multiverse we live in? Lol

  • @hanssondaniel
    @hanssondaniel 9 วันที่ผ่านมา +22

    It's symmetrical. You only have to simulate one half, and then rotate it 180 degrees around the 0,0 point.

    • @mateuszodrzywoek8658
      @mateuszodrzywoek8658 8 วันที่ผ่านมา +2

      it's not symmetrical, it would be if there were just two colors to represent positive and negative difference of angles but this is not that video

    • @trevorrussell7446
      @trevorrussell7446 8 วันที่ผ่านมา +6

      ​@@mateuszodrzywoek8658The point still holds. You could simulate half, rotate 180, and invert the colors

    • @FoxDog1080
      @FoxDog1080 8 วันที่ผ่านมา +1

      That's actually what they did

    • @Original-SplitSM
      @Original-SplitSM วันที่ผ่านมา

      maybe they did that... You wouldn't know😉

  • @timothyrosenvall1496
    @timothyrosenvall1496 4 วันที่ผ่านมา

    Hm…it’s hard to tell in the video, but does the background become static or is the whole background mutating over time?

  • @ZonaNordico
    @ZonaNordico 3 วันที่ผ่านมา

    A imagem parece espelhada em relação à uma reta de 45 graus.

  • @joncooke158
    @joncooke158 8 วันที่ผ่านมา

    I feel something must be wrong with the human perception of math that a two part system would appear this chaotic.

    • @watchm4ker
      @watchm4ker 8 วันที่ผ่านมา

      Nope. The problem is that multiple factors of the system change over time, depending on the state of other factors of the system. As time goes on, the differences compound more and more, pushing the results further and further from its neighbours, until the motion's completely diverged. The exceptions, I assume, are the broad islands of stability where the various changing conditions balance out, and result in a much simpler motion

    • @justinhannan1713
      @justinhannan1713 วันที่ผ่านมา

      The most famous fractal - the Mandelbrot Set - is generated from this simple equation:
      Z' = Z^2 + C
      where Z and C are complex numbers [each having one 'real number' and one 'imaginary number']
      the x-axis is real, y-axis is imaginary
      Z is initialized at 0,0i and C is set to the x,y coordinates of each pixel. if the magnitude of Z' exceeds say 4.0 that pixel has 'escaped' and will go off to infinity and is [not part of/outside] the set. if Z' repeats or cycles between previous values, it is [part of/inside] the set. count how many iterations a pixel goes through before we know if it is inside or outside the set - that count becomes the pixel's color if it's outside. Pixels inside are typically colored black. the actual color chosen for each value of the iteration count is up to the user.
      if you aren't familiar with imaginary numbers or complex numbers here's the short explanation.
      i = the square root of (negative one)
      i * i = -1
      real * real = real
      real * imaginary = imaginary
      imaginary * imaginary = negative real
      Z=(0,0i) C=(2,3i)
      Z' = (0,0i)*(0,0i) + (2,3i)
      Z'' = (2,3i)*(2,3i) + (2,3i) ...
      2*2 - 3*3 //real part of Z''' is -5
      2*3i + 3i*2 //imaginary part is 12i
      the resulting shape has been called the thumbprint of god. Unless you are following a previously explored set of coordinates given to you, if you zoom in for more than a couple of minutes, you are looking at a part of the set that no one has seen before.

    • @justinhannan1713
      @justinhannan1713 วันที่ผ่านมา +1

      oops, forgot to add C for Z''' should be (-3,15i)

  • @CathodeRayKobold
    @CathodeRayKobold 8 วันที่ผ่านมา

    It looks like the side of my mom's car after I ate a package of sweet-tarts on an empty stomach.

  • @nathanroberson
    @nathanroberson 9 วันที่ผ่านมา

    I’m in love.

  • @RonaldoLoyola-v1h
    @RonaldoLoyola-v1h 2 วันที่ผ่านมา

    3:56 purple

  • @Flumphinator
    @Flumphinator 2 วันที่ผ่านมา

    All glory to the hypnotoad.

  • @ThePurpleOwlGod
    @ThePurpleOwlGod วันที่ผ่านมา

    TH-cam compression loves this video lol.

  • @devlinmcguire7543
    @devlinmcguire7543 5 วันที่ผ่านมา

    Tbh i wonder what this would look like in 3 dimensions.

  • @Lukeduke7773
    @Lukeduke7773 ชั่วโมงที่ผ่านมา

    looks just like a meteorological wind chart 🤔

  • @Kechinaem
    @Kechinaem 14 ชั่วโมงที่ผ่านมา

    TH-cam compression final boss

  • @Rhino-Flea
    @Rhino-Flea 4 วันที่ผ่านมา

    use a polar continuous color scheme

  • @stickman_lore_official6928
    @stickman_lore_official6928 3 วันที่ผ่านมา +1

    Mandelbrot:

  • @cubicinfinity2
    @cubicinfinity2 3 วันที่ผ่านมา

    gravity but no friction

  • @Electric_Bagpipes
    @Electric_Bagpipes 2 วันที่ผ่านมา

    YT compression is not liking this

  • @snapo1750
    @snapo1750 9 วันที่ผ่านมา +1

    wow

  • @MattH-wg7ou
    @MattH-wg7ou 2 วันที่ผ่านมา

    Woah!

  • @Boardwoards
    @Boardwoards 9 วันที่ผ่านมา

    close, but no sea gar

  • @Kairon1522
    @Kairon1522 วันที่ผ่านมา +1

    Moire effect...

  • @EngineerNick
    @EngineerNick 9 วันที่ผ่านมา

    very cool :)

  • @chesshead
    @chesshead 8 วันที่ผ่านมา

    I don't know what this is. Have I completed TH-cam?

    • @yxyk-fr
      @yxyk-fr 7 วันที่ผ่านมา

      it only got started : now you'll want to understand the deep meaning of that mathematical wonder.

  • @D2DMysteriesUncovered
    @D2DMysteriesUncovered 3 วันที่ผ่านมา

    😂 I was able to follow until whatever the chaos was.. could anyone explain me what was going on??

  • @mrosskne
    @mrosskne 7 วันที่ผ่านมา

    a physical pendulum has real valued angles, so they can't be enumerated. this isn't all of them.

    • @tomaspecl1082
      @tomaspecl1082 5 วันที่ผ่านมา

      Or do they? Shouldn't they be quantized?

    • @mrosskne
      @mrosskne 5 วันที่ผ่านมา

      @tomaspecl1082 There isn't any should. Pendulums are physical objects, and physical objects are real valued, whether we think they should be or not.

    • @tomaspecl1082
      @tomaspecl1082 5 วันที่ผ่านมา

      @@mrosskne how can we be sure that nature uses real numbers? We can ever measure with so much precision, quantum physics implies that two non comutating variables cannot be measured both with high precision. Real numbers are just an idealization perhaps. In case everything in nature is quantized then even a pendulum will be quantized.

    • @mrosskne
      @mrosskne 4 วันที่ผ่านมา

      Almost all numbers are irrational. That, by itself, is proof.

    • @tomaspecl1082
      @tomaspecl1082 4 วันที่ผ่านมา

      @@mrosskne no that is not a proof that nature has real number values. Maybe nature has only finite decimals of such size that we were not able to find it yet, that is our measurements are not accurate enough to hit that limit so we think there is more digits.

  • @razezxmusic
    @razezxmusic 2 วันที่ผ่านมา

    i only clicked this video because ive never seen this "auto dub" thing and it just keeps saying "heat" in my language???????

  • @yxyk-fr
    @yxyk-fr 7 วันที่ผ่านมา

    Holy........ 😲