Runge-Kutta Method Introduction

Поделиться
HTML-код
  • Опубликовано: 26 дек 2024

Комментарии • 100

  • @xelihope
    @xelihope 12 лет назад +20

    This was very quick, concise, and told me exactly what I needed to know. My group in my numerical analysis class is doing a term project on the Runge-Kutta method.
    Keep teaching! We need good math teachers!

  • @TheUndeadHumor
    @TheUndeadHumor 11 лет назад +6

    Thanks very much for the clear and concise video, it helped out a lot with my presentation last semester! (I totally rocked that presentation btw)

  • @LearnChemE
    @LearnChemE  10 лет назад +20

    This screencast has been reviewed by faculty from other academic institutions.

    • @gabor6259
      @gabor6259 5 лет назад +1

      How do you do second order linear differential equations with this?

    • @msduff100
      @msduff100 5 лет назад

      @@gabor6259 have you tried converting the higher order DE to a system of first order DEs- I think that's how I'd approach 2nd order DEs

    • @vloggetts
      @vloggetts 4 года назад

      @@gabor6259 The method shown here is 4th Order Runge-Kutta, look into 2nd Order. It has different equations

  • @danielwhite8230
    @danielwhite8230 9 лет назад +9

    Sweeeeeeeeeeeet, literally no idea what my lecturer was going on about. This seems a world of difference.

  • @shaneb395
    @shaneb395 2 года назад +1

    Thanks! as a non-math major this is much simpler than I though, it's basically addition, multiplication and division

  • @bandar1606
    @bandar1606 9 лет назад +1

    I've having problem with Runge-Kutta Method. Your video is solid, simple and straight to the point. Thank you sir so much.

  • @shaunlepaks5370
    @shaunlepaks5370 6 лет назад +17

    Thank you Sir. I felt like I was being taught by Stan Lee himself

  • @kerryhall7109
    @kerryhall7109 5 лет назад +2

    Thank you so much. I was struggling with RK4 until I watched your video. After watching the video, I was able to immediately implement RK4 into an excel spreadsheet. 👍

  • @jonathanmukwaya6870
    @jonathanmukwaya6870 9 лет назад +21

    Thanks for ths amazing post, I understand the concept so much clearly and well explained. I hope you get rewarded for your efforts. God Bless

  • @MrShadowOfGaming
    @MrShadowOfGaming 2 года назад +1

    Watching this during my exam right now thanks man 👍

    • @hannananan9427
      @hannananan9427 2 года назад

      Lmao! Do you have your exam at home, or are you cheating at the campus?

    • @MrShadowOfGaming
      @MrShadowOfGaming 2 года назад

      @@hannananan9427 It was an online exam lol

  • @guitarttimman
    @guitarttimman 5 лет назад +2

    Very nice. Your explanation is explicit and straight to the point. Thank you.

  • @JohanSellus
    @JohanSellus 9 лет назад +23

    THANK YOU!! Everything great but man you should really work on those 7's they look like a mutant hybrid between 2 and 1.

  • @baodo3092
    @baodo3092 9 лет назад +15

    how did you get x1? that corresponds to y1?

    • @LearnChemE
      @LearnChemE  9 лет назад +28

      Senor chino The x changes by the size of the step. In this case the step size is 0.1. x0 = 1, so x1 = 1.1.

    • @bandar1606
      @bandar1606 9 лет назад +12

      +Senor chino x1 = x0 + h;

  • @Tarikuslol
    @Tarikuslol 12 лет назад

    Very nice video. Informative, quick and to the point.
    Wish you could replace my lecturer lol.

  • @solaaar3
    @solaaar3 8 лет назад +18

    this is runge-kutta 4th order.

  • @rkpetry
    @rkpetry 10 лет назад +1

    Kind-of a centrally-weighted-k'luck-k'luck-k'luck-k'luck method...but, why, should we think that'd bracket it: where, did this method overstep so as to average in-between-? If we're hunting for a midpoint at which its derivative equals the slope, halfway h/2 works for y=x². _Period!_ Howabout then we bracket with its inverse, dx/dy, (shades of Newton-Raphson)... (Also, When dy/dx or dx/dy gets large, tracking errors get large: Shouldn't h slow-down?)

  • @luistellesdoamaral6731
    @luistellesdoamaral6731 3 года назад

    Thank you, as an introduction, it couldn't be clearer or more concise!

  • @rafa0710el
    @rafa0710el 12 лет назад +2

    Dog bark at 1:27 hahahah great video man helped me a lot and my test is in two days! cheers

    • @tusharpandey6584
      @tusharpandey6584 5 лет назад +1

      hey! it's been 6 years, how was your test? cheers

  • @simplemathguy
    @simplemathguy 2 года назад

    If the problem states h=0.1, Xsub 0 = 0 and there is an interval 0≤X≤1, does it mean that you will stop the solution when Xn = 1?
    Xsub 0 = 0
    Xn = Xsub 0 + n(h)?
    1 = 0 + n(0.1)
    n = 10
    Does it mean I have to perform 10 times using the formula?

    • @LearnChemE
      @LearnChemE  2 года назад +1

      Yes, it does. This is why a computer program is nice for these calculations.

  • @pasqualearieta7929
    @pasqualearieta7929 8 лет назад

    How is possible applicate this method to find displacement from a set of acceleration data?

  • @procerpat9223
    @procerpat9223 4 года назад +1

    very nicely explained ! thank you !

  • @ms.pragatipratishrutiswain1248
    @ms.pragatipratishrutiswain1248 3 года назад

    Great explanation sir!

  • @marbertpinque1512
    @marbertpinque1512 6 лет назад +1

    Aren't y values y + k/2 instead of y + (h/2)k?

    • @gregorysmith417
      @gregorysmith417 6 лет назад

      I thought so too, maybe this is another more in depth Runge Kutta method? I'm surprised I actually found something useful in the comments.

  • @W_q
    @W_q Год назад

    شكرا على الشرح❤

  • @oscarhector6895
    @oscarhector6895 5 лет назад

    your differential equation has to be from the 4th order to use runge-kutta 4th order ?

    • @Shan-cf6uo
      @Shan-cf6uo 5 лет назад +1

      no your eq has to be 1st order

  • @megataridzsafwan1508
    @megataridzsafwan1508 3 года назад

    wait sir how the k2 i try put in calculator and got 7.872 not 2.602?

    • @csm235
      @csm235 3 года назад

      7.872 is not the correct answer, it is 7.607 the 7 just looks similar to a 2

  • @AJ-et3vf
    @AJ-et3vf 3 года назад

    Awesome video sir. Thank you! Very useful!

  • @alfayed1991
    @alfayed1991 9 лет назад +1

    Thank you for this great video. It was really helpful going step by step, made everything more clear.

  • @jahrakal8597
    @jahrakal8597 8 лет назад

    Approximate the solution for the third-order initial-value problem
    y^'''-ty^''-4y^'+3y=2t, for 0≤t≤1
    With y(0)=3,y^' (0)=2,y^'' (0)=7 using Runge-Kutta method of order four by considering the step size h=0.2
    help please????

  • @zins_9122
    @zins_9122 8 лет назад +1

    Could you explain me what the step size is?

    • @LearnChemE
      @LearnChemE  8 лет назад +3

      The step size is the amount by which x is increased for each step. So if Xn=1 and our step size is 0.1, X(n+1) is X+h, or 1.1.

  • @noahbwalter
    @noahbwalter 12 лет назад

    Actually you do it right. But my text multiplies the values of k individually by h.

  • @mehdighebghoub5706
    @mehdighebghoub5706 7 лет назад

    Thank you so much it helped me I'm from University of Béjaïa Algeria

  • @AbhishekSaini123
    @AbhishekSaini123 11 лет назад

    Nicely explained! Thanks a lot!

  • @Luis08rios
    @Luis08rios 10 лет назад

    Hello I was wondering if anyone knows of a way to take a system of equations derived from a circuit and apply the Runge-Kutta method to it. I'm looking for advice or links if available thank you.

    • @gondivenkatarao7212
      @gondivenkatarao7212 6 лет назад

      have got any idea on how to solve system of equation mate, even i am looking for it. could you please help me.

  • @rajkarmakar9441
    @rajkarmakar9441 6 лет назад

    How to find the value of "h" when not given in question?

  • @Agrarius24
    @Agrarius24 3 года назад

    it's 2am on a tuesday and i'm desperately trying to understand this for a final project. I'll update if i decide to quit STEM

  • @ABHISHEK92KUMAR92
    @ABHISHEK92KUMAR92 11 лет назад

    Nice Video ! Helpful

  • @yellapuumadevi8682
    @yellapuumadevi8682 4 года назад

    Y? Should not continue after K4

    • @LearnChemE
      @LearnChemE  4 года назад +1

      When you are using the Runge-Kutta method, you are moving up a small step size every time you calculate the T4 value. You need to use several steps to get to the value you want. The smaller the step size used, the more accurate the answer will be. For every small step taken, this calculation is done again.

  • @chandanmandal7705
    @chandanmandal7705 5 лет назад

    I want a general derivation of this method.

  • @miawmiaw3727
    @miawmiaw3727 6 лет назад

    thank you so much !!!! great explanation 😍

  • @douglassbranton
    @douglassbranton 10 лет назад +4

    Like everyone else, "Thank You"

  • @k20aturbo
    @k20aturbo 11 лет назад

    why do you have Y+K1H/2 for K2,k3,k4 It should be Y+K1/2 @ 2:36

  • @mamididevaiah007
    @mamididevaiah007 11 лет назад

    nice explain the RK4 method ........ tankzzzzzzz

  • @AlaaMohamed-ct5jt
    @AlaaMohamed-ct5jt 8 лет назад +1

    at 5.16 there is a mistake
    T4 (x1,y1,h)
    you forget to write the h (( which is the step size ))
    otherwise the video is nice. thank you it helped me in studying.

  • @aayushsharma8170
    @aayushsharma8170 Месяц назад

    fantastic

  • @xmenyoyo
    @xmenyoyo 3 года назад

    Thank you 🙏

  • @CutYourSoul
    @CutYourSoul 6 лет назад

    GOOD JOB BRO

  • @gotthelife97
    @gotthelife97 12 лет назад

    OH yea, this is just what I needed.

  • @adithyakanthraj2813
    @adithyakanthraj2813 9 лет назад

    thanks lot. its has been very helpful

  • @yohanisndapadeda7504
    @yohanisndapadeda7504 11 лет назад

    THIS VIDEO VERY HELPUL, THANKS

  • @darkside3ng
    @darkside3ng 5 лет назад

    very nice!!!!!! thank you

  • @maryamshademani8668
    @maryamshademani8668 7 лет назад

    thank you . it was very helpful

  • @lucianoinso
    @lucianoinso 6 лет назад

    Thank you, pretty clear

  • @leehyatt76
    @leehyatt76 10 лет назад

    thanks for the help!

  • @mousthapaanurbuono6477
    @mousthapaanurbuono6477 3 года назад

    Thank you sir.

  • @ankurmandal992
    @ankurmandal992 8 лет назад +1

    very nice.

  • @alijalali8317
    @alijalali8317 4 года назад

    thank you

  • @muchadakanyasa5807
    @muchadakanyasa5807 11 лет назад

    cool i now understand !!!

  • @minmax3160
    @minmax3160 2 года назад

    when ur prof too lazy to do examples himself and just throw u the link to this vid

  • @lebsportful
    @lebsportful 10 лет назад

    Thanks a lot

  • @kingdedede4505
    @kingdedede4505 3 года назад

    I only found this video to know how Runge-Kutta is pronounced.

  • @bilalhaider6309
    @bilalhaider6309 7 лет назад

    l = 120; %cm
    s = 80; % cm%
    R = 2*l/s; %l=connecting rod length % s is stroke
    d= 6.7 %cm
    Vd = (pi/4)*(d^2)*s; % d is bore % s is stroke
    a_1 = (R^2 - (sind(theta))^2)^-0.5;
    dV= (Vd/2)*sind(theta)*(1+(cosd(theta)*a_1))
    Sir, i want to solve above equation dV with respect to theta usuing RK4 method in matlab plz help me

  • @FlorianWeidner
    @FlorianWeidner 10 лет назад

    excellent :)

  • @noahbwalter
    @noahbwalter 12 лет назад +1

    This is wrong. You have to multiply the k values by h.

  • @alex76554
    @alex76554 5 лет назад +1

    te amo

  • @saravanant6007
    @saravanant6007 10 лет назад

    good

  • @onuraksoylu1634
    @onuraksoylu1634 7 лет назад +1

    Good job! But, Can someone teach this guy how to write 7 PLEASE?

  • @victorsumikawa4951
    @victorsumikawa4951 4 года назад

    y1=2,7846, it's hard to understand your "7" kkkkk.

  • @bistromathematics
    @bistromathematics 10 лет назад

    resolution is terrible, content good

  • @Prof.McCrackenDJ
    @Prof.McCrackenDJ 3 года назад

    Xanthi

  • @Alejandro14300
    @Alejandro14300 3 года назад

    Thank you.