Decoupling a system of linear equations

jjark24
Messages
2
Reaction score
0
Hi guys, so I have this system of linear equations:
x' = -3x - 1y
y' = 3x - 7y

And I'm supposed to decouple them by this linear change of variables:
z = Ax + By
w = Cx + Dy

I'm supposed to find values for A, B, C, and D and I have no idea where to begin. Can anyone walk me through this? Thanks!
 
Physics news on Phys.org
welcome to pf!

hi jjark24! welcome to pf! :smile:

essentially, you're looking for the eigenvectors of the matrix, with z' = Pz and w' = Qw

one way of finding them is by writing out z' = Pz in full (in terms of x and y), and then equating coefficients of x and of y (separately) :wink:
 
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