English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Consider the ordinary differential equation :- dy/dx=2xy with y=1 and x=1?
try to obtain estimates of the value of y when x = 1.6 by using The fourth-order Runge-Kutta method :

Yn+1 = Yn + 1/6(k1+ 2K2+2k3=k4)

Where

k1= hf(Xn,Yn)
k2= hf(Xn+1/2h ,Yn+ 1/2K1)
k3= hf(Xn+1/2h ,Yn+ 1/2K2)
k4= hf(Xn+h ,Yn+K3)

2006-12-03 00:55:17 · 3 answers · asked by Glendon 1 in Science & Mathematics Mathematics

3 answers

I guess this is a textbook question, but the application is a poor one since this equation is easily solved analytically by seperating variables,
i.e.,
int. (1/y) dy = 2 int. x dx + c
ln y = x^2 + c
where c is an arbitrary constant.
since x =1 and y=1 , c =-1

2006-12-03 01:23:50 · answer #1 · answered by yasiru89 6 · 0 0

Your original assumption is incorrect. If both Y and X equal 1, than the expression is false.

2006-12-03 09:05:29 · answer #2 · answered by Jeffrey B 2 · 0 1

Thanks for educating us

2006-12-03 09:04:52 · answer #3 · answered by openpsychy 6 · 0 0

fedest.com, questions and answers