Symmetry (coupled oscillators)

A physical system has symmetry if there is some coordinate transformation that can be made which gives an equivalent system. For example, the systems shown below have mirror symmetry because mirroring the system results in an equivalent system.

Say we have a coordinate system x1xnx_1 \ldots x_n, we want to transform each xkx~kx_k \to \tilde x_k such that the system remains equivalent.

In the two examples above, if we had horizontal displacements x1x_1, x2x_2, then our mirrored coordinates would be x~1=x2\tilde x_1 = -x_2, x~2=x1\tilde x_2 = -x_1.

We can encode this transformation as a symmetry matrix such that x~=Sx\tilde{\mathbf x} = \mathbf S \mathbf x (where x~\tilde{\mathbf x} and x\mathbf x are the vectors containing the original and mirrored coordinates)

S=(0110). \mathbf S = \begin{pmatrix} 0 & -1 \\ -1 & 0 \end{pmatrix}.

Then, since the new system is physically equivalent to the old system, we can say that the new coordinates are proportional to the old ones: x~x\tilde{\mathbf x} \propto \mathbf x. Writing this out with an explicit constant of proportionality we get Sx=βx\mathbf S \mathbf x = \beta \mathbf x for some constant β\beta.

Now we guess a solution x=A1cos(ω1t)\mathbf x = \mathbf A_1 \cos(\omega_1 t). Plugging in our ansatz, SA1cos(ω1t)=βA1cos(ω1t)\mathbf S \mathbf A_1 \cos(\omega_1 t) = \beta \mathbf A_1 \cos(\omega_1 t). The cosines cancel to give us SA1=βA1\mathbf S \mathbf A_1 = \beta \mathbf A_1. This means that β\beta is an eigenvalue of S\mathbf S and A1\mathbf A_1 is its corresponding eigenvector.

Note

We assumed the solution was a cosine, so this strategy will only work if the frequency has a ±\pm.