Hi, do you always use i=0 first? what if your asked to estimate the y(0.4)..would you use i=0.4 after using the i=0 ? please if you could answer this as i have an exam today. Thanks
@arqi25 The variable i is the subscript, not the value of the independent variable. So if the ODE is of the form dy/dx=f(x,y), y(0)=y0, then x_sub_i+1=x_sub_i+h, x_sub_0=0; y_sub_0=y0. So if you want to estimate y(0.4), then what the value of i us at x=0.4 depends on the step size h. If h=0.2, it would be y_sub_2 that you will be seeking.
@greynight234 h is multiplied separately. For more info go to numericalmethods(dot)eng(dot)usf(dot)edu and click on Keyword. Go to Ruge-Kutta 4th order method and read the textbook chapter!
@greynight234 He multiply it in the end instead. Here :y(n+1)= y(n) +1/6(k1+2k2+2k3+k4) since h is a constand which is in all k1,k2,k3,k4 it can be multiplied here instead.
I remember runga kutta. I may have had to write this method into a maths program to solve differential equations of planetary orbits. I think there was already an option to use the method though in the maths program Maple
whereas c1 and c2 are constants, y(t) is the solution to be and H(t), T(t) are functions of the independent variable. Is this familiar to you by chance?
Great links. I've been covering numerical methods this semester and this has been my number one source of information. If you still have the labs, Adam Bashforth's method could be simplified!
So my lecturer goes to us today, "So you should all be aware of the Ronge-Kutta and Euler methods". The whole class (first years) just looked at eachother with baffled faces. Thank you for uploading this, you have saved my Mathematical Physics GPA!!
Hi, do you always use i=0 first? what if your asked to estimate the y(0.4)..would you use i=0.4 after using the i=0 ? please if you could answer this as i have an exam today. Thanks
arqi25 1 week ago
@arqi25 The variable i is the subscript, not the value of the independent variable. So if the ODE is of the form dy/dx=f(x,y), y(0)=y0, then x_sub_i+1=x_sub_i+h, x_sub_0=0; y_sub_0=y0. So if you want to estimate y(0.4), then what the value of i us at x=0.4 depends on the step size h. If h=0.2, it would be y_sub_2 that you will be seeking.
numericalmethodsguy 1 week ago
Macho pose at 8:16 by the way your brilliant
jindenMUTD 1 month ago
Wow Mr. Numericalmethodsguy! You are the best! I would have failed my final exam without u! Thank you from Sydney Australia.
ggdltttt 2 months ago
This has been flagged as spam show
if you want to solve runge kutta with ipad check this app:
itunes.apple.com/us/app/ode-runge-kutta/id472653336?mt=8
bebefore3 3 months ago
This has been flagged as spam show
if you want to solve runge kutta with ipad check this app:
itunes.apple.com/us/app/ode-runge-kutta/id472653336?mt=8
bebefore3 3 months ago
This has been flagged as spam show
if you want to solve runge kutta with ipad check this app:
itunes.apple.com/us/app/ode-runge-kutta/id472653336?mt=8
bebefore3 3 months ago
This has been flagged as spam show
if you want to solve runge kutta with ipad check this app:
itunes.apple.com/us/app/ode-runge-kutta/id472653336?mt=8
bebefore3 3 months ago
The formula which You used for k1, k2 k 3 and k4 is change what is in wikipedia and ...i have seen this formula as k1=h f(xn,yn)
h is multiplying in all k values but in yours it is not.. Kindly tell me ASAP tomorrow is my paper.
greynight234 5 months ago
@greynight234 h is multiplied separately. For more info go to numericalmethods(dot)eng(dot)usf(dot)edu and click on Keyword. Go to Ruge-Kutta 4th order method and read the textbook chapter!
numericalmethodsguy 5 months ago
@greynight234 He multiply it in the end instead. Here :y(n+1)= y(n) +1/6(k1+2k2+2k3+k4) since h is a constand which is in all k1,k2,k3,k4 it can be multiplied here instead.
dvavorf 3 months ago
Legg inn respons på denne videoen See 1:39
dvavorf 3 months ago
genius..!!
GigiHickey 8 months ago
thank you! now i can solve ODE easily...
mielo101 9 months ago
great work
warrior0345 1 year ago
I remember runga kutta. I may have had to write this method into a maths program to solve differential equations of planetary orbits. I think there was already an option to use the method though in the maths program Maple
TimpBizkit 1 year ago
This has been flagged as spam show
Hi,
Could you go over the Conjugate-gradient method, steepest descent method, quadratic forms, residuals and search strategy
Thanks a lot
dilawarkhakh 1 year ago
Comment removed
dilawarkhakh 1 year ago
Comment removed
dilawarkhakh 1 year ago
You're videos are of great help to me. I got an A in numerical analysis I and will more than likely get an A in numerical analysis 2 as well.
MechEngineering45 1 year ago
Excelente, soy estudiante de la Escuela Superior politecnica, buen video.
garyHTC 1 year ago
Thank you very much. Actually I try to solve an equation of the form
y(t)'' = - H(t)*y'(t) - c1 * y^4(t)*ln(y(t)²) - T(t) *y(t)
whereas c1 and c2 are constants, y(t) is the solution to be and H(t), T(t) are functions of the independent variable. Is this familiar to you by chance?
VannevarBush 1 year ago
This video helps a lot. Thank you very much for posting!
AKSstudent 1 year ago
Going to a test today
kralle333 1 year ago
k3= -.3181*
homedogdigity 1 year ago
Great links. I've been covering numerical methods this semester and this has been my number one source of information. If you still have the labs, Adam Bashforth's method could be simplified!
Great job USF
louislryan 1 year ago
can't you use the linear ODE equation for this?
Can you solve any nonlinear ODE with this?
presidentevil 1 year ago
You can solve any linear or nonlinear ODE of the form dy/dx=f(x,y) with Runge-Kutta methods.
numericalmethodsguy 1 year ago
thanks so much! very good video you explain much better than my professor!!
footbagverde 1 year ago
You Sir are PRO !
bardiche1989 2 years ago
So my lecturer goes to us today, "So you should all be aware of the Ronge-Kutta and Euler methods". The whole class (first years) just looked at eachother with baffled faces. Thank you for uploading this, you have saved my Mathematical Physics GPA!!
LogInForPaper 2 years ago 3
Please tell all your classmates about the website.
numericalmethodsguy 2 years ago
@numericalmethodsguy
Yeah I will, already posted this on facebook.
LogInForPaper 2 years ago
really helpful video. thanks
expert425 2 years ago
you are very helpful and i appreciate the time you put into this
7i7Abil 2 years ago
you are my hero
pikachu7 2 years ago
OMG!!! idk what this is but Runge is my last name!!! and he said in right!!
lovepandas411 2 years ago
Really helpful thanks so much
adhemar4444 2 years ago
The correction for k3 has been posted
numericalmethodsguy 2 years ago 3
Comment removed
KooLRajK 2 years ago