Problem 17
Question
Air Resistance A differential equation governing the velocity \(v\) of a falling mass \(m\) subjected to air resistance proportional to the square of the instantaneous velocity is $$ m \frac{d v}{d t}=m g-k v^{2} $$ where \(k>0\) is the drag coefficient. The positive direction is downward. (a) Solve this equation subject to the initial condition \(v(0)=v_{0}\). (b) Use the solution in part (a) to determine the limiting, or terminal, velocity of the mass. We saw how to determine the terminal velocity without solving the DE in Problem 39 in Exercises 2.1. (c) If distance \(s\), measured from the point where the mass was released above ground, is related to velocity \(v\) by \(d s / d t=v(t)\), find an explicit expression for \(s(t)\) if \(s(0)=0\).
Step-by-Step Solution
VerifiedKey Concepts
Air Resistance
It increases with the square of the object's velocity, making it a quadratic force. In our differential equation, it is represented by the term \( - k v^2 \).
This means as the velocity increases, the force due to air resistance increases, eventually balancing the gravitational force. This balance affects the object's motion, particularly when approaching terminal velocity.
Terminal Velocity
In mathematical terms, it is found by setting the net force to zero, resulting in no acceleration, hence:
- \( m g = k v_t^2 \)
- Solving for \( v_t \) gives \( v_t = \sqrt{\frac{m g}{k}} \).
Initial Conditions
In our problem, the initial condition is given by \( v(0) = v_0 \).
- These ensure the integration constants can be defined.
- They make the solution unique and applicable to real-world scenarios.
Separation of Variables
In the exercise, we rearrange the differential equation to isolate \( v \) terms with \( dv \) on one side and \( t \) with \( dt \) on the other:
\[ \frac{d v}{g - \frac{k}{m} v^2} = d t \]
This allows for straightforward integration across both sides, making it simpler to solve complex equations step-by-step. It's a widely used technique as it is easy to manage once variables are separated and simplifies solving intricate equations.