Problem 37
Question
Linear drag Derive the equations $$\begin{aligned} x &=\frac{v_{0}}{k}\left(1-e^{-k l}\right) \cos \alpha \\ y &=\frac{v_{0}}{k}\left(1-e^{-k t}\right)(\sin \alpha)+\frac{g}{k^{2}}\left(1-k t-e^{-k t}\right) \end{aligned}$$ by solving the following initial value problem for a vector \(r\) in the plane. $$ \text{Differential equation:}\frac{d^{2} \mathbf{r}}{d t^{2}}=-g \mathbf{j}-k \mathbf{v}=-g \mathbf{j}-k \frac{d \mathbf{r}}{d t}$$ $$\text{Initial conditions:}\begin{aligned} \mathbf{r}(0) &=\mathbf{0} \\\\\left.\frac{d \mathbf{r}}{d t}\right|_{t=0} &=\mathbf{v}_{0}=\left(v_{0} \cos \alpha\right) \mathbf{i}+\left(\boldsymbol{v}_{0} \sin \alpha\right) \mathbf{j} \end{aligned}$$ The drag coefficient \(k\) is a positive constant representing resistance due to air density, \(v_{0}\) and \(\alpha\) are the projectile's initial speed and launch angle, and \(g\) is the acceleration of gravity.
Step-by-Step Solution
VerifiedKey Concepts
Differential Equations
For our problem, the differential equation is \[ \frac{d^{2} \mathbf{r}}{d t^{2}} = -g \mathbf{j} - k \mathbf{v} \] where \( \mathbf{r} \) is the position vector and \( \mathbf{v} \) is the velocity. The term \(-g \mathbf{j}\) represents the gravitational force acting downward, while \(-k \mathbf{v}\) accounts for the linear drag.
To solve this, we first break it down into a system of first-order equations. By setting \( \mathbf{v} = \frac{d\mathbf{r}}{dt} \), the original second-order equation can be split into two linked first-order differential equations:
- \( \frac{d\mathbf{r}}{dt} = \mathbf{v} \)
- \( \frac{d\mathbf{v}}{dt} = -g \mathbf{j} - k \mathbf{v} \)
Linear Drag
In the context of our exercise, linear drag makes the differential equation non-trivial compared to ideal projectile motion (which disregards air resistance). This force affects both horizontal and vertical components of velocity differently:
- The drag reduces horizontal velocity over time, necessitating the use of exponential terms when solving for position \( x(t) \).
- Similarly, vertical velocity is influenced by both gravity and drag, complicating the equations for \( y(t) \).
Initial Value Problem
\[ \mathbf{r}(0) = \mathbf{0} \] and \[ \left.\frac{d \mathbf{r}}{d t}\right|_{t=0} = \mathbf{v}_{0} = (v_{0} \cos \alpha) \mathbf{i} + (v_{0} \sin \alpha) \mathbf{j} \]
- \( \mathbf{r}(0) = \mathbf{0} \) states that the projectile starts from the origin.
- \( \mathbf{v}_{0} \) provides the launch velocity, showing both speed and direction.
Integration Techniques
The integration proceeds by treating each velocity component separately:
- For horizontal motion, integrate \( v_x(t) \) to derive: \[ x(t) = \frac{v_0 \cos(\alpha)}{k}(1 - e^{-kt}) \]
- For vertical motion, integrate \( v_y(t) \) to obtain: \[ y(t) = \frac{v_0 \sin(\alpha)}{k} (1 - e^{-kt}) + \frac{g}{k^2}(1 - kt - e^{-kt}) \]