Math Problem Statement

Let A be a n × n matrix. Show that: (a) λ is an eigenvalue of A if and only if 1/λ is an eigenvalue of A^{-1}. (b) The product of the eigenvalues of A is equal to det(A).

Solution

Let's analyze and solve the two parts of the problem given in the image.


Problem Statement:

Let AA be an n×nn \times n matrix. Show that:

Part (a)

If λ\lambda is an eigenvalue of AA, then 1λ\frac{1}{\lambda} is an eigenvalue of A1A^{-1}, and vice versa.

Solution for Part (a):

  1. By definition, if λ\lambda is an eigenvalue of AA, there exists a nonzero vector v\mathbf{v} such that: Av=λv.A \mathbf{v} = \lambda \mathbf{v}.

  2. Assuming λ0\lambda \neq 0, we can multiply both sides by A1A^{-1} (since AA is invertible): A1Av=A1(λv).A^{-1} A \mathbf{v} = A^{-1} (\lambda \mathbf{v}). This simplifies to: v=λA1v.\mathbf{v} = \lambda A^{-1} \mathbf{v}.

  3. Rearranging this equation gives: A1v=1λv.A^{-1} \mathbf{v} = \frac{1}{\lambda} \mathbf{v}.

  4. This shows that 1λ\frac{1}{\lambda} is an eigenvalue of A1A^{-1} corresponding to the same eigenvector v\mathbf{v}.

  5. Conversely, if μ\mu is an eigenvalue of A1A^{-1}, then there exists a nonzero vector w\mathbf{w} such that: A1w=μw.A^{-1} \mathbf{w} = \mu \mathbf{w}. Multiplying both sides by AA gives: AA1w=A(μw),A A^{-1} \mathbf{w} = A (\mu \mathbf{w}), which simplifies to: w=μAw.\mathbf{w} = \mu A \mathbf{w}. Rearranging, we get: Aw=1μw.A \mathbf{w} = \frac{1}{\mu} \mathbf{w}. Hence, 1μ\frac{1}{\mu} is an eigenvalue of AA.

Thus, we have shown that if λ\lambda is an eigenvalue of AA, then 1λ\frac{1}{\lambda} is an eigenvalue of A1A^{-1}, and vice versa.


Part (b)

Show that the product of the eigenvalues of AA is equal to det(A)\det(A).

Solution for Part (b):

  1. The eigenvalues λ1,λ2,,λn\lambda_1, \lambda_2, \ldots, \lambda_n of AA are the roots of the characteristic polynomial of AA, given by: p(λ)=det(AλI).p(\lambda) = \det(A - \lambda I).

  2. For an n×nn \times n matrix AA, the characteristic polynomial p(λ)p(\lambda) is a polynomial of degree nn with the form: p(λ)=(1)nλn+cn1λn1++c1λ+c0.p(\lambda) = (-1)^n \lambda^n + c_{n-1} \lambda^{n-1} + \cdots + c_1 \lambda + c_0. where c0=det(A)c_0 = \det(A) is the constant term of the polynomial, which is also the product of the eigenvalues of AA (assuming they are non-zero).

  3. By the Fundamental Theorem of Algebra, the characteristic polynomial can be factored as: p(λ)=(1)n(λλ1)(λλ2)(λλn).p(\lambda) = (-1)^n (\lambda - \lambda_1)(\lambda - \lambda_2) \cdots (\lambda - \lambda_n).

  4. Setting λ=0\lambda = 0 in this polynomial gives: p(0)=(1)n(λ1)(λ2)(λn)=λ1λ2λn=det(A).p(0) = (-1)^n (-\lambda_1)(-\lambda_2) \cdots (-\lambda_n) = \lambda_1 \lambda_2 \cdots \lambda_n = \det(A).

Therefore, the product of the eigenvalues of AA is equal to det(A)\det(A).


Let me know if you would like further details on any step, or if you have additional questions!


Further Related Questions

  1. How does the eigenvalue relationship between AA and A1A^{-1} change if AA is not invertible?
  2. Can we use the trace of AA to find any specific sum of its eigenvalues?
  3. How would the results change if AA is a non-square matrix?
  4. What is the relationship between the eigenvalues of AA and those of ATA^T (the transpose of AA)?
  5. How does the product of the eigenvalues relate to the determinant for other special types of matrices, like diagonal matrices?

Tip:

The determinant of a matrix is an important property that provides insights into its invertibility, eigenvalues, and overall behavior in transformations.

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Linear Algebra
Eigenvalues
Determinants

Formulas

Eigenvalue equation: A*v = λ*v
Characteristic polynomial: det(A - λ*I) = 0
Determinant of matrix A: det(A)

Theorems

Eigenvalue relationship for inverses
Product of eigenvalues and determinant of a matrix

Suitable Grade Level

Undergraduate (College-level Linear Algebra)