Problem 17
Question
(a) Let \(\rho\) be the weight density of the water and \(V\) the volume of the object. Archimedes' principle states that the upward buoyant force has magnitude equal to the weight of the water displaced. Taking the positive direction to be down, the differential equation is \\[ m \frac{d v}{d t}=m g-k v^{2}-\rho V \\] (b) Using separation of variables we have \\[ \begin{aligned} \frac{m d v}{(m g-\rho V)-k v^{2}} &=d t \\ \frac{m}{\sqrt{k}} \frac{\sqrt{k} d v}{(\sqrt{m g-\rho V})^{2}-(\sqrt{k} v)^{2}} &=d t \\ \frac{m}{\sqrt{k}} \frac{1}{\sqrt{m g-\rho V}} \tanh ^{-1} \frac{\sqrt{k} v}{\sqrt{m g-\rho V}} &=t+c \end{aligned} \\] Thus \\[ v(t)=\sqrt{\frac{m g-\rho V}{k}} \tanh \left(\frac{\sqrt{k m g-k \rho V}}{m} t+c_{1}\right) \\] (c) since \(\tanh t \rightarrow 1\) as \(t \rightarrow \infty,\) the terminal velocity is \(\sqrt{(m g-\rho V) / k}.\)
Step-by-Step Solution
VerifiedKey Concepts
Archimedes' Principle
Let's break it down:
- The **buoyant force** acts in the opposite direction to gravity, which is why objects often feel lighter in water than they do in air.
- For example, if you let go of a rock underwater, you notice it rises slightly before settling. This upward force is due to Archimedes' principle.
- The condition for floating or sinking depends on whether the object's weight is greater or less than the buoyant force.
Terminal Velocity
- **Gravity**, which pulls the object downwards.
- The **buoyant force**, counteracting gravity.
- **Drag**, which slows the object as it moves through the fluid.
This can be mathematically expressed using the hyperbolic tangent function, as in the solution provided. When time \( t \) approaches infinity, the term \( \tanh(t) \) approaches 1, leading to the conclusion of a terminal speed given by:\[v_{terminal} = \sqrt{\frac{mg - \rho V}{k}} \] Here, \( mg \) is the gravitational force, \( \rho V \) is the buoyant force, and \( kv^2 \) is the drag force.
Separation of Variables
Let's see how it applies to this exercise:
- The original differential equation is: \(m \frac{dv}{dt} = mg - kv^2 - \rho V \)
- The objective is to isolate \( v \) terms on one side, \( t \) terms on the other: \[\frac{m dv}{(mg - \rho V) - kv^2} = dt \]
- With the variables now separated, each side can be integrated individually.