A 1-kilogram mass is attached to a spring whose constant is 18 N/m, and the entire system is then submerged in a liquid that imparts a damping force numerically equal to 11 times the instantaneous velocity. Determine the equations of motion if the following is true?

a. the mass is initially released from rest from a point 1 meter below the equilibrium position
b. the mass is initially released from a point 1 meter below the equilibrium position with an upward velocity of 11 m/s

Respuesta :

Answer:

Let [tex]x(t)[/tex] denote the position (in meters, with respect to the equilibrium position of the spring) of this mass at time [tex]t[/tex] (in seconds.) Note that this question did not specify the direction of this motion. Hence, assume that the gravity on this mass can be ignored.

a. [tex]\displaystyle x(t) = -\frac{9}{7}\, e^{-2 t} + \frac{2}{7}\, e^{-9 t}[/tex].

b. [tex]\displaystyle x(t) = \frac{2}{7}\, e^{-2 t} - \frac{9}{7}\, e^{-9 t}[/tex].

Explanation:

Let [tex]x[/tex] denote the position of this mass (in meters, with respect to the equilibrium position of the spring) at time [tex]t[/tex] (in seconds.) Let [tex]x^\prime[/tex] and [tex]x^{\prime\prime}[/tex] denote the first and second derivatives of  [tex]x[/tex], respectively (with respect to time [tex]t[/tex].)

  • [tex]x^\prime[/tex] would thus represent the velocity of this mass.
  • [tex]x^{\prime\prime}[/tex] would represent the acceleration of this mass.

Constructing the ODE

Construct an equation using [tex]x[/tex], [tex]x^\prime[/tex], and [tex]x^{\prime\prime}[/tex], with both sides equal the net force on this mass.

The first equation for the net force on this mass can be found with Newton's Second Law of motion. Let [tex]m[/tex] denote the size of this mass. By Newton's Second Law of motion, the net force on this mass would thus be equal to:

[tex]F(\text{net}) = m\, a = m\, x^{\prime\prime}[/tex].

The question described another equation for the net force on this mass. This equation is the sum of two parts:

  • The restoring force of the spring: [tex]F(\text{spring}) = -k\, x[/tex], where [tex]k[/tex] denotes the constant of this spring.
  • The damping force: [tex]F(\text{damping}) = - 11\,x^\prime[/tex] according to the question. Note the negative sign in this expression- the damping force should always oppose the direction of motion.

Assume that there's no other force on this mass. Combine the restoring force and the damping force obtain an expression for the net force on this mass:

[tex]F(\text{net}) = -k\, x - 11\, x^\prime[/tex].

Combine the two equations for the net force on this mass to obtain:

[tex]m\, x^{\prime\prime} = -k\, x - 11\, x^\prime[/tex].

From the question:

  • Size of this mass: [tex]m = 1\; \rm kg[/tex].
  • Spring constant: [tex]k = 18\; \rm N \cdot m^{-1}[/tex].

Hence, the equation will become:

[tex]x^{\prime\prime} = -18\, x - 11\, x^\prime[/tex].

Rearrange to obtain:

[tex]x^{\prime\prime} + 11\, x^\prime + 18\; x = 0[/tex].

Finding the general solution to this ODE

[tex]x^{\prime\prime} + 11\, x^\prime + 18\; x = 0[/tex] fits the pattern of a second-order homogeneous ODE with constant coefficients. Its auxiliary equation is:

[tex]m^2 + 11\, m + 18 = 0[/tex].

The two roots are:

  • [tex]m_1 = -2[/tex], and
  • [tex]m_2 = -9[/tex].

Let [tex]c_1[/tex] and [tex]c_2[/tex] denote two arbitrary real constants. The general solution of a second-order homogeneous ODE with two distinct real roots [tex]m_1[/tex] and [tex]m_2[/tex] is:

[tex]x = c_1\, e^{m_1\cdot t} + c_2\, e^{m_2\cdot t}[/tex].

For this particular ODE, that general solution would be:

[tex]x = c_1\, e^{-2 t} + c_2\, e^{-9 t}[/tex].

Finding the particular solutions to this ODE

Note, that if [tex]x(t) = c_1\, e^{-2 t} + c_2\, e^{-9 t}[/tex] denotes the position of this mass at time [tex]t[/tex], then [tex]x^\prime(t) = -2\,c_1\, e^{-2 t} -9\, c_2\, e^{-9 t}[/tex] would denote the velocity of this mass at time

  • The position at time [tex]t = 0[/tex] would be [tex]x(0) = c_1 + c_2[/tex].
  • The velocity at time [tex]t = 0[/tex] would be [tex]x^\prime(0) = -2\, c_1 - 9\, c_2[/tex].

For section [tex]\rm a.[/tex]:

[tex]\left\lbrace\begin{aligned}& x(0) = -1 \\ &x^\prime(0) = 0\end{aligned}\right. \implies \left\lbrace\begin{aligned} &c_1 + c_2 = -1 \\ &-2\, c_1 - 9\, c_2 = 0\end{aligned}\right. \implies \left\lbrace\begin{aligned} &c_1 = -\frac{9}{7} \\ &c_2 = \frac{2}{7}\end{aligned}\right.[/tex].

Hence, the particular solution for section [tex]\rm a.[/tex] will be:

[tex]\displaystyle x(t) = -\frac{9}{7}\, e^{-2 t} + \frac{2}{7}\, e^{-9 t}[/tex].

Similarly, for section [tex]\rm b.[/tex]:

[tex]\left\lbrace\begin{aligned}& x(0) = -1 \\ &x^\prime(0) = 11\end{aligned}\right. \implies \left\lbrace\begin{aligned} &c_1 + c_2 = -1 \\ &-2\, c_1 - 9\, c_2 = 11\end{aligned}\right. \implies \left\lbrace\begin{aligned} &c_1 = \frac{2}{7} \\ &c_2 = -\frac{9}{7}\end{aligned}\right.[/tex].

Hence, the particular solution for section [tex]\rm b.[/tex] will be:

[tex]\displaystyle x(t) = \frac{2}{7}\, e^{-2 t} - \frac{9}{7}\, e^{-9 t}[/tex].