Euler’s Method for Solving Differential Equations Numerically
note
note 2
Use Euler’s method with step size 0.2 to compute the approximate y-value y(0.6) of the solution of the initial-value problem y ′ = y2, y(0) = 5.
y(0.6) ≈ 210
The exact solution to the initial value problem, y ′ = y, y(0) = 1, is y = ex. Which of the following best estimates the error obtained when computing y(1) using Euler’s Method with a step size of 0.5?
0.4683
Use Euler’s method with step size 0.2 to compute the approximate y-value y(0.6) of the solution of the initial-value problem y ′ = y2, y(0) = 1.
y(0.6) ≈ 1.9308288
The exact solution to the initial value problem, y ′ = y, y(0) = 1, is y = ex. Which of the following best estimates the error obtained when computing y(2) using Euler’s Method with a step size of 1?
3.3891
Use Euler’s method with step size 1 to compute the approximate y-value y(3) of the solution of the initial-value problem y ′ = x2, y(0) = 2.
y(3) ≈ 7
The exact solution to the initial value problem, y ′ = y, y(0) = 1, is y = ex. Which of the following best estimates the error obtained when computing y(2) using Euler’s Method with a step size of 0.5?
2.3266
Use Euler’s method with step size 0.5 to compute the approximate y-value y (2) of the solution of the initial-value problem y′ = xy, y (0) = 2.
y(2)≈6.5625
Use Euler’s method with step size 0.5 to compute the approximate y-value y(2) of the solution of the initial-value problem y ′ = xy, y(0) = 1.
y(2) ≈ 3.28125
Use Euler’s method with step size 1 to compute the approximate y-value y(3) of the solution of the initial-value problem y ′ = x2, y(0) = 50.
y(3) ≈ 55
The exact solution to the initial value problem, y ′ = y, y(0) = 1, is y = ex. Which of the following best estimates the error obtained when computing y(1) using Euler’s Method with a step size of 1?
0.7183