Problem Statement

We have a damped mass-spring system with a natural frequency of 1 rad/s and damping ratio of 0.1. An initial velocity of -1 cm/s is given to the mass. What is the minimum displacement that occurs during the motion?

Mathematical Model

The displacement of a mass-spring-damper system with initial displacement zero and initial velocity is given by:

Where:

  • is the damping ratio (0.1 in this problem)
  • is the natural frequency (1 rad/s in this problem)
  • is the time
  • is the initial velocity (-1 cm/s in this problem)
  • is the damped natural frequency

Optimisation Setup

Design Variable

  • = time at which minimum displacement occurs (scalar, 1-dimensional problem)

Objective Function

We want to find the minimum (most negative) displacement, which means minimizing:

Since is negative (-1 cm/s), we’re looking for the time when is most positive to give the most negative displacement.

Solution Approach

To find the time at which the minimum displacement occurs, we differentiate with respect to and set it to zero:

Simplifying:

Since is never zero and is a constant, we need:

This can be rearranged to:

Solving for :

where is an integer. For the first minimum, .

Numerical Solution for Our Problem

Given parameters:

  • rad/s
  • cm/s

First, we calculate the damped natural frequency:

Next, we find the time of minimum displacement:

The minimum displacement is:

Physical Interpretation

  1. The mass-spring-damper oscillates with decaying amplitude due to damping
  2. The time of first minimum displacement is approximately π/(2ωd) seconds after the start
  3. After this point, the displacement still oscillates but with decreasing amplitude
  4. Eventually, the system comes to rest at the equilibrium position (x = 0)

Second Derivative Test

To verify this is indeed the minimum displacement (most negative value), we check the second derivative at :

If this condition is met, then gives us the minimum displacement.

Generalization

For a mass-spring-damper system with arbitrary parameters and initial conditions, the times of extrema can be found by solving:

where the sign depends on whether we’re looking for minima or maxima, and is the initial displacement.

Key Insights

  1. This problem demonstrates the application of optimization to dynamic systems
  2. The objective function is time-dependent, making this a different type of optimization problem
  3. The solution requires both calculus and understanding of dynamic system behavior
  4. The damped oscillator represents many real engineering systems (vehicle suspensions, building structures, etc.)
  5. The optimization gives insight into the “worst-case” displacement that the system will experience