SOLUTION: use Runge-Kutta method to solve the initial value problem f(x,y)=1+xsinxy , with h=0.1 , y(0)=0 , a=0 and b=2 . Please help me, greetings.

Algebra ->  Test -> SOLUTION: use Runge-Kutta method to solve the initial value problem f(x,y)=1+xsinxy , with h=0.1 , y(0)=0 , a=0 and b=2 . Please help me, greetings.       Log On


   



Question 862174: use Runge-Kutta method to solve the initial value problem f(x,y)=1+xsinxy , with h=0.1 , y(0)=0 , a=0 and b=2 . Please help me, greetings.
Answer by Fombitz(32388) About Me  (Show Source):
You can put this solution on YOUR website!
You have a two variable equation z=f%28x%2Cy%29 but you have initial value only for y.
You need initial values for f%28x%2Cy%29 not x or y.
Also, what are a and b?
Is a=f%28x0%2Cy0%29 and b=f%28x0%2Bh%2F2%2Cy0%29??
It would be helpful if you could write out the Runge Kutta formula you are to use.
Please repost with additional information.