The solution to the initial value problem\({\bf{y' = }}\frac{{\bf{2}}}{{{{\bf{x}}^{\bf{4}}}}}{\bf{ - }}{{\bf{y}}^{\bf{2}}}{\bf{,y(1) = - 0}}{\bf{.414}}\), crosses the x-axis at a point in the interval \(\left[ {{\bf{1,2}}} \right]\).By experimenting with the fourth-order Runge–Kutta subroutine, determine this point to two decimal places

Short Answer

Expert verified

x = 1.41

Step by step solution

01

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

Since \({\bf{y' = }}\frac{{\bf{2}}}{{{{\bf{x}}^{\bf{4}}}}}{\bf{ - }}{{\bf{y}}^{\bf{2}}}{\bf{,y(1) = - 0}}{\bf{.414}}\) and \({\bf{x = }}{{\bf{x}}_{\bf{0}}}{\bf{ = 0,y = }}{{\bf{y}}_{\bf{o}}}{\bf{ = - 0}}{\bf{.414}}\) and h = 0.005, M = 200

\(\begin{array}{l}{{\bf{k}}_{\bf{1}}}{\bf{ = h}}{\rm{f}}{\bf{(x,y) = 0}}{\bf{.005(1 - 0) = 0}}{\bf{.914302}}\\{{\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{.00989131}}\\{{\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{.00906399}}\\{{\bf{k}}_{\bf{4}}}{\bf{ = hf}}\left( {{\bf{x + h,y + }}{{\bf{k}}_{\bf{3}}}} \right){\bf{ = 0}}{\bf{.00898261}}\end{array}\)

02

Find the values of x and y

\(\begin{array}{c}{\bf{x = 1 + 0}}{\bf{.005 = 1}}{\bf{.005}}\\{\bf{y = - 0}}{\bf{.414 + }}\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{ = - 0}}{\bf{.414 + }}\frac{{\bf{1}}}{{\bf{6}}}{\bf{(0}}{\bf{.914302 + 2}}\left( {{\bf{0}}{\bf{.0099}}} \right){\bf{ + 2}}\left( {{\bf{0}}{\bf{.0091}}} \right){\bf{ + }}\left( {{\bf{0}}{\bf{.00898}}} \right){\bf{)}}\\{\bf{ = - 0}}{\bf{.405}}\end{array}\)

03

Find the other values

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

x = 1.410, y = -0.002

x = 1.415, y = 0.001

This means that the solution of the given initial value problem crosses the x-axis in between x= 1.410 and 1.415.i.e 1.41.

Hence the solution is x = 1.41

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 Vaia!

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

In Example 1, we solved for the velocity of the object as a function of time (equation (5)). In some cases, it is useful to have an expression, independent of t, that relates vand x.Find this relation for the motion in Example 1. [Hint: Lettingv(t)=V(xt), thendvdt=(dvdx)V]

An object of mass 5 kg is given an initial downward velocity of 50 m/sec and then allowed to fall under the influence of gravity. Assume that the force in newtons due to air resistance is -10v, where v is the velocity of the object in m/sec. Determine the equation of motion of the object. If the object is initially 500 m above the ground, determine when the object will strike the ground.

If the resistance in the RLcircuit of Figure 3.13(a) is zero, show that the current I (t) is directly proportional to the integral of the applied voltage E(t). Similarly, show that if the resistance in the RCcircuit of Figure 3.13(b) is zero, the current is directly proportional to the derivative of the applied voltage.

Falling Body.In Example 1 of Section 3.4, page 110, we modeled the velocity of a falling body by the initial value problem \({\bf{m}}\frac{{{\bf{dv}}}}{{{\bf{dt}}}}{\bf{ = mg - bv,v(0) = }}{{\bf{v}}_{\bf{o}}}{\bf{ = 0}}\)under the assumption that the force due to air resistance is –bv. However, in certain cases the force due to air resistance behaves more like\({\bf{ - b}}{{\bf{v}}^{\bf{r}}}\), where \({\bf{(r > 1)}}\) is some constant. This leads to the model \({\bf{m}}\frac{{{\bf{dv}}}}{{{\bf{dt}}}}{\bf{ = mg - b}}{{\bf{v}}^{\bf{r}}}{\bf{,v(0) = }}{{\bf{v}}_{\bf{o}}}\) (14).To study the effect of changing the parameter rin (14),take \({\bf{m = 1,}}\,\,{\bf{g = 9}}{\bf{.81,}}\,\,{\bf{b = 2}}\) and \({{\bf{v}}_{\bf{o}}}{\bf{ = 0}}\).Then use the improved Euler’s method subroutine with \({\bf{h = 0}}{\bf{.2}}\) to approximate the solution to (14) on the interval \(0 \le {\bf{t}} \le 5\)for \({\bf{r = 1}}{\bf{.0,}}\,\,{\bf{1}}{\bf{.5}}\) and 2.0. What is the relationship between these solutions and the constant solution\({\bf{v(t) = }}{\left( {\frac{{{\bf{9}}{\bf{.81}}}}{{\bf{2}}}} \right)^{\frac{{\bf{1}}}{{\bf{r}}}}}\)?

Determine the recursive formulas for the Taylor method of order 4 for the initial value problemy'=x-y,y(0)=0.

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.

Sign-up for free