\[ \begin{align}\begin{aligned}\newcommand\blank{~\underline{\hspace{1.2cm}}~}\\% Bold symbols (vectors) \newcommand\bs[1]{\mathbf{#1}}\\% Poor man's siunitx \newcommand\unit[1]{\mathrm{#1}} \newcommand\num[1]{#1} \newcommand\qty[2]{#1~\unit{#2}}\\\newcommand\per{/} \newcommand\squared{{}^2} \newcommand\cubed{{}^3} % % Scale \newcommand\milli{\unit{m}} \newcommand\centi{\unit{c}} \newcommand\kilo{\unit{k}} \newcommand\mega{\unit{M}} % % Percent \newcommand\percent{\unit{\%}} % % Angle \newcommand\radian{\unit{rad}} \newcommand\degree{\unit{{}^\circ}} % % Time \newcommand\second{\unit{s}} \newcommand\s{\second} \newcommand\minute{\unit{min}} \newcommand\hour{\unit{h}} % % Distance \newcommand\meter{\unit{m}} \newcommand\m{\meter} \newcommand\inch{\unit{in}} \newcommand\foot{\unit{ft}} % % Force \newcommand\newton{\unit{N}} \newcommand\kip{\unit{kip}} % kilopound in "freedom" units - edit made by Sri % % Mass \newcommand\gram{\unit{g}} \newcommand\g{\gram} \newcommand\kilogram{\unit{kg}} \newcommand\kg{\kilogram} \newcommand\grain{\unit{grain}} \newcommand\ounce{\unit{oz}} % % Temperature \newcommand\kelvin{\unit{K}} \newcommand\K{\kelvin} \newcommand\celsius{\unit{{}^\circ C}} \newcommand\C{\celsius} \newcommand\fahrenheit{\unit{{}^\circ F}} \newcommand\F{\fahrenheit} % % Area \newcommand\sqft{\unit{sq\,\foot}} % square foot % % Volume \newcommand\liter{\unit{L}} \newcommand\gallon{\unit{gal}} % % Frequency \newcommand\hertz{\unit{Hz}} \newcommand\rpm{\unit{rpm}} % % Voltage \newcommand\volt{\unit{V}} \newcommand\V{\volt} \newcommand\millivolt{\milli\volt} \newcommand\mV{\milli\volt} \newcommand\kilovolt{\kilo\volt} \newcommand\kV{\kilo\volt} % % Current \newcommand\ampere{\unit{A}} \newcommand\A{\ampere} \newcommand\milliampereA{\milli\ampere} \newcommand\mA{\milli\ampere} \newcommand\kiloampereA{\kilo\ampere} \newcommand\kA{\kilo\ampere} % % Resistance \newcommand\ohm{\Omega} \newcommand\milliohm{\milli\ohm} \newcommand\kiloohm{\kilo\ohm} % correct SI spelling \newcommand\kilohm{\kilo\ohm} % "American" spelling used in siunitx \newcommand\megaohm{\mega\ohm} % correct SI spelling \newcommand\megohm{\mega\ohm} % "American" spelling used in siunitx % % Inductance \newcommand\henry{\unit{H}} \newcommand\H{\henry} \newcommand\millihenry{\milli\henry} \newcommand\mH{\milli\henry} % % Power \newcommand\watt{\unit{W}} \newcommand\W{\watt} \newcommand\milliwatt{\milli\watt} \newcommand\mW{\milli\watt} \newcommand\kilowatt{\kilo\watt} \newcommand\kW{\kilo\watt} % % Energy \newcommand\joule{\unit{J}} \newcommand\J{\joule} % % Composite units % % Torque \newcommand\ozin{\unit{\ounce}\,\unit{in}} \newcommand\newtonmeter{\unit{\newton\,\meter}} % % Pressure \newcommand\psf{\unit{psf}} % pounds per square foot \newcommand\pcf{\unit{pcf}} % pounds per cubic foot \newcommand\pascal{\unit{Pa}} \newcommand\Pa{\pascal} \newcommand\ksi{\unit{ksi}} % kilopound per square inch \newcommand\bar{\unit{bar}} \end{aligned}\end{align} \]

Oct 24, 2024 | 565 words | 6 min read

2.3.1. Task 1#

Conservation of space momentum in space vehicles#

Learning Objectives#

By the end of this task, students will apply programming concepts by leveraging absolute and relative cell referencing in MS Excel to automate calculations and dynamically adjust inputs. They will implement key programming principles like loops and conditional logic to efficiently calculate the rocket’s velocity (\(\Delta V\)) as vehicle mass changes. This task reinforces the practical application of programming concepts in engineering, enabling students to solve complex problems with accuracy and precision.

Introduction#

../../../../../_images/artemis_1.jpg

Fig. 2.4 Artemis I launch in Nov. 2022. (Dunbar)#

Rockets work on the principle of conservation of momentum. A rocket is an example of conservation of momentum because the mass of the system is not constant since the rocket ejects fuel at high velocity to provide thrust. Thus, the weight and mass of the rocket are constantly changing during flight (OpenStax, 2016). Because of the changing mass, we cannot use the standard form of Newton’s Second Law of Motion (\(F = m * a\)) to calculate the acceleration and velocity of the rocket (Ideal Rocket Equation). Instead, the Tsiolkovsky rocket equation is used to calculate the change of velocity of the rocket as a result of burning a mass of fuel.

In astrodynamics, the term \(\Delta V\), or “delta V”, is used to describe how much velocity is needed to get from one place in the solar system to another. The Tsiolkovsky rocket equation calculates how much \(\Delta V\) is possible based on a specific propellant exhaust velocity and mass fraction as shown below. Note that this is an ideal equation, which neglects aerodynamic lift and drag.

(2.2)#\[\Delta V = v_e \ln \left(\frac{m_0}{m_1}\right)\]

where,

\(v_e\) = Propellant exhaust velocity (\({\meter\per\second}\))

\(m_0\) = Initial total mass of vehicle (\(\kilo\gram\))

\(m_1\) = Final total mass of vehicle (\(\kilo\gram\))

\(\ln\) is the natural logarithm

Task Instructions#

A team of engineers is designing a space vehicle to launch to low-earth orbit. The team has a propellant with an exhaust velocity (\(v_e\)) of \(\qty{2000}{\meter\per\second}\) and a launch vehicle with an initial total mass (\(m_0\)) of \(\qty{10,000}{\kilo\gram}\). The team plans to use the Tsiolkovsky rocket equation to calculate \(\Delta V\) with this given propellant.

Given a space launch vehicle of known initial mass and propellant exhaust velocity, calculate the change in velocity of the rocket (\(\Delta V\)) necessary to reach a target orbit. Specifically, your tasks are to:

  1. Open the answer sheet ex2_ind_1_username.xlsx. Save it with your Purdue username replacing username in the file name.

  2. In the Input Section of the sheet, enter the initial values for \(v_e\) in \({\meter\per\second}\) and \(m_0\) in \(\kilo\gram\)

  3. Under the Calculation Section, populate Table 2.

    1. In the first column, decrement the final total vehicle mass starting at \(\qty{10000}{\kilo\gram}\) and going down to \(\qty{1000}{\kilo\gram}\) by steps of \(\qty{100}{\kilo\gram}\). Use inbuilt formula with relative cell referencing to decrement the values.

    2. In the second column, calculate \(\Delta V\) in \({\meter\per\second}\) for each combination of final and initial vehicle mass. Use absolute and relative cell referencing to perform the calculations so the values of \(v_e\) and \(m_0\) could be changed, and the calculations will automatically update.

  4. Copy the following questions into the Output Section of the spreadsheet and then add your answers.

    1. If a \(\Delta V\) of \(\qty{2000}{\meter\per\second}\) is needed to get to low-earth orbit, what final vehicle mass will just get the vehicle there? Provide an estimate based on your calculations.

    2. If a \(\Delta V\) of \(\qty{4500}{\meter\per\second}\) is needed to get to a geosynchronous orbit, what final vehicle mass will just get the vehicle there? Provide an estimate based on your calculations.

  5. Save the ex2_ind_1_username.xlsx file as ex2_ind_1_values_username.pdf displaying the values and ex2_ind_1_formulas_username.pdf displaying the formula.

  6. Submit both files to Gradescope.