Connecting...

This is a quick preview of the lesson. For full access, please Log In or Sign up.
For more information, please see full course syllabus of Differential Equations
For more information, please see full course syllabus of Differential Equations
Differential Equations Runge-Kutta & The Improved Euler Method
Lecture Description
In this lesson, our instructor Will Murray gives an introduction on the runge-kutta. He explains this numerical technique is the improved Euler method.
Bookmark & Share
Embed
Share this knowledge with your friends!
Copy & Paste this embed code into your website’s HTML
Please ensure that your website editor is in text mode when you paste the code.(In Wordpress, the mode button is on the top right corner.)
×
Since this lesson is not free, only the preview will appear on your website.
- - Allow users to view the embedded video in full-size.
Next Lecture
Previous Lecture
4 answers
Fri Dec 5, 2014 10:25 AM
Post by Josh Winfield on December 2, 2014
It looks to me that the Euler's method is approximating the slope at fn(tn,yn) by (yn+1-yn)/h and rearranging for yn+1 and the R-K method is approximating the slope at fn and fn+1 by (yn+1-yn)/h solving for yn+1 then taking the average (2yn+h(k1+k2))/2. I havnt spent long on thinking about this but I cant quite see how it is better. I can kind of see how Euler is looking back so it can look forward and R-K is looking back and looking forward so it can see the middle but not quite crystal clear atm.
1 answer
Fri Sep 6, 2013 10:46 AM
Post by Nitin Patwardhan on August 31, 2013
Why is y' equal to f(t,y)?