Equation of motion for coupled oscillators

AI Thread Summary
The discussion focuses on the equation of motion for coupled oscillators, clarifying the roles of various variables and indices in the formula. The variable "x" represents the displacement from equilibrium, while "a" denotes coefficients related to the spring constants, with multiple "a" values indicating interactions between oscillators. The equations presented illustrate a system of three coupled oscillators, each described by its own equation involving the displacements of all oscillators. Participants discuss the use of matrix methods to solve the system of equations. Overall, the thread emphasizes understanding the dynamics of coupled oscillators through their mathematical representation.
snellslaw
Messages
16
Reaction score
0
Attached is the formula for the equation of motion for a system of coupled oscillators.
Could someone please tell me what the variables and indices refer to here?
Thanks! :)
 

Attachments

  • oscillators.JPG
    oscillators.JPG
    1.6 KB · Views: 550
Physics news on Phys.org
hi snellslaw! :smile:

instead of the easy case of the force on an oscillator being proportional to its displacement,

it's a function of the displacements of itself and another oscillator :wink:
 
Thanks TinyTim! So is "a" the spring constant?
 
there are n2 a's :confused:
 
So are the "a"s just constants?
x is the displacement from equilibrium right?

Thanks! :)
 
yes, the n x's are the n displacements, and the n2 a's are the n2 (or n2/2 if they're symmetric) constants
 
The i means you are dealing with a set of equation. a is a coefficient and summation symbol means that each equation has a certain number of terms. For example:

\ddot{x_{1}}=a_{11}x_{1}+a_{12}x_{2}+a_{13}x_{3}

\ddot{x_{2}}=a_{21}x_{1}+a_{22}x_{2}+a_{23}x_{3}

\ddot{x_{3}}=a_{31}x_{1}+a_{32}x_{2}+a_{33}x_{3}

Where i = 1 to 3 and j = 1 to 3. You have 3 equations with 3 unknown, and can solve this using the matrix determinant method.

Regards.
 
@mps: hey are you preparing for the same thing? :P

Thanks everyone!
 
Back
Top