A parachutist whose mass is 75 kg drops from a helicopter hovering 2000 m above the ground and falls toward the ground under the influence of gravity. Assume that the force due to air resistance is proportional to the velocity of the parachutist, with the proportionality constant b1 = 30 N-sec/m when the chute is closed and b2= 90 N-sec/m when the chute is open. If the chute does not open until the velocity of the parachutist reaches 20 m/sec, after how many seconds will she reach the ground?

Short Answer

Expert verified

The parachutist reaches at the grounds in 241 sec.

Step by step solution

01

Find the value of t when b1=30N

ma = mg -b1v

75dvdt=759.81-30vdvdt=(9.81)-0.4vv'+0.4v=9.81v.e0.4t=9.81e0.4tdtv.e0.4t=24.52e0.4t+c

When v=0 and t=0 , c=-24.52

v.e0.4t=24.52e0.4t+24.52v=-24.52e-0.4t+24.52v=(1-e-0.4t)24.52x(t)=24.52t+61.3e-0.4t+c

When x=20 and t=0 ,c=41.3

x(t)=24.52t+61.3e-0.4t+41.3

put x=0,

0=24.52t+61.3e-0.4t+41.341.3=24.52t+61.3e-0.4t

By trial and error method t = 4.225 sec.
02

Find the value of t when b2=90 N

ma = mg -b2v

75dvdt=75(9.81)-90vdvdt=(9.81)-1.2vv'+1.2v=9.81v.e1.2t=9.81e1.2tdtv.e1.2t=8.175e1.2t+c

When v=0 and t=0 , c=-8.175

v.e01.2t=8.175e1.2t+8.175v=-8.175e-1.2t+8.175v=(1-e-1.2t)8.175x(t)=8.175t+6.8125e-0.4t+c

When x=20 and t=0, c=13.1875

x(t)=8.175t+6.8125e-1.2t+13.1875

put x=0,

0=8.175t+6.8125e-1.2t+13.187513.1875=8.175t+6.8125e-0.4t

By trial and error method t = 236.885 sec.

03

Find total time.

The total time takes by the parachutist is 4.225 + 236.885 = 241.1 sec

Hence parachutist will reach the ground in 241 sec.

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

The solution to the initial value problemdydx+yx=x3y2,y(1)=3has a vertical asymptote (“blows up”) at some point in the interval [1,2]By experimenting with the improved Euler’s method subroutine, determine this point to two decimal places.

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?

Rocket Flight. A model rocket having initial mass mo kg is launched vertically from the ground. The rocket expels gas at a constant rate of a kg/sec and at a constant velocity of b m/sec relative to the rocket. Assume that the magnitude of the gravitational force is proportional to the mass with proportionality constant g. Because the mass is not constant, Newton’s second law leads to the equation (mo - αt) dv/dt - αβ = -g(m0 – αt), where v = dx/dt is the velocity of the rocket, x is its height above the ground, and m0 - αt is the mass of the rocket at t sec after launch. If the initial velocity is zero, solve the above equation to determine the velocity of the rocket and its height above ground for 0≤t<m0/α.

Local versus Global Error. In deriving formula (4) for Euler’s method, a rectangle was used to approximate the area under a curve (see Figure 3.14). With

\({\bf{g(t) = f(t,f(t))}}\), this approximation can be written as \(\int\limits_{{{\bf{x}}_{\bf{n}}}}^{{{\bf{x}}_{{\bf{n + 1}}}}} {{\bf{g(t)dt}} \approx {\bf{hg(}}{{\bf{x}}_{\bf{n}}}{\bf{)}}} \)where \({\bf{h = }}{{\bf{x}}_{{\bf{n + 1}}}}{\bf{ - }}{{\bf{x}}_{\bf{n}}}\) .

  1. Show that if g has a continuous derivative that is bounded in absolute value by B, then the rectangle approximation has error\(\left( {\bf{O}} \right){{\bf{h}}^{\bf{2}}}\); that is, for some constant M, \(\left| {\int\limits_{{{\bf{x}}_{\bf{n}}}}^{{{\bf{x}}_{{\bf{n + 1}}}}} {{\bf{g(t)dt - hg(}}{{\bf{x}}_{\bf{n}}}{\bf{)}}} } \right| \le {\bf{M}}{{\bf{h}}^{\bf{2}}}\).This is called the local truncation error of the scheme. [Hint: Write \(\int\limits_{{{\bf{x}}_{\bf{n}}}}^{{{\bf{x}}_{{\bf{n + 1}}}}} {{\bf{g(t)dt - hg(}}{{\bf{x}}_{\bf{n}}}{\bf{)}}} {\bf{ = }}\int\limits_{{{\bf{x}}_{\bf{n}}}}^{{{\bf{x}}_{{\bf{n + 1}}}}} {\left[ {{\bf{g(t)dt - g(}}{{\bf{x}}_{\bf{n}}}{\bf{)}}} \right]{\bf{dt}}} \). Next, using the mean value theorem, show that\(\left| {{\bf{g(t)dt - g(}}{{\bf{x}}_{\bf{n}}}{\bf{)}}} \right| \le {\bf{B}}\left| {{\bf{t - }}{{\bf{x}}_{\bf{n}}}} \right|\) . Then integrate to obtain the error bound\(\left( {\frac{{\bf{B}}}{{\bf{2}}}} \right){{\bf{h}}^{\bf{2}}}\).]
  2. In applying Euler’s method, local truncation errors occur in each step of the process and are propagated throughout the further computations. Show that the sum of the local truncation errors in part (a) that arise after n steps is (O)h. This is the global error, which is the same as the[ss1] [m2] convergence rate of Euler’s method.


Use the improved Euler’s method subroutine with step size h= 0.1 to approximate the solution to the initial value problemy'=x=y2,y(1)=0, 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’s method (see Exercises 1.4,Problem 5, page 28).

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