Particular Solution of A Coupled and Driven Oscillator

AI Thread Summary
The discussion revolves around solving the coupled equations of motion for two masses connected by springs and subjected to driving forces. The equations are derived, leading to a matrix representation, but the user encounters difficulties due to the complexity of the terms. A suggestion is made to use trial solutions that vary with the driving frequency of 2ω, rather than ω. After some effort, the user finds a solution by manipulating the equations through addition and subtraction to form a single equation for the combined displacement. The possibility of solving the problem using a matrix equation is acknowledged, with a recommendation to assume the displacements vary as cos(2ωt).
PatsyTy
Messages
30
Reaction score
1

Homework Statement



Consider two masses m connected to each other and two walls by three springs with spring constant k. The left mass is subject to a driving force ## F_d\cos(2 \omega t) ## and the right to ## 2F_d\cos(2 \omega t) ##

Homework Equations



Writing out the coupled equations:

$$ m_1 x_1''+2kx_1-kx_1 = F_d \cos (2\omega t) $$
$$ m_2 x_2''-kx_1+2kx_2 = 2F_d\cos (2 \omega t) $$

The Attempt at a Solution


[/B]

Assume a solution
$$ x_1 = A_1 \cos (\omega t) \rightarrow x_1'' = -A_1 \omega^2 \cos (\omega t) $$
$$ x_2 = A_2 \cos (\omega t) \rightarrow x_2'' = -A_2 \omega^2 \cos (\omega t) $$

Sub this into our original equation and write it as a matrix equation

$$ -\omega^2 \cos (\omega t) \left( \begin{array}{c} A_1 \\ A_2 \end{array} \right) + \omega^2 \left( \begin{array}{cc} 2 & -1 \\ -1 & 2 \end{array} \right) \left( \begin{array}{c} x_1 \\ x_2 \end{array} \right) = \frac{F_d}{m} \cos (2 \omega t) \left( \begin{array}{c} 1 \\ 2 \end{array} \right) $$

where ##\omega^2 = k/m ##. This is where I get stuck, before we would form an eignevalue problem and solve the characteristic polynomial to get the eigenvalues then the constants ##A_1## and ##A_2## however we have too many terms to do this.

A suggestion on where to go from here would be greatly appreciated!
 
Last edited:
Physics news on Phys.org
The frequency ω in the driving forces is not necessarily equal to ##\sqrt{k/m}##. You should use another notation, such as ##\omega_0^2 = k/m##.

Since the driving forces have frequency ##2 \omega##, you might be better off with a trial solution where ##x_1## and ##x_2## vary with frequency ##2 \omega##.
 
TSny said:
The frequency ω in the driving forces is not necessarily equal to ##\sqrt{k/m}##. You should use another notation, such as ##\omega_0^2 = k/m##.

Since the driving forces have frequency ##2 \omega##, you might be better off with a trial solution where ##x_1## and ##x_2## vary with frequency ##2 \omega##.

Thanks for the reply! That was my bad actually in copying the question, it does specify in the problem that the frequency of the driving for is equal to ##\sqrt{k/m}##. I believe I managed to get the solution after a couple hours of work by adding the two equations and subtracting the two equations and making a substitution of variables:

Adding the Two
$$(x_1''+x_2'')+\omega^2(x_1+x_2)=\frac{3F_d}{m} \cos (2 \omega t) $$
Set ##z=x_1+x_2 \rightarrow z''=x_1''+x_2''##
Gives
$$z''+\omega^2 z = \frac{3F_d}{m} \cos (2 \omega t)$$

Similar argument for subtracting the two. Is it possible to solve this question using a matrix equation? I don't see any simple way of doing so but may not be seeing it.

Otherwise thanks for the help!
 
PatsyTy said:
Is it possible to solve this question using a matrix equation? I don't see any simple way of doing so but may not be seeing it.
Yes. Proceed as in your first post, but assume ##x_1## and ##x_2## vary as ##\cos2\omega t##.
 
  • Like
Likes PatsyTy
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanged mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top