Understanding Eigenvalues in Matrix Construction from Differential Equations

  • Thread starter Thread starter hotcommodity
  • Start date Start date
  • Tags Tags
    Eigenvalues
Click For Summary

Homework Help Overview

The discussion revolves around constructing a 2x2 matrix from a second-order differential equation and the implications of swapping columns on the resulting eigenvalues. Participants explore how the arrangement of variables in the matrix affects the characteristic polynomial and the eigenvalues derived from it.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the effects of swapping columns in a matrix and how it leads to different characteristic polynomials. They question how to determine the appropriate correspondence between variables and matrix columns. There is also exploration of matrix operations and their implications on the validity of equations.

Discussion Status

Some participants have provided insights into matrix operations and the implications of column swaps. There is an ongoing exploration of how to maintain the validity of equations while manipulating matrices. Multiple interpretations of the problem are being discussed, particularly regarding the placement of the column swap matrix.

Contextual Notes

Participants are navigating the constraints of linear algebra principles and the specific setup of the differential equation, which may influence their reasoning about the matrix construction and eigenvalue determination.

hotcommodity
Messages
434
Reaction score
0
Let's say that I have to construct a 2 X 2 matrix from a second-order differential equation, turning it into a system of first order linear equations, and find its eigenvalues. I'll have two variables that correspond to the two columns in the matrix.

If I swap columns, I end up with two different characteristic polynomials, and thus different sets of eigenvalues (this is the problem). How do I know which variable should correspond to the first column, and which variable should correspond to the second column?
 
Physics news on Phys.org
If you switch the columns, you switch the order of the variables.
 
You spent a course learning linear arithmetic, so use it. :wink:

Swapping columns is a matrix operation: if you started with the equation

[tex]A x = y[/tex]

and you want to replace A with AC, where C is the column swap elementary matrix... i.e.

[tex] C = \left(<br /> \begin{array}{cc}<br /> 0 & 1 \\<br /> 1 & 0<br /> \end{array}<br /> \right)[/tex]

Can you think of any way to modify the equation Ax=y (without changing its validity!) to make a C appear somewhere in it? (Preferably just to the right of the A)
 
Thanks for the replies :)

Hurkyl said:
You spent a course learning linear arithmetic, so use it. :wink:

Swapping columns is a matrix operation: if you started with the equation

[tex]A x = y[/tex]

and you want to replace A with AC, where C is the column swap elementary matrix... i.e.

[tex] C = \left(<br /> \begin{array}{cc}<br /> 0 & 1 \\<br /> 1 & 0<br /> \end{array}<br /> \right)[/tex]

Can you think of any way to modify the equation Ax=y (without changing its validity!) to make a C appear somewhere in it? (Preferably just to the right of the A)

My math professor helped me out this morning, and I found out that if I have a second order differential equation corresponding to an equation y(t), and I let dy/dt = v, then the "rule of thumb" is to let the coefficient matrix A have its first column correspond to the variable y and let the second column correspond to the derivative of y(t), v (this way I know which coefficients in A to subtract [tex]\lambda[/tex] from). But now I want to know what you're talking about! So I'll take a shot at your question :)

I believe your question is, how can I place the column swap matrix C into the equation Ax = y, without the equation losing its validity. To do this, I believe I would multiply both sides of Ax = y by C, such that C appears between A and x, and to the left of y. So I would have ACx= Cy. I worked this out on paper and I see that this does indeed swap the columns in A and the rows in y, which wouldn't change my answer, so it works out. Please let me know if I'm mistaken.
 
hotcommodity said:
I believe your question is, how can I place the column swap matrix C into the equation Ax = y, without the equation losing its validity. To do this, I believe I would multiply both sides of Ax = y by C, such that C appears between A and x, and to the left of y. So I would have ACx= Cy. I worked this out on paper and I see that this does indeed swap the columns in A and the rows in y, which wouldn't change my answer, so it works out. Please let me know if I'm mistaken.
That doesn't quite work -- remember that the operations you have available are "left multiply" and "right multiply"... so you can't just insert it anywhere you want.

The method I was hinting at is this idea: If I want to right-multiply A by C, I can undo that by right-multiplying by C-inverse. In this case, the inverse of C is itself, so I have the following derivation:

Ax = y
A (CC) x = y
(AC) (Cx) = y

The procedure you used shouldn't work in general: if Ax=y, then usually ACx=Cy will be false. In fact, that implies:

ACx = Cy
ACx = C(Ax)
ACx = CAx
(AC - CA) x = 0

so it will only work when the solution for x happens to be a nullvector of (AC - CA).
 
Hurkyl said:
Ax = y
A (CC) x = y
(AC) (Cx) = y

I see, so this works out because C*C = I, where I would be the 2 X 2 identity matrix, and AI = A.
 
hotcommodity said:
I see, so this works out because C*C = I, where I would be the 2 X 2 identity matrix, and AI = A.
Right. And if you did a more complicated column operation to A, you can hopefully work out what happens to x to neutralize it.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
Replies
19
Views
2K
Replies
5
Views
2K
Replies
8
Views
3K
  • · Replies 6 ·
Replies
6
Views
4K
Replies
2
Views
2K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
1
Views
2K