Math Problem Statement

A parachutist that is 70 kg drops from a helicopter 2000 meters high and falls under the influence of gravity . Assume 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 is 15m/sec, after how many seconds will the parachutist reach the ground? Assume gravity is 9.81 m/sec^2

Solution

This is a classical problem involving a parachutist falling under the influence of gravity and air resistance, and we need to use differential equations to solve it.

Step 1: Set up the differential equation when the parachute is closed

Initially, the parachutist is falling under the influence of two forces:

  1. Gravity: Fg=mgF_g = mg, where m=70m = 70 kg and g=9.81m/s2g = 9.81 \, \text{m/s}^2.
  2. Air resistance: Fr=b1vF_r = b_1 v, where b1=30n-sec/mb_1 = 30 \, \text{n-sec/m} and vv is the velocity.

The total force is then given by: F=mgb1vF = mg - b_1 v By Newton's second law, F=maF = ma, where a=dvdta = \frac{dv}{dt}, so: mdvdt=mgb1vm \frac{dv}{dt} = mg - b_1 v Substituting m=70m = 70 and rearranging the equation: dvdt=gb1mv\frac{dv}{dt} = g - \frac{b_1}{m} v Substitute g=9.81m/s2g = 9.81 \, \text{m/s}^2 and b1m=30700.4286\frac{b_1}{m} = \frac{30}{70} \approx 0.4286: dvdt=9.810.4286v\frac{dv}{dt} = 9.81 - 0.4286 v

Step 2: Solve the differential equation (closed parachute)

This is a first-order linear differential equation. The solution for v(t)v(t) is: v(t)=mgb1(1eb1mt)v(t) = \frac{mg}{b_1} \left( 1 - e^{-\frac{b_1}{m}t} \right) Substitute mgb1=70×9.813022.87m/s\frac{mg}{b_1} = \frac{70 \times 9.81}{30} \approx 22.87 \, \text{m/s}: v(t)=22.87(1e0.4286t)v(t) = 22.87 \left( 1 - e^{-0.4286t} \right)

Step 3: Find time when the velocity is 15 m/s (before the parachute opens)

We need to find t1t_1 when v(t1)=15m/sv(t_1) = 15 \, \text{m/s}. Set v(t1)=15v(t_1) = 15: 15=22.87(1e0.4286t1)15 = 22.87 \left( 1 - e^{-0.4286 t_1} \right) Solving for e0.4286t1e^{-0.4286 t_1}: 1522.87=1e0.4286t1\frac{15}{22.87} = 1 - e^{-0.4286 t_1} e0.4286t1=10.6558=0.3442e^{-0.4286 t_1} = 1 - 0.6558 = 0.3442 Taking the natural logarithm on both sides: 0.4286t1=ln(0.3442)-0.4286 t_1 = \ln(0.3442) t1=ln(0.3442)0.42862.51secondst_1 = \frac{\ln(0.3442)}{-0.4286} \approx 2.51 \, \text{seconds}

So, after t1=2.51t_1 = 2.51 seconds, the parachute opens.

Step 4: Set up the differential equation when the parachute is open

Once the parachute opens, the air resistance changes to b2=90n-sec/mb_2 = 90 \, \text{n-sec/m}. The new differential equation is: mdvdt=mgb2vm \frac{dv}{dt} = mg - b_2 v dvdt=gb2mv\frac{dv}{dt} = g - \frac{b_2}{m} v Substitute b2m=90701.2857\frac{b_2}{m} = \frac{90}{70} \approx 1.2857: dvdt=9.811.2857v\frac{dv}{dt} = 9.81 - 1.2857 v

Step 5: Solve the differential equation (open parachute)

The solution to this equation is: v(t)=mgb2(1eb2m(tt1))v(t) = \frac{mg}{b_2} \left( 1 - e^{-\frac{b_2}{m} (t - t_1)} \right) Substitute mgb2=70×9.81907.63m/s\frac{mg}{b_2} = \frac{70 \times 9.81}{90} \approx 7.63 \, \text{m/s}: v(t)=7.63(1e1.2857(tt1))v(t) = 7.63 \left( 1 - e^{-1.2857(t - t_1)} \right) This is the velocity function for t>t1t > t_1.

Step 6: Calculate the time to reach the ground

We need to integrate the velocity to find the total distance traveled. The total distance is 2000 m, and the parachutist falls with two phases: before and after the parachute opens.

We can break the total fall distance into two parts:

  • The distance fallen before the parachute opens, which we can calculate by integrating v(t)v(t) from 00 to t1t_1.
  • The distance fallen after the parachute opens, which we can calculate by integrating v(t)v(t) from t1t_1 to the time when the parachutist reaches the ground.

I will calculate these distances next.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Differential Equations
Physics (Mechanics)
Exponential Decay

Formulas

F = mg - b1v
dv/dt = g - (b1/m)v
v(t) = (mg/b1)(1 - e^(-(b1/m)t))
v(t) = (mg/b2)(1 - e^(-(b2/m)(t - t1)))

Theorems

Newton's Second Law of Motion
Exponential Growth and Decay

Suitable Grade Level

Undergraduate Physics or Advanced High School