/*! 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} Q13E The solution to the initial valu... [FREE SOLUTION] | 91影视

91影视

The solution to the initial value problem \(\frac{{{\bf{dy}}}}{{{\bf{dx}}}}{\bf{ = }}{{\bf{y}}^{\bf{2}}}{\bf{ - 2}}{{\bf{e}}^{\bf{x}}}{\bf{y + }}{{\bf{e}}^{{\bf{2x}}}}{\bf{ + }}{{\bf{e}}^{\bf{x}}}{\bf{,y(0) = 3}}\)has a vertical asymptote (鈥渂lows up鈥) at some point in the interval\(\left[ {{\bf{0,2}}} \right]\). By experimenting with the fourth-order Runge鈥揔utta subroutine, determine this point to two decimal places.

Short Answer

Expert verified

x = 0.51

Step by step solution

01

Find the values of \({{\bf{k}}_{\bf{i}}}{\bf{.i = 1,2,3,4}}\)

When the solution of given IVP 鈥渂lows up鈥 using the improved 4th order Runge-Kutta subroutine.

Since \({\bf{f(x,y) = }}{{\bf{y}}^{\bf{2}}}{\bf{ - 2}}{{\bf{e}}^{\bf{x}}}{\bf{y + }}{{\bf{e}}^{{\bf{2x}}}}{\bf{ + }}{{\bf{e}}^{\bf{x}}}\) and \({\bf{x = }}{{\bf{x}}_{\bf{0}}}{\bf{ = 0,y = }}{{\bf{y}}_{\bf{o}}}{\bf{ = 3}}\) and h = 0.005, M = 400

\(\begin{array}{l}{{\bf{k}}_{\bf{1}}}{\bf{ = h}}{\rm{f}}{\bf{(x,y) = 0}}{\bf{.005(}}{{\bf{y}}^{\bf{2}}}{\bf{ - 2}}{{\bf{e}}^{\bf{x}}}{\bf{y + }}{{\bf{e}}^{{\bf{2x}}}}{\bf{ + }}{{\bf{e}}^{\bf{x}}}{\bf{)}}\\{{\bf{k}}_{\bf{2}}}{\bf{ = hf}}\left( {{\bf{x + }}\frac{{\bf{h}}}{{\bf{2}}}{\bf{,y + }}\frac{{{{\bf{k}}_{\bf{1}}}}}{{\bf{2}}}} \right){\bf{ = 0}}{\bf{.005}}\left( {{{\left( {{\bf{y + }}\frac{{{{\bf{k}}_{\bf{1}}}}}{{\bf{2}}}} \right)}^{\bf{2}}}} \right){\bf{ - 2}}{{\bf{e}}^{{\bf{x + 0}}{\bf{.0025}}}}\left( {{\bf{y + }}\frac{{{{\bf{k}}_{\bf{1}}}}}{{\bf{2}}}} \right){\bf{ + }}{{\bf{e}}^{{\bf{2(x + 0}}{\bf{.0025)}}}}{\bf{ + }}{{\bf{e}}^{{\bf{x + 0}}{\bf{.0025}}}}\\{{\bf{k}}_{\bf{3}}}{\bf{ = hf}}\left( {{\bf{x + }}\frac{{\bf{h}}}{{\bf{2}}}{\bf{,y + }}\frac{{{{\bf{k}}_{\bf{2}}}}}{{\bf{2}}}} \right){\bf{ = 0}}{\bf{.005}}\left( {{{\left( {{\bf{y + }}\frac{{{{\bf{k}}_{\bf{2}}}}}{{\bf{2}}}} \right)}^{\bf{2}}}} \right){\bf{ - 2}}{{\bf{e}}^{{\bf{x + 0}}{\bf{.0025}}}}\left( {{\bf{y + }}\frac{{{{\bf{k}}_{\bf{2}}}}}{{\bf{2}}}} \right){\bf{ + }}{{\bf{e}}^{{\bf{2(x + 0}}{\bf{.0025)}}}}{\bf{ + }}{{\bf{e}}^{{\bf{x + 0}}{\bf{.0025}}}}\\{{\bf{k}}_{\bf{4}}}{\bf{ = hf}}\left( {{\bf{x + h,y + }}{{\bf{k}}_{\bf{3}}}} \right){\bf{ = 0}}{\bf{.005}}\left( {{{{\bf{(y + }}{{\bf{k}}_{\bf{3}}}{\bf{)}}}^{\bf{2}}}{\bf{ - 2}}{{\bf{e}}^{{\bf{x + 0}}{\bf{.0025}}}}{\bf{ + }}{{\bf{e}}^{{\bf{2(x + 0}}{\bf{.0025)}}}}{\bf{ + }}{{\bf{e}}^{{\bf{x + 0}}{\bf{.0025}}}}} \right)\\{{\bf{k}}_{\bf{1}}}{\bf{ = h(x,y) = 0}}{\bf{.025}}\\{{\bf{k}}_{\bf{2}}}{\bf{ = hf}}\left( {{\bf{x + }}\frac{{\bf{h}}}{{\bf{2}}}{\bf{,y + }}\frac{{{{\bf{k}}_{\bf{1}}}}}{{\bf{2}}}} \right){\bf{ = 0}}{\bf{.02522}}\\{{\bf{k}}_{\bf{3}}}{\bf{ = hf}}\left( {{\bf{x + }}\frac{{\bf{h}}}{{\bf{2}}}{\bf{,y + }}\frac{{{{\bf{k}}_{\bf{2}}}}}{{\bf{2}}}} \right){\bf{ = 0}}{\bf{.02522}}\\{{\bf{k}}_{\bf{4}}}{\bf{ = hf}}\left( {{\bf{x + h,y + }}{{\bf{k}}_{\bf{3}}}} \right){\bf{ = 0}}{\bf{.02543}}\end{array}\)

02

Find the values of x and y

\(\begin{array}{c}{\bf{x = 1 + 0}}{\bf{.005 = 1}}{\bf{.005}}\\{\bf{y = 3 + }}\frac{{\bf{1}}}{{\bf{6}}}\left( {{{\bf{k}}_{\bf{1}}}{\bf{ + 2}}{{\bf{k}}_{\bf{2}}}{\bf{ + 2}}{{\bf{k}}_{\bf{3}}}{\bf{ + }}{{\bf{k}}_{\bf{4}}}} \right)\\{\bf{ = 3}}{\bf{.025}}\end{array}\)

03

Find the other values

Apply the same procedure to the values of x and y.

\(\begin{array}{l}{\bf{x = 0}}{\bf{.505}},{\bf{y}} \approx 2020103\\{\bf{x = 0}}{\bf{.510,y}} \approx 9550268\end{array}\)

This means that the solution of the given initial value problem 鈥渂lows up鈥 on the interval \(\left[ {{\bf{0,2}}} \right]\) at x=0.51.

Hence the solution is x = 0.51

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with 91影视!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

An object of mass 100kg is released from rest from a boat into the water and allowed to sink. While gravity is pulling the object down, a buoyancy force of 1/40 times the weight of the object is pushing the object up (weight = mg). If we assume that water resistance exerts a force on the object that is proportional to the velocity of the object, with proportionality constant 10N-sec/m , find the equation of motion of the object. After how many seconds will the velocity of the object be 70 m/sec ?

Beginning at time t=0, fresh water is pumped at the rate of 3 gal/min into a 60-gal tank initially filled with brine. The resulting less-and-less salty mixture overflows at the same rate into a second 60-gal tank that initially contained only pure water, and from there it eventually spills onto the ground. Assuming perfect mixing in both tanks, when will the water in the second tank taste saltiest? And exactly how salty will it then be, compared with the original brine?

Use the fourth-order Runge鈥揔utta subroutine with h = 0.25 to approximate the solution to the initial value problemy'=1-y,y(0)=0, at x = 1. Compare this approximation with the one obtained in Problem 6 using the Taylor method of order 4.

In Problems 23鈥27, assume that the rate of decay of a radioactive substance is proportional to the amount of the substance present. The half-life of a radioactive substance is the time it takes for one-half of the substance to disintegrate. If initially there are 300 g of a radioactive substance and after 5 yr there are 200 g remaining, how much time must elapse before only 10 g remain?

Use the fourth-order Runge鈥揔utta algorithm to approximate the solution to the initial value problem\({\bf{y' = ycosx,y(0) = 1}}\) , at \({\bf{x = \pi }}\). For a tolerance of \({\bf{\varepsilon = 0}}{\bf{.01}}\) use a stopping procedure based on the absolute error.

See all solutions

Recommended explanations on Math Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.