Butterfly effect in a circle

  Рет қаралды 1,372,456

Alexander Gustafsson

Alexander Gustafsson

2 жыл бұрын

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...

Пікірлер: 693
@animations_ag
@animations_ag 2 жыл бұрын
Full version of the song: kzfaq.info/get/bejne/g7yjnLJ8ucenlKs.html Visuals inspired by @Numberphile, kzfaq.info/get/bejne/bOBkpLWZ1aitqXU.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 Жыл бұрын
Holy shit that's a lotta code
@Dinooo1234
@Dinooo1234 2 ай бұрын
​@@Idiot354 nah
@user-pl5rt1yn4m
@user-pl5rt1yn4m Ай бұрын
0:06 0:07 0:08 0:08 0:08 0:09
@HazhMcMoor
@HazhMcMoor 2 жыл бұрын
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 жыл бұрын
Hello, Thanks for an interesting comment! I made a video closely related to your thoughts: kzfaq.info/get/bejne/ba1knsmHpuDSd3U.html
@Medvedev_Dmitriy
@Medvedev_Dmitriy Жыл бұрын
There is no fractal here
@WanderTheNomad
@WanderTheNomad Жыл бұрын
@@Medvedev_Dmitriy I feel like you didn't read OP's comment properly, nor watch the video linked by the creator
@kotazkozla253
@kotazkozla253 Жыл бұрын
​@@Medvedev_Dmitriy you've made the proposed simulation? Please share. Or share argument that this cannot be fractal.
@koendos3
@koendos3 Жыл бұрын
I feel like you will get a lot of noise
@TheAbsol7448
@TheAbsol7448 2 жыл бұрын
A wallpaper based on this idea that has a random number of balls drop at a random area would be so fun.
@TheAbsol7448
@TheAbsol7448 Жыл бұрын
@@wish-keeper Oh, yeah. True.
@8koi245
@8koi245 Жыл бұрын
@@wish-keeper could be recorder tho
@greensteve9307
@greensteve9307 3 ай бұрын
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 18 күн бұрын
wow 2:14
@saltysunflowersugar7826
@saltysunflowersugar7826 Жыл бұрын
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 Жыл бұрын
i like how everyone is having a sentimental experience when it’s just two circles bouncing around
@triplethinker
@triplethinker Жыл бұрын
@@dwolly4453 I am very hunger
@dwolly4453
@dwolly4453 Жыл бұрын
💀
@leanna5733
@leanna5733 Жыл бұрын
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 Жыл бұрын
Omg yes right?? So strange
@soulsilvia7947
@soulsilvia7947 Жыл бұрын
I love how it's synchronous with the music especially in the 100 balls
@WitchKing-Of-Angmar
@WitchKing-Of-Angmar Жыл бұрын
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 Жыл бұрын
​@@daniellaizekemoe1967synchronous is the correct usage though
@UH-60_Blackhawk
@UH-60_Blackhawk Жыл бұрын
that's 50 men
@k3mx_
@k3mx_ Жыл бұрын
Basically 50 men ok
@frogchair
@frogchair Жыл бұрын
Wow- those 10 seconds after 2:06 is just phenomenal. The whole thing is acting like a wave or something, its gorgeous!!!!❤
@entitree.
@entitree. Жыл бұрын
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 Жыл бұрын
it gives windows screensaver vibes
@luis-sophus-8227
@luis-sophus-8227 Жыл бұрын
and then like fireworks
@studywithauro
@studywithauro 11 ай бұрын
Exactly
@Panda_Gibs
@Panda_Gibs Жыл бұрын
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.
@turolretar
@turolretar Жыл бұрын
I almost laughed uncontrollably when it said “2 balls” on the screen. I might be broken beyond repair
@echo6657
@echo6657 Жыл бұрын
Don't worry pal... I laughed too... I guess we can't be fixed
@random_ness1145
@random_ness1145 Жыл бұрын
same
@dash-orb
@dash-orb Жыл бұрын
Lmao
@theresamaynard660
@theresamaynard660 Ай бұрын
@akahelpwttubers
@akahelpwttubers Ай бұрын
🎺🌚
@andrewanderson4579
@andrewanderson4579 Жыл бұрын
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 Жыл бұрын
2:13 looks like fireworks
@Lotschi
@Lotschi 2 жыл бұрын
2:06 Wow, that‘s so beautiful!
@zeynaviegas5043
@zeynaviegas5043 Жыл бұрын
bruh, thats gay
@Lotschi
@Lotschi Жыл бұрын
@@zeynaviegas5043 i am surprised that some people still use gay as un insult 🙄
@zeynaviegas5043
@zeynaviegas5043 Жыл бұрын
@@Lotschi yeah...
@felizianosole896
@felizianosole896 Жыл бұрын
​@@Lotschi yeah, very gays
@lucassullivan2109
@lucassullivan2109 Жыл бұрын
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 Жыл бұрын
0:53 really hits hard
@Lussimio
@Lussimio 2 жыл бұрын
2:07 *ultimate satisfaction*
@du42bz
@du42bz 2 жыл бұрын
🏳️‍🌈🏳️‍🌈
@monojitchatterjee3185
@monojitchatterjee3185 2 жыл бұрын
This is wonderful! Do know that your content is very much appreciated!
@animations_ag
@animations_ag 2 жыл бұрын
Thanks - very glad to hear that!
@Savieor
@Savieor Жыл бұрын
0:58 Give me them back please.
@yes-ls1rf
@yes-ls1rf Жыл бұрын
lol
@sethmichaelson1612
@sethmichaelson1612 5 ай бұрын
No -👩‍⚕️
@johnchessant3012
@johnchessant3012 Жыл бұрын
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 ай бұрын
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.
@davidmunoz8171
@davidmunoz8171 Жыл бұрын
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.
@ulneic
@ulneic 2 жыл бұрын
Very nice one ! I should not have missed that numberphile video
@window_cleaner420
@window_cleaner420 Жыл бұрын
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
@kaimarmalade9660
@kaimarmalade9660 Жыл бұрын
Beautiful! Not just a great visualization but the music is sensational.
@Nick-B78
@Nick-B78 Жыл бұрын
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 Жыл бұрын
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 Жыл бұрын
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 11 ай бұрын
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 5 ай бұрын
Me too. I thought they were going to affect each other.
@ethanwessel3911
@ethanwessel3911 4 ай бұрын
​@@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?
@Arrobane
@Arrobane 5 ай бұрын
Probably the most visually soothing and beautiful example of temporal chaos I've ever seen.
@AlixL96
@AlixL96 Жыл бұрын
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.
@raphsurvivor
@raphsurvivor Жыл бұрын
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
@pravkdey
@pravkdey Жыл бұрын
So pretty! Pls do more shapes!
@IRanOutOfPhrases
@IRanOutOfPhrases Жыл бұрын
I'm a little confused. What causes them to separate? Are they not truly in the exact same position to start?
@tedkostek100
@tedkostek100 Жыл бұрын
The posted gave the Python code. The balls do not start with literally identical initial positions. There is a small deviation.
@IRanOutOfPhrases
@IRanOutOfPhrases Жыл бұрын
@@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 Жыл бұрын
Was just searching for this
@boo8746
@boo8746 10 ай бұрын
I love how while the 100 balls all take a different path, they still share a bit of synchronization.
@Natrium.S
@Natrium.S Жыл бұрын
2:09 とても綺麗!
@horny_emoji
@horny_emoji Жыл бұрын
It feels like a soft dance . With dancers performing in coordination and seperately
@arcticcrisp8226
@arcticcrisp8226 Жыл бұрын
For a moment there that was incredibly beautiful and I would love to have it as a screensaver
@AdrianBoyko
@AdrianBoyko Жыл бұрын
I see entropy increasing
@thirteeneel
@thirteeneel 2 жыл бұрын
2:12
@morganfern29
@morganfern29 25 күн бұрын
I love when the 100 balls start dropping in the rainbow effect happems. It is so beautiful and colorful.
@Heyjohnyheyjohnyheyhey
@Heyjohnyheyjohnyheyhey Жыл бұрын
0:12 1 ball 1:06 2 balls 2:13 100 balls
@aspwil
@aspwil 2 жыл бұрын
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 жыл бұрын
oh, very interesting thoughts!
@Lussimio
@Lussimio 2 жыл бұрын
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 жыл бұрын
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.
@Widderic
@Widderic Жыл бұрын
The twisting illusion makes it look 3D
@dirge4november84
@dirge4november84 3 ай бұрын
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
@ballisticcranberrypeat7777
@ballisticcranberrypeat7777 Жыл бұрын
Not only is he the former UFC LHW champion, but he’s a heck of a scientist.
@IratusAngelus2032
@IratusAngelus2032 Жыл бұрын
This is such a nice depiction and representation of the butterfly effect
@NuukballPhil
@NuukballPhil 6 ай бұрын
2:12 The fireworks in my backyard during New Year
@aycoded7840
@aycoded7840 Жыл бұрын
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.
@sebbes333
@sebbes333 Жыл бұрын
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.
@gochgo
@gochgo Жыл бұрын
its so bizarre how a 0.0000001 radii difference is so major
@tonyt50
@tonyt50 Жыл бұрын
My man went from fighting Jon Jones to making animations... respect
@KpxUrz5745
@KpxUrz5745 4 ай бұрын
This is just wonderful. One of the most interesting things I've seen in a while.
@santiagodellarosa9405
@santiagodellarosa9405 8 ай бұрын
100 balls looks like a 3d rainbow at first but later it creates a mess
@faccc
@faccc 5 ай бұрын
0:40 this feels like the DVD logo when it perfectly hits the corner
@dtiydr
@dtiydr 5 ай бұрын
Small imperfections are just enhanced.
@elizabethcallan10
@elizabethcallan10 3 ай бұрын
This makes me very happy.
@powewq1748
@powewq1748 Жыл бұрын
given infinite time maybe it will all return to its original position? This video was very pretty thank you for making it! :)
@soumickdas9674
@soumickdas9674 Жыл бұрын
Given infinite time, it will
@Dexuz
@Dexuz Жыл бұрын
It could, but it's probability 0.
@soumickdas9674
@soumickdas9674 Жыл бұрын
@@Dexuz really?
@jeremyalvissutikno7355
@jeremyalvissutikno7355 Жыл бұрын
Yes, maybe. But I think the probability is like bogo sort, which is throwing at random direction
@Pablo360able
@Pablo360able Жыл бұрын
@@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).
@itsoweezee
@itsoweezee 3 ай бұрын
The sequence with two balls made me rethink about my lifechoices
@user-se9vw6hx5p
@user-se9vw6hx5p 4 ай бұрын
綺麗!!
@rubiks6
@rubiks6 Ай бұрын
This is what the molecules look like on top of a freshly poured glass of soda or beer.
@andrewhazlewood4569
@andrewhazlewood4569 Жыл бұрын
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 Жыл бұрын
Correct. The animation is purely theoretical.
@ShadowDancer1000
@ShadowDancer1000 Жыл бұрын
Ahh that makes sense they’re together at the beginning then manually released later
@morganfern29
@morganfern29 2 ай бұрын
When you started doing the 100 ball drop, it kind of looked like fireworks. This is so relaxing. I love this.
@MrFlextor
@MrFlextor 3 ай бұрын
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 Жыл бұрын
Mathematics : shows beautiful patterns Physics: scratches the head why does not the ball loses the energy?😂
@sunneebunnee
@sunneebunnee 6 ай бұрын
The two balls are like two lovers that have a difficult relationship but still try to stick together
@VlanimationTales
@VlanimationTales 6 ай бұрын
The end of the video was visual stimulation for me! ❤
@carlosfreitesmathdialog7363
@carlosfreitesmathdialog7363 Жыл бұрын
Very beautiful and unexpected. What about in a cylinder? Great job. Thank you.
@lordsmobile6032
@lordsmobile6032 2 жыл бұрын
Me:mom isnt it satisfying Mom:RAE U TAKING DRUGS!?
@dwolly4453
@dwolly4453 Жыл бұрын
ive been spiritually touched
@alexmaxwell512
@alexmaxwell512 Жыл бұрын
Like. A perfect demonstration of what dynamical chaos is
@aungnaing8170
@aungnaing8170 Жыл бұрын
2:07 It is the most beautiful thing in the world 🌎
@zoeyshoop888
@zoeyshoop888 4 ай бұрын
The 100 balls one,so satisfying and beautiful
@zoeyshoop888
@zoeyshoop888 4 ай бұрын
Especially the rainbow that shows up on it so beautiful 🤩
@kovacsattila8993
@kovacsattila8993 Жыл бұрын
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.
@Pentagon005875
@Pentagon005875 Жыл бұрын
what i see in tv screens on a tv shop
@copycat500
@copycat500 Жыл бұрын
Proof of how Random Number Generators work
@elijahlay5860
@elijahlay5860 2 жыл бұрын
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 жыл бұрын
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
@ShinySalazzle
@ShinySalazzle 11 ай бұрын
Reminds me of old Algodoo marble races.
@tamirerez2547
@tamirerez2547 Жыл бұрын
I don't know what we can learn from this show, but one thing is for sure: it's 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
@helpiminseverepain4503
@helpiminseverepain4503 Жыл бұрын
I need 10 hours of this
@pikusoldier1232
@pikusoldier1232 Жыл бұрын
Reminds me of Phun/Algodoo marble tracers used in marble races etc
@brightmacsworld8353
@brightmacsworld8353 Жыл бұрын
I love the artwork I love it
@ollibon
@ollibon Жыл бұрын
Someone: *asks something about me* Me: 1:43
@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
@sirgog
@sirgog 2 ай бұрын
This is beautiful. It's like watching a unicorn projectile vomit rainbows.
@MrTrittonHDx
@MrTrittonHDx Жыл бұрын
100 balls version would make a great fireworks show
@Reblwitoutacause
@Reblwitoutacause 4 ай бұрын
To quote Anchorman: "Boy, that escalated quickly!"
@andreslosada559
@andreslosada559 Жыл бұрын
Nothing could’ve prepared me, holy
@user-rf3lr9te9j
@user-rf3lr9te9j 4 ай бұрын
That's really beautiful!
@WhoAsked....
@WhoAsked.... Жыл бұрын
The 2 balls one was an cinematic masterpiece
@blafsen
@blafsen 5 ай бұрын
Someone the simulation combined with the music reminds me of that lines simulation in Workbench 1.3 for Amiga.
@foo_tube
@foo_tube 4 ай бұрын
All of these would make the world's greatest screensaver
@DrawMaQueen
@DrawMaQueen Жыл бұрын
I watched this like how a cat watches lasers. So cool!
@-3NGEL-
@-3NGEL- 5 ай бұрын
2:10 Its so soothing to look at... Twisting and Turning
@massgye8858
@massgye8858 6 ай бұрын
100 balls look like a rain bow
@korigamik
@korigamik Жыл бұрын
This is amazing! Can you share the source code that you used to make this simulation?
@EdgerardVC
@EdgerardVC Жыл бұрын
Ward
@animations_ag
@animations_ag Жыл бұрын
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 Жыл бұрын
@@korigamik I've added a stripped script in the pinned comment now.
@Mu7..
@Mu7.. Жыл бұрын
The definition of all hell breaks loose
@ZaisuRE
@ZaisuRE Жыл бұрын
The conclusion is that no matter what you do, you always end up at the bottom
@keiku208
@keiku208 Жыл бұрын
0:54 got me off guard
@Greentree10
@Greentree10 2 ай бұрын
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
@rebeccawilliams7469
@rebeccawilliams7469 18 күн бұрын
So calming
@stratussol2475
@stratussol2475 4 ай бұрын
And this is why meteorologists can't predict the weather very far in advance. It's mathematically impossible.
@Nulley0
@Nulley0 2 жыл бұрын
I'm seeing 3D when they spread
@user-mk9lf7pn6w
@user-mk9lf7pn6w 5 ай бұрын
IT's so beautiful!
@schadowsshade7870
@schadowsshade7870 4 ай бұрын
This is a piece of art!
@lemonadon6051
@lemonadon6051 Жыл бұрын
100 balls looks like a screensaver
Balls dropped on a double well curve (~ x^4 - x^2)
4:41
Alexander Gustafsson
Рет қаралды 151 М.
5000 balls falling in a circle and a parabola, plus a cute bug
3:02
Alexander Gustafsson
Рет қаралды 467 М.
Pray For Palestine 😢🇵🇸|
00:23
Ak Ultra
Рет қаралды 33 МЛН
$10,000 Every Day You Survive In The Wilderness
26:44
MrBeast
Рет қаралды 50 МЛН
ONE MORE SUBSCRIBER FOR 6 MILLION!
00:38
Horror Skunx
Рет қаралды 14 МЛН
Double pendulum | Chaos | Butterfly effect | Computer simulation
2:16
Think Twice
Рет қаралды 3,9 МЛН
Bouncing Simulations - Guess the song Edition
8:08
CodeCraftedPhysics
Рет қаралды 465 М.
Fractal emerging from chaos in a circle
1:50
Alexander Gustafsson
Рет қаралды 209 М.
butterfly effect - one million double pendulums
1:27
AccentedContent
Рет қаралды 1,7 МЛН
Cube Bouncing BUT Every Bounce It Gets 1% BIGGER and FASTER🌟
3:34
Made You Watch
Рет қаралды 469 М.
Oscilloscope Music Kickstarter (June 2015)
3:03
Jerobeam Fenderson 📟
Рет қаралды 3,1 МЛН
Ellipse-billiard simulation
2:41
Alexander Gustafsson
Рет қаралды 2,6 МЛН
Bouncing simulations that I watch before sleep
8:16
CodeCraftedPhysics
Рет қаралды 978 М.
100-Elimination Marble Race #3
1:29:22
MIKAN
Рет қаралды 3,8 МЛН
Chaos: The Science of the Butterfly Effect
12:51
Veritasium
Рет қаралды 7 МЛН
ПК с Авито за 3000р
0:58
ЖЕЛЕЗНЫЙ КОРОЛЬ
Рет қаралды 1,6 МЛН
Цифровые песочные часы с AliExpress
0:45
#miniphone
0:18
Miniphone
Рет қаралды 11 МЛН
iphone fold ? #spongebob #spongebobsquarepants
0:15
Si pamer 😏
Рет қаралды 283 М.