Eigen vals/vecs in MDOF Dynamics Problems

  • Context: Graduate 
  • Thread starter Thread starter JohnSimpson
  • Start date Start date
  • Tags Tags
    Dynamics
Click For Summary
SUMMARY

The discussion centers on the application of eigenvalues and eigenvectors in multi-degree-of-freedom (MDOF) dynamics problems, specifically for a system of two masses connected by springs. It is established that the eigenvalues of the matrix formed from the system's equations correspond to the squares of the natural angular frequencies, denoted as ω². The eigenvectors represent the mode shapes of the system, indicating the relative displacements of the masses during harmonic motion. This relationship is crucial for understanding the dynamics of coupled oscillators in mechanical systems.

PREREQUISITES
  • Understanding of Newton's Second Law in dynamics
  • Familiarity with eigenvalue problems in linear algebra
  • Knowledge of harmonic motion and simple harmonic oscillators
  • Basic concepts of matrix operations and diagonalization
NEXT STEPS
  • Study the derivation of eigenvalues and eigenvectors in mechanical systems
  • Learn about normal modes in coupled oscillators
  • Explore the application of matrix diagonalization in dynamics
  • Investigate complex eigenvalues and their implications in oscillatory systems
USEFUL FOR

Mechanical engineers, physicists, and students studying dynamics and vibrations, particularly those interested in multi-degree-of-freedom systems and their analysis using linear algebra techniques.

JohnSimpson
Messages
89
Reaction score
0
Say I have the following simple situation

||
||
||---/\/\/\---m1---/\/\/\----m2
---------------------------------

fixed walled and two masses connected by springs

When you write Newton's 2nd for each mass you can assume a sinusoid solution for the position as a function of time and plugging back into your equations you can solve for the two fundamental frequencies of the system. My question is this, If i write both equations in a matrix form

[tex] \frac{d^2 \, \vec{x}}{dt^2} = A \, \vec{x} [/tex]

with A being a matrix of combinations of spring constants divided by appropriate masses, do the eigenvalues of the matrix correspond to the squares of the natural angular frequencies? If so, why physically is this true? Additionally, what do the eigenvectors mean? What is the physical connection there?

-John
 
Physics news on Phys.org
So, for this situation, if you write down the eigenvalue equation it looks like this:

[tex] \left(\begin{array}{cc}m_1^{-1} & 0 \\ 0 & m_2^{-1}\end{array}\right)<br /> \left(\begin{array}{cc}-k_1-k_2 & k_2 \\ k_2 & -k_2\end{array}\right)<br /> \left(\begin{array}{c}x_1\\x_2\end{array}\right) = <br /> \left(\begin{array}{c}\ddot x_1\\\ddot x_2\end{array}\right)[/tex]

(that's what I got, anyway. If it's not quite right, it doesn't really matter because the rest of this discussion doesn't focust on the form of the matrix.)

Now we assume there are harmonic solutions similar to a single harmonic oscillator, so that our trial solution would be [tex]\ddot x_1 = \omega^2 x_1[/tex] and [tex]\ddot x_2 = \omega^2 x_2[/tex]. (This is done without loss of generality; [tex]\omega[/tex] may be complex, so picking [tex]\omega^2[/tex] is really just handy for looking at the end result. But it's based on the fact that we've taken two derivatives wrt time, so we already know that omega has dimensions of frequency.) If you put that in:

[tex] \left(\begin{array}{cc}-(k_1+k_2)/m_1 & k_2/m_1 \\ k_2/m_2 & -k_2/m_2\end{array}\right)<br /> \left(\begin{array}{c}x_1\\x_2\end{array}\right) = <br /> \left(\begin{array}{cc}\omega^2 & 0 \\ 0 & \omega^2\end{array}\right)<br /> \left(\begin{array}{c} x_1\\ x_2\end{array}\right)[/tex]

which is exactly the eigenvalue problem. Solving it will give omega in terms of the k's and m's. Then we go back to our differential equation and look at our trial solution where we assumed [tex]\ddot x_i = \omega^2 x_i[/tex] and solve that, knowing that we have a solution for omega. Of course that will be a harmonic solution; we don't need to know omega for that. But the omegas that we got out of the eigenvalue equation are the ones that go into our trial solution.

The eigenvectors have significance; a matrix made out of the eigenvectors can be used to diagonalize our k/m matrix. So this tells us what kind of x_1 and x_2 displacements give us the harmonic motion. If m1 = m2 and k1 = k2 then the eigenvectors, ignoring normalization, will look something like (1 1) and (1 -1). This tells us that one type of motion is where both masses move the same direction at the same time (1 1) and another type where they move opposite directions at the same time (1 -1). If the parameters are different, it gets more complicated, but my understanding is that it will be true that the ratio of the components of an eigenvector indicate the ratio of the amplitude of the motions of each mass. The eigenvectors could also be complex, which should indicate a phase difference in the motion of the two masses. This probably won't be the case for two masses, but more complicated systems could give this type of result I suppose.
 
So if i have this right

Assuming an SHM solution for each component, [tex]\omega_i^2 = \lambda_i[/tex]

and the ratios of components in any eigenvector [tex]x_i[/tex] give the ratios of he amplitudes of oscillation while in normal mode [tex]i[/tex]
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 0 ·
Replies
0
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K