u'(t) = 20u(t) u(t) 10+0.1 sin(2лt), Exercise 3.3.3 Consider the logistic ODE (3.23) with initial condition u(0) = 0.5. To ten significant figures, the solution at t = 1 is u(1) = 9.971345698. (a) Estimate u(1) by using Euler's method with steps of size h = 0.1, and compute the error. (b) Estimate u(1) by using the improved Euler's method with steps of size h = 0.1, and compute the error. (c) Estimate u(1) by using the RK4 method with steps of size h = 0.1, and compute the error. (d) Estimate u(1) by using whatever numerical ODE solver you have available, without specifying the method, then compute the error. Most software, e.g., Mathematica, Maple, Matlab, and Sage, will use a good ODE solver with adaptive stepsizing for error control. (e) Explore the error tolerances in the solver you are using. For example, the Maple dsolve command, when solving numerically using the usual RKF45 method, accepts arguments abserr (default value 1.0 × 107) and relerr (default value 1.0 × 10-6) that can be used to control error. In Matlab the ode45 command accepts arguments AbsTol (default value 1.0 × 10-6) and RelTol (default value 1.0 × 10-³). In Mathematica the NDSolve command has arguments AccuracyGoal and PrecisionGoal.

Calculus For The Life Sciences
2nd Edition
ISBN:9780321964038
Author:GREENWELL, Raymond N., RITCHEY, Nathan P., Lial, Margaret L.
Publisher:GREENWELL, Raymond N., RITCHEY, Nathan P., Lial, Margaret L.
Chapter11: Differential Equations
Section11.3: Euler's Method
Problem 22E
icon
Related questions
Question
100%

need help with solving the ode and parts a, b and e    this is a practice problem I'm trying to target areas I need to improve so any direction is helpful. I am struggling with the hand written portion of eulers method, the improved method and I am completely confused on part e. 

u'(t) = 20u(t)
u(t)
10+0.1 sin(2лt),
Exercise 3.3.3 Consider the logistic ODE (3.23) with initial condition u(0) = 0.5. To ten significant figures,
the solution at t = 1 is u(1) = 9.971345698.
(a) Estimate u(1) by using Euler's method with steps of size h = 0.1, and compute the error.
(b) Estimate u(1) by using the improved Euler's method with steps of size h = 0.1, and compute the error.
(c) Estimate u(1) by using the RK4 method with steps of size h = 0.1, and compute the error.
(d) Estimate u(1) by using whatever numerical ODE solver you have available, without specifying the
method, then compute the error. Most software, e.g., Mathematica, Maple, Matlab, and Sage, will use a
good ODE solver with adaptive stepsizing for error control.
(e) Explore the error tolerances in the solver you are using. For example, the Maple dsolve command,
when solving numerically using the usual RKF45 method, accepts arguments abserr (default value
1.0 × 107) and relerr (default value 1.0 × 10-6) that can be used to control error. In Matlab the ode45
command accepts arguments AbsTol (default value 1.0 × 10-6) and RelTol (default value 1.0 × 10-³).
In Mathematica the NDSolve command has arguments AccuracyGoal and PrecisionGoal.
Transcribed Image Text:u'(t) = 20u(t) u(t) 10+0.1 sin(2лt), Exercise 3.3.3 Consider the logistic ODE (3.23) with initial condition u(0) = 0.5. To ten significant figures, the solution at t = 1 is u(1) = 9.971345698. (a) Estimate u(1) by using Euler's method with steps of size h = 0.1, and compute the error. (b) Estimate u(1) by using the improved Euler's method with steps of size h = 0.1, and compute the error. (c) Estimate u(1) by using the RK4 method with steps of size h = 0.1, and compute the error. (d) Estimate u(1) by using whatever numerical ODE solver you have available, without specifying the method, then compute the error. Most software, e.g., Mathematica, Maple, Matlab, and Sage, will use a good ODE solver with adaptive stepsizing for error control. (e) Explore the error tolerances in the solver you are using. For example, the Maple dsolve command, when solving numerically using the usual RKF45 method, accepts arguments abserr (default value 1.0 × 107) and relerr (default value 1.0 × 10-6) that can be used to control error. In Matlab the ode45 command accepts arguments AbsTol (default value 1.0 × 10-6) and RelTol (default value 1.0 × 10-³). In Mathematica the NDSolve command has arguments AccuracyGoal and PrecisionGoal.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 1 steps

Blurred answer