Chapter 3: Q 3.7-6E (page 139)
Use the Taylor methods of orders 2 and 4 with h = 0.25 to approximate the solution to the initial value problem , at x = 1. Compare these approximations to the actual solutionevaluated at x = 1.
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 3: Q 3.7-6E (page 139)
Use the Taylor methods of orders 2 and 4 with h = 0.25 to approximate the solution to the initial value problem , at x = 1. Compare these approximations to the actual solutionevaluated at x = 1.
All the tools & learning materials you need for study success - in one app.
Get started for free
By experimenting with the fourth-order Runge-Kutta subroutine, find the maximum value over the interval \(\left[ {{\bf{1,2}}} \right]\)of the solution to the initial value problem\({\bf{y' = }}\frac{{{\bf{1}}{\bf{.8}}}}{{{{\bf{x}}^{\bf{4}}}}}{\bf{ - }}{{\bf{y}}^{\bf{2}}}{\bf{,y(1) = - 1}}\) . Where does this maximum occur? Give your answers to two decimal places.
Use the improved Euler鈥檚 method subroutine with step size h= 0.1 to approximate the solution to the initial value problem, at the points x= 1.1, 1.2, 1.3, 1.4, and 1.5. (Thus, input N= 5.) Compare these approximations with those obtained using Euler鈥檚 method (see Exercises 1.4,Problem 5, page 28).
Use the fourth-order Runge鈥揔utta subroutine with h= 0.1 to approximate the solution to\({\bf{y' = cos}}\;{\bf{5y - x,y(0) = 0}}\),at the points x= 0, 0.1, 0.2, . . ., 3.0. Use your answers to make a rough sketch of the solution on\(\left[ {{\bf{0,3}}} \right]\).
The solution to the initial value problemhas a vertical asymptote (鈥渂lows up鈥) at some point in the interval [1,2]By experimenting with the improved Euler鈥檚 method subroutine, determine this point to two decimal places.
A swimming pool whose volume is 10,000 gal contains water that is 0.01% chlorine. Starting at t = 0, city water containing 0.001% chlorine is pumped into the pool at a rate of 5 gal/min. The pool water flows out at the same rate. What is the percentage of chlorine in the pool after 1 h? When will the pool water be 0.002% chlorine?
What do you think about this solution?
We value your feedback to improve our textbook solutions.