Hey guys I'm doing this exam paper question and I know a quesiton like this will come up. My exam is on Monday I just need someone to check over it and tell me if everything is OK. I'm unable to ask anyone for help. Thanks in advance.
A particle of mass $m$ hangs from an elastic string of natural length $l_0$ and modulus of elasticity $\lambda.$ The mass experiences air resistance forces $2mk\dot{x}$, where $x$ is the position of the mass measured from the point of suspension.
(a) Write down the equation of motion.
$${{F}}_{net}= m\ddot{x} = mg - T-R $$
Taking the downwards direction to be positive.
$$m\ddot{x}= mg-\frac{\lambda}{l_0}(x-l_0)-2mk\dot{x}$$
where $T=\dfrac{\lambda l}{l_0}$ and $l=x-l_0$
$$\ddot{x}+2k\dot{x}+\dfrac{\lambda}{ml_0}x=g-\dfrac{\lambda}{m}$$
This is the equation of motion.
(b) Find the equilibrium position of the particle.
The equilibrium position is defined as the place when $F_{net} = 0 \implies m\ddot{x}=0$.
$$\ddot{x}=0 \,\,\, \text{and} \,\,\,\, \dot{x}=0$$ Letting $x=x_e$ we have
$$\begin{align} \ddot{x}+2k\dot{x}+\dfrac{\lambda x_e}{ml_0} & =g-\dfrac{\lambda}{m} \\ x_e & = \dfrac{mgl_0}{\lambda}+l_0 \end{align}$$
This is the equilibrium position of the particle.
Suppose that $k^2<\dfrac{\lambda}{ml_0}$. Derive the general solution to to the equation of motion. (Hint: Consider a suitable coordinate change.)
To solve the equation we need to introduce a new coordinate system to convert the equation of motion to a fully homogeneous equation. Let
$$y=x-x_e, \,\,\,\,\,\, \dot{y}=\dot{x}, \,\,\,\,\,\, \ddot{y}=\ddot{x}$$
Re-write everything in terms of $y$. I skipped the algebra here, but this is my final result.
$$\ddot{y}+ 2k\dot{y} +\dfrac{\lambda}{ml_0}y=0$$
This is our equation of subsequent motion in terms of y. It's a SHM equation. We can substitute $\omega^2 = \dfrac{\lambda}{ml_0}$ to get
$$\ddot{y}+ 2k\dot{y} +\omega^2y=0$$.
For $k^2<\dfrac{\lambda}{ml_0} \implies k^2 < \omega^2 $ it's just the SHM equation.To solve we use the trial function.
$$y(t) = e^{\lambda t} -x_e \,\,\,\,\,\, \dot{y}= \lambda e^{\lambda t} \,\,\,\,\,\, \ddot{y}=\lambda^2 e^{\lambda t}$$
Inserting these properties into our original equation and eliminating $e^{\lambda t}$ we obtain the characteristic equation
$$\lambda^2 + 2k\lambda +\omega^2 = 0$$.
I don't really understand how I got the roots, I read it from another book. The roots are 2 distinct complex conjugates of each other
$$ \lambda_1 = -k+i\sqrt{k^2-\omega^2} \,\,\, \text{and} \,\,\, \lambda_1 = -k-i\sqrt{k^2-\omega^2}$$
The general solution is
$$x(t) = Ae^{\lambda_1 t}+Be^{\lambda_2 t} +x_e$$
This solution was found using the property of superposition for linearly homogeneous equation. Putting $\omega' = \sqrt{\omega^2 - k^2}$ the general solution can be written as
$$x(t) = Ae^{-kt}\sin\omega' t +x_e$$
How is this the case? I only found this cause I read it from an applied mechanics book. Is there another way to do this part of the problem to make it easier?
Identify the type of motion.
The motion is oscillatory, with reduced frequency of oscillation decreasing with exponential amplitude. Because $k^2 < \omega^2$ the case is weak-damping because the effect of the damping term is not sufficient to prevent oscillation.
Suppose that at time $t=0$ the particle is given a velocity $U$ upwards from its equilibrium position. Assuming that the string never gets slack, find the particle's subsequent position $x(t)$.
For $t=0$ we have
$$x(0) = x_e \,\,\,\, \text{and} \,\,\,\, \dot{x}(0) = U$$
$$x(t) = Ae^{-kt}\sin\omega' t$$
$$ \dot{x}= -kAe^{-kt}\sin\omega' t+ \omega' Ae^{-kt}\cos\omega' t$$
Plugging in the I.C we have
$$\dot{x}(0)=\omega'A$$
$$U = \omega' A$$ So our particular solution is
$$x(t) = \dfrac{U}{\omega'}e^{-kt}\sin\omega' t + x_e$$.
After creating a new coordinate system and using it to simplyify the Differential Equation, I found it quite difficult coming up with a general solution for the case where $k^2<\omega^2$. I'm starting to think there must be an easier way, or a more correct way of doing it. Thanks for looking at the problem.