Exploring Algebraic Multiplicity: Solving 5a and b with Hints for 5c

  • MHB
  • Thread starter Dethrone
  • Start date
  • Tags
    multiplicity
In summary: I'm not sure how to approach it (or what the geometric multiplicity even is :p).Theorem Rido12.2My proof goes both ways...but the backwards direction is easier. Suppose $A$ has eigenvalue $0$, then its characteristic equation is $c_A=\det (\lambda I-A)=\det (-A)=(-1)^n \det A=0$, where $A$ is n by n. Then $A$ is singular and must have nullspace > 0.Can you give me hints on Theorem...2? I'm not sure how to approach it (or what the geometric multiplicity even is :p).Oh, I think I got it. Geometric multiplicity
  • #1
Dethrone
717
0
View attachment 4285

5a and b are quite trivial. I have no idea how to do 5c). Any hints?
 

Attachments

  • 2014 #5.PNG
    2014 #5.PNG
    10.7 KB · Views: 73
Physics news on Phys.org
  • #2
Seems like you should use the fact that the characteristic polynomial of $AB$ has degree $m$ while the characteristic polynomial of $BA$ has degree $n$. Since $m < n$, and using 5a and 5b, it means $BA$ must have "extra" distinct eigenvalues in addition to those of $AB$, and in fact that extra eigenvalue can only be zero (possibly repeated). It follows from the degrees of the polynomials (recall the eigenvalues of $AB$ have total algebraic multiplicity $m$) that this zero eigenvalue must have algebraic multiplicity $n - m$. So this is what needs to be proved apparently, not sure how I would approach the proof yet though.

(not sure why it says "at least $n - m$"; seems to me it must be exactly $n - m$, but I could be wrong here, it's been a while since I touched eigenstuff)
 
  • #3
Hey Bacterius :D

Can you elaborate why 5a, b implies that $BA$ must have "extra" eigenvalues than $AB$?
I just scanned the section on multiplicities so I have not fully grasped it yet.
 
  • #4
Rido12 said:
Hey Bacterius :D

Can you elaborate why 5a, b implies that $BA$ must have "extra" eigenvalues than $AB$?
I just scanned the section on multiplicities so I have not fully grasped it yet.

Well, 5a and 5b say that $BA$ has all eigenvalues of $AB$. But $BA$ is $n \times n$ while $AB$ is $m \times m$, so $BA$ can have at most $m$ eigenvalues while $BA$ can (must?) have more. Actually, I am not really sure anymore - I know that the eigenvalues of a complex $n \times n$ matrix always have a total algebraic multiplicity of $n$ (by the fundamental theorem of algebra). But it could be less for real matrices because some eigenvalues could be complex - actually the fact that $AB$ may have repeated eigenvalues (i.e. of algebraic multiplicity > 1) might explain the "at least" part.

An eigenvalue $\lambda $ of algebraic multiplicity $m$ just means that in your characteristic polynomial you have a factor of $(x - \lambda)^m$. Geometric multiplicity is something different.
 
  • #5
I think I understand your argument (it's a bit late here...), but I still have some questions. So $AB$ has $m$ eigenvalues (possible repeated), and $BA$ contains all those eigenvalues and more, since $m<n$ and $BA$ has $n$ eigenvalues. How do we ascertain that those extra eigenvalues in $BA$ must all be the zero eigenvalue? I understand that if that is true, then $BA$ must have at least $n-m$ eigenvalues that are $0$ and more depending on the algebraic multiplicity of the $0$ eigenvalue in $AB$.

I hope what I'm saying even makes sense...:p

Bacterius said:
Well, 5a and 5b say that $BA$ has all eigenvalues of $AB$. But $BA$ is $n \times n$ while $AB$ is $m \times m$, so $BA$ can have at most $m$ eigenvalues while $BA$ can (must?) have more.

You mean $AB$? and can have at most $m$ distinct eigenvalues?
 
  • #6
Yes, I meant AB sorry. And it can have at most $m$ distinct eigenvalues, for if it had more, then the characteristic polynomial of $AB$ would have degree greater than $m$, which is impossible (recall eigenvalues are precisely the roots of the characteristic polynomial of a matrix). So it certainly can't have more. It could have less if you only consider real eigenvalues, though.

As for your question, well that's what I would like to know too :p I haven't actually tried proving it (I have to go soon, so I might give the question an actual shot tomorrow). But that is the approach I would take I think.
 
  • #7
Hey Rido! ;)

Here's how I would do it.

A has a null space with dimension of at least n-k.
Therefore A has at least n-k vectors that transform to 0.
It follows that BA has at least those same vectors as eigenvectors for eigenvalue 0.
Qed. (Wasntme)
 
Last edited:
  • #8
I like Serena said:
Hey Rido! ;)

Here's how I would do it.

A has a null space with dimension of at least n-k.
Therefore A has at least n-k eigenvectors with eigenvalue 0.
It follows that BA has at least those same eigenvectors.
Qed. (Wasntme)

Hey ILS! (Wave)

So the dimension of the null space of a matrix is the algebraic multiplicity of the eigenvalue $0$? How do we know that BA has the all the eigenvectors of $A$. Is there a theorem I should be aware of?
 
  • #9
Rido12 said:
Hey ILS! (Wave)

So the dimension of the null space of a matrix is the algebraic multiplicity of the eigenvalue $0$? How do we know that BA has the all the eigenvectors of $A$. Is there a theorem I should be aware of?

Almost:
Nullity = geometric multiplicity $\le$ algebraic multiplicity

Only the theorem which is the definition of an eigenvector:
Suppose $Av=0$, then $BA v = 0\cdot v$. (Wasntme)
 
Last edited:
  • #10
I like Serena said:
Almost:
Nullity = geometric multiplicity $\le$ algebraic multiplicity

Only the theorem which is the definition of an eigenvector:
Suppose $Av=0\cdot v$, then $BA v = 0\cdot v$. (Wasntme)

So in general, any matrix that has a nullspace greater than 0 has an eigenvalue $0$, and the dimension of that nullspace gives us the geometric multiplicity of the eigenvalue $0$? (If true, I will need to prove this for myself. :p)
 
  • #11
Rido12 said:
So in general, any matrix that has a nullspace greater than 0 has an eigenvalue $0$, and the dimension of that nullspace gives us the geometric multiplicity of the eigenvalue $0$? (If true, I will need to prove this for myself. :p)

Theorem Rido12.1
A matrix has nullity greater than $0$ iff it has eigenvalue $0$.

Theorem Rido12.2
The nullity of a matrix is equal to the geometric multiplicity of the eigenvalue $0$.

Theorem Rido12.3
The algebraic multiplicity of eigenvalue $0$ can be greater than the corresponding geometric multiplicity.I'll leave the proofs up to you. :p
 
  • #12
Theorem Rido12.1
My proof goes both ways...but the backwards direction is easier. Suppose $A$ has eigenvalue $0$, then its characteristic equation is $c_A=\det (\lambda I-A)=\det (-A)=(-1)^n \det A=0$, where $A$ is n by n. Then $A$ is singular and must have nullspace > 0.

Can you give me hints on Theorem Rido12.2?
 
  • #13
Rido12 said:
Theorem Rido12.1
My proof goes both ways...but the backwards direction is easier. Suppose $A$ has eigenvalue $0$, then its characteristic equation is $c_A=\det (\lambda I-A)=\det (-A)=(-1)^n \det A=0$, where $A$ is n by n. Then $A$ is singular and must have nullspace > 0.

Good! (Nod)
Can you give me hints on Theorem Rido12.2?

Let's list the appropriate definitions:

  • The null space of a matrix A is the space of all vectors $v$ that satisfy $Av=0$.
  • An eigenvector is a vector $v \ne 0$ such that $Av = \lambda v$, where $\lambda$ is the corresponding eigenvalue.
  • The geometric multiplicity of an eigenvalue is the number of independent eigenvectors for that eigenvalue.
Can you combine them? (Wondering)
 
  • #14
Theorem Rido 12.2

Suppose that $\lambda =0$ is an eigenvalue. Then to find the eigenspace corresponding to $\lambda=0$, we must solve $Av=\lambda v$, or $Av=0$. That means, we need to find $\operatorname{null}A$ (or $\operatorname{null}(-A)$ if we continue from $c_A=\det(0-A)$).
That means the eigenspace corresponding to $\lambda=0$ is the nullspace of A, and the geometric multiplicity of A is the nullity of $A$!
 
  • #15
Rido12 said:
Theorem Rido 12.2

Suppose that $\lambda =0$ is an eigenvalue. Then to find the eigenspace corresponding to $\lambda=0$, we must solve $Av=\lambda v$, or $Av=0$. That means, we need to find $\operatorname{null}A$ (or $\operatorname{null}(-A)$ if we continue from $c_A=\det(0-A)$).
That means the eigenspace corresponding to $\lambda=0$ is the nullspace of A, and the geometric multiplicity of A is the nullity of $A$!

Yay! (Party)Btw, note that $\det(\lambda I - A)=0$ merely follows from $Av=\lambda v$.
It's the latter that is the actual definition, while the first only holds if the determinant is defined (which is not the case for your unusual $\mathbb P_2$ vector space). (Nerd)
 
  • #16
I like Serena said:
Yay! (Party)Btw, note that $\det(\lambda I - A)=0$ merely follows from $Av=\lambda v$.
It's the latter that is the actual definition, while the first only holds if the determinant is defined (which is not the case for your unusual $\mathbb P_2$ vector space). (Nerd)

haha, thanks so much for the help, ILS! (Cool)

Btw, is there an easy proof that the geometric multiplicity must not exceed the algebraic multiplicity? The proof in my notes is quite convoluted.
 
  • #17
Rido12 said:
haha, thanks so much for the help, ILS! (Cool)

Btw, is there an easy proof that the geometric multiplicity must not exceed the algebraic multiplicity? The proof in my notes is quite convoluted.

Easiest is to transform a matrix to Jordan Normal Form.
Then it becomes instantly obvious (when you know how to read the Jordan Normal Form).
Of course then we would need to prove we can get to the Jordan Normal Form, but I prefer to take that as a given. :rolleyes:

Btw, it is possible for the algebraic multiplicity to be higher.
To prove that, it suffices to find an example.
Can you find one for, say, eigenvalue 0? (Wondering)
 
  • #18
What class is the Jordan Normal form generally taught? In an advanced linear algebra class or in something like abstract algebra?

So, to find a situation when the algebraic multiplicity is greater than the geometric for the 0 eigenvalue?
I am trying to find one for the 2 by 2 case but it's not working; should I try a higher dimension?

i.e $c_A=\det(\lambda I-A)=\lambda ^2$
Working backwards, the only $A$ that will work is the zero matrix...
I guess I can easily show that the geometric is less than the algebraic by increasing the rank of the matrix (i.e introducing linearly dependent rows).
 
  • #19
Rido12 said:
What class is the Jordan Normal form generally taught? In an advanced linear algebra class or in something like abstract algebra?

I think it's typically in the first year of university - in a linear algebra class. (Thinking)
Definitely not in abstract algebra.
So, to find a situation when the algebraic multiplicity is greater than the geometric for the 0 eigenvalue?
I am trying to find one for the 2 by 2 case but it's not working; should I try a higher dimension?

I suggest to stick with the 2 by 2 case. (Mmm)
i.e $c_A=\det(\lambda I-A)=\lambda ^2$
Working backwards, the only $A$ that will work is the zero matrix...

Think again... (Sweating)
 
  • #20
I like Serena said:
I think it's typically in the first year of university - in a linear algebra class. (Thinking)
Definitely not in abstract algebra.

Hmm, that isn't taught in my class, nor in nearby universities (engineering program) for first years. I suspect it might be taught to pure math students. Anyway, I've heard that it'll be taught in my DE course next year, because they have many applications to solving DE? Particularly diagonalizing matrices?

Anyway, I've tried again, this time in a more systematic approach. I have found that $A$ must have $a+d=0$ and $ad-bc=0$. A candidate is $\left[\begin{array}{1,-1}1 & -1 \\ 1 & -1 \end{array}\right]$. This will have algebraic multiplicity of $2$ and geometric multiplicity of $1$.
 
  • #21
Rido12 said:
Hmm, that isn't taught in my class, nor in nearby universities (engineering program) for first years. I suspect it might be taught to pure math students. Anyway, I've heard that it'll be taught in my DE course next year, because they have many applications to solving DE? Particularly diagonalizing matrices?

It would be taught to all pure math and all physics students.

It makes sense to see it in DE, but that should merely be an application of linear algebra that should have already been taught by that time. Then again, the order of classes in university doesn't always make sense. :p
Anyway, I've tried again, this time in a more systematic approach. I have found that $A$ must have $a+d=0$ and $ad-bc=0$. A candidate is $\left[\begin{array}{1,-1}1 & -1 \\ 1 & -1 \end{array}\right]$. This will have algebraic multiplicity of $2$ and geometric multiplicity of $1$.

You found one! You found one! (Whew)

Note that $a+d$ is called the $\operatorname{Trace}$ of the matrix, which is also the sum of the eigenvalues.
And $ad-bc$ is the $\operatorname{Determinant}$, which is also the product of the eigenvalues. (Nerd)

Btw, a simpler matrix is $\begin{bmatrix}0 & 1 \\ 0 & 0 \end{bmatrix}$.
You can read from it that the corresponding eigenvector is $(^1_0)$, which is the only eigenvector, even though it has an algebraic multiplicity of 2. (Wasntme)
 

1. What is algebraic multiplicity?

Algebraic multiplicity is a term used in linear algebra to describe the number of times a particular root or eigenvalue appears in the characteristic polynomial of a matrix.

2. How do you solve equations involving algebraic multiplicity?

To solve equations involving algebraic multiplicity, you must first find the roots of the characteristic polynomial. Then, use the algebraic multiplicity of each root to determine the number of solutions to the equation.

3. What is the significance of algebraic multiplicity in solving equations?

Algebraic multiplicity is significant because it gives us information about the number of solutions to an equation. For example, an algebraic multiplicity of 2 for a root means there are two linearly independent solutions to the equation.

4. Can algebraic multiplicity be greater than the dimension of a matrix?

Yes, algebraic multiplicity can be greater than the dimension of a matrix. This occurs when there are repeated roots in the characteristic polynomial, which means there are more solutions to the equation than the dimension of the matrix.

5. How can hints be helpful in solving equations involving algebraic multiplicity?

Hints can be helpful in solving equations involving algebraic multiplicity by giving insights into the structure of the matrix and its characteristic polynomial. They can also provide guidance on how to approach and simplify the equations to find the solutions.

Similar threads

  • Differential Equations
Replies
15
Views
2K
Replies
1
Views
876
  • Linear and Abstract Algebra
Replies
9
Views
1K
  • Introductory Physics Homework Help
Replies
18
Views
2K
  • Linear and Abstract Algebra
Replies
7
Views
814
  • Linear and Abstract Algebra
Replies
25
Views
2K
  • Linear and Abstract Algebra
Replies
10
Views
2K
  • Introductory Physics Homework Help
Replies
1
Views
561
  • Linear and Abstract Algebra
Replies
4
Views
395
  • Precalculus Mathematics Homework Help
2
Replies
46
Views
3K
Back
Top