Back to Questions
CSS Applied Mathematics
QUESTION #1312
Question 1
Euler's method for the IVP \(y'=f(x,y)\), \(y(x_0)=y_0\) with step size \(h\) gives:
Correct Answer Explanation
Euler's (forward Euler) method: \(y_{n+1}=y_n+h\cdot f(x_n,y_n)\). It is a first-order method derived from the Taylor series truncated after the first derivative term. The local truncation error is \(O(h^2)\) and global error is \(O(h)\).
Sign in to join the conversation and share your thoughts.
Log In to Comment