Algebraic Multiplicity of Eigenvalues Question?

Click For Summary
SUMMARY

The discussion centers on determining the eigenvalues and their algebraic multiplicities for a matrix A that projects vectors in \(\mathbb{R}^3\) onto a vector \(\vec{v}\). It is established that the eigenvalue 0 has an algebraic multiplicity of 2, corresponding to the two linearly independent eigenvectors orthogonal to \(\vec{v}\). The eigenvalue 1 has an algebraic multiplicity of 1, as it corresponds to the line of scalar multiples of \(\vec{v}\). The characteristic polynomial of A confirms these multiplicities, adhering to the constraints of a 3x3 matrix.

PREREQUISITES
  • Understanding of eigenvalues and eigenvectors in linear algebra
  • Familiarity with algebraic multiplicity and geometric multiplicity
  • Knowledge of characteristic polynomials of matrices
  • Basic concepts of vector spaces in \(\mathbb{R}^3\)
NEXT STEPS
  • Study the relationship between geometric and algebraic multiplicities of eigenvalues
  • Learn how to compute the characteristic polynomial of a matrix
  • Explore projection matrices and their properties in linear algebra
  • Investigate the implications of eigenvalue multiplicities on matrix diagonalization
USEFUL FOR

Students and professionals in mathematics, particularly those studying linear algebra, eigenvalue problems, and matrix theory. This discussion is beneficial for anyone seeking to deepen their understanding of eigenvalue multiplicities and their geometric interpretations.

nickadams
Messages
182
Reaction score
0

Homework Statement


Let \vec{x} and \vec{v} be vectors in \mathbb{R}^3.
If A is a matrix such that A\vec{x} gives the projection of \vec{x} onto \vec{v}, then what are the eigenvalues of A and what are their algebraic multiplicities?

Homework Equations


Eigenvalue: A real number λ is an eigenvalue of A if there exists a nonzero vector \vec{u} such that A\vec{u}=λ\vec{u}.

Algebraic Multiplicity: The algebraic multiplicity of an eigenvalue λ of A is determined by the largest integer k>0 such that (x-λ)k divides the characteristic polynomial of A, pA(x).


The Attempt at a Solution


I feel like for any λ\in{\mathbb{R}^3} we can find a vector \vec{x} such that A\vec{x}=λ\vec{x} because letting \vec{x}=λ\vec{v} let's us say Aλ\vec{v}=λ\vec{v} since A\vec{x} just projects \vec{x} onto \vec{v} so projecting λ\vec{v} onto \vec{v} obviously just gives λ\vec{v}.

However, if for all k\in{\mathbb{R}}, \vec{u}\in{\mathbb{R}^3}\neq k\vec{v} then \vec{u} cannot possibly be an eigenvector. So this means the eigenspace is just all scalar multiples of \vec{v}.

Another thing I think may be significant is that each eigenvalue has only one eigenvector corresponding to it; does this mean the algebraic multiplicity of every eigenvalue is 1? I can't think of a way to find out if (x-λ)k divides the characteristic polynomial of A... is there another way to find out the algebraic multiplicity of an eigenvalue?




Thanks
 
Physics news on Phys.org
What happens when A is applied to any vector orthogonal to v? What is the dimension of the subspace of such vectors?
 
voko said:
What happens when A is applied to any vector orthogonal to v?
If \vec{p} is a vector orthogonal to \vec{v}, then A\vec{p}=0\vec{v}=\vec{0}.

voko said:
What is the dimension of the subspace of such vectors?

The dimension of the subspace of vectors orthogonal to \vec{v} is the plane such that when you apply A to any vector on the plane you get \vec{0}. (I don't know what to call this; I was going to say \mathbb{R}^2 because it's a plane but I don't think that's right.)So I now see in my original post I left out a whole plane of eigenvectors who all correspond to the eigenvalue 0. So from the set of orthogonal vectors to \vec{v} we can get 2 linearly independent eigenvectors corresponding to eigenvalue 0, and from the set of vectors who are collinear to \vec{v} each eigenvector only corresponds to one eigenvalue. So does that mean eigenvalue 0 has algebraic multiplicity 2 and every other eigenvalue (which makes up all real numbers other than 0) has only one eigenvector and thus algebraic multiplicity 1? Is that how it works?
 
You are right about eigenvalue 0. However, I do not understand how you ended up with a whole line for the other eigenvalue. Take any vector u that is a multiple of v. The result of A's action will that same vector u. What is the eigenvalue then?
 
voko said:
You are right about eigenvalue 0. However, I do not understand how you ended up with a whole line for the other eigenvalue. Take any vector u that is a multiple of v. The result of A's action will that same vector u. What is the eigenvalue then?

A(k\vec{v})=k\vec{v}.

So what I was trying to say is that the only eigenvector that corresponds to the eigenvalue k is k\vec{v}. AKA, there is only one eigenvector for each nonzero eigenvalue.
Is this right and does it mean the multiplicity for all real numbers other than 0 is 1?

EDIT: Oh nevermind! A(k\vec{v})=k\vec{v} means the eigenvalue is 1. So we have infinite eigenvectors all corresponding to eigenvalue 1. So does that mean the algebraic multiplicity for λ=1 is infinity?
The below question still stands...


Also, I can't find anything in my book that explains why the fact that there exist two linearly independent eigenvectors that both correspond to eigenvalue 0 implies that the algebraic multiplicity of λ=0 is 2? My book only defines the algebraic multiplicity of an eigenvalue of A as the largest number k≥ 0 such that (λ-x)k divides the characteristic polynomial of A . Can you help me understand?

Thanks so much for your help so far; I feel like I'm almost there!
 
nickadams said:
A(k\vec{v})=k\vec{v}.

So what I was trying to say is that the only eigenvector that corresponds to the eigenvalue k is k\vec{v}.

k is not an eigenvalue. If you had ## A\vec{v} = k \vec{v} ##, then k would be one. But you really just have ## A \vec{u} = \vec{u} ##. What is the eigenvalue here?

Also, I can't find anything in my book that explains why the fact that there exist two linearly independent eigenvectors that both correspond to eigenvalue 0 implies that the algebraic multiplicity of λ=0 is 2? My book only defines the algebraic multiplicity of an eigenvalue of A as the largest number k≥ 0 such that (λ-x)k divides the characteristic polynomial of A . Can you help me understand?

You have found the geometric multiplicity of an eigenvalue. It is always equal or less than its algebraic multiplicity. But, since dimension of the space is 3, and there is another eigenvalue, the algebraic multiplicity cannot be greater than 2, hence it is exactly 2.
 
voko said:
You have found the geometric multiplicity of an eigenvalue. It is always equal or less than its algebraic multiplicity. But, since dimension of the space is 3, and there is another eigenvalue, the algebraic multiplicity cannot be greater than 2, hence it is exactly 2.

Ah, so 1's eigenspace is 1-dimensional (because all eigenvectors that correspond to eigenvalue 1 are linearly dependent), and 0's eigenspace is 2-dimensional (because there are two linearly independent eigenvectors on the plane orthogonal to \vec{v}). And so we know
1≤(algebraic multiplicity of λ=1)
and
2≤(algebraic multiplicity of λ=0)

But we also know that the characteristic polynomial of a 3x3 matrix is a degree-3 polynomial and by the fundamental theorem of algebra has at most 3 roots. So we know the sum of the algebraic multiplicities is less than or equal to 3.

So λ=1 must have algebraic multiplicity 1 and λ=0 must have algebraic multiplicity 2.


Alright! thanks so much voko!
 

Similar threads

  • · Replies 12 ·
Replies
12
Views
2K
Replies
1
Views
1K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
Replies
5
Views
2K
Replies
9
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 24 ·
Replies
24
Views
4K