For those of you familiar with the method, it is known that one must solve the equation:
y(i+1) = y(i) + h*F( X(i+1), Y(i+1) )
However, F is usually not linear, and the resulting equation usually has many different solutions for y(i+1). Which solution are we looking for, and what would one do, for instance, to the Newton-Raphson method so it finds the CORRECT zero? Any help is appreciated.