Normal Mode ODEs: Uncovering the Mysteries

AI Thread Summary
The discussion focuses on the nature of normal modes in systems of ordinary differential equations (ODEs), particularly in a two-mass spring system. It raises concerns about the validity of assuming a solution is a normal mode and questions the existence of non-normal-mode solutions. It clarifies that all solutions can be expressed as linear combinations of normal modes, which form a basis for the solution space. The conversation also touches on the concept of degenerate normal modes and the implications of repeated eigenvalues in symmetric matrices. Ultimately, it concludes that while normal modes are foundational, the general solution is typically a superposition of these modes, not a normal mode itself.
Diophantus
Messages
69
Reaction score
0
I have just been solving some systems of ODEs to find the nomal mode solutions. Something about it has been bugging me though.

In a simple case where we have a system of two linear ODEs representing a two-mass spring system, we assume that the solution is a normal mode and so find a general solution using eigenvalues and eigenvectors and get a vector solution involving a linear combination of four terms each multiplied by an arbitary constant. No problem there.

The part that is worrying me though is this: We assumed that the solution was a normal mode; so what if it wasn't? I.e. do non-normal-mode solutions exist? If they do then why have we got four arbitary constants in our normal-mode solution - surely if a soulution of this system involves four constants then it describes the most general solution.

Also, is it technically still called a normal mode if we combine two normal modes to get another solution?

Any guidance on this matter would be great thanks.
 
Physics news on Phys.org
Diophantus said:
I have just been solving some systems of ODEs to find the nomal mode solutions. Something about it has been bugging me though.
In a simple case where we have a system of two linear ODEs representing a two-mass spring system, we assume that the solution is a normal mode and so find a general solution using eigenvalues and eigenvectors and get a vector solution involving a linear combination of four terms each multiplied by an arbitary constant. No problem there.
The part that is worrying me though is this: We assumed that the solution was a normal mode; so what if it wasn't? I.e. do non-normal-mode solutions exist? If they do then why have we got four arbitary constants in our normal-mode solution - surely if a soulution of this system involves four constants then it describes the most general solution.
Also, is it technically still called a normal mode if we combine two normal modes to get another solution?
Any guidance on this matter would be great thanks.

Normal modes of a system can be written in a special way: the entire solution has the same frequency (all the degrees of freedom are oscillating with the same frequency, although different amplitude and phase).

A general solution (which is a superposition of normal modes) does not have this property in general. Sometimes there is however, ambiguity: one says that several normal modes are degenerate.
 
Diophantus said:
The part that is worrying me though is this: We assumed that the solution was a normal mode; so what if it wasn't? I.e. do non-normal-mode solutions exist?
The approach to the problem is a bit different. You do not assume the solution is a normal mode. You set out to FIND the normal modes and for that purpose made the frequency the same for all oscillators.
If the equation is linear and homogeneous any linear combination of solutions will also be a solution. In fact, ALL solutions can be written as a linear combination of normal modes, so the normal modes form a BASIS for the solution space. A basis consisting of eigenmodes (=normal modes) of the system.
The question is: Does a basis of normal modes always exist? Fortunately, this is almost always the case (in spring-mass systems it always is). If you write down the system of ODE's in matrix form, you'll see the matrix is symmetric (due to Newton's 3rd law). A theorem in linear algebra will tell you that you can then find such a nice basis of eigenmodes.
 
Thanks guys, I see now. The general solution is a superposition of the normal mode solutions and generally such a solution is not a normal mode itself (unless the constants are chosen VERY carefully).
In fact, ALL solutions can be written as a linear combination of normal modes, so the normal modes form a BASIS for the solution space. A basis consisting of eigenmodes (=normal modes) of the system.
The question is: Does a basis of normal modes always exist? Fortunately, this is almost always the case (in spring-mass systems it always is). If you write down the system of ODE's in matrix form, you'll see the matrix is symmetric (due to Newton's 3rd law). A theorem in linear algebra will tell you that you can then find such a nice basis of eigenmodes.
So as long as the normal mode solutions are independent functions on the solution space then they will form a basis. I'm interested to see what happens if the eigenvalues are repeated (I realize that this would not happen in a symmetric matrix)? Do we then have to invoke something like the variation of parameter method to get another independent solution and will this be a normal mode?
 
Diophantus said:
I'm interested to see what happens if the eigenvalues are repeated

That's what I called "degenerate normal modes".

(I realize that this would not happen in a symmetric matrix)?

It can of course happen in a symmetric matrix, but you have the guarantee that you will be able to find as many independent solutions as there are eigenvalues.

As a (trivial) example of such a case, consider 2 equal masses and 2 equal springs, and the two systems are not connected. Then of course you have two times the same frequency, for the two systems (they are identical). But there are two independent solutions:
x1 oscillates and x2 = 0, and x1 = 0 and x2 oscillates.
From these two independent solutions, you can build the entire 2-dim solution space where x1 oscillates and x2 oscillates.
 
Diophantus said:
Thanks guys, I see now. The general solution is a superposition of the normal mode solutions and generally such a solution is not a normal mode itself (unless the constants are chosen VERY carefully).
So as long as the normal mode solutions are independent functions on the solution space then they will form a basis. I'm interested to see what happens if the eigenvalues are repeated (I realize that this would not happen in a symmetric matrix)? Do we then have to invoke something like the variation of parameter method to get another independent solution and will this be a normal mode?
The equation:
\frac{d^2y}{dt^2}+ \frac{dy}{dt} + y = 0 has two equal normal modes -1 and -1.
The general solution is y = k_1e^{-t} + k_2te^{-t}
 
Thanks I see what you are saying. I think the solution, however, should be:

y = k_1e^{-t/2}cos(sqrt(3)/2)t + k_2e^{-t/2}sin(sqrt{3}/2)t
 
Last edited:
Diophantus said:
Thanks I see what you are saying. I think the solution, however, should be:

y = k_1e^{-t/2}cos(sqrt(3)/2)t + k_2e^{-t/2}sin(sqrt{3}/2)t
My mistake. The equation I wanted to write was:
\frac{d^2y}{dt^2} + 2\frac{dy}{dt} + y = 0
that has a double eigenvalue -1 and whose general solution is the one I wrote.
 
Back
Top