Section 3.6 Modeling and Verifying Solutions
Understanding what it means for a function to be a solution to a differential equation is crucial for modeling. In real-world applications, we often have data or observations and need to verify whether a proposed mathematical model actually describes the phenomenon weβre studying.
In this section, weβll model a classic physics problem and learn how to verify that our solution makes sense both mathematically and physically.
Subsection The Problem: Free Fall with Air Resistance
When an object falls through air, two forces act on it:
-
Gravity: \(F_g = mg\) (downward)
-
Air resistance: \(F_r = -bv\) (upward, proportional to velocity)
At low speeds, air resistance is approximately proportional to velocity. We want to model how the velocity changes as the object falls.
Subsection Assumptions
-
The object starts from rest at \(t = 0\text{.}\)
-
Air resistance is proportional to velocity: \(F_r = bv\) where \(b > 0\text{.}\)
-
The acceleration due to gravity is constant: \(g = 9.8 \text{ m/s}^2\text{.}\)
-
The objectβs mass \(m\) remains constant.
-
We ignore other factors like wind, buoyancy, or changes in air density.
Subsection Building the Model
Let \(v(t)\) be the velocity of the object at time \(t\) (positive downward). By Newtonβs second law:
\begin{equation*}
m\frac{dv}{dt} = mg - bv
\end{equation*}
Parameters:
-
\(g = 9.8 \text{ m/s}^2\text{:}\) gravitational acceleration
-
\(m\text{:}\) mass of the object (kg)
-
\(b\text{:}\) drag coefficient (kg/s), depends on object shape and air density
-
\(v_{\text{terminal}} = \frac{mg}{b}\text{:}\) the terminal velocity (maximum velocity reached)
As time goes on, the velocity approaches \(v_{\text{terminal}}\text{,}\) where the forces balance and \(\frac{dv}{dt} = 0\text{.}\)
Subsection Verification Activity: Coffee Filter Drop
Objective: Collect data on falling objects and verify whether our model accurately predicts their motion.
Materials:
-
Coffee filters (identical, flat-bottom type)
-
Stopwatch or video recording device
-
Measuring tape or meter stick
-
Optional: motion sensor or app for tracking position
Procedure:
-
Drop a single coffee filter from a height of 2-3 meters and time how long it takes to hit the ground.
-
Repeat 5 times and calculate the average fall time.
-
Repeat the experiment with 2, 3, 4, and 5 stacked coffee filters (increasing mass while keeping shape constant).
-
For each stack size, calculate the average velocity: \(v_{\text{avg}} = \frac{\text{height}}{\text{time}}\text{.}\)
-
Record all data in a table: Number of filters, Mass, Height, Time, Average velocity.
Analysis Questions:
-
Does a single coffee filter appear to reach terminal velocity during its fall? How can you tell?
-
Plot average velocity versus mass. What pattern emerges?
-
The terminal velocity formula is \(v_{\text{terminal}} = \frac{mg}{b}\text{.}\) If \(b\) is approximately constant (same shape for all stacks), how should terminal velocity depend on mass?
-
Estimate the drag coefficient \(b\) from your data by assuming the coffee filters reached terminal velocity.
-
How would the motion differ if you dropped the filters on the Moon (no air)?
Subsection Solution Verification
The general solution to our differential equation \(\frac{dv}{dt} = g - \frac{b}{m}v\) is:
\begin{equation*}
v(t) = \frac{mg}{b}\left(1 - e^{-\frac{b}{m}t}\right)
\end{equation*}
Letβs verify this is indeed a solution:
Verification Steps:
-
Compute the derivative: \(\frac{dv}{dt} = \frac{mg}{b} \cdot \frac{b}{m}e^{-\frac{b}{m}t} = ge^{-\frac{b}{m}t}\)
-
Substitute into the right side: \(g - \frac{b}{m}v = g - \frac{b}{m} \cdot \frac{mg}{b}(1 - e^{-\frac{b}{m}t}) = g - g(1 - e^{-\frac{b}{m}t}) = ge^{-\frac{b}{m}t}\)
-
Since both sides equal \(ge^{-\frac{b}{m}t}\text{,}\) the solution is verified.
-
Check initial condition: \(v(0) = \frac{mg}{b}(1 - e^0) = 0\) β
-
Check long-term behavior: As \(t \to \infty\text{,}\) \(e^{-\frac{b}{m}t} \to 0\text{,}\) so \(v(t) \to \frac{mg}{b} = v_{\text{terminal}}\) β
Subsection Analytical Questions
-
What happens to the solution if \(b = 0\) (no air resistance)? Does this match free fall?
-
For what value of \(t\) does the velocity reach 95% of terminal velocity?
-
How would doubling the mass affect the terminal velocity? The time to reach terminal velocity?
-
If you drop two objects of the same mass but different shapes, which will have a higher terminal velocity? Why?
-
Compare coffee filter data with the theoretical solution. What factors might explain any discrepancies?
Subsection Final Report
Prepare a report (2-3 pages) including:
-
A derivation of the differential equation from Newtonβs laws.
-
Your experimental data presented clearly with graphs.
-
An estimate of the drag coefficient \(b\) based on your measurements.
-
A verification that the proposed solution satisfies the differential equation and initial conditions.
-
A comparison between your experimental results and the theoretical predictions.
-
A discussion of the modelβs limitations and how it could be improved.
Verifying solutions is a critical skill in modeling. It ensures that our mathematical expressions actually represent the physical reality weβre trying to describe. This example of free fall with air resistance shows how differential equations can capture the balance between competing forces and how solutions can be validated both analytically and experimentally.
You have attempted of activities on this page.
