document.write( "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. \n" ); document.write( "
Algebra.Com's Answer #519532 by Fombitz(32388)\"\" \"About 
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.
\n" ); document.write( "You need initial values for \"f%28x%2Cy%29\" not \"x\" or \"y\".
\n" ); document.write( "Also, what are a and b?
\n" ); document.write( "Is \"a=f%28x0%2Cy0%29\" and \"b=f%28x0%2Bh%2F2%2Cy0%29\"??
\n" ); document.write( "It would be helpful if you could write out the Runge Kutta formula you are to use.
\n" ); document.write( "Please repost with additional information.
\n" ); document.write( "
\n" );