Normal Mode ODEs: Uncovering the Mysteries

Click For Summary

Discussion Overview

The discussion revolves around the concept of normal modes in systems of ordinary differential equations (ODEs), particularly in the context of a two-mass spring system. Participants explore the nature of normal mode solutions, the existence of non-normal-mode solutions, and the implications of combining normal modes. The conversation includes technical reasoning about eigenvalues, eigenvectors, and the mathematical structure of solutions.

Discussion Character

  • Exploratory
  • Technical explanation
  • Conceptual clarification
  • Debate/contested
  • Mathematical reasoning

Main Points Raised

  • Some participants question whether non-normal-mode solutions exist and express concern about the implications of having multiple arbitrary constants in the normal-mode solution.
  • Others clarify that a general solution can be expressed as a superposition of normal modes, which may not itself be a normal mode unless specific conditions are met.
  • It is proposed that normal modes form a basis for the solution space, and the existence of such a basis is generally assured in linear systems.
  • Participants discuss the concept of degenerate normal modes, where repeated eigenvalues may lead to multiple independent solutions.
  • One participant raises a question about the method to find independent solutions when eigenvalues are repeated, suggesting the variation of parameters method.
  • There is a correction regarding the general solution of a specific differential equation, with participants providing different forms of the solution based on their interpretations.

Areas of Agreement / Disagreement

Participants generally agree that normal modes can form a basis for the solution space and that all solutions can be expressed as linear combinations of these modes. However, there is disagreement regarding the implications of arbitrary constants in normal-mode solutions and the conditions under which a solution can be considered a normal mode. The discussion remains unresolved on some technical aspects, particularly concerning degenerate normal modes and the methods to derive independent solutions.

Contextual Notes

Participants note that the discussion involves assumptions about linearity and homogeneity of the equations. There are also references to specific mathematical properties, such as symmetry in matrices, which may affect the existence of normal modes and the nature of solutions.

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.
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
4
Views
3K
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K