Differential equations, a tourist's guide | DE1

An overview of what ODEs are all about
Help fund future projects: / 3blue1brown
An equally valuable form of support is to simply share some of the videos.
Special thanks to these supporters: 3b1b.co/de1thanks
Need to brush up on calculus? • The essence of calculus
Error correction: At 6:27, the upper equation should have g/L instead of L/g.
Steven Strogatz NYT article on the math of love:
opinionator.blogs.nytimes.com...
Interactive visualization of the example from this video, by Ilya Perederiy:
www.expunctis.com/2019/04/04/...
If you're looking for books on this topic, I'd recommend the one by Vladimir Arnold, "Ordinary Differential Equations"
Also, more Strogatz fun, you may enjoy his text "Nonlinear Dynamics And Chaos"
Curious about why it's called a "phase space"? You might enjoy this article:
www.physics.umd.edu/courses/P...
From a response on /r/3blue1brown, here are some interactives based on examples shown in the video:
observablehq.com/@tophtucker/...
observablehq.com/@mbostock/pr...
Thanks to these viewers for their contributions to translations
Hebrew: Omer Tuchfeld
Vietnamese: @ngvutuan2811
------------------
Animations made using manim, a scrappy open source python library. github.com/3b1b/manim
If you want to check it out, I feel compelled to warn you that it's not the most well-documented tool, and has many other quirks you might expect in a library someone wrote with only their own use in mind.
Music by Vincent Rubinetti.
Download the music on Bandcamp:
vincerubinetti.bandcamp.com/a...
Stream the music on Spotify:
open.spotify.com/album/1dVyjw...
If you want to contribute translated subtitles or to help review those that have already been made by others and need approval, you can click the gear icon in the video and go to subtitles/cc, then "add subtitles/cc". I really appreciate those who do this, as it helps make the lessons accessible to more people.
------------------
3blue1brown is a channel about animating math, in all senses of the word animate. And you know the drill with KZread, if you want to stay posted on new videos, subscribe: 3b1b.co/subscribe
Various social media stuffs:
Website: www.3blue1brown.com
Twitter: / 3blue1brown
Reddit: / 3blue1brown
Instagram: / 3blue1brown_animations
Patreon: / 3blue1brown
Facebook: / 3blue1brown

Пікірлер: 3 500

  • @3blue1brown
    @3blue1brown4 жыл бұрын

    Some notes on the intended use of this series. I was deliberate in using the phrase "tour of differential equations", as opposed to "introduction to" or "essence of". I think of the relationship between watching this series and taking a course as being analogous to the relationship between touring a city vs. living in it. You'll certainly see a lot less with the tour since you're spending less time overall, but the goal will be to walk around some of the most noteworthy monuments and town centers with helpful context given to you by a guide. And just as someone who lives in a city may very well have never gone to visit some of the historical sites of their town, despite living there for years, many differential equations students may not always get the chance to zoom out and appreciate the central cornerstones of the subject amidst all the computations they are learning. I hope you enjoy the tour, but at the same time know that it is, by design, very different from taking courses on the subject.

  • @lukewaite9144

    @lukewaite9144

    4 жыл бұрын

    I have just started a course in PDEs, I always find your videos fantastic for intuitive understanding so I look forward to supplementing my course with this series.

  • @aboutmedicine

    @aboutmedicine

    4 жыл бұрын

    I have very little experience with calculus, but am finding this an excellent introduction nonetheless. It's the effort of simplifying the message that is so appreciated for the relative newcomer.

  • @mahmoudomar2922

    @mahmoudomar2922

    4 жыл бұрын

    Where is the rest of the series ??, I hope you continue teaching math in such a spectacular way , thanks a lot

  • @DudeWhoSaysDeez

    @DudeWhoSaysDeez

    4 жыл бұрын

    I am curious though, are you considering doing a more in-depth review of differential equations?

  • @naught_

    @naught_

    4 жыл бұрын

    I'm an undergrad physics student currently taking a class on DEs, and though I'm only a halfway through the class this video still give me quite a few aha! moments based on the material I've learned so far. Great vid as always, you're channel does quite a service to the math community.

  • @zsoltlendvai5864
    @zsoltlendvai58644 жыл бұрын

    ,,To be realistic, let’s add air resistance”. All of my phisics books in my life: we don’t do that here.

  • @mickolesmana5899

    @mickolesmana5899

    3 жыл бұрын

    opening my engineering textbooks. me: ah sh*t, here we go again

  • @marksullivan1173

    @marksullivan1173

    3 жыл бұрын

    Yeah, surprising. Although I think air resistance is actually proportional to the square of theta-dot.

  • @archismandas7760

    @archismandas7760

    3 жыл бұрын

    😂

  • @spoicydeemer985

    @spoicydeemer985

    3 жыл бұрын

    @@marksullivan1173 Depends on the mass and velocity of the particle,

  • @antoanphu272

    @antoanphu272

    3 жыл бұрын

    all textbooks be like: "ASSUMING THAT THIS SYSTEM IS IN A PERFECT VACCUM WITH NO FRICTION"

  • @Alexander_Sannikov
    @Alexander_Sannikov5 жыл бұрын

    I basically solve all kinds of differential equations for living: modelling soft body dynamics, rigid body dynamics, optics, whatever. I just wanted to give an advice to anyone aspiring to learn all this stuff. What they often teach you at school/uni is how to solve these equations analytically : sure, this is sometimes useful. However, in most real applications, it's more productive to be able to write a program to solve them rather than to do that "manually". Even the simplest explicit solver that's literally 2 lines of code, instantly covers 95% of all differential equations, even though its performance and accuracy are not the best. It's kind of a brute force solution. One might even start thinking that "hey, if my computer can just solve all these equations, why even bother studying them?". And the reason is very simple: by applying knowledge of certain types of DE's and by using more advanced solvers, one can increase performance and accuracy of these solvers by orders of magnitude. Which might make a huge difference: physics simulation in your game becomes more stable, your rendering algorithm can run your effects 60fps instead of 5fps, you can render your image in higher resolution on the same hardware, etc. My idea is, don't think of your computer as a replacement for your knowledge. Think of it as of an incredibly powerful tool, that still fully depends on your skill.

  • @DarkLight-hl2do

    @DarkLight-hl2do

    5 жыл бұрын

    It's funny that I see this because one of my professors was literally telling me the same thing 2 weeks ago. He was basically telling my friends and I how understanding the concepts in our circuits 2 class is much more important than just solving the differential equation on paper. He was relating this to the same fact that technology has evolved to the point where computers can solve almost any differential equation much faster than any human and also went onto say that with advancements in AI, we could see even more changes in the engineering field. Then he talked about the importance of creativity and how it's one of the most important traits to be successful in any field.

  • @piman7319

    @piman7319

    5 жыл бұрын

    That's a nice comment; very interesting insights. For me it's sort of an evolutionary addition to the value of the video itself.

  • @cayanaraycaudhuri

    @cayanaraycaudhuri

    5 жыл бұрын

    What resources would you recommend for learning to solve these DEs in a computer program? I am currently enrolled in a atmospheric science program and need all the technical skills I can get by myself, as I can't depend on my professors.

  • @Alexander_Sannikov

    @Alexander_Sannikov

    5 жыл бұрын

    @@cayanaraycaudhuri For me the most important part of finding a good solver(and just learning too) is to have a good framework to test it on. Something visual where properties of your solver have apparent influence on what you're simulating. Crunching abstract numbers is boring, in my opinion and does not give you intuitive understanding of how solver interacts with the system. In my opinion, learn theoretical background from the university course. While doing so, pick any application that's relevant to your field and that you like playing with and just start writing simulation programs. For example, if you're studying atmosphere, you can start with fluid dynamics -- implement any simple 1st order projective Navier-Stokes solver, then go conjugated gradients, then multigrid, etc. Or simulate atmospheric scattering by simple raymarching and then try to improve performance/precision with more advanced methods. Simulating subsurface scattering in cloud rendering works great too. For every narrow enough field (e.g, cloud subsurface scattering) most up-to-date resources are small research papers that you can find find for example on google scholar.

  • @onemillionhits9297

    @onemillionhits9297

    5 жыл бұрын

    Yes. You are absolutely right. I am a student and I love studying fluid flows, vibrations, etc. Most real-world problems require large amounts of calculation that a human being cannot do. it is more efficient to code these equations in a computer and compute the solutions. Sometimes even when you do it on a computer, the simulations take hours or even days. In my case, this is called computational fluid dynamics. It is very essential to have knowledge of programming languages such as Python, C++. The same goes for Matlab.

  • @e2win389
    @e2win389 Жыл бұрын

    I am a math major, and have taken classes in both ODEs and partial differential equations, and I still find my mind being blown at how this field is so important

  • @mayankndasannacharya6292

    @mayankndasannacharya6292

    8 ай бұрын

    Literally same lol

  • @aleksanderboci9059
    @aleksanderboci90593 жыл бұрын

    I understood about 15% of what i saw, but i loved every single second of it. Great work!

  • @shawezonline

    @shawezonline

    Жыл бұрын

    same

  • @alphaleader3450

    @alphaleader3450

    10 ай бұрын

    @@shawezonline ombu

  • @martinskypala8929

    @martinskypala8929

    6 ай бұрын

    I stopped at 4:35 and went to an easier lecture, derivatives may help

  • @riazo4910

    @riazo4910

    4 ай бұрын

    lmao so dumb

  • @chrismarklowitz1001

    @chrismarklowitz1001

    3 ай бұрын

    The derivative is the vector. The path follows the vectors. The vector describes the "state". Which is the velocity and position specifcally for the pendulum problem. If you understand calculus I. Those are the same thing except the vectors are more simple.

  • @nickm1902
    @nickm19025 жыл бұрын

    3B1B making differential equations videos? Two years of optimistic dreams have reached fruition! Thank you so much. The amount your videos help visualise and truly understand concepts is incredible.

  • @user-nf7pr8ls4i

    @user-nf7pr8ls4i

    5 жыл бұрын

    I almost cried. New a season is coming.

  • @roygalaasen

    @roygalaasen

    5 жыл бұрын

    I love the way 3b1b presents the material it goes way and beyond topics other channels are not talking about. If you are interested in diff eq course in a more traditional setting, Professor Leonard’s channel just had a round of differential equations recently. (But I am sure people who subscribe to these kind of channels already are aware.)

  • @oo88oo

    @oo88oo

    5 жыл бұрын

    "I am reaching my final form." - every serial killer in a movie towards the end (True Detective, e.g.), but this is the other side to that dark side

  • @assootoshmotah2350

    @assootoshmotah2350

    5 жыл бұрын

    I am studying differential equations this year😂

  • @DavidLindes

    @DavidLindes

    5 жыл бұрын

    roygalaasen: there will always be new folks who were not aware! Thank you for sharing that!

  • @ColoredScreens
    @ColoredScreens5 жыл бұрын

    I had no idea we could model "playing hard to get" with differential equations, but you did it quite elegantly! Bravo!

  • @HafidzNoorFikri

    @HafidzNoorFikri

    3 жыл бұрын

    I couldn't agree more 👍❤

  • @adityakhanna113

    @adityakhanna113

    3 жыл бұрын

    Yes! Actually, it was originally done by Strogatz. His book has a whole series of exercise where you get to model different relationship dynamics and their results

  • @UsatMVS

    @UsatMVS

    Жыл бұрын

    I still didn't get it. When you add "resistance" in love the spirals tend towards zero, that means both people are super in love with each other or meaning they are totally indifferent to each other?

  • @bismajoyosumarto1237

    @bismajoyosumarto1237

    Жыл бұрын

    @@UsatMVS The origin would imply the exact middle between those two possibilities: they are equally neutral with each other; the amount of love is exactly in the middle between "totally indifferent" and "totally in love".

  • @ivanenev323

    @ivanenev323

    2 ай бұрын

    Yes definitely elegant! I wonder how one would model the fact that "the one who can easily exit the relationship, basically have control over it". :)

  • @HalcyonSerenade
    @HalcyonSerenade3 жыл бұрын

    Most 3B1B videos: - Average viewer: "math is hard" - 3B1B: "Well, look at it like this and it's not so bad." This 3B1B video: - Average viewer: "math is hard" - 3B1B: "yea u rite, but look at it like this anyway"

  • @joshuasusanto4258

    @joshuasusanto4258

    3 жыл бұрын

    ikr haha

  • @tonaxysam

    @tonaxysam

    3 жыл бұрын

    @@randylejeune Sort of... I am a computer scientist student and solving problems is not math; it is an important part, not gonna lie, but building a good and deep understanding to be able to see the patterns that no one else can see because they are not understanding it (just solving problems) is; at least in my opinion; what really maths means. Without exercises you cannot test what you think that you know, neither see those patterns so clearly, so your knowledge is useless; but without deep understanding of the topics; if you cannot see any patterns or connexions, in the modern days, you are as useful as a computer program... or less I would say, because at least a computer can repeat a task 1000 times a second.

  • @ammyvl1

    @ammyvl1

    3 жыл бұрын

    @@randylejeune that's like saying it's not music when you listen to it.

  • @Gameboygenius

    @Gameboygenius

    3 жыл бұрын

    Actually... - Average viewer: "math is hard" - 3B1B: 9:47

  • @ivoryas1696

    @ivoryas1696

    3 күн бұрын

    ​@@ammyvl1 Bro made a... fascinatingly on the nose point 💀

  • @garnetedinger1126
    @garnetedinger11263 жыл бұрын

    I'm taking an engineering course on differential equations and this is super helpful. My teacher gets so caught up in the specifics of methods that it's hard to understand the applications for what each term actually represents. This video is an excellent complement to the course in actually understanding what I'm learning. Keep up the great work!

  • @vk2ig

    @vk2ig

    2 жыл бұрын

    I did my engineering course (given by the Mathematics department) on DEs a long time ago, and all I remember is the phrase "taking the D operator". Where you take it, I can't remember ... out the front of the equation, I believe. Anyway, it was so unrelated to anything we were doing in the rest of the course that sadly, we never used any of it. In fact, our electrical engineering lecturers effectively taught us what DE solving we needed to know using other methods. This led to strange anachronisms such as in 3rd year we were taking a mathematics class for solving the wave equation in two dimensions - on the first day I asked the lecturer if we would be looking at three dimensions, because we were already solving DEs in those situations for electromagnetic wave propagation in waveguides. Looking back on it all, I think we were being taught certain things just so the university administrators could tick an accreditation box somewhere saying "Yes, we've taught them how to solve DEs", but there was little or no thought towards how to teach the subjects in an integrated way (pardon the pun).

  • @gilernt

    @gilernt

    7 ай бұрын

    @@vk2ig I'm only a 2nd year MechE, but I can say that I already see a bit of this kind of thing happening with our degree pathway. Our minds are crammed with the idea of the importance of second and third order derivatives, but our various physics classes are genuinely too afraid to use them. On the flip side, within the first month of my statics course, we've already been expected to know some linear algebra, which for a lot of people is completely unknown at this point, and way later in our pathway.

  • @zachh6868

    @zachh6868

    24 күн бұрын

    Aha! I seem to have found someone else inspired to learn physics due to watching too much Doctor Who

  • @mesharial6676
    @mesharial66765 жыл бұрын

    *just finished an ODE class and I don't wanna look at another DE again in my life* me: oh 3blue1brown video about DE *click*

  • @lukedavis6711

    @lukedavis6711

    5 жыл бұрын

    My ode was way to easy :(

  • @eliasrodriues6614

    @eliasrodriues6614

    5 жыл бұрын

    Read Vladimir Arnold book on ODE will see all geometry into action. So I suggest you to take a compact smooth manifold and let things flow.

  • @yoink6830

    @yoink6830

    5 жыл бұрын

    It's rewind time!

  • @nadie-qm8rq

    @nadie-qm8rq

    5 жыл бұрын

    relatable

  • @zoltankurti

    @zoltankurti

    4 жыл бұрын

    @@eliasrodriues6614 is the manifold simply connected.... to the domain of the functions in question?

  • @1224chrisng
    @1224chrisng5 жыл бұрын

    22:22 "and another equation from... uhh... chemistry" 🤣 i died lol

  • @oldcowbb

    @oldcowbb

    5 жыл бұрын

    typical physics/math guys reaction to chemistry lol

  • @dekrain

    @dekrain

    5 жыл бұрын

    @@oldcowbb *reaction*

  • @user-cn1tp5vp4d

    @user-cn1tp5vp4d

    5 жыл бұрын

    But, I mean, he is ...uhh... kind of right

  • @Hecatonicosachoron

    @Hecatonicosachoron

    5 жыл бұрын

    It is the system for a particular chemical reaction. Somewhat idealised of course. It is the simplest class of oscillating reactions (although this particular one doen't have a counterpart in reality, but it illustrates the general principle). See e.g. the Belushov-Zhabotinsky reaction.

  • @randomdude9135

    @randomdude9135

    5 жыл бұрын

    Didn't k a dead person can comment ! Just saw Ted talk's Mary Roach vid. I guess it's similar to the Lazarus reflex 😂

  • @amrrelsheikh
    @amrrelsheikh Жыл бұрын

    I'm speechless about the beauty of this video. I want to become a mathematician now.

  • @riazo4910

    @riazo4910

    4 ай бұрын

    dont do it lil bro

  • @evadeecho

    @evadeecho

    3 ай бұрын

    bro i just see you in the comments acting like u all that like kid shut up 💀 @@riazo4910

  • @tielessin
    @tielessin3 жыл бұрын

    *A couple goes to a consultation Couple: "So it's always going up and down in our relationship" Grant: "How familiar are you with differential equations?" 21:01

  • @jorgegutierrez3782
    @jorgegutierrez37825 жыл бұрын

    Grant, I doubt you will read this (I know from your Numberphile interview that you don’t read these so much anymore), but you are just an amazing presence in my life. You are a teacher to me of the highest caliber but most importantly, you awakened a love of math and physics in me. You are part of the reason why I am getting through college and why I decided to do Applied Math and Computer Science. God bless you and in everything you will do in the future. You are a master of your craft.

  • @roygalaasen

    @roygalaasen

    5 жыл бұрын

    At least you got a heart! 😄 We all agree.

  • @roygalaasen

    @roygalaasen

    5 жыл бұрын

    MATH Genius don’t let that bring you down. Math is a subject that needs to mature over time. And while you may always struggle with the subject, you will have moments of enlightenments that brings you forward. Small things like realising that no physical representation of things is ever exact. Perfect circles only exists as ideas, or mathematical objects, that no perfect circle has ever been actually observed by any living person anywhere in this universe. Infinity does not exist either, for the same reason. Infinite precision or size or anything at all are only possible as ideas. Take PI as an example. It is a transcendental number. This basically means that no one has actually been able to see the whole number PI. It goes on an on forever, with no (known) way of predicting the next number in the sequence of numbers. As soon as you say to yourself that you found enough digits of PI, you just literally cut off PI at som finite precision. And now we are back at the fact that there are no perfect real world objects of anything. Just ideas and math.

  • @roygalaasen

    @roygalaasen

    5 жыл бұрын

    ... and you probably heard that 0.999999... forever essentially is the same as 1? That 0.99999... = 1. 0.99999... exists only as an idea. As soon as you have a physical representation of the number 0.9999... means you cut it off at some point, making it finite contrary to infinite. If you actually think through all the number 9’s all the way to the end, well you can’t, because it never ends. So the only thing you can say about the number is that the more nines you add to the end, the closer and closer it goes towards 1, that in the border or transition to “infinity” you realise that you can’t put any numbers between 1 and 0.9999... neither can you distinguish the numbers from each other. They are really the same number.

  • @carbon4183

    @carbon4183

    5 жыл бұрын

    @@randomdude9135 MYD is focused on using a cool trick or perception to make the problem easier, so you do "less math" if that's what you wanna call it. Numberphile (through my experience) introduces a concept or question, and presents it iin a cool way. Or just general math news, information or topics. Their problem videos are sort of like MYD... or just cool proofs (Idk anymore I don't follow Numberphile that much). 3B1B is meant to create a more deeper and truer understanding of math. I know that sinking feeling of frustration where you just can't get it, but the other dude answered my points. My biggest advice for 3B1B is simple. PAUSE. At 3:08 for example, simply pause, think it through and continue. This WILL take time, but you have to pause to understand Grant's intuition, rather than seeing it as a math virtuoso sharing his stuff with other math virtuosos. At 3:08, I'm assuming you don't understand how the derivative graphs check out. It's actually simple (see what I mean? PAUSE). So the first function (the blue one) is the function describing the ball trajectory. Like, the function (call it f) that when you apply it against time, gives the trajectory of the ball. Now, you might be confused why its derivative is a straight line (I'm assuming you know derivative roughly relates to slopes/gradients). If you think about it, that downward line is showing the VERTICAL VELOCITY of the ball. When the ball is thrown, its upward velocity decreases. Why? Because gravity is constantly reducing how fast it goes up (because gravity) pulls down. Now, per unit time, gravitational acceleration (or deceleration) on earth actually stays constant. It's not like at this time you are pulled hard to the ground but at other times you can float. That doesn't happen. So, for the red line, it actually makes sense that it is linear. How fast you are going up will slow down by some force, g (the gravitational attraction). G doesn't change, so it makes sense that the amount the graph is going down (upward velocity) ALSO doesn't change Now, if the slope of the red line is the same, the YELLOW line (that measures the slope of the red line) will be flat. Like, the slope of the red line doesn't change, and what happens when you have a line graph of a value that stays the same? That line will be flat (draw one in WolframAlpha or something to check if you want) So, the yellow line is flat! As for the length, that is a tradeoff for getting a good understanding

  • @carbon4183

    @carbon4183

    5 жыл бұрын

    @@randomdude9135 No Problem. Try googling more youtube channelsbbthat approach math visually. Easiest way is to go to the 3B1B channel page and on the bar that says Videos, Playlists, Community, etc. Go to the Channels tab and just subscrible to all of them. Solved.

  • @MyTBrain
    @MyTBrain5 жыл бұрын

    Your positive influence on this world is so damn high. Major karma points to you!

  • @handsome_man69

    @handsome_man69

    4 жыл бұрын

    he doesn't give a damn about my bad case of hemorrhoids though...

  • @BenjaminFife

    @BenjaminFife

    4 жыл бұрын

    I so so agree

  • @maicee7603

    @maicee7603

    4 жыл бұрын

    [Everyone likes that]

  • @stgo_g

    @stgo_g

    4 жыл бұрын

    You could say he quickly converges to a stable point of illumination

  • @facitenonvictimarum174

    @facitenonvictimarum174

    3 жыл бұрын

    His influence on this world is almost NON-EXISTENT.

  • @biblicallyaccurateangel2476
    @biblicallyaccurateangel24762 жыл бұрын

    i honestly understand none of this as a freshman in highschool, but i put 3blue1brown videos on while working on essays because it helps me get into the writing mood, and its so relaxing. i love this dude’s vibe, it’s so chill and you can tell he really loves making these videos.

  • @miguelangelromerorodriguez490
    @miguelangelromerorodriguez4904 жыл бұрын

    I've been scared of differential equations in college. After watching your video and the way you've made the connections between models and ways to represent and understand them, I felt my eyes water a little bit with joy. Now I am super interested in this particular field of Math. Thanks for the inspiration and beautiful way to describe such complex and intimidating concepts.

  • @3blue1brown
    @3blue1brown5 жыл бұрын

    Chapter 2 will be a look at PDEs, focused mainly on solving the heat equation with Fourier series. Stay tuned! It should hopefully come this week. Edit: Ha! How bad I am at time estimates. But it's here now! kzread.info/dash/bejne/nq1otZKomZa_qps.html

  • @ThePaulahoo1

    @ThePaulahoo1

    5 жыл бұрын

    Awesome!! I can't wait!!

  • @grekiki

    @grekiki

    5 жыл бұрын

    Nice!

  • @alin_ilies

    @alin_ilies

    5 жыл бұрын

    All your series, videos have a base in your previous videos. Good long therm thinking!

  • @racimeexe9868

    @racimeexe9868

    5 жыл бұрын

    Dammn that's also some dope cheat code

  • @amritkshetri5528

    @amritkshetri5528

    5 жыл бұрын

    please make a vieo on finite element method and on weighted residual also

  • @erikziak1249
    @erikziak12494 жыл бұрын

    There should be a Nobel prize for KZread videos and this channel should be the first one to win it!

  • @SadmanAhmedShanto

    @SadmanAhmedShanto

    4 жыл бұрын

    AGREED!

  • @ArpanD

    @ArpanD

    4 жыл бұрын

    This channel, along with DrPhysicsA and Physics videos by Eugene Khutoryansky - these 3 channels should win the Nobel Prize for Creative KZread Videos

  • @Umenemo

    @Umenemo

    4 жыл бұрын

    I see what your intention is, but you should remember that the Nobel prize is awarded for new (and revolutionary) discoveries in a given science (physics, math, medicine, etc.). An educational video can't exactly be called a breakthrough in science, can it? (Considering there is no Nobel prize in teaching/pedagogy). This would require a whole other 'reward' for the field. Again I know you mean well, I just don't want people slapping a Nobel prize on things that are only distantly related to what the prize actually entails.

  • @najmussaqib7542

    @najmussaqib7542

    4 жыл бұрын

    @@Umenemo Bro he was taking figuratively...

  • @technoultimategaming2999

    @technoultimategaming2999

    4 жыл бұрын

    or Vsauce but I would vote for 3B1B because his presentations are amazing

  • @laurabarbara2001
    @laurabarbara2001 Жыл бұрын

    I wish I'd seen this video before I did my my computational physics project on applying the Runge-Kutta method to investigate a forced damped pendulum's motion - your depiction of the phase space (yes I'm a physicist and I'm calling it phase space) using a vector field was so beautifully done and explained. This channel has been getting me through so many of the tough parts of my degree since 1st year. Truly one of the best channels around!

  • @keithwins
    @keithwins4 жыл бұрын

    I can hardly watch your videos because I want to stop every minute or two and write a long screed thanking you, or contact everyone I've ever met and demand they watch them. Just amazing, over and over. I do wish these had been available 35 years ago when I was a physics undergrad, it would have been a very different experience.

  • @zelllers
    @zelllers5 жыл бұрын

    THIS IS THE BEST SUNDAY IVE HAD IN WEEKS. Every single teacher I've ever had in my life has failed to make me excited about math (except for one of my physics teachers, but I think that was more because I was seeing math applied for the first time than anything). YOU have made me more excited about learning these abstract ways of thinking than anyone else in the entire world. Thank you

  • @englemanart

    @englemanart

    5 жыл бұрын

    Math is beautiful! Too many people who teach it lack the imagination to show its aesthetic appeal. Dig deep and enjoy.

  • @yoink6830
    @yoink68305 жыл бұрын

    *T H E Y `R E R E A L L Y F R E A K I N G H A R D T O S O L V E* had me laughing more than it should have...

  • @paradoxicallyexcellent5138

    @paradoxicallyexcellent5138

    5 жыл бұрын

    I thought the best joke, which made me literally lol (llol?) was when he said, "one problem is from Physics and the other is from... Chemistry?"

  • @zairaner1489

    @zairaner1489

    5 жыл бұрын

    Best part of the video, especially that the music cut off.

  • @officialnoria

    @officialnoria

    5 жыл бұрын

    *cries in math graduate*

  • @retovath

    @retovath

    5 жыл бұрын

    @@officialnoria _cries in engineering_

  • @cicik57

    @cicik57

    5 жыл бұрын

    yeah a serious channel would never say that

  • @ophirwesley4424
    @ophirwesley44246 ай бұрын

    this is without a doubt one of the best videos on this channel. did everything I hoped you'd do. the perfect balance of computation, theory, motivation, real-life intuition and rigor

  • @rahulpatil5397
    @rahulpatil53972 жыл бұрын

    The way you teach each math topics in a visual way is just awesome. By watching your videos I have realized how important are the visual interpretation of maths problems for deeper understanding. By the way, I have checked your series on linear algebra, calculus, etc. But I wonder why I haven't you created such more series on other remaining topics of maths. I hope in future you make these series and I would love to watch them.

  • @Jeffrey_Wong
    @Jeffrey_Wong4 жыл бұрын

    My 8th grade math teacher insisted that math was beautiful. I didn't understand what she meant until I started watching your videos.

  • @shadowcoder19

    @shadowcoder19

    4 жыл бұрын

    Is this math or art?

  • @christianartmann1395

    @christianartmann1395

    4 жыл бұрын

    @@shadowcoder19 both

  • @Aurora-oe2qp

    @Aurora-oe2qp

    3 жыл бұрын

    @@shadowcoder19 Those two things are equivalent.

  • @theboiyoulove5124

    @theboiyoulove5124

    3 жыл бұрын

    @@osamamohsen4554 i dont think so, you are the crazy one here

  • @johannesfortmann8697

    @johannesfortmann8697

    3 жыл бұрын

    so true

  • @douglasheld
    @douglasheld3 жыл бұрын

    Wow, thank you so much. My brain (and feelings) were still hurt from my experience in 1992 of failing and dropping ODE, only to attempt it, better rested a second time and only barely chug through with a C - and still feeling like I had missed something fundamental. The pendulum, and the similarity with the predator/prey models finally showed me not only what was the fundamental concept that my education somehow sidestepped, but also showed me, in a sense, why I think I would never succeed in groking the formal approach any further than I did. In the end, I found success with other fields of Math but the failure in ODE has always gnawed away at me.

  • @leonplank1343
    @leonplank1343 Жыл бұрын

    With your videos it's always the same: I can't decide whether I'm more fascinated by the topic itself, your seemingly simple and natural explanations or the visualisations. Thank your for making every single one of them.

  • @genessab
    @genessab5 жыл бұрын

    Omg yesss you knew I was failing diff eq and came to help

  • @someonesomewhere3542

    @someonesomewhere3542

    5 жыл бұрын

    I KNOW RIGHT??? I HAD NO CLUE WHATS GOING ON IN CALC 2

  • @TOMENTIS

    @TOMENTIS

    5 жыл бұрын

    I'm failing Partial Diff Eq...

  • @georgebareiro

    @georgebareiro

    5 жыл бұрын

    Me too, I was failing in understanding CFD equations, but now I have a better starting point. I'm glad to see people in similar situation ;)

  • @brianevans4

    @brianevans4

    5 жыл бұрын

    I'm not the only person in Year 2 maths that doesn't know what a differential equation is? That is a satisfying thought. I had mocks last week, and they came up in two questions, both of which I didn't get haha (2018 past papers)

  • @idontlikesand1346

    @idontlikesand1346

    5 жыл бұрын

    you're not alone

  • @marirsg
    @marirsg5 жыл бұрын

    ".... converge towards mutual ambivalence. I hear wedding bells already" Hilarious !

  • @xyzct

    @xyzct

    5 жыл бұрын

    Hahaha ... you beat me to it.

  • @DavidLindes

    @DavidLindes

    5 жыл бұрын

    I'm just trying to decide whether he's properly using the term ambivalence in its ambi-valent (both extremes) sense, or in the all-too-frequent misunderstanding of it to mean indifference. I can't tell!

  • @ChaosGodII

    @ChaosGodII

    4 жыл бұрын

    I loved the "uhm... chemistry" right after that

  • @rayniac211

    @rayniac211

    4 жыл бұрын

    "repulsion" :D

  • @xiaoboyu7517

    @xiaoboyu7517

    4 жыл бұрын

    wait a minute, should the origin (0love, 0attraction) be the point of breakup?

  • @Ohmau33
    @Ohmau333 жыл бұрын

    If anyone asks me why I want to study physics, this is why. This exact video brings out every part of me that loves math and physics.

  • @RodHartzell
    @RodHartzell Жыл бұрын

    I studied Differential Equations back in the mid 80s. I remember it being pretty mind expanding. But your videos take it to a whole new level with the visualizations. Absolutely amazing. Keep it up.

  • @isaac10231
    @isaac102315 жыл бұрын

    Diff eq was a nightmare, I regurgitated info, got a bad grade, and forgot everything. I was so apathetic to the entire class, I just didn't give a damn about any of it. Now I have the ability to actually get a deeper understanding of the class I spent God knows how much money for. Thank you.

  • @jeffspaulding9834

    @jeffspaulding9834

    5 жыл бұрын

    It was kind of the same for me, although I believe I got an A in the class. I had no idea what I was doing, though - I'm just good at regurgitation. Calculus I could connect with the real world and gain somewhat of an intuition for. Diff Eq was the moment that I lost touch with math altogether. It didn't come back until I took Numeric Computation in my last semester.

  • @miguelcamargo8312
    @miguelcamargo83125 жыл бұрын

    Hopefully this will explain Laplace transformations better than how I understand it now.

  • @s3cr3tpassword

    @s3cr3tpassword

    5 жыл бұрын

    Miguel Camargo I think of Laplace transformation as a more general case of Fourier transformation.

  • @nazishahmad1337

    @nazishahmad1337

    5 жыл бұрын

    @@s3cr3tpassword both are transformation laws,only difference is one uses imaginary kernel whereas other uses real kernel

  • @ErkaaJ

    @ErkaaJ

    5 жыл бұрын

    @@s3cr3tpassword Fourier transforms usually exist, Laplace transforms don't but are easier to work with. In a larger context, they are special cases of Stone-Weierstrass theorem.

  • @karolakkolo123

    @karolakkolo123

    4 жыл бұрын

    @@ErkaaJ no sir, the opposite... the laplace transforms usually exist, the fourier transforms usually don't. Just look at the transform tables. The fourier transform isn't even defined on polynomials... (of course I am talking about the full transform, with bounds -inf to inf). Then look at periodic functions. Fourier gives dirac delta distributions or dirac trains which is much more ugly than the rational functions that laplace transform gives

  • @naej3721
    @naej37215 ай бұрын

    Thank you so much for guiding us into complex things so well! Watching this even only the first 5 minutes makes me know DE so much more. I am new to DE and is still confused by "in what circumstance do we use DE to describe?" and "what is solving DE about?" " DEs arise whenever it is easier to describe change than absolute amount." "....figuring out what a function is based on information about it's rate of change." That's why you are such a great teacher. Not only are you explaining the content superbly, but also explaining what we are doing now in course.

  • @tribo327
    @tribo3273 жыл бұрын

    This explained the concept of ODE's better than any text book or lecturer I have come across. Thank you for this, i'm going back over my old university topics that I simply learned the method to solve and trying to understand whats going on and your videos are a massive help.

  • @davidtolle9533
    @davidtolle95334 жыл бұрын

    "This equation from (pause), chemistry..." Lmao

  • @romawang9212

    @romawang9212

    4 жыл бұрын

    hahaha I love this

  • @romawang9212

    @romawang9212

    4 жыл бұрын

    Ardalan G. Haha by chemistry he meant love

  • @snipy3685

    @snipy3685

    4 жыл бұрын

    so funny!!

  • @enderredacted112

    @enderredacted112

    3 жыл бұрын

    *now i have more chem joke*

  • @yanry7152

    @yanry7152

    3 жыл бұрын

    @Ardalan Ghazizadeh 22:22

  • @NessHX
    @NessHX5 жыл бұрын

    As Richard Feynman has said "Why do I need an infinite number of logical operations to figure out what a tiny stinky part of space is doing"

  • @NessHX

    @NessHX

    5 жыл бұрын

    @A person with much less free time kzread.info/dash/bejne/oZZ3zLF9ldKyhto.html I would recommend watching the whole vid though

  • @NolanZewariligon

    @NolanZewariligon

    4 жыл бұрын

    @A person with much less free time I'm just going to say that even if that legend is true, the fact that Feynman did it doesn't make it OK in any way. Going to strip clubs isn't something that should be supported. It is helping maintain the current societal norm where women are constantly used and abused, objectified and degraded.

  • @Gverri

    @Gverri

    4 жыл бұрын

    @@NolanZewariligon And also, no one is asking you to speak for them. Also, there are many male strip clubs also. Everything is objectified in out capitalist society.

  • @Raneriu

    @Raneriu

    4 жыл бұрын

    @@NolanZewariligon Sex work is real work

  • @NolanZewariligon

    @NolanZewariligon

    4 жыл бұрын

    Either you guys are living on some different planet or you are clueless. It's 2019. We have Internet. Please inform yourself about the world before forming opinions about things.

  • @ArpanD
    @ArpanD4 жыл бұрын

    3blue1brown has really played a great role in my education, and especially motivation. Really nice channel. Short, concise explanations thanks a lot.. go ahead...

  • @ClokworkGremlin
    @ClokworkGremlin4 жыл бұрын

    Protip: set your time steps when programming to increments of 1/(some power of 2) seconds. Because of the way floating-point numbers are stored in a computer, this generally gets you slightly better resolution than decimal values. (the decimal 0.1 is irrational when represented in binary)

  • @pineapplewhatever5906

    @pineapplewhatever5906

    2 жыл бұрын

    Not irrational, but infinitely repeating. Still annoying though.

  • @KnakuanaRka

    @KnakuanaRka

    2 жыл бұрын

    Ah, floating point errors. (>_

  • @timdo190

    @timdo190

    Жыл бұрын

    1/1024?

  • @matthewe3813

    @matthewe3813

    10 ай бұрын

    another option is to use higher precision numbers that will get a lot more of the inaccuracies there out (even just standard doubles will be a lot better)

  • @JuliettKilo

    @JuliettKilo

    8 ай бұрын

    @@matthewe3813I don’t think these simulations in the video requires double precision. 3B1B probably set the time step too large or implemented some bad algorithms that accumulate error too quickly.

  • @MrLP10o
    @MrLP10o5 жыл бұрын

    "ODE are really freaking hard to solve" Pierre-Simon Laplace : Hold my glass of wine

  • @PetaZire

    @PetaZire

    4 жыл бұрын

    I would like to resolve that example (pendulum) with Laplace. However, there is no nice function to solve Laplace[sin(θ(𝑡))] ... Any solution? TT

  • @julianbell9161

    @julianbell9161

    4 жыл бұрын

    My boy Laplace comin through clutch helping me solve DC circuits.

  • @sphesihledlamini1944

    @sphesihledlamini1944

    4 жыл бұрын

    But the Laplace transform only exists for functions of "exponential order" (in addition to f(x) have an integral at some interval starting from 0 to some positive number)...not all functions involved in ODEs meet the criteria

  • @tk27a
    @tk27a5 жыл бұрын

    This is a remarkable video. It illustrates many of the tools we can use in this era. While watching, I was thinking at how much work and time you spent to come out with this quality of teaching such a fascinating and complex topic. Thank you so much for doing this kind of video. And BTW, your Python code is small, clean and correct!

  • @haakonvt

    @haakonvt

    5 жыл бұрын

    Just like to add that calling numpy (the sine function in the video) with scalar input (inside of the time-loop), is waaay slower than just using math.sin (due to overhead). As you move to vector input, numpy of course quickly outshines python's inbuilt math functions by orders of magnitude :D

  • @spunit262

    @spunit262

    5 жыл бұрын

    @@haakonvt If you care even an iota about efficiency you don't use Python at all.

  • @Aj-zr8dz

    @Aj-zr8dz

    5 жыл бұрын

    @@spunit262 what do you prefer/recommend?

  • @haakonvt

    @haakonvt

    5 жыл бұрын

    @@spunit262 In a general sense, I agree. However, using JIT tools like numba I've come close enough to "compiled speed" that I'd rather stay in python where I can run the rest of my pseudocode :P

  • @tk27a

    @tk27a

    5 жыл бұрын

    ​@@spunit262 I was once worried about Python's performance when I started to use it in early 2000's. At that time, we worked on Pentium 120 Mhz and I had to sort a list of 50,000 3-tuples many times and I wondered how to do it efficiently. I had the chance to have a colleague who was a friend of Guido van Rossum, the author of Python, and knew about the design of Python so I asked my him for is opinion. His answer was: "Don't worry, just use the .sort() method." I was skeptic so I did benchmarked it and was flabbergasted by the speed which was almost instantaneous. I went back to my colleague to ask him for explanation. He told me that when Guido did designed and developed Python, he took precious care to well structure and design Python as for excellent performance. He told me that as a rule of thumb, if you use the proper methods and/or statements, you should expect performance to be 90% of the speed as if you wrote it in C. I have witnessed these results for the last 18 years and every time I encountered slow performances, I was able to rewrite a few lines of code that would get me back on track, with tremendous speed.

  • @garfieldnate
    @garfieldnate4 жыл бұрын

    I am soooooo happy you are tackling diff eq! I've wanted to learn about it for so long but always found it intimidating. Thank you for teaching us!

  • @lerthadensock3385
    @lerthadensock3385 Жыл бұрын

    Boy, are you one hell of a great teacher. I can’t imagine how happy my school years would have turned out with you as my math teacher throughout

  • @EntropicalNature
    @EntropicalNature5 жыл бұрын

    Being a math teacher myself, I truly feel humble. By far the best math visualizations in combination with a concise way of delivering abstract concepts available on KZread! Thanks so much 3Blue!

  • @simonrichter3950
    @simonrichter39505 жыл бұрын

    Dude thanks, those graphics are freaking awesome

  • @ashmood7551

    @ashmood7551

    5 жыл бұрын

    Any idea which software is used for those animations? Or is it all Python ;)

  • @simonrichter3950

    @simonrichter3950

    5 жыл бұрын

    @@ashmood7551 my idea/guess would be blender+python or something like that Python is not directly optimised for fancy rendering stuff :) (thought it my be done in python but would mean quite a lot of additional development time)

  • @steveburton5825

    @steveburton5825

    5 жыл бұрын

    @@ashmood7551 I know Grant has developed some software to do these using Python but most of this looks to be done using the app Grapher which comes with every Mac. It's a brilliant app even if you just like to play with the examples.

  • @DavidPace
    @DavidPace2 жыл бұрын

    This video was extremely insightful for what I'm working on, and spookily served up to me without a search. I especially love that you gave a sample/example Python script. Screw King of Thrones, I'm about to binge watch this series to gain a more solid understanding of how to use the formulas, and hopefully with more possible script modeling setups.

  • @beyond4047
    @beyond40473 жыл бұрын

    How can this guy be soooo clear with alllllll topics? One who can truly understand one topic is already kind of outstanding...

  • @ehsan_ul_haq
    @ehsan_ul_haq5 жыл бұрын

    I switched from Medical to Math and I am proud of it. A lot of creativeness otherwise hidden is out now. You are the reason. Thank you 3Blue1Brown. God bless you.

  • @dominionprodeus5883

    @dominionprodeus5883

    5 жыл бұрын

    Can we learn together I've got discord and KZread of course

  • @Inndifference

    @Inndifference

    4 жыл бұрын

    Same for me I switched from health care to mathematics. Really challenging though 😥but I love it.

  • @jayamitra4656
    @jayamitra46565 жыл бұрын

    Now this is gonna be epic... Love all your essence series, differential equations will be even better! I always love your geometric interpretations and intuitive explanations for all concepts. Keep up the excellent work!👍

  • @josepha.cardenas9168
    @josepha.cardenas91684 жыл бұрын

    Hi Grant (sorry for the friendly treatment). I am an engineering student. Though I have a lot to learn, I am truly inspired and motivated by your videos. I would like to be a Patreon and contribute, you're the man.

  • @cupofkoa
    @cupofkoa3 жыл бұрын

    This is by far the best maths video I've seen from you or anyone else. I learned loads and the video is beautiful both conceptually and visually. I have a feeling you'll ace explaining entropy.

  • @hal6yon
    @hal6yon5 жыл бұрын

    Oh dear God I'm gonna cry

  • @gaboqv

    @gaboqv

    5 жыл бұрын

    you are not alone

  • @nathik19
    @nathik194 жыл бұрын

    Jeeezus Christ, my head just imploded. I went to engineering school, undergrad and masters, but differential equations was such a mystery to me because I'm such a visual learner because I'm human, not a dog or a bat. I paid 10s of thousands of dollars to my unviersity to teach me these things but it never really made sense, so many why's? Years of just staring and pondering, then this guy just made my whole world click in one video, albeit in a very intense way. Great job man, if I had the money to spare I'd give you a lot, but for now, I'll just support you on Patreon. Guys like you who can make such 'traditionally complex' knowledge accessible to the masses will be the real heroes of the future and you all need to be rewarded amply. From my heart, thank you sooo much, there is nooo way to quantify the impact these videos to aspiring engineers and scientists, actually perhaps you can.

  • @aurelia8028

    @aurelia8028

    2 жыл бұрын

    There's no such thing as being a -"visual learner". Watch veritasiums video about it. Being a "visual learner" just doesn't exist.

  • @user-qw9xz5cn9t
    @user-qw9xz5cn9t Жыл бұрын

    I study mathematics in the university and been trying to make my little brother be interested more in what I do. So I gave him to watch some of your videos (including this) and 2 things happened: 1. He enjoyed it a lot and asked me to help him with some of the concepts in this videos! 2. I watched the video till the end and enjoyed every second of it!!!!!!! Your explenations are intuitive yet full of knoweledge. Thank you very much for your work :) p.s sorry for my english

  • @arunbrvce
    @arunbrvce3 жыл бұрын

    Such rich and vibrant content. Still find it difficult to grasp at once but brilliantly constructed video to understand the concepts. Keep up the good job buddy.

  • @memesarehealthy7818
    @memesarehealthy78185 жыл бұрын

    Omg this has to be the best explanation of DE I have ever seen, this is actually art My hat is off to you sir, I am speechless

  • @DavidPace

    @DavidPace

    2 жыл бұрын

    Beautiful Equations Explained Beautifully

  • @jibran8410
    @jibran84105 жыл бұрын

    Whenever 3B1B uploads a vid, my heart skips a beat, similar to whenever I have a huge realization....Seems like my body has related 3B1B to a time of mathematical realization waiting to happen

  • @somethingness

    @somethingness

    5 жыл бұрын

    Me too!

  • @lktyagi88
    @lktyagi884 жыл бұрын

    I have never come across anyone who is this smart and finds the easiest way to expalin things. May be your expalinaiton becomes so easy because you know it so well. Amazing job man! Keep up the good work.

  • @briancannard7335
    @briancannard73353 жыл бұрын

    This specific your video @3Blue1Brown explains Phase Space so nicely, that it opens up all pandora's boxes of chaos theory, Hamiltonian quantum mechanics, and just... Everything!!! Thank. You. So. Much!!!

  • @ricardobetancourt8933
    @ricardobetancourt89334 жыл бұрын

    This is one of the BEST videos I've ever had the pleasure of watching on KZread, and an AMAZING explanation of DE's. I love the presentation, the artwork, the "simplicity" (not of the subject, but of the conveyance), and it should pretty much be shown at the beginning of any course in DE's or Numerical Methods.

  • @amzfishman1
    @amzfishman15 жыл бұрын

    The visuals and editing on these is absolutely incredible. Truly amazing work, thank you so much!!

  • @EliasNilssonComposer
    @EliasNilssonComposer4 жыл бұрын

    Your visualizations are absolutely amazing!

  • @danerysthorn
    @danerysthorn6 ай бұрын

    Your voice is absolutely lovely to listen to! Really helps when taking notes and watching the magic of your graphs.

  • @ananyapathak8312
    @ananyapathak83125 жыл бұрын

    Kurzgesagt and 3b1b uploaded on the same day! Edit: And Mark Rober too!

  • @bodhisattva9762

    @bodhisattva9762

    5 жыл бұрын

    Kurzgesagt is over-rated. 3B1B is a gem of a creator.

  • @shreeganesh441

    @shreeganesh441

    5 жыл бұрын

    Again!

  • @swarajsonavane2789

    @swarajsonavane2789

    5 жыл бұрын

    @@bodhisattva9762 why do you think kurgzgesagt is overrated....just asking

  • @swarajsonavane2789

    @swarajsonavane2789

    5 жыл бұрын

    @@berserker8884 the one by coffee break?

  • @berserker8884

    @berserker8884

    5 жыл бұрын

    @@swarajsonavane2789 indeed

  • @chamidumadumal7130
    @chamidumadumal71305 жыл бұрын

    Me: Gotta sleep early. should go to work tomorrow. *3b1b notification* also me: Naahh... work can wait...

  • @HemantSharma-bk8ek

    @HemantSharma-bk8ek

    5 жыл бұрын

    But learning can't

  • @miloradowicz

    @miloradowicz

    5 жыл бұрын

    Me: the video is 30 minutes long, but I'll need at least an hour to make sense of it, if I don't already know the topic.

  • @JoelRosenfeld
    @JoelRosenfeld2 жыл бұрын

    Great explanations! I'll have to steal that line about using differential equations when it is easier to describe how something changes rather than its absolute value when I teach ODEs again this fall. I will also have to work on this calm aesthetic that you have cultivated in your videos for my own. Instantly relaxing.

  • @GiulioDean
    @GiulioDean3 жыл бұрын

    Being an aerospace engineering student I've seen a lot of differential equations, but this video still amazed me! It's really that good, and I also loved the LaTeX style

  • @ashwith
    @ashwith5 жыл бұрын

    During my engineering undergrad our Control Systems teacher skipped state space entirely. I struggled to study it on my own several times but beyond going through the mechanics of solving the equations, never got a sense of it. This helps immensely. Thank you so very much! I can give this another shot with real hope of understanding it this time.

  • @rabbitpiet7182

    @rabbitpiet7182

    4 жыл бұрын

    Ashwith Rego oh my gosh, I get to see state space!!

  • @DarkLight-hl2do
    @DarkLight-hl2do5 жыл бұрын

    I have to say... this video is amazingly well done. I can only imagine the amount of work that goes into making these visuals.

  • @vestieee5098
    @vestieee50989 ай бұрын

    I'm a senior in high school, and I knew what differential equations are, how they often come up in physics everywhere. For around a year or more, every once in a while I've come back to this video out of interest, even though this depth of DEs is completely unrequired for me at this stage. Sadly each time I've found myself struggling to follow with the video, as in I understand what you're saying but I've been unable to grasp and visualize the animations. Today however (maybe my 5th or 6th) attempt, I could understand this entire video with a bit of pausing and thinking, and WOW! The feeling of understanding the idea of phase space and the vector field as well as phase flow blew my mind!

  • @TheMisfit000
    @TheMisfit0003 жыл бұрын

    I thank God that I find this GEM! This is the type of teaching I've been craving for. Thank you so much! This is going to help to topnotch my Engineering Board Exam this coming April 2021. Bless you! AUTO SUBSCRBED!!!! (I never sub this fast in any other channels, YOU DESERVE IT!!!)

  • @VictorChavesVVBC
    @VictorChavesVVBC5 жыл бұрын

    The quality of your animations is something I can't get used to. It's so absurdly impressive. I wish I could give you a thousand thumbs up without infringing KZread ToS.

  • @rafaelaassuncao9729
    @rafaelaassuncao97295 жыл бұрын

    PLEASE PLEASE PLEASE DO AN ENTIRE SERIES ON THIS THE SAME WAY YOU DID WITH CALCULUS AND LINEAR ALGEBRA I BEG YOU

  • @MrMineHeads.

    @MrMineHeads.

    5 жыл бұрын

    He is, my boner can't get any harder.

  • @SkaterProSeven

    @SkaterProSeven

    5 жыл бұрын

    isnt this...calculus?

  • @MrMineHeads.

    @MrMineHeads.

    5 жыл бұрын

    @@SkaterProSeven this falls under "analysis" which calculus is also a part of.

  • @madhavsirohi2225
    @madhavsirohi2225 Жыл бұрын

    Just incredibly beautiful and amazing as well, wonderfully picked examples of applications, I am speechless at the quality of the content, the whole time I was jumping with excitement!

  • @peteintania
    @peteintania2 жыл бұрын

    Than you so much for all your videos. Even though I had graduated from Mechanical Engineering for almost 10 years and haven't used any knowledge that I learnt for my current job, your videos remind me how I was fascinated in calculus.

  • @nikhilsen9007
    @nikhilsen90075 жыл бұрын

    You never cease to amaze all of us STEM enthusiasts. Thank You.

  • @ze714
    @ze7145 жыл бұрын

    3b1b videos are so well crafted, with so much mathematical rigor yet SO intuitive to follow! Thank you so much man, keep up with the INCREDIBLE work

  • @bambangkamubisaapa
    @bambangkamubisaapa Жыл бұрын

    I'm a fresh grad architecture student, which as you all may know, didn't actually care a lot about these kinds of things. I studied building simulations for calculating the heat flow within the building envelopes. But I always use these computer tools just like a "black box" in which I could just assign the input and see the output. Later on, I was forced to know what this black box was all about. I read a few journals and all these papers have all the mathematical terms that I don't even know, such as finite element method, partial differential equation, etc. I really thank god I stumbled across this channel. It covers up so much, I studied all the way from the start. The calculus series, the linear algebra series, and finally I could watch this and finally (kind of) understand how all the knowledge is really important in developing these computer tools that help the architecture field. I really hoped that a lot of people watch your videos because it kind of helps the way you see these scary mathematical theories.

  • @jackenderle4588
    @jackenderle4588 Жыл бұрын

    Watching these videos while taking differential equations and dynamics classes helps make everything make so much more sense

  • @Kupkeks
    @Kupkeks5 жыл бұрын

    I love your videos so much❤! Very happy you show them for free on KZread. Always wanted to see this problem visualized. Actually looking forward to support you on patreon soon.

  • @LiquidMikerrs
    @LiquidMikerrs5 жыл бұрын

    Beautiful video, I start my PhD in Inverse Wave Problems in September and it's glad to see a passion of mine (Differential Equations) presented in such a nice and exciting way!

  • @atakhosroshahi1557
    @atakhosroshahi15573 жыл бұрын

    Man this video was so good I nearly got emotional watching it. Thank you for providing us with such precious videos

  • @MrTb2arvd
    @MrTb2arvd Жыл бұрын

    Really wish your content were available back when i studied, your content is truly amazing!!!

  • @jingchuanshi2454
    @jingchuanshi24545 жыл бұрын

    Watching a Numberphile video. Receive a notif from 3blue1brown. Numberphile closed, 3b1b opened.

  • @arnavgoyal7952

    @arnavgoyal7952

    5 жыл бұрын

    @@no-one-in-particular Wtf

  • @user-wf2fm1yj4k

    @user-wf2fm1yj4k

    5 жыл бұрын

    sjg1984 lol what

  • @emperorpingusmathchannel5365

    @emperorpingusmathchannel5365

    5 жыл бұрын

    Numberphile is pseudomaths. Don't watch them.

  • @emperorpingusmathchannel5365

    @emperorpingusmathchannel5365

    5 жыл бұрын

    @@no-one-in-particular It is true tho.

  • @fabulator2779

    @fabulator2779

    5 жыл бұрын

    @@no-one-in-particular lmao wtf

  • @Kokiri971
    @Kokiri9715 жыл бұрын

    The animation at 23:57 gave me chills. Both aesthetically and conceptually, your work is absolutely beautiful.

  • @archismandas7760
    @archismandas77607 ай бұрын

    This channel is a blessing

  • @pnachtwey
    @pnachtwey3 жыл бұрын

    This is pure gold. I know it took a lot of time and effort to make. I am retired now but I wish I saw something like this 60 years ago.

  • @jorgeromeu
    @jorgeromeu5 жыл бұрын

    I love the tau on the graphs, show the world that Tau and pi can coexist in harmony!

  • @altrag

    @altrag

    5 жыл бұрын

    Or at least mutual ambivalence.

  • @Zifox20
    @Zifox205 жыл бұрын

    The animations are soooo beautiful, you are the best maths channel on KZread without a doubt !

  • @ericventalon6113
    @ericventalon61134 жыл бұрын

    Bravo pour toutes ces représentations graphiques ! Le travail doit être énorme. La vision géométrique est la plus claire. Superbe travail !

  • @govinddwivedi582
    @govinddwivedi582 Жыл бұрын

    You are a maestro teacher, 3b1b. We need more people like you. I have so much respect for you ❤

  • @prateekbansal8302
    @prateekbansal83025 жыл бұрын

    I know Grant you must be online now and scrolling through the comments. (I hope, atleast 🙈). I just really wanna take this opportunity to thank you for what you do. Seriously, you have done what no math teacher can, for me, personally. The amount of effort and research you take to make each one of your videos, is immense. And for that, I wanna thank you from the bottom of my heart. I have been a subscriber since you had only 10k. Been following for a long time. It would really make my day if you see this. Once again, thank you. You are the best.

  • @3blue1brown

    @3blue1brown

    5 жыл бұрын

    Thanks so much for the kind words, and for being here since the start :)

  • @prateekbansal8302

    @prateekbansal8302

    5 жыл бұрын

    @@3blue1brown Holy Shit you saw this. Thank you Grant! Keep up the awesome work!

  • @aok76_
    @aok76_5 жыл бұрын

    I never thought that after 4 years of mechanical engineering I would learn something new about a pendulum. You just opened up realms of understanding in my mind. Thank you!

  • @TecH3PanDa
    @TecH3PanDa Жыл бұрын

    I just stumbled across this vid, been following you for a while, currently having ODE and PDE in college, and being chained to the bed with a fever didnt help my understanding! Thank you so much for making such high quality vids! I hope you are fine and I wish you the best

  • @MiguelMartinez-il9vs
    @MiguelMartinez-il9vs5 ай бұрын

    I am taking a Differential Equation Class at CC in a month and watched this video as inspiration to learn and thrive in my class. I thank you for making such helpful content I wish you must success !!

  • @shrimatkapoor2200
    @shrimatkapoor22005 жыл бұрын

    I love this video, probably one of my favourites on this channel... Really digs down into the roots of the links between the physical and the abstract.

  • @timedilatesme
    @timedilatesme5 жыл бұрын

    I always wanted to learn differential equations with this kinda animations and Grant Sanderson is like a legend who makes my wishes come true. Eagerly waiting for next chapter...

  • @richardaversa7128
    @richardaversa71282 жыл бұрын

    This is great, very well done (as always). For beginners I think it's important that in algebraic expressions, you solve for a variable, whereas in differential equations, you solve for an entire function.

  • @cescu2
    @cescu23 ай бұрын

    The visuals are amazing, I'm blown away by the quality. I came here as a musician and animator. I just love natural motion and chaos and apparent randomness. I love it when humans find patterns in apparent noise and share that with the rest of us, it's just amazing.