Section 4.3 Modeling with Direct Integration
Direct integration is our first systematic method for solving differential equations. It applies when the rate of change depends only on the independent variable, not on the function itself. While this might seem restrictive, many important real-world phenomena can be modeled this way.
In this section, weβll model projectile motion, a classic problem where direct integration naturally applies.
Subsection The Problem: Projectile Motion
When you throw a ball into the air, its motion is governed by gravity. If we ignore air resistance, the acceleration is constant and equals \(g = 9.8 \text{ m/s}^2\) downward.
Can we predict the ballβs height and velocity at any time, given its initial conditions?
Subsection Assumptions
-
Air resistance is negligible.
-
Gravitational acceleration is constant: \(g = 9.8 \text{ m/s}^2\text{.}\)
-
The motion is vertical (one-dimensional).
-
Initial height is \(h_0\) and initial velocity is \(v_0\) (positive upward).
Subsection Building the Model
Let \(h(t)\) represent the height at time \(t\text{,}\) and \(v(t) = \frac{dh}{dt}\) the velocity. The acceleration is:
\begin{equation*}
a(t) = \frac{dv}{dt} = -g
\end{equation*}
This is a first-order differential equation for velocity. Since the right side depends only on time (in fact, itβs constant), we can solve by direct integration:
\begin{align*}
\int \frac{dv}{dt}\ dt \amp = \int -g\ dt \\
v(t) \amp = -gt + C_1
\end{align*}
Using the initial condition \(v(0) = v_0\text{:}\)
\begin{equation*}
v(t) = v_0 - gt
\end{equation*}
Now \(v(t) = \frac{dh}{dt}\text{,}\) so we have another first-order equation:
\begin{equation*}
\frac{dh}{dt} = v_0 - gt
\end{equation*}
Integrating again:
\begin{align*}
\int \frac{dh}{dt}\ dt \amp = \int (v_0 - gt)\ dt \\
h(t) \amp = v_0t - \frac{1}{2}gt^2 + C_2
\end{align*}
Using \(h(0) = h_0\text{:}\)
\begin{equation*}
h(t) = h_0 + v_0t - \frac{1}{2}gt^2
\end{equation*}
Parameters:
-
\(g = 9.8 \text{ m/s}^2\text{:}\) gravitational acceleration
-
\(h_0\text{:}\) initial height (m)
-
\(v_0\text{:}\) initial velocity (m/s, positive upward)
Subsection Data Collection Activity: Ball Toss
Objective: Measure projectile motion and compare with the theoretical model.
Materials:
-
A ball (tennis ball, baseball, etc.)
-
Video recording device (smartphone camera works well)
-
Measuring tape or meter stick
-
Video analysis software or app (e.g., Tracker, PhyPhox, or manual frame-by-frame analysis)
Procedure:
-
Set up a camera on a tripod to record vertical motion against a measured background (e.g., a wall with marked heights).
-
Toss the ball straight up and record the motion.
-
Using video analysis, track the ballβs position at equal time intervals (e.g., every 0.1 seconds).
-
Create a data table: Time (s), Height (m), Velocity (m/s - estimated from consecutive positions).
-
Repeat 2-3 times for reliability.
Analysis Questions:
-
Plot height versus time. Does it follow a parabolic path?
-
Plot velocity versus time. Is it linear?
-
From your velocity plot, estimate the acceleration (slope of the line). How does it compare to \(g = 9.8 \text{ m/s}^2\text{?}\)
-
At what time does the ball reach its maximum height? What is the velocity at that instant?
-
Use your position data to estimate the initial height \(h_0\) and initial velocity \(v_0\text{.}\)
-
Using these values, plot the theoretical curve \(h(t) = h_0 + v_0t - \frac{1}{2}gt^2\) on the same graph as your data. How well do they match?
Subsection Analytical Questions
-
If the ball is thrown with twice the initial velocity, how does this affect the maximum height reached? The time to reach maximum height?
-
Derive a formula for the maximum height in terms of \(v_0\) and \(g\text{.}\)
-
If the ball is thrown downward (negative \(v_0\)), how does the model change?
-
What happens to the solution if we include air resistance? Would direct integration still work?
-
Explain why this problem requires integrating twice. What does each integration represent physically?
Subsection Extensions: Horizontal Projectile Motion
For a ball thrown at an angle, we can decompose the motion into horizontal and vertical components:
-
Horizontal: \(\frac{d^2x}{dt^2} = 0\) (constant velocity)
-
Vertical: \(\frac{d^2y}{dt^2} = -g\)
Both equations can be solved by direct integration!
Subsection Final Report
Write a report (2-3 pages) that includes:
-
Derivation of the position and velocity equations using direct integration.
-
Your experimental setup description with diagrams or photos.
-
Data tables and graphs comparing experimental data with theoretical predictions.
-
Analysis of how well the model fits reality, including discussion of any discrepancies.
-
Answers to the analytical questions.
-
A brief exploration of what happens when assumptions are violated (e.g., air resistance).
Direct integration is powerful for problems where acceleration (or any higher derivative) is a known function of time. Projectile motion is the quintessential example, and the model we developed has been used for centuriesβfrom predicting cannon trajectories to landing spacecraft. The success of this simple model, despite ignoring many factors, demonstrates the value of well-chosen assumptions in mathematical modeling.
You have attempted of activities on this page.
