Second order ODE application question

cue928
Messages
129
Reaction score
0
We are doing mass spring problems that stem from second order ODE's. I think my lack of linear algebra is hurting me once again in this section so any help would be greatly appreciated.
We are using a stiffness matrix of K = [ -(k1+k2), k2 (row 2) k2, -(k2+k3)]
Our first problem has the following values: m1=m2=1; k1=0, k2=2, k3=0
Setting up the stiffness matrix I got the following:
-2 2
2 -2
So this is my first stopping point: I thought you were supposed to then take the inverse of that but can you do that with a matrix that has a determinant of zero?
 
Physics news on Phys.org
hi cue928! :smile:

not really my subject, so I'm going to risk asking what could be a really dumb question :redface:

if there's only two degrees of freedom, how come there's three parameters? :confused:

(and your general formula doesn't have rows summing to 0 …

maybe these are just the top triangle of a 3x3 matrix?)​
 
I don't know how to answer that. Since there is a zero value for two of them, maybe that has something to do with it? I honestly don't know.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top