Problem 17
Question
In the analysis of free, damped motion in Section \(3.8\) we assumed that the damping force was proportional to the velocity \(x^{\prime}\). Frequently the magnitude of this damping force is proportional to the square of the velocity, and the new differential equation becomes $$ x^{\prime \prime}=-\frac{\beta}{m} x^{\prime}\left|x^{\prime}\right|-\frac{k}{m} x . $$ (a) Write the second-order differential equation as a plane aatonomous system, and find all critical points. (b) The system is called overdamped when \((0,0)\) is a stable node and is called underdamped when \((0,0)\) is a stable spiral point. Physical considerations suggest that \((0,0)\) must be an asymptotically stable critical point. Show that the system is necessarily underdamped. [Hint: \(d / d y(y|y|)=2|y|\).]
Step-by-Step Solution
VerifiedKey Concepts
Differential Equations
In a second-order equation, like the one we have here, the highest derivative is the second derivative, often representing acceleration in physical systems. Here, \( x'' \) is the acceleration, \( x' \) is the velocity, and \( x \) is the displacement.
- The term \( -\frac{\beta}{m}x'|x'| \) signifies that the damping force grows stronger faster with increasing speed, due to its dependence on the square of the velocity.
- The \( -\frac{k}{m} x \) term acts like a restoring force, which is common in oscillatory systems like springs and pendulums.
Critical Points
For this problem, to find critical points, we set \( x' = 0 \) and \( v' = 0 \):
- Setting \( x' = v = 0 \), the velocity is null.
- Substituting \( v = 0 \) into the second equation \( v' = -\frac{\beta}{m}v|v| - \frac{k}{m}x = 0 \), leads to \( x = 0 \).This gives us the critical point \( (0, 0) \).
Stability Analysis
At the critical point \( (0, 0) \), we perform linearization using a Jacobian matrix of the system:
- Jacobian \( J = \begin{bmatrix} 0 & 1 \ -\frac{k}{m} & 0 \end{bmatrix} \).
- The determinant \( \text{det}(J) = -0 \cdot 0 + 1 \cdot -\frac{k}{m} = -\frac{k}{m} \), which should provide insight into the type of critical point.
Damping Forces
Damping affects how energy is dissipated in the system and can prevent continuous oscillation by introducing energy loss at every cycle.
- An "overdamped" system would settle to rest without oscillating, pointing to a stable node.
- An "underdamped" system allows for some oscillation before coming to rest, associated with a stable spiral point.