Problem 13

Question

Consider a particle that is allowed to free-fall from at-rest initial conditions. under its own weight due to gravity. If the particle has mass- proportional damping, then the equation governing its velocity \(v\) is \(\dot{v}+\beta v=g\), where \(g\) is the acceleration due to gravity. (Remark: The same equation governs the velocity of a particle allowed to sink in a viscous fiuid where \(\beta\) is related to a fluid viscosity.) (a) Determine the analytic solution for \(v\). (b) Consider the ratio of the damped velocity to the undamped velocity (i.e., \(\left.v_{\text {undamped }}=g t\right)\) for values of \(t\) of about 1 second. Does this ratio offer guidelines on what values of \(\beta\) are permissible without excessively damping rigid-body modes?

Step-by-Step Solution

Verified
Answer
The analytic solution for velocity \(v\), considering the effect of gravity and a proportional damping factor \(\beta\), is \(v(t) = g/\beta(1-e^{-\beta t})\). The ratio of the damped velocity to the undamped velocity is \(1/\beta(1-e^{-\beta })\). To refrain from excessively damping the rigid-body modes, smaller values of \(\beta\) should be chosen.
1Step 1: Separation of Variables
To solve the equation, one can utilize the separation of variables method for differential equations. This implies re-arranging the equation as \(\dot{v} / (g - \beta v) = 1\). Now, integrate both sides of the formula with respect to time \(t\).
2Step 2: Integration and Solving for \(v(t)\)
Upon integrating, we get \(-\ln|g-\beta v|=\beta t + C\) where \(C\) is the constant of integration. Solving for \(v\), we obtain \(v(t) = g/\beta + Ce^{-\beta t}\). To find \(C\), it's given that the particle is initially at rest, so when \(t = 0, v = 0\). Substituting these into the equation, \(C = -g/\beta\). The analytic solution for \(v\) provided by the differential equation therefore becomes \(v(t) = g/\beta(1 - e^{-\beta t})\).
3Step 3: Damped to Undamped Velocity Ratio
Next, estimate the ratio of the damped velocity to the undamped velocity. To do this, divide the expression for the damped velocity \(v(t)\), by the undamped velocity, which is \(gt\) for values of \(t\) around 1 second. The ratio is thus \(v(t)/gt = 1/\beta(1-e^{-\beta })\).
4Step 4: Evaluation of \(\beta\) Values
Lastly, observe the value of this ratio as \(\beta\) changes. Notice that for small \(\beta\) values, the exponential term \(e^{-\beta}\) becomes close to 1, leading to a ratio approximately equal to 1. As \(\beta\) increases, \(e^{-\beta}\) decreases, reducing the ratio. This means that larger \(\beta\) values lead to more damping, and may excessively damp rigid body modes. Therefore, small \(\beta\) values should be adopted to minimize damping.

Key Concepts

Damping RatioSeparation of VariablesRigid Body Dynamics
Damping Ratio
Damping is a key concept in understanding how systems with oscillations behave, such as a car suspension or a building subjected to wind forces. A **damping ratio** describes how oscillations decay after a disturbance, like releasing a weight on a spring.

- A zero damping ratio means the system oscillates indefinitely without any decrease, like a perfect spring.- A damping ratio of one leads to critical damping, where it returns to equilibrium as quickly as possible without oscillating.- Values above one indicate overdamping, where the system returns more slowly without oscillations.

In our context, the parameter \( \beta \) operates similar to a damping ratio in the equation \( \dot{v} + \beta v = g \). It ensures that the system reaches equilibrium efficiently. When \( \beta \) is too large, the system experiences excessive damping, struggling to reach its undisturbed state quickly.

It's crucial to select appropriate damping values to ensure performance is optimized without reducing the system's intended movements. For rigid body dynamics, the right balance prevents the system from being overly sluggish or, conversely, oscillating too much.
Separation of Variables
**Separation of variables** is a smart and efficient technique used in solving differential equations. It's like breaking down a complex problem into smaller, simpler parts.
  • This method involves rearranging equations to isolate variables on different sides.
  • Each side of the equation is integrated independently before combining results.
For example, in our velocity equation \( \dot{v} + \beta v = g \), we changed its form to \( \frac{\dot{v}}{g - \beta v} = 1 \), making it easier to analyze our problem.

We then integrate each side separately:- On one side, we integrate with respect to velocity.- On the other, with respect to time.
After integration, we find \( -\ln|g-\beta v| = \beta t + C \), where \( C \) is a constant. This leads us to the final solution for the velocity \( v(t) = \frac{g}{\beta} (1 - e^{-\beta t}) \).

Separation of variables is elegantly simple in use, yet powerful, unveiling solutions in situations where direct methods might stumble. By understanding and practicing this approach, one can solve many forms of linear differential equations.
Rigid Body Dynamics
**Rigid body dynamics** explores how solid bodies move under external forces without changing shape. It's applied in designing and analyzing systems from aerospace to robotics.
Some principles of rigid body dynamics include:
  • The motion of a point in a rigid body can be described using rotation and translation.
  • Newton's laws serve as the foundation, applying to the center of mass of the body for linear behavior.
  • In many cases, it's essential to consider damping effects to ensure stable and controlled motion.
In our exercise, the damping ratio \( \beta \) affects how the system's velocity evolves over time. It's representative of a rigid body's interaction with forces that resist motion, such as when a vehicle moves through air or a particle drops through a viscous fluid.
To ensure the integrity of designs using rigid body dynamics, damping parameters must be carefully defined. This ensures a balance between fluid motion and safe stopping capabilities without excessive oscillations.
Different scenarios require adjustment in damping values, making rigid body dynamics a field brimming with significance in everyday engineering challenges.