/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none} Problem 30 A mass of 1 slug is attached to ... [FREE SOLUTION] | 91Ó°ÊÓ

91Ó°ÊÓ

A mass of 1 slug is attached to a spring whose constant is \(5 \mathrm{lb} / \mathrm{ft}\). Initially the mass is released 1 foot below the equilibrium position with a downward velocity of \(5 \mathrm{ft} / \mathrm{s}\), and the subsequent motion takes place in a medium that offers a damping force numerically equal to two times the instantaneous velocity. (a) Find the equation of motion if the mass is driven by an external force equal to \(f(t)=12 \cos 2 t+3 \sin 2 t\) (b) Graphthe transient and steady-state solutions on the same coordinate axes. (c) Graph the equation of motion.

Short Answer

Expert verified
(a) The motion equation is \[ x(t) = e^{-t}(-5\cos{2t} + 3\sin{2t}) + 4\cos{2t} + \sin{2t} \]. (b, c) Graphs show transient and steady-state behavior.

Step by step solution

01

Set Up the Equation of Motion

Identify the components involved in this mass-spring-damper system:- Mass, \(m = 1\) slug- Spring constant, \(k = 5\,\mathrm{lb/ft}\)- Damping coefficient, \(c = 2\)- External force, \(f(t) = 12\cos(2t) + 3\sin(2t)\)The equation of motion for a damped, driven harmonic oscillator is given by:\[ m \frac{d^2x}{dt^2} + c \frac{dx}{dt} + kx = f(t) \] Substitute the given values into the equation:\[ \frac{d^2x}{dt^2} + 2 \frac{dx}{dt} + 5x = 12\cos(2t) + 3\sin(2t) \]
02

Solve the Homogeneous Equation

Solve the homogeneous part of the equation:\[ \frac{d^2x}{dt^2} + 2 \frac{dx}{dt} + 5x = 0 \]The characteristic equation is:\[ r^2 + 2r + 5 = 0 \]Solving this quadratic equation using the quadratic formula \(r = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a}\), we find:\[ r = \frac{-2 \pm \sqrt{4 - 20}}{2} = -1 \pm 2i \]Thus, the complementary solution is:\[ x_h(t) = e^{-t}(C_1\cos{2t} + C_2\sin{2t}) \]
03

Find the Particular Solution

Since the right side is \(12\cos(2t) + 3\sin(2t)\), we guess a particular solution of the form:\[ x_p(t) = A\cos(2t) + B\sin(2t) \]Differentiate to find \(x_p'(t)\) and \(x_p''(t)\), and substitute into the non-homogeneous equation:\[ (-4A - 2B + 5A)\cos(2t) + (-4B + 2A + 5B)\sin(2t) = 12\cos(2t) + 3\sin(2t) \]Simplify and equate coefficients:- For \(\cos(2t)\): \(-4A - 2B + 5A = 12\)- For \(\sin(2t)\): \(-4B + 2A + 5B = 3\)Solving these equations gives \(A = 4, B = 1\).Thus, the particular solution is:\[ x_p(t) = 4\cos(2t) + \sin(2t) \]
04

Find the General Solution

Combine the complementary and particular solutions:\[ x(t) = x_h(t) + x_p(t) = e^{-t}(C_1\cos{2t} + C_2\sin{2t}) + 4\cos(2t) + \sin(2t) \]
05

Apply Initial Conditions

The initial conditions are: \(x(0) = -1\) and \(\frac{dx}{dt}\big|_{t=0} = 5\).Set \(t=0\) in the general solution:\[ -1 = C_1 + 4 \]This gives \(C_1 = -5\).Differentiate the general solution and set \(t=0\):\[-5 = -C_1 - 1 + (-2)(C_2) + 2\]This equation simplifies to solve for \(C_2\), giving \(C_2 = 3\):Thus, the particular solution becomes:\[ x(t) = e^{-t}(-5\cos{2t} + 3\sin{2t}) + 4\cos{2t} + \sin{2t} \]
06

Plot the Transient and Steady-State Solutions

The transient solution is \(x_h(t) = e^{-t}(-5\cos{2t} + 3\sin{2t})\) which decays over time.The steady-state solution is \(x_p(t) = 4\cos(2t) + \sin(2t)\).To graph these functions, use a graphing utility or software. The transient part will diminish over time due to the exponential decay.
07

Graph the Equation of Motion

Use a graphing tool to plot the entire equation of motion:\[ x(t) = e^{-t}(-5\cos{2t} + 3\sin{2t}) + 4\cos(2t) + \sin(2t) \]This graph will show both the transient and steady-state components with the complete motion behavior.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with 91Ó°ÊÓ!

Key Concepts

These are the key concepts you need to understand to accurately answer the question.

Mass-Spring-Damper System
A mass-spring-damper system elegantly describes how a mass attached to a spring behaves under the influence of damping and external forces. Consider a mass of 1 slug connected to a spring with a constant of 5 lb/ft. Initially, the mass is released 1 foot below its equilibrium position with a downward velocity of 5 ft/s.
In this setup, the damping force is proportional to the velocity, characterized by a damping coefficient of 2. The whole system can be driven by an external force such as \( f(t) = 12 \cos(2t) + 3 \sin(2t) \).
  • The mass (1 slug) determines the inertia of the system.
  • The spring constant (5 lb/ft) indicates the stiffness of the spring.
  • The damping coefficient (2) reveals how the medium resists the motion.
The interplay of these components forms what's known as a damped driven harmonic oscillator, an essential concept in understanding real-world vibrations and oscillations.
Differential Equations
Differential equations form the backbone of mathematical modeling for dynamic systems like our mass-spring-damper system. They describe the relationship between the mass's acceleration, velocity, and position over time. Our main equation is:
\[ m\frac{d^2x}{dt^2} + c\frac{dx}{dt} + kx = f(t) \]
Where:
  • \(m\frac{d^2x}{dt^2}\) represents inertia resisting acceleration, based on the mass.
  • \(c\frac{dx}{dt}\) portrays damping affecting velocity.
  • \(kx\) denotes the spring's restoring force.
For our specific setup, substituting values gives us:
\[ \frac{d^2x}{dt^2} + 2\frac{dx}{dt} + 5x = 12\cos(2t) + 3\sin(2t) \]
This type of second-order linear differential equation can be tackled using methods to find the homogeneous and particular solutions. These solutions inform us about both transient and steady-state behaviors.
Transient and Steady-State Solutions
When examining the solutions to our differential equation, we break them into two parts: the transient solution and the steady-state solution.

The transient solution, derived from the homogeneous equation \( \frac{d^2x}{dt^2} + 2\frac{dx}{dt} + 5x = 0 \), illustrates temporary behaviors as the system stabilizes. It hinges on initial conditions like initial displacement and velocity. The exponent part \( e^{-t} \) highlights how the effect fades over time.
  • Transient solutions reflect initial disturbances and how the system returns to equilibrium.
The steady-state solution, found in the particular solution \( x_p(t) = 4\cos(2t) + \sin(2t) \), shows the ongoing response due to the external periodic force. It's what remains after transient effects disappear, capturing continuous influences.
  • Steady-state solutions stem from the external force's sustained pattern.
Thus, the full equation of motion \( x(t) = e^{-t}(-5\cos{2t} + 3\sin{2t}) + 4\cos(2t) + \sin(2t) \) combines these two elements, charting a complete picture of the system's journey from disturbance to equilibrium.

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Study anywhere. Anytime. Across all devices.