Math Problem Statement

A forcing function Fdrive(t)=-40sin(t) N is applied to a mass of 1 kg in a mass on a spring problem in which the spring constant is 5 N/m and there is damping proportional to velocity with coefficient 4 N*s/m. If the initial mass position is -5 m and the initial velocity is 2 m/s, find the unique solution and identify the steady state and transient terms.  

Solution

To solve this problem, we’ll follow these steps:

  1. Set up the differential equation for the damped, driven oscillator.
  2. Solve for the unique solution using the initial conditions.
  3. Identify the steady-state and transient terms.

The given data includes:

  • Forcing function: Fdrive(t)=40sin(t)NF_{\text{drive}}(t) = -40 \sin(t) \, \text{N}
  • Mass (mm): 1kg1 \, \text{kg}
  • Spring constant (kk): 5N/m5 \, \text{N/m}
  • Damping coefficient (cc): 4N\cdotps/m4 \, \text{N·s/m}
  • Initial position: x(0)=5mx(0) = -5 \, \text{m}
  • Initial velocity: x˙(0)=2m/s\dot{x}(0) = 2 \, \text{m/s}

Step 1: Set Up the Differential Equation

The equation of motion for a damped, driven harmonic oscillator is given by: mx¨+cx˙+kx=Fdrive(t)m \ddot{x} + c \dot{x} + k x = F_{\text{drive}}(t) Substituting the values:

1x¨+4x˙+5x=40sin(t)1 \ddot{x} + 4 \dot{x} + 5 x = -40 \sin(t) or simply: x¨+4x˙+5x=40sin(t)\ddot{x} + 4 \dot{x} + 5 x = -40 \sin(t)

Step 2: Solve for the Complementary (Homogeneous) Solution

To find the complementary solution xc(t)x_c(t), we solve the homogeneous equation: x¨+4x˙+5x=0\ddot{x} + 4 \dot{x} + 5 x = 0

  1. Assume a solution of the form x=eλtx = e^{\lambda t}.
  2. Substitute into the equation to get the characteristic polynomial: λ2+4λ+5=0\lambda^2 + 4\lambda + 5 = 0
  3. Solve for λ\lambda: λ=2±i\lambda = -2 \pm i

The complementary solution is: xc(t)=e2t(Acost+Bsint)x_c(t) = e^{-2t} (A \cos t + B \sin t) where AA and BB are constants determined by initial conditions.

Step 3: Solve for the Particular Solution

To find the particular solution xp(t)x_p(t) for the non-homogeneous equation x¨+4x˙+5x=40sin(t)\ddot{x} + 4 \dot{x} + 5 x = -40 \sin(t), assume a solution of the form: xp(t)=Ccost+Dsintx_p(t) = C \cos t + D \sin t

Substitute xp(t)x_p(t) into the original differential equation and equate terms of cost\cos t and sint\sin t to solve for CC and DD. After calculation, we find that: C=0andD=10C = 0 \quad \text{and} \quad D = -10 Thus, the particular solution is: xp(t)=10sin(t)x_p(t) = -10 \sin(t)

Step 4: Form the General Solution

The general solution is the sum of the complementary and particular solutions: x(t)=xc(t)+xp(t)=e2t(Acost+Bsint)10sin(t)x(t) = x_c(t) + x_p(t) = e^{-2t} (A \cos t + B \sin t) - 10 \sin(t)

Step 5: Apply Initial Conditions

  1. Position at t=0t = 0: x(0)=5x(0) = -5 x(0)=e20(A1+B0)100=A=5x(0) = e^{-2 \cdot 0} (A \cdot 1 + B \cdot 0) - 10 \cdot 0 = A = -5

  2. Velocity at t=0t = 0: x˙(0)=2\dot{x}(0) = 2 x˙(t)=2e2t(Acost+Bsint)+e2t(Asint+Bcost)10cost\dot{x}(t) = -2 e^{-2t} (A \cos t + B \sin t) + e^{-2t} (-A \sin t + B \cos t) - 10 \cos t At t=0t = 0: x˙(0)=2(5)+B10=2\dot{x}(0) = -2 \cdot (-5) + B - 10 = 2 Solving, B=8B = -8.

So, the unique solution is: x(t)=e2t(5cost8sint)10sintx(t) = e^{-2t} (-5 \cos t - 8 \sin t) - 10 \sin t

Step 6: Identify Steady-State and Transient Terms

  • Transient Term: e2t(5cost8sint)e^{-2t} (-5 \cos t - 8 \sin t) (decays over time due to the exponential factor)
  • Steady-State Term: 10sint-10 \sin t (persists as tt \to \infty)

Would you like more detailed steps on solving the initial conditions or particular solution? Here are some related questions:

  1. How does the damping coefficient affect the transient term in this system?
  2. What would happen to the steady-state solution if the forcing function were changed?
  3. How would the solution differ if the mass were different?
  4. Why does the transient term decay over time?
  5. How would this solution change with different initial conditions?

Tip: In forced oscillation problems, identifying whether the solution is underdamped, critically damped, or overdamped helps predict the behavior of the transient response.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Differential Equations
Damped Harmonic Oscillators
Forced Oscillations

Formulas

Equation of motion for damped, driven harmonic oscillator: m * d²x/dt² + c * dx/dt + k * x = Fdrive(t)
General solution of second-order differential equations
Steady-state and transient solutions in forced oscillations

Theorems

Superposition Principle in differential equations
Complex characteristic roots for damped oscillators

Suitable Grade Level

Undergraduate Physics/Engineering