Back to Questions
SSC Applied Mathematics
QUESTION #4164
Question 1
Using Euler's method with $h = 0.25$ for $y' = \frac{1}{x+y}$, $y(1) = 2$, what is $y(1.25)$?
Correct Answer Explanation
Euler: $y_1 = y_0 + h f(x_0, y_0) = 2 + 0.25 \times \frac{1}{1+2} = 2 + \frac{0.25}{3} = 2 + \frac{1}{12} = \frac{25}{12}$.
Sign in to join the conversation and share your thoughts.
Log In to Comment