Butterfly effect in a circle

แชร์
ฝัง
  • เผยแพร่เมื่อ 14 ต.ค. 2021
  • Balls falling under gravity in a circle is another example of a chaotic system, sometimes referred to as the butterfly effect.
    @gpcbass reproduced the absolutely brilliant composition "Jesus bleibet meine Freude", originally made by J S Bach almost 300 years ago. A full version can be found here • Fender Jazz Bass 1962 ... and here • Jesus, bleibet meine F... .
    Further details:
    1. One ball in a circle having radius R
    2. Two balls separated by 0.01*R
    3. 100 balls, each pair being separated by 1e-6*R.
    Done in Python and FFmpeg. SymPy was used to solve some equations.
    Visuals inspired by @Numberphile, • Chaotic Balls (and oth...
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @animations_ag
    @animations_ag  2 ปีที่แล้ว +219

    Full version of the song: th-cam.com/video/MVsiOKTaCdw/w-d-xo.html
    Visuals inspired by @Numberphile, th-cam.com/video/6z4qRhpBIyA/w-d-xo.html
    Stripped Python code below. Create a .py file and paste the code therein. Don't forget to create your "DestDir" folder in same directory. (There are much neater scripts elsewhere on the web on this topic. Analytical solutions in Python are not my strong suit...)
    ***
    import matplotlib.pyplot as plt
    import matplotlib as mpl
    import numpy as N
    from scipy import interpolate
    from sympy import N as symN
    from sympy.solvers import solve
    from sympy import sqrt,atan,sin,cos,Symbol,re,im,diff
    import scipy.linalg as SLA
    def mm(* args):
    tmp=N.dot(args[0],args[1])
    for ii in range(len(args)-2):
    tmp=N.dot(tmp,args[ii+2])
    return tmp
    def myangle(xp1,yp1):
    if xp1xp0:
    ivec[0] = abs(ivec[0])
    ivec[1] = abs(ivec[1])
    rvec = (ivec-mm(2*mm(ivec,nvec),nvec))
    rvec = N.array([float(rvec[0]),float(rvec[1])])
    rvec = rvec/SLA.norm(rvec)
    v0 = v0*rvec
    vx = v0[0]
    vy0 = v0[1]
    x = Symbol('x')
    sol = solve(x**2 + (vy0/vx*(x-xp1)-g/2/vx**2*(x-xp1)**2+yp1)**2 - 1,x)
    for ii in range(len(sol)):
    if abs(re(sol[ii])-xp1)>1e-8 and abs(im(sol[ii]))

    • @Idiot354
      @Idiot354 ปีที่แล้ว +2

      Holy shit that's a lotta code

    • @Dinooo1234
      @Dinooo1234 3 หลายเดือนก่อน +2

      ​@@Idiot354 nah

    • @user-pl5rt1yn4m
      @user-pl5rt1yn4m หลายเดือนก่อน

      0:06 0:07 0:08 0:08 0:08 0:09

  • @HazhMcMoor
    @HazhMcMoor 2 ปีที่แล้ว +2413

    Now like 3blue1brown i imagine if we can color all initial position according to final position after X seconds and see if it's a fractal.

    • @animations_ag
      @animations_ag  2 ปีที่แล้ว +306

      Hello, Thanks for an interesting comment! I made a video closely related to your thoughts: th-cam.com/video/7G4kfVAznGA/w-d-xo.html

    • @Medvedev_Dmitriy
      @Medvedev_Dmitriy ปีที่แล้ว +14

      There is no fractal here

    • @WanderTheNomad
      @WanderTheNomad ปีที่แล้ว +111

      @@Medvedev_Dmitriy I feel like you didn't read OP's comment properly, nor watch the video linked by the creator

    • @kotazkozla253
      @kotazkozla253 ปีที่แล้ว +15

      ​@@Medvedev_Dmitriy you've made the proposed simulation? Please share. Or share argument that this cannot be fractal.

    • @koendos3
      @koendos3 ปีที่แล้ว +1

      I feel like you will get a lot of noise

  • @TheAbsol7448
    @TheAbsol7448 2 ปีที่แล้ว +1061

    A wallpaper based on this idea that has a random number of balls drop at a random area would be so fun.

    • @TheAbsol7448
      @TheAbsol7448 ปีที่แล้ว +22

      @@wish-keeper Oh, yeah. True.

    • @8koi245
      @8koi245 ปีที่แล้ว +4

      @@wish-keeper could be recorder tho

    • @greensteve9307
      @greensteve9307 4 หลายเดือนก่อน +1

      This existed for Linux in 1994.

    • @SterlingRaven37
      @SterlingRaven37 2 หลายเดือนก่อน

      If it was made so that another one is added at each tap, that would be more cool

    • @joeygladice
      @joeygladice หลายเดือนก่อน

      wow 2:14

  • @saltysunflowersugar7826
    @saltysunflowersugar7826 ปีที่แล้ว +1807

    Idk why but the one with the two balls + this choice of music, just feels so serene, like two siblings reminiscing about playing in a field together

    • @dwolly4453
      @dwolly4453 ปีที่แล้ว +126

      i like how everyone is having a sentimental experience when it’s just two circles bouncing around

    • @triplethinker
      @triplethinker ปีที่แล้ว +12

      @@dwolly4453 I am very hunger

    • @dwolly4453
      @dwolly4453 ปีที่แล้ว +7

      💀

    • @leanna5733
      @leanna5733 ปีที่แล้ว +10

      If I was with my younger brother, we wouldn't be playing around like the two balls. We'd argue face to face with NO peace and NO mercy.

    • @maximusthe3
      @maximusthe3 ปีที่แล้ว +3

      Omg yes right?? So strange

  • @soulsilvia7947
    @soulsilvia7947 ปีที่แล้ว +411

    I love how it's synchronous with the music especially in the 100 balls

    • @WitchKing-Of-Angmar
      @WitchKing-Of-Angmar ปีที่แล้ว +14

      That's because so many balls are hitting at so many different intervals that they line up with the music metronome.

    • @daniellaizekemoe1967
      @daniellaizekemoe1967 ปีที่แล้ว

      *synchronises

    • @EstherCassViolet
      @EstherCassViolet ปีที่แล้ว +18

      ​@@daniellaizekemoe1967synchronous is the correct usage though

    • @UH-60_Blackhawk
      @UH-60_Blackhawk ปีที่แล้ว +2

      that's 50 men

    • @k3mx_
      @k3mx_ ปีที่แล้ว +1

      Basically 50 men ok

  • @Panda_Gibs
    @Panda_Gibs ปีที่แล้ว +138

    The last example is a great way to show the domain and range of a function. There's lots of small paths that they can take, but it is all bounded to the semicircular area.

  • @frogchair
    @frogchair ปีที่แล้ว +414

    Wow- those 10 seconds after 2:06 is just phenomenal. The whole thing is acting like a wave or something, its gorgeous!!!!❤

    • @entitree.
      @entitree. ปีที่แล้ว +19

      literally. i gasped. i know it sounds silly but those 10 seconds made me feel really emotional

    • @galaxylogangaming
      @galaxylogangaming ปีที่แล้ว

      Oh my big g

    • @mmelimosss
      @mmelimosss ปีที่แล้ว +6

      it gives windows screensaver vibes

    • @luis-sophus-8227
      @luis-sophus-8227 ปีที่แล้ว +5

      and then like fireworks

    • @studywithauro
      @studywithauro 11 หลายเดือนก่อน

      Exactly

  • @turolretar
    @turolretar ปีที่แล้ว +168

    I almost laughed uncontrollably when it said “2 balls” on the screen. I might be broken beyond repair

  • @andrewanderson4579
    @andrewanderson4579 ปีที่แล้ว +19

    1:26
    Also shows that, even when so much else has changed, they can still end up in the same place, if only for a moment.

  • @crashscreen8200
    @crashscreen8200 ปีที่แล้ว +25

    2:13 looks like fireworks

  • @Lotschi
    @Lotschi 2 ปีที่แล้ว +40

    2:06
    Wow, that‘s so beautiful!

    • @zeynaviegas5043
      @zeynaviegas5043 ปีที่แล้ว +5

      bruh, thats gay

    • @Lotschi
      @Lotschi ปีที่แล้ว +7

      @@zeynaviegas5043 i am surprised that some people still use gay as un insult
      🙄

    • @zeynaviegas5043
      @zeynaviegas5043 ปีที่แล้ว +2

      @@Lotschi yeah...

    • @felizianosole896
      @felizianosole896 ปีที่แล้ว +2

      ​@@Lotschi yeah, very gays

    • @lucassullivan2109
      @lucassullivan2109 ปีที่แล้ว +6

      it is! sadly we as a society butchered the idea of a rainbow and use something naturally beautiful that exemplifies physics in order to push a political agenda. #FeelsBadMan

  • @WarmWarthog
    @WarmWarthog ปีที่แล้ว +10

    0:53 really hits hard

  • @Lussimio
    @Lussimio 2 ปีที่แล้ว +34

    2:07
    *ultimate satisfaction*

    • @du42bz
      @du42bz 2 ปีที่แล้ว +4

      🏳️‍🌈🏳️‍🌈

  • @Savieor
    @Savieor ปีที่แล้ว +8

    0:58 Give me them back please.

  • @ulneic
    @ulneic 2 ปีที่แล้ว +8

    Very nice one ! I should not have missed that numberphile video

  • @kaimarmalade9660
    @kaimarmalade9660 ปีที่แล้ว +14

    Beautiful! Not just a great visualization but the music is sensational.

  • @johnchessant3012
    @johnchessant3012 ปีที่แล้ว +34

    For those wondering, the trajectories of the balls after hitting the circle are calculated by using the fact that the angle of incidence equals the angle of reflection. The angles are measured by taking the tangent lines of the ball's path and the surface at the point of contact. Between bounces the trajectories are parabolic arcs because we are assuming uniform gravity.

    • @sachinnishad4154
      @sachinnishad4154 5 หลายเดือนก่อน +1

      But how does their trajectory changes when their angle of incidence and angle reflection are same in the beginning?

    • @Chedbenno
      @Chedbenno 5 หลายเดือนก่อน

      ​@@sachinnishad4154that was my exact thoughts. If this is a computer simulation every ball should have always taken the same path Everytime.

    • @Antinumeric
      @Antinumeric 4 หลายเดือนก่อน

      @@sachinnishad4154 It's not, they are very very slightly different.

    • @ethanwessel3911
      @ethanwessel3911 4 หลายเดือนก่อน

      But why? They're not in collision with each other, so the entropy of the system should be the same whether you have 1 or 100 no?
      It's like they're in different phase, so it shouldn't matter.

    • @boff117
      @boff117 4 หลายเดือนก่อน

      @@ethanwessel3911 Check the description, they are not all in the same place.

  • @monojitchatterjee3185
    @monojitchatterjee3185 2 ปีที่แล้ว +78

    This is wonderful! Do know that your content is very much appreciated!

    • @animations_ag
      @animations_ag  2 ปีที่แล้ว +6

      Thanks - very glad to hear that!

  • @Nick-B78
    @Nick-B78 ปีที่แล้ว +67

    This is very cool but it’s not what I expected based on my perceived knowledge of the Butterfly Effect. To me, I was expecting the balls to be able to interact with each other causing them to collide and move off in extremely different directions. That was my understanding of the butterfly effect. This is simply creating cool patterns by having the objects start from slightly different points in the beginning

    • @tanookiesgrin9756
      @tanookiesgrin9756 ปีที่แล้ว +11

      That's the point, 1 slight change in the past can alter the future in a drastic way. Let's say in the 2 ball example, white is our time period while red is another where cars weren't invented until a day later, a LOT of things would be different from our reality.

    • @marksanchez7323
      @marksanchez7323 ปีที่แล้ว +16

      Every one of the 100 balls dropped from almost the exact same point in space. And yet the tiniest fluctuations to spread all the balls out by end. That's the effect.

    • @simplyatable
      @simplyatable ปีที่แล้ว

      They all started at almost the same point, but hit the first wall at a slightly different angle because of the curve, which became more and more significant of a difference over time

    • @3glitch9
      @3glitch9 6 หลายเดือนก่อน +1

      Me too. I thought they were going to affect each other.

    • @ethanwessel3911
      @ethanwessel3911 4 หลายเดือนก่อน +2

      ​@@simplyatableI think they did start at the exact same point, so why do they have different paths if their historical trajectories are exactly the same?

  • @window_cleaner420
    @window_cleaner420 ปีที่แล้ว +4

    with the two balls it makes me think its a couple dancing together alone but they are having so much fun. plus with the music it makes it much better

  • @raphsurvivor
    @raphsurvivor ปีที่แล้ว +15

    You're video really inspired me to try this too!
    I love simulations like that!

    • @lsfornells
      @lsfornells ปีที่แล้ว

      He is NOT “video really inspired”. It’s just a simulation

    • @Y_Creator
      @Y_Creator ปีที่แล้ว

      @@lsfornells ???

    • @lsfornells
      @lsfornells ปีที่แล้ว

      @@Y_Creator Exactly. Bad grammar from English only SPEAKER making the comment unintelligible

  • @davidmunoz8171
    @davidmunoz8171 ปีที่แล้ว +22

    100 Balls is what I imagine when I think of any other person also born on November 17th, 1999.
    All having the same experience as a newborn but, as our environment shapes who we become, we have all taken different paths. Some with similar experiences but no two ever the same.
    This is the butterfly effect. Every small decision we've taken, has driven us further apart from some yet closer to others, in a quite mesmerizing way.

  • @Arrobane
    @Arrobane 5 หลายเดือนก่อน +2

    Probably the most visually soothing and beautiful example of temporal chaos I've ever seen.

  • @IRanOutOfPhrases
    @IRanOutOfPhrases ปีที่แล้ว +37

    I'm a little confused. What causes them to separate? Are they not truly in the exact same position to start?

    • @tedkostek100
      @tedkostek100 ปีที่แล้ว +9

      The posted gave the Python code. The balls do not start with literally identical initial positions. There is a small deviation.

    • @IRanOutOfPhrases
      @IRanOutOfPhrases ปีที่แล้ว +15

      @@tedkostek100 I don't know how I missed these notes in the description:
      "2. Two balls separated by 0.01*R
      3. 100 balls, each pair being separated by 1e-6*R."
      But thanks for satisfying my curiosity, haha

    • @meAmin
      @meAmin ปีที่แล้ว +1

      Was just searching for this

  • @arcticcrisp8226
    @arcticcrisp8226 ปีที่แล้ว +5

    For a moment there that was incredibly beautiful and I would love to have it as a screensaver

  • @AlixL96
    @AlixL96 ปีที่แล้ว +4

    there's zomething fascinating about thatr moment at 2:05 where the 100 balls are mostly in sync, traveling in the same direction in the same order, and then just happen to hit a particular angle/segment of the sphere to make all their paths cross and spread out a ton more. they very quickly start to seem random and disorganized. It's like a turning point where order suddenly turns into chaos.

  • @AdrianBoyko
    @AdrianBoyko ปีที่แล้ว +2

    I see entropy increasing

  • @sebbes333
    @sebbes333 ปีที่แล้ว +20

    The Butterfly Effect seams really useful if you eg. want to exhaustively search an entire space, but don't really care about efficiency, or somehow can't optimize the search.

  • @pravkdey
    @pravkdey ปีที่แล้ว

    So pretty! Pls do more shapes!

  • @NuukballPhil
    @NuukballPhil 7 หลายเดือนก่อน +2

    2:12 The fireworks in my backyard during New Year

  • @boo8746
    @boo8746 11 หลายเดือนก่อน +2

    I love how while the 100 balls all take a different path, they still share a bit of synchronization.

  • @tonyt50
    @tonyt50 ปีที่แล้ว +6

    My man went from fighting Jon Jones to making animations... respect

  • @horny_emoji
    @horny_emoji ปีที่แล้ว +2

    It feels like a soft dance . With dancers performing in coordination and seperately

  • @aycoded7840
    @aycoded7840 ปีที่แล้ว +4

    Now imagine if one of these balls were a meteor holding elements capable of kickstarting life on a planet, and a small change alters whether or not it lands on a planet capable of housing life.

  • @ballisticcranberrypeat7777
    @ballisticcranberrypeat7777 ปีที่แล้ว +3

    Not only is he the former UFC LHW champion, but he’s a heck of a scientist.

  • @dirge4november84
    @dirge4november84 4 หลายเดือนก่อน +1

    I imagine this must be how timelines and how one change can completely change the future would be. The ball can bounce slightly different then the other balls even though they all started the same way. Each bounce has is like a choice being made and the chances it bounces one way versus another can highlight how a person has multiple choices in each scenario and this shows how slight changes in “choices” can have a vastly different outcome in the future. Or am I doing to many drugs lmao

  • @faccc
    @faccc 5 หลายเดือนก่อน +1

    0:40 this feels like the DVD logo when it perfectly hits the corner

  • @santiagodellarosa9405
    @santiagodellarosa9405 8 หลายเดือนก่อน +1

    100 balls looks like a 3d rainbow at first but later it creates a mess

  • @IratusAngelus2032
    @IratusAngelus2032 ปีที่แล้ว +1

    This is such a nice depiction and representation of the butterfly effect

  • @Heyjohnyheyjohnyheyhey
    @Heyjohnyheyjohnyheyhey ปีที่แล้ว +4

    0:12 1 ball
    1:06 2 balls
    2:13 100 balls

  • @gochgo
    @gochgo ปีที่แล้ว +4

    its so bizarre how a 0.0000001 radii difference is so major

  • @Natrium.S
    @Natrium.S ปีที่แล้ว +2

    2:09 とても綺麗!

  • @KpxUrz5745
    @KpxUrz5745 5 หลายเดือนก่อน

    This is just wonderful. One of the most interesting things I've seen in a while.

  • @morganfern29
    @morganfern29 หลายเดือนก่อน

    I love when the 100 balls start dropping in the rainbow effect happems. It is so beautiful and colorful.

  • @Widderic
    @Widderic ปีที่แล้ว +3

    The twisting illusion makes it look 3D

  • @daybaek
    @daybaek ปีที่แล้ว +2

    i only clicked on this because your name is alexander gustafsson. why is no one talking about this

    • @animations_ag
      @animations_ag  ปีที่แล้ว

      That has been mentioned "a couple of times" in comment sections of my videos :).

  • @thirteeneel
    @thirteeneel 2 ปีที่แล้ว +5

    2:12

  • @elijahlay5860
    @elijahlay5860 2 ปีที่แล้ว +11

    I thought the 1 ball simulation was taking a while to spread out, I did not know it was just one ball!
    Sorry for bad english

    • @animations_ag
      @animations_ag  2 ปีที่แล้ว +4

      Sorry for the disappointing cliffhanger :). I needed to stretch out the video a bit to cover most of the song. Plus I'm myself embarrassingly entertained by just watching a ball bouncing back and forth.

    • @gameknight.thump1
      @gameknight.thump1 ปีที่แล้ว

      @@animations_ag embarrassingly? No lol it’s normal… XD

  • @elizabethcallan10
    @elizabethcallan10 4 หลายเดือนก่อน +1

    This makes me very happy.

  • @itsoweezee
    @itsoweezee 4 หลายเดือนก่อน

    The sequence with two balls made me rethink about my lifechoices

  • @ShadowDancer1000
    @ShadowDancer1000 ปีที่แล้ว +1

    Ahh that makes sense they’re together at the beginning then manually released later

  • @aspwil
    @aspwil 2 ปีที่แล้ว +25

    I was watching as was just thinking what if you were to graph the distance between the red and white balls. Would it slowly move apart, would it form an interesting pattern?
    Also what would happen if you averaged the coordinates of all the points and drew that? how would it move around as the system evolved? Would it slowly jump around more and more violently? Would it fallow a pattern?

    • @Lotschi
      @Lotschi 2 ปีที่แล้ว +1

      oh, very interesting thoughts!

    • @Lussimio
      @Lussimio 2 ปีที่แล้ว +1

      My guess is that the average will 'slow down' after the start where it follows the path of all of them

    • @animations_ag
      @animations_ag  2 ปีที่แล้ว +7

      Sounds like something to try out :). Regarding your first thought, I suspect that the distance will, on average, increase exponentially like for other chaotic systems.

  • @powewq1748
    @powewq1748 ปีที่แล้ว +11

    given infinite time maybe it will all return to its original position? This video was very pretty thank you for making it! :)

    • @soumickdas9674
      @soumickdas9674 ปีที่แล้ว +8

      Given infinite time, it will

    • @Dexuz
      @Dexuz ปีที่แล้ว +5

      It could, but it's probability 0.

    • @soumickdas9674
      @soumickdas9674 ปีที่แล้ว

      @@Dexuz really?

    • @jeremyalvissutikno7355
      @jeremyalvissutikno7355 ปีที่แล้ว +1

      Yes, maybe. But I think the probability is like bogo sort, which is throwing at random direction

    • @Pablo360able
      @Pablo360able ปีที่แล้ว +6

      @@soumickdas9674 think about the simplified case with no gravity - if the angle the ball makes with the circle is a rational fraction of a circle, then after tracing out a star polygon it will return to its original state, but if the fraction is irrational, it will never complete an integer number of rotations and thus never return to its original state. adding in gravity only makes it harder for the system to perfectly return to an earlier state because there’s more chaos (in the precise mathematical sense).

  • @kovacsattila8993
    @kovacsattila8993 ปีที่แล้ว +1

    Please run it with an additionaly function.
    When two balls separete from a certain distance, seed in an intermediate ball what it's variables interploatly inherit it's parents velocityes an positions.
    This way you will dinamically simulate battlefly effect more accuratly with saving so much calculation, and you will not be limmited by the resoulution what you set at the starting point of the simulation.

  • @carlosfreitesmathdialog7363
    @carlosfreitesmathdialog7363 ปีที่แล้ว +3

    Very beautiful and unexpected. What about in a cylinder? Great job. Thank you.

  • @sirgog
    @sirgog 2 หลายเดือนก่อน

    This is beautiful. It's like watching a unicorn projectile vomit rainbows.

  • @aungnaing8170
    @aungnaing8170 ปีที่แล้ว +1

    2:07
    It is the most beautiful thing in the world 🌎

  • @andrewhazlewood4569
    @andrewhazlewood4569 ปีที่แล้ว +1

    It must be in a vacuum and with 100% elasticity because each ball does not seem to be wasting any energy at all.

    • @animations_ag
      @animations_ag  ปีที่แล้ว +2

      Correct. The animation is purely theoretical.

  • @MrFlextor
    @MrFlextor 4 หลายเดือนก่อน

    I think this is a great way to get an explanation why mathematical simulation for weather or germ spread do not work for long term prediction.
    After a while even some minor influence will take over on some variables, so the prediction rate decreases drastically at a certain point, after this point no model will deliver a result you can relay on!
    It´s getting worse when you raise the amount of variables ( balls in this case ), so the tilting point takes over after few iterations.

  • @Grove-street677
    @Grove-street677 ปีที่แล้ว +3

    Mathematics : shows beautiful patterns
    Physics: scratches the head why does not the ball loses the energy?😂

  • @ShinySalazzle
    @ShinySalazzle 11 หลายเดือนก่อน +2

    Reminds me of old Algodoo marble races.

  • @Pentagon005875
    @Pentagon005875 ปีที่แล้ว +1

    what i see in tv screens on a tv shop

  • @DrawMaQueen
    @DrawMaQueen ปีที่แล้ว +1

    I watched this like how a cat watches lasers. So cool!

  • @sunneebunnee
    @sunneebunnee 7 หลายเดือนก่อน +1

    The two balls are like two lovers that have a difficult relationship but still try to stick together

  • @rubiks6
    @rubiks6 2 หลายเดือนก่อน

    This is what the molecules look like on top of a freshly poured glass of soda or beer.

  • @VlanimationTales
    @VlanimationTales 7 หลายเดือนก่อน +1

    The end of the video was visual stimulation for me! ❤

  • @alexmaxwell512
    @alexmaxwell512 ปีที่แล้ว

    Like. A perfect demonstration of what dynamical chaos is

  • @dogwithheadphones
    @dogwithheadphones ปีที่แล้ว

    The 100 ball reminds me of a national holiday (4th of July, Canada day, Bastille Day, etc) and going outside in the cool summer breeze to see a fireworks show

  • @Reblwitoutacause
    @Reblwitoutacause 5 หลายเดือนก่อน

    To quote Anchorman:
    "Boy, that escalated quickly!"

  • @dtiydr
    @dtiydr 6 หลายเดือนก่อน

    Small imperfections are just enhanced.

  • @lordsmobile6032
    @lordsmobile6032 2 ปีที่แล้ว +2

    Me:mom isnt it satisfying
    Mom:RAE U TAKING DRUGS!?

  • @crinklyonion1410
    @crinklyonion1410 ปีที่แล้ว +1

    This video smells like rubber and the music reminds me of my first childhood fear.

  • @copycat500
    @copycat500 ปีที่แล้ว +1

    Proof of how Random Number Generators work

  • @morganfern29
    @morganfern29 3 หลายเดือนก่อน

    When you started doing the 100 ball drop, it kind of looked like fireworks. This is so relaxing. I love this.

  • @zoeyshoop888
    @zoeyshoop888 5 หลายเดือนก่อน

    The 100 balls one,so satisfying and beautiful

    • @zoeyshoop888
      @zoeyshoop888 5 หลายเดือนก่อน

      Especially the rainbow that shows up on it so beautiful 🤩

  • @FatherPun
    @FatherPun 5 หลายเดือนก่อน

    I feel its symbolic that there will always be ups and downs for everybody, so dont judge your position compared to someone they started from the same place as you

  • @dwolly4453
    @dwolly4453 ปีที่แล้ว +2

    ive been spiritually touched

  • @Greentree10
    @Greentree10 3 หลายเดือนก่อน

    U know what confuses me, when there’s two balls why wouldn’t they just fall in sync when they fall at the same time but when it got to 100 balls it was so mesmerizing for a second

  • @ZaisuRE
    @ZaisuRE ปีที่แล้ว +1

    The conclusion is that no matter what you do, you always end up at the bottom

  • @sanchojulianimallach9155
    @sanchojulianimallach9155 ปีที่แล้ว

    I Wish the Video would Last 5mins more with the 100 balls bouncing everywhere Like a fireworks show

  • @Salen-G
    @Salen-G ปีที่แล้ว +1

    That song brings me all the way back to when I used to watch Baby Einstein
    (Not LITTLE Einstien)

  • @ollibon
    @ollibon ปีที่แล้ว +3

    Someone: *asks something about me*
    Me: 1:43

  • @Nulley0
    @Nulley0 2 ปีที่แล้ว +5

    I'm seeing 3D when they spread

  • @tamirerez2547
    @tamirerez2547 ปีที่แล้ว +17

    I don't know what we can learn from this show, but one thing is for sure: it's beautiful!! ❤️

  • @andreslosada559
    @andreslosada559 ปีที่แล้ว +1

    Nothing could’ve prepared me, holy

  • @MrTrittonHDx
    @MrTrittonHDx ปีที่แล้ว

    100 balls version would make a great fireworks show

  • @Reliciencia888
    @Reliciencia888 ปีที่แล้ว

    Animadores: cuántas bolitas querés en el vídeo
    El youtuber: si

  • @_-Someone-_
    @_-Someone-_ ปีที่แล้ว

    This is the most satisfying video I have ever watched.

  • @stratussol2475
    @stratussol2475 4 หลายเดือนก่อน

    And this is why meteorologists can't predict the weather very far in advance. It's mathematically impossible.

  • @abhirupkundu2778
    @abhirupkundu2778 5 หลายเดือนก่อน

    Note that this effect wont occur if u throw the ball exactly at the bottom of a circle throygh which the velocity vector passes through.

  • @foo_tube
    @foo_tube 5 หลายเดือนก่อน

    All of these would make the world's greatest screensaver

  • @helpiminseverepain4503
    @helpiminseverepain4503 ปีที่แล้ว

    I need 10 hours of this

  • @joseph6270
    @joseph6270 ปีที่แล้ว

    I imagine watching this while high would be tremendously rewarding

  • @Mu7..
    @Mu7.. ปีที่แล้ว

    The definition of all hell breaks loose

  • @keiku208
    @keiku208 ปีที่แล้ว +1

    0:54 got me off guard

  • @brightmacsworld8353
    @brightmacsworld8353 ปีที่แล้ว +1

    I love the artwork I love it

  • @korigamik
    @korigamik ปีที่แล้ว +6

    This is amazing! Can you share the source code that you used to make this simulation?

    • @EdgerardVC
      @EdgerardVC ปีที่แล้ว

      Ward

    • @animations_ag
      @animations_ag  ปีที่แล้ว +3

      Yes, I've had some other comments regarding that. Let me tidy up the script a bit, and then I'll post it in the pinned comment.

    • @korigamik
      @korigamik ปีที่แล้ว

      @@animations_ag yes. That'd be great

    • @animations_ag
      @animations_ag  ปีที่แล้ว +1

      @@korigamik I've added a stripped script in the pinned comment now.

  • @WhoAsked....
    @WhoAsked.... ปีที่แล้ว +1

    The 2 balls one was an cinematic masterpiece

  • @user-se9vw6hx5p
    @user-se9vw6hx5p 5 หลายเดือนก่อน

    綺麗!!

  • @pikusoldier1232
    @pikusoldier1232 ปีที่แล้ว +1

    Reminds me of Phun/Algodoo marble tracers used in marble races etc