Find All the Eigenvalues of $A^k$ from Eigenvalues of $A$

Problems and Solutions of Eigenvalue, Eigenvector in Linear Algebra

Problem 388

Let $A$ be $n\times n$ matrix and let $\lambda_1, \lambda_2, \dots, \lambda_n$ be all the eigenvalues of $A$. (Some of them may be the same.)

For each positive integer $k$, prove that $\lambda_1^k, \lambda_2^k, \dots, \lambda_n^k$ are all the eigenvalues of $A^k$.

 
LoadingAdd to solve later

Sponsored Links

Proof.

By the triangularization (or Jordan canonical form), there exists a nonsingular matrix $S$ such that
\[S^{-1}AS=\begin{bmatrix}
\lambda_1 & * & * & * &*\\
0 &\lambda_2 & * & * &*\\
\vdots & \cdots & \ddots & \cdots& \vdots \\
0 & 0 & 0 & \lambda_{n-1} & *\\
0 & 0 & 0 & 0& \lambda_n
\end{bmatrix}.\] Here the right matrix is an upper triangular matrix whose diagonal entries are eigenvalues of $A$.

Then we have
\begin{align*}
S^{-1}A^k S=(S^{-1}AS)^k=\begin{bmatrix}
\lambda_1^k & * & * & * &*\\
0 &\lambda_2^k & * & * &*\\
\vdots & \cdots & \ddots & \cdots& \vdots \\
0 & 0 & 0 & \lambda_{n-1}^k & *\\
0 & 0 & 0 & 0& \lambda_n^k
\end{bmatrix}.
\end{align*}


The characteristic polynomial of the matrix $A^k$ is given by
\begin{align*}
p(t)&=\det(A^k-tI)\\
&=\det(S^{-1})\det(A^k-tI)\det(S)\\
&=\det(S^{-1}(A^k-tI)S)\\
&=\det(S^{-1}A^kS-tI)\\[6pt] &=\begin{vmatrix}
\lambda_1^k-t & * & * & * &*\\
0 &\lambda_2^k-t & * & * &*\\
\vdots & \cdots & \ddots & \cdots& \vdots \\
0 & 0 & 0 & \lambda_{n-1}^k-t & *\\
0 & 0 & 0 & 0& \lambda_n^k-t
\end{vmatrix}\\[6pt] &=\prod_{i=1}^n(\lambda_i^k-t).
\end{align*}

Since the roots of the characteristic polynomial are all the eigenvalues, we see that $\lambda_1^k, \lambda_2^k, \dots, \lambda_n^k$ are all the eigenvalues of $A^k$.


LoadingAdd to solve later

Sponsored Links

More from my site

  • If Eigenvalues of a Matrix $A$ are Less than $1$, then Determinant of $I-A$ is PositiveIf Eigenvalues of a Matrix $A$ are Less than $1$, then Determinant of $I-A$ is Positive Let $A$ be an $n \times n$ matrix. Suppose that all the eigenvalues $\lambda$ of $A$ are real and satisfy $\lambda <1$. Then show that the determinant \[ \det(I-A) >0,\] where $I$ is the $n \times n$ identity matrix. We give two solutions. Solution 1. Let […]
  • Determinant/Trace and Eigenvalues of a MatrixDeterminant/Trace and Eigenvalues of a Matrix Let $A$ be an $n\times n$ matrix and let $\lambda_1, \dots, \lambda_n$ be its eigenvalues. Show that (1) $$\det(A)=\prod_{i=1}^n \lambda_i$$ (2) $$\tr(A)=\sum_{i=1}^n \lambda_i$$ Here $\det(A)$ is the determinant of the matrix $A$ and $\tr(A)$ is the trace of the matrix […]
  • If Every Trace of a Power of a Matrix is Zero, then the Matrix is NilpotentIf Every Trace of a Power of a Matrix is Zero, then the Matrix is Nilpotent Let $A$ be an $n \times n$ matrix such that $\tr(A^n)=0$ for all $n \in \N$. Then prove that $A$ is a nilpotent matrix. Namely there exist a positive integer $m$ such that $A^m$ is the zero matrix. Steps. Use the Jordan canonical form of the matrix $A$. We want […]
  • Nilpotent Matrix and Eigenvalues of the MatrixNilpotent Matrix and Eigenvalues of the Matrix An $n\times n$ matrix $A$ is called nilpotent if $A^k=O$, where $O$ is the $n\times n$ zero matrix. Prove the followings. (a) The matrix $A$ is nilpotent if and only if all the eigenvalues of $A$ is zero. (b) The matrix $A$ is nilpotent if and only if […]
  • A Square Root Matrix of a Symmetric MatrixA Square Root Matrix of a Symmetric Matrix Answer the following two questions with justification. (a) Does there exist a $2 \times 2$ matrix $A$ with $A^3=O$ but $A^2 \neq O$? Here $O$ denotes the $2 \times 2$ zero matrix. (b) Does there exist a $3 \times 3$ real matrix $B$ such that $B^2=A$ […]
  • Eigenvalues of Squared Matrix and Upper Triangular MatrixEigenvalues of Squared Matrix and Upper Triangular Matrix Suppose that $A$ and $P$ are $3 \times 3$ matrices and $P$ is invertible matrix. If \[P^{-1}AP=\begin{bmatrix} 1 & 2 & 3 \\ 0 &4 &5 \\ 0 & 0 & 6 \end{bmatrix},\] then find all the eigenvalues of the matrix $A^2$.   We give two proofs. The first version is a […]
  • Finite Order Matrix and its TraceFinite Order Matrix and its Trace Let $A$ be an $n\times n$ matrix and suppose that $A^r=I_n$ for some positive integer $r$. Then show that (a) $|\tr(A)|\leq n$. (b) If $|\tr(A)|=n$, then $A=\zeta I_n$ for an $r$-th root of unity $\zeta$. (c) $\tr(A)=n$ if and only if $A=I_n$. Proof. (a) […]
  • Diagonalize the Upper Triangular Matrix and Find the Power of the MatrixDiagonalize the Upper Triangular Matrix and Find the Power of the Matrix Consider the $2\times 2$ complex matrix \[A=\begin{bmatrix} a & b-a\\ 0& b \end{bmatrix}.\] (a) Find the eigenvalues of $A$. (b) For each eigenvalue of $A$, determine the eigenvectors. (c) Diagonalize the matrix $A$. (d) Using the result of the […]

You may also like...

1 Response

  1. 04/29/2017

    […] Let $lambda_1$ and $lambda_2$ be eigenvalues of $A$. Then we have begin{align*} 3=tr(A)=lambda_1+lambda_2 text{ and }\ 5=tr(A^2)=lambda_1^2+lambda_2^2. end{align*} Here we used two facts. The first one is that the trace of a matrix is the sum of all eigenvalues of the matrix. The second one is that $lambda^2$ is an eigenvalue of $A^2$ if $lambda$ is an eigenvalue of $A$, and these are all the ei…. […]

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

More in Linear Algebra
Ohio State University exam problems and solutions in mathematics
Find the Nullity of the Matrix $A+I$ if Eigenvalues are $1, 2, 3, 4, 5$

Let $A$ be an $n\times n$ matrix. Its only eigenvalues are $1, 2, 3, 4, 5$, possibly with multiplicities. What...

Close