How Does Spectral Decomposition Apply to Matrix A?

  • Thread starter Thread starter Shackleford
  • Start date Start date
  • Tags Tags
    Decomposition
Click For Summary

Homework Help Overview

The discussion revolves around the spectral decomposition of a given matrix A, specifically a 2x2 matrix with eigenvalues 3 and -1. Participants are exploring the implications of spectral decomposition and the associated orthogonal projections onto eigenspaces.

Discussion Character

  • Conceptual clarification, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants are attempting to verify the spectral decomposition of matrix A and are questioning how to define orthogonal projections for the corresponding eigenspaces. There are inquiries about the meaning of spectral decomposition and the role of the spectral theorem in this context.

Discussion Status

The discussion is ongoing, with participants providing insights into the nature of the matrix and its eigenvectors. Some guidance has been offered regarding the relationship between the matrix and its diagonal representation, as well as the implications of changing bases. However, there is no explicit consensus on the steps to take next.

Contextual Notes

Participants are grappling with the definitions and implications of spectral decomposition, the spectral theorem, and the process of projecting onto eigenspaces. There is a mix of understanding regarding the characteristic polynomial and its relevance to the problem.

Shackleford
Messages
1,649
Reaction score
2
<br /> \begin{bmatrix}<br /> 1 &amp; 2 \\ <br /> 2 &amp; 1 \\ <br /> \end{bmatrix} = A

(1) Verify that LA possesses a spectral decomposition.
(2) For each eigenvalue of LA, explicitly define the orthogonal projection on the corresponding eigenspace.
(3) Verify your results using the spectral theorem.

The eigenvalues of A are 3 and -1. The eigenvectors are (1,1) and (-1,1), respectively. I'm not sure how to proceed.
 
Physics news on Phys.org
Anyone?
 
What you wrote is the same as x^{2}-2x-3 try to use this probably might make it easier for you.
 
mtayab1994 said:
What you wrote is the same as x^{2}-2x-3 try to use this probably might make it easier for you.

I don't know how to show it possesses spectral decomposition.

What do I orthogonally project onto the eigenspaces?
 
Well I'd say you should draw out that parabola that i gave you and it should look easier.
 
mtayab1994 said:
Well I'd say you should draw out that parabola that i gave you and it should look easier.

I don't see how the characteristic polynomial comes into play. Am I projecting the parabola onto the lines associated with the eigenspaces?
 
1)What does it mean for something to have a spectral decomposition?
Since you have your eigenvectors, how can you show that it has one?
2)You should be able to find the projections easily enough
3)I'm not quite sure what 'use the spectral theorem' means since there is no 'spectral theorem' on it's own. I assume it means just work out the decomposition and show that it agrees with A.
 
genericusrnme said:
1)What does it mean for something to have a spectral decomposition?
Since you have your eigenvectors, how can you show that it has one?
2)You should be able to find the projections easily enough
3)I'm not quite sure what 'use the spectral theorem' means since there is no 'spectral theorem' on it's own. I assume it means just work out the decomposition and show that it agrees with A.

The set = {λ1, λ2,..., λk} of eigenvalues of T is the spectrum of T.

T = λ1T1 + λ2T2 + ... + λkTk

Ti is the orthogonal projection of V on Wi.
 
Yes, and what does that matrix T look like?
(I should say, what does T look like in a certain basis ;))
 
  • #10
genericusrnme said:
Yes, and what does that matrix T look like?
(I should say, what does T look like in a certain basis ;))

Is T a diagonal matrix with its eigenvalues along the diagonal?
 
  • #11
Yes, you just need to show that this is so
 
  • #12
genericusrnme said:
Yes, you just need to show that this is so

So, just find an invertible matrix Q such that D = Q-1AQ?
 
  • #13
Yes
Although I wouldn't say 'find', you've already got everything written down that you need to know in order to write Q out.
 
  • #14
genericusrnme said:
Yes
Although I wouldn't say 'find', you've already got everything written down that you need to know in order to write Q out.

Q is composed of the eigenvectors of A, right?
 
  • #15
Shackleford said:
Q is composed of the eigenvectors of A, right?

Yes, do you understand WHY this is so?
Do you know what Q is actually doing other than sitting there being an invertable matrix?
 
  • #16
genericusrnme said:
Yes, do you understand WHY this is so?
Do you know what Q is actually doing other than sitting there being an invertable matrix?

Well, A is normal and so it is diagonalizable. What is Q doing?
 
  • #17
The Q is changing the basis you are working in.
If a, b are the eigenvectors of T and \lambda_1, \lambda_2 the eigenvalues we have

Ta = \lambda_1 a
Tb = \lambda_2 b

If we use the basis where the vector (1,0) ~ a and (0,1) ~ b then T is obviously diagonal. What the Q does is takes the vectors a and b and turns them into (1,0) and (0,1) respectively.

If we have a as the first row and b as the second row in Q then Q.(1,0) = a and Q.(0,1) = b. So then Q^{-1}.a = (1,0) and Q^{-1}.a = (0,1)

What your T=Q\ D\ Q^{-1} decomposition is doing is when it acts on vector x is this;
1. Change the basis of x from (1,0) and (0,1) to a and b
2. Apply the diagonal matrix to a and b, a simple multiplication a \rightarrow \lambda_1 a, b \rightarrow \lambda_2 b
3. Change the basis back to (1,0) and (0,1) from a and b
 
  • #18
genericusrnme said:
The Q is changing the basis you are working in.
If a, b are the eigenvectors of T and \lambda_1, \lambda_2 the eigenvalues we have

Ta = \lambda_1 a
Tb = \lambda_2 b

If we use the basis where the vector (1,0) ~ a and (0,1) ~ b then T is obviously diagonal. What the Q does is takes the vectors a and b and turns them into (1,0) and (0,1) respectively.

If we have a as the first row and b as the second row in Q then Q.(1,0) = a and Q.(0,1) = b. So then Q^{-1}.a = (1,0) and Q^{-1}.a = (0,1)

What your T=Q\ D\ Q^{-1} decomposition is doing is when it acts on vector x is this;
1. Change the basis of x from (1,0) and (0,1) to a and b
2. Apply the diagonal matrix to a and b, a simple multiplication a \rightarrow \lambda_1 a, b \rightarrow \lambda_2 b
3. Change the basis back to (1,0) and (0,1) from a and b

Are you calling my original matrix A matrix T?
 
  • #19
Yes, sorry for mixing notations :shy:

But what I wrote is still true for any matrix which has a full set of eigenvalues and vectors
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
2
Views
2K
Replies
7
Views
2K
  • · Replies 33 ·
2
Replies
33
Views
3K
Replies
3
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 19 ·
Replies
19
Views
4K
Replies
3
Views
2K