The question about diagonalization

  • Thread starter Thread starter ftym2011
  • Start date Start date
  • Tags Tags
    Diagonalization
AI Thread Summary
The discussion centers on the behavior of the matrix A = [1 -1; 1 1] when applied repeatedly to a vector. It is noted that A combines rotation and scaling effects, and understanding these transformations involves examining the matrix's action on basis vectors. The concept of diagonalization is introduced, emphasizing that A can be expressed in the form A = PDP^(-1) if it is diagonalizable, which requires finding its eigenvalues and eigenvectors. The eigenvalues of A are complex due to its anti-symmetric nature, complicating the analysis. Ultimately, the thread encourages exploring the matrix's effects through repeated applications and understanding its diagonalization properties.
ftym2011
Messages
1
Reaction score
0
I have the confusion that the one question is shown below:
Consider the following matrix:
A= [1 -1;1 1] which is 2x2 matrix, the column of that is [1 1] and [-1 1] respectively.

What happens when we apply A to vector v a large number of times?

Hoping someone can help me solve this question, thanks a lot!
 
Physics news on Phys.org
ftym2011 said:
I have the confusion that the one question is shown below:
Consider the following matrix:
A= [1 -1;1 1] which is 2x2 matrix, the column of that is [1 1] and [-1 1] respectively.

What happens when we apply A to vector v a large number of times?

Hoping someone can help me solve this question, thanks a lot!

What you need to know is that A defines a rotation combined with a scaling effect.
Do you know the angle and the scale?
What happens if you do this n times?
 
Last edited:
I like "I like Serena"'s answer, and I would further suggest seeing what A does to
\begin{bmatrix}1 \\ 0 \end{bmatrix} and \begin{bmatrix}0 \\ 1\end{bmatrix}
the basis vectors, and imagining that occurring repeatedly.

However, ftym2011 titled this thread "The question about diagonalization" which makes me think a more general method is intended.

If the matrix, A, is "diagonalizable" then there exist an invertible matrix, P, and a diagonal matrix, D, such that A= PDP^{-1}. Then A^2= (PDP^{-1})(PDP^{-1}= PD^2P^{-1} because the "P^{-1}" and "P" in the middle cancel. And, then A^3= A(A^2)= (PDP^{-1})(PD^2P^{-1})= PD^3P^{-1}. In general, A^n= PD^nP^{-1} and it is easy to find the nth power of a diagonal matrix- it is the diagonal matrix with the nth powers on its main diagonal.

An n by n matrix is diagonalizable if and only if it has n independent eigenvectors. Specifically, D is the diagonal matrix with the eigenvalues of A on its diagonal and P is the matrix whose columns are the corresponding eigenvectors.

So let's put the question back to ftym2011: Can you find the eigenvalues and corresponding eigenvectors of
\begin{bmatrix}1 & -1 \\ 1 & 1\end{bmatrix}?

However, having said that, I note that, since A is anti-symmetric, its eigenvalues and eigenvectors are complex so, again, I think I like Serena's suggestion is best.
 
Last edited by a moderator:
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top