Chapter 02.00: Physical Problem for Numerical Differentiation

Lesson: General Engineering

Summary

To find the acceleration of a rocket requires differentiation of the velocity expression.

  

Modeling

A rocket is traveling vertically and expels fuel at a velocity of \(2000\ \text{m/s}\) at a consumption rate of \(2100\ \text{kg/s}\). The initial mass of the rocket is \(140,000\ \text{kg}\). If the rocket starts from rest, how can I calculate the acceleration of the rocket at \(16\ \text{s}\)?

Figure 1 A rocket launched into space

Source of rocket picture: NASA Langley Research Center, Office of Education, edu.larc.nasa.gov/pstp/

If

\[m_{0} = \text{initial mass of rocket at}\ t = 0\ \text{(kg)},\]

\[q = \text{rate at which fuel is expelled}\ \text{(kg/s)},\]

\[u = \text{velocity at which the fuel is being expelled}\ \text{(m/s)}\]

then since the fuel is expelled from the rocket, the mass of the rocket keeps decreasing with time. The mass of the rocket, \(m\) at any time, \(t\) is

\[m = m_{o} - qt \;\;\;\;\;\;\;\;\;\;\;\; (1)\]

The forces on the rocket at any time are found by applying Newton’s second law of motion. Then

\[\sum F = ma \;\;\;\;\;\;\;\;\;\;\;\; (2)\]

The upward force is due to the fuel expulsion, while the downward force is due to gravity

\[{uq} - mg = ma \;\;\;\;\;\;\;\;\;\;\;\; (3)\]

Using Equations (1) and (3) in Equation (2) gives

\[{uq} - \left( m_{o} - {qt} \right)g = \left( m_{o} - {qt} \right)a \;\;\;\;\;\;\;\;\;\;\;\; (4)\]

where

\[g = \text{acceleration due to gravity}\ \left(\text{m/s}^{2} \right)\]

From Equation (4), we get

\[a = \frac{{uq}}{m_{o} - {qt}} - g \;\;\;\;\;\;\;\;\;\;\;\; (5a)\]

\[\frac{{dv}}{dt} = \frac{{uq}}{m_{o} - {qt}} - g\;\;\;\;\;\;\;\;\;\;\;\; (5b)\]

Integrating both sides of Equation (5b) gives

\[v = - u\log_{e}( m_{0} - qt) - gt + C \;\;\;\;\;\;\;\;\;\;\;\; (6)\]

Since the rocket starts from rest

\[v = 0\ \text{at}\ t = 0\]

\[0 = - u\log_{e}(m_{o}) + C\]

\[C = u\log_{e}(m_{o})\]

Hence Equation (6) reduces to

\[v = - u\log_{e}( m_{o} - {qt}) - gt + u\log_{e}( m_{o})\]

\[\frac{{dx}}{{dt}} = u{\ lo}{g}_{e}(\frac{m_{o}}{m_{o} - {qt}}) - {gt}\;\;\;\;\;\;\;\;\;\;\;\; (7)\]

Using the following numerical values in Equation (7)

\[u = 2,000\ \text{m/s}\]

\[m_{o} = 140,000\ \text{kg}\]

\[q = 2100\ \text{kg/s}\]

\[g = 9.8\ \text{m/s}^{2}\]

\[t_{0} = 0\ \text{s}\]

\[t_{1} = 30\ \text{s}\]

gives

\[v = 2000 \log_{e}\left( \frac{14 \times 10^{4}}{14 \times 10^{4} - 2100t} \right) - 9.8t.\;\;\;\;\;\;\;\;\;\;\;\; (8)\]

Can you numerically find the acceleration at \(t = 16\ \text{s}\)? You may say that we do not need numerical or analytical differentiation to calculate the acceleration, as Equation (5a) directly gives us the acceleration of the rocket at any time. True! We are just doing this as an exercise to illustrate numerical differentiation, and we have a true expression of acceleration readily available for comparison with the numerical results.

  

Questions

(1)  Find the acceleration of the rocket at \(t = {16} \text{ s}\).

(2)  Use different numerical differentiation techniques to find the acceleration at \(t = {16} \text{ s}\). Compare these results with the exact answer.

Lesson: Chemical Engineering

Summary

Estimating the rate at which area of containment is spreading in a lake requires numerical differentiation.

  

Modeling

At about 11:56 am on June 22, 1969, near the city of Cleveland in Ohio, an oil slick on the Cuyahoga River caught fire that burned for 24 minutes. This incident on a navigable river acted as a catalyst for Congress to pass the Clean Water Act in 1972. The Federal Water Pollution Control Act prohibits the discharge of oil or oily waste substances or hazardous substances into or upon the navigable waters of the United States.

Interestingly, recreational boating is a growing activity in many waterways of the United States. Unfortunately, fuel leakages – however small – from so many boats can lead to the formation of large oil slicks. The ideal would be for the recreational boats to use fuels that can evaporate as quickly as the fuels leak onto the surface of the water.

Figure 1 Waves generated on a pond by a pebble

A new fuel for recreational boats being developed at the local university was tested at an area pond by a team of engineers. The interest is to document the environmental impact of the fuel – how quickly does the slick spread? Table 1 shows the video camera record of the radius of the wave generated by a drop of the fuel that fell into the pond. To find the rate at which the contamination spreads requires numerical differentiation.

Table 1 Radius of wave generated as a function of time.

\(\text{Time}\ (s)\) \(0\) \(0.5\) \(1.0\) \(1.5\) \(2.0\) \(2.5\) \(3.0\) \(3.5\) \(4.0\) \(4.5\) \(5.0\)
\(\text{Radius}\ (m)\) \(0\) \(0.236\) \(0.667\) \(1.225\) \(1.886\) \(2.635\) \(3.464\) \(4.365\) \(5.333\) \(6.364\) \(7.454\)

  

Questions

(1)  Compute the rate at which the radius of the drop was changing at \(t = 2\)s and \(t = 5\)s.

(2)  Estimate the rate at which the area of the contaminant was spreading across the pond at \(t=2\)s and \(t = 5\)s.