Convert second order of diff. equations to first order

Basem
Messages
2
Reaction score
0

Homework Statement


I have this set of equation:
My''+Cy'+Ky=0 but C=0
M is a matrix consist of {(-m) (0)/( -1/12mb^2) (-1/12mb^3)}
and K is a matrix of {(-K1-K2) (-K2b)/ ((K1b-K2b)/(2)) (-K2b^2/2)}
and y is a coordinate system which is (x1,θ)
Now i have to convert these two equations of second order to first order and i really got lost since its two equations and using matrices.
We can stack y' and y into z
so the final equation will be : z'=Az
Can anybody guide me how to do it?
 
Last edited:
Physics news on Phys.org
If M and K were just constants and y were a single variable, would you recognise the equation?
 
John Park said:
If M and K were just constants and y were a single variable, would you recognise the equation?
I didn't really get what u mean? what do you mean y is a single variable? its a coordinate system (x1,θ)
 
Last edited by a moderator:
what do you mean y is a single variable? its a coordinate system (x1,θ)

I know that; that's what "if . . . y were" implies. I'm asking if you recognise the corresponding scalar equation with C=0, which is often solved by reducing it to first order.
 
Last edited:
Basem said:
My''+Cy'+Ky=0 but C=0
Assuming M-1K is invertible, you can diagonalise it as P-1DP.
See if that gives you some clues.
@Basem, do you need more hints?
 
Last edited:
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