Eigenvalues

Eigenvalues are associated with eigenvectors in Linear algebra. Both terms are used in the analysis of linear transformations. Eigenvalues are the special set of scalar values that is associated with the set of linear equations most probably in the matrix equations. The eigenvectors are also termed as characteristic roots. It is a non-zero vector that can be changed at most by its scalar factor after the application of linear transformations. And the corresponding factor which scales the eigenvectors is called an eigenvalue.

Table of contents:

Eigenvalue Definition

Eigenvalues are the special set of scalars associated with the system of linear equations. It is mostly used in matrix equations. ‘Eigen’ is a German word that means ‘proper’ or ‘characteristic’. Therefore, the term eigenvalue can be termed as characteristic value, characteristic root, proper values or latent roots as well. In simple words, the eigenvalue is a scalar that is used to transform the eigenvector. The basic equation is

Ax = λx

The number or scalar value “λ” is an eigenvalue of A.

In Mathematics, an eigenvector corresponds to the real non zero eigenvalues which point in the direction stretched by the transformation whereas eigenvalue is considered as a factor by which it is stretched. In case, if the eigenvalue is negative, the direction of the transformation is negative.

For every real matrix,  there is an eigenvalue. Sometimes it might be complex. The existence of the eigenvalue for the complex matrices is equal to the fundamental theorem of algebra.

What are EigenVectors?

Eigenvectors are the vectors (non-zero) that do not change the direction when any linear transformation is applied. It changes by only a scalar factor. In a brief, we can say, if A is a linear transformation from a vector space V and x is a vector in V, which is not a zero vector, then v is an eigenvector of A if A(X) is a scalar multiple of x.

An Eigenspace of vector x consists of a set of all eigenvectors with the equivalent eigenvalue collectively with the zero vector. Though, the zero vector is not an eigenvector.

Let us say A is an “n × n” matrix and λ is an eigenvalue of matrix A, then x, a non-zero vector, is called as eigenvector if it satisfies the given below expression;

Ax = λx

x is an eigenvector of A corresponding to eigenvalue, λ.

Note:

  • There could be infinitely many Eigenvectors, corresponding to one eigenvalue.
  • For distinct eigenvalues, the eigenvectors are linearly dependent.

Eigenvalues of a Square Matrix

Suppose, An×n is a square matrix, then [A- λI] is called an Eigen or characteristic matrix, which is an indefinite or undefined scalar. Where determinant of Eigen matrix can be written as, |A- λI| and |A- λI| = 0 is the Eigen equation or characteristics equation, where “I” is the identity matrix. The roots of an Eigen matrix are called Eigen roots.

Eigenvalues of a triangular matrix and diagonal matrix are equivalent to the elements on the principal diagonals. But eigenvalues of the scalar matrix are the scalar only.

Properties of Eigenvalues

  • Eigenvectors with Distinct Eigenvalues are Linearly Independent
  • Singular Matrices have Zero Eigenvalues
  • If A is a square matrix, then λ = 0 is not an eigenvalue of A
  • For a scalar multiple of a matrix: If A is a square matrix and λ is an eigenvalue of A. Then, aλ is an eigenvalue of aA.
  • For Matrix powers: If A is square matrix and λ is an eigenvalue of A and n≥0 is an integer, then λn is an eigenvalue of An.
  • For polynomials of matrix: If A is a square matrix, λ is an eigenvalue of A and  p(x) is a polynomial in variable x, then p(λ) is the eigenvalue of matrix p(A).
  • Inverse Matrix: If A is a square matrix, λ is an eigenvalue of A, then λ-1 is an eigenvalue of A-1
  • Transpose matrix: If A is a square matrix, λ is an eigenvalue of A, then λ is an eigenvalue of At
Determinant of a Matrix Diagonal Matrix
Determinant Of A 3×3 Matrix Determine The Order Of Matrix

EigenValue Example

In this shear mapping, the blue arrow changes direction, whereas the pink arrow does not. Here, the pink arrow is an eigenvector because it does not change direction. Also, the length of this arrow is not changed; its eigenvalue is 1.

Eigenvalue example

Eigenvalues of 2 x 2 Matrix

Let us have a look at the example given below to learn how to find the eigenvalues of a 2 x 2 matrix.

Find the eigenvalues of the 2 x 2 matrix
\(\begin{array}{l}A=\begin{bmatrix} 0 & -2\\ 3 & 4 \end{bmatrix}\end{array} \)

Solution:

Given,

\(\begin{array}{l}A=\begin{bmatrix} 0 & -2\\ 3 & 4 \end{bmatrix}\end{array} \)

Using the characteristic equation,

Let
\(\begin{array}{l}I=\begin{bmatrix} 1 & 0\\ 0 & 1 \end{bmatrix}\end{array} \)
be the 2 x 2 identity matrix.

|A – λI| = 0

\(\begin{array}{l}|\begin{bmatrix} 0 & -2\\ 3 & 4 \end{bmatrix}-\lambda \begin{bmatrix} 1 & 0\\ 0 & 1 \end{bmatrix}|=0\\ |\begin{bmatrix} 0 & -2\\ 3 & 4 \end{bmatrix}- \begin{bmatrix} \lambda & 0\\ 0 & \lambda \end{bmatrix}|=0\\\begin{vmatrix} -\lambda & -2\\ 0 & 4-\lambda \end{vmatrix}=0\end{array} \)

-λ(4 – λ) – (-2)(0) = 0

-4λ + λ2 = 0

λ(λ – 4) = 0

λ = 0 or λ – 4 = 0

Thus, λ = 0 or λ = 4

Hence, the two eigenvalues of the given matrix are λ = 0 and λ = 4.

Go through the following problem to find the Eigenvalue of 3 x 3 matrix.

Example: 

Find the Eigenvalue for the matrix
\(\begin{array}{l}A=\begin{bmatrix} 4 &6 &10 \\ 3 & 10 & 13\\ -2 & -6 & -8 \end{bmatrix}\end{array} \)

Solution:

Given Matrix:
\(\begin{array}{l}A=\begin{bmatrix} 4 &6 &10 \\ 3 & 10 & 13\\ -2 & -6 & -8 \end{bmatrix}\end{array} \)

To find: Eigenvalues, λi

We know that  λi are the roots of det (A-λI)

Where, “I” is the identity Matrix.

Therefore,
\(\begin{array}{l} det (A – \lambda I) = \left | \begin{bmatrix} 4 &6 & 10\\ 3 & 10 &13 \\ -2& -6 & -8 \end{bmatrix}-\lambda \begin{bmatrix} 1 & 0 & 0\\ 0 & 1 & 0 \\ 0 & 0 & 1 \end{bmatrix} \right |\end{array} \)
\(\begin{array}{l} =\left | \begin{bmatrix} 4 &6 & 10\\ 3 & 10 &13 \\ -2& -6 & -8 \end{bmatrix}-\begin{bmatrix} \lambda & 0 & 0\\ 0 & \lambda & 0 \\ 0 & 0 & \lambda \end{bmatrix} \right |\end{array} \)

Hence, 

\(\begin{array}{l}det (A – \lambda I) = \begin{vmatrix} 4-\lambda &6 & 10\\ 3 & 10-\lambda &13 \\ -2 &-6 & -8-\lambda \end{vmatrix}\end{array} \)
\(\begin{array}{l}= (4-\lambda )\begin{vmatrix} 10-\lambda & 13\\ -6 & (-8-\lambda ) \end{vmatrix}-(6)\begin{vmatrix} 3 &13 \\ -2 & -8-\lambda \end{vmatrix}+10\begin{vmatrix} 3 & 10-\lambda \\ -2 & -6 \end{vmatrix}\end{array} \)
\(\begin{array}{l}= (4-\lambda)[(10-\lambda)(-8-\lambda)-13(-6)]-6[(3)(-8-\lambda)-13(-2)]+10[(3)(-6)-(10-\lambda)(-2)]\end{array} \)
Now, take the first part from the above equation.
\(\begin{array}{l} = (4-\lambda )[-80-10\lambda +8\lambda +\lambda ^{2}+78]\end{array} \)

\(\begin{array}{l}=(4-\lambda )[-2-2\lambda +\lambda^{2}]\end{array} \)

On simplifying the above expression, we get

\(\begin{array}{l}=-8-8\lambda +4\lambda ^{2}+2\lambda +2\lambda ^{2}-\lambda ^{3}\end{array} \)

\(\begin{array}{l}=-\lambda^{3}+6\lambda ^{2}-6\lambda -8\end{array} \)

which is the simplified form of the first term of the expression. …(1)

Similarly, for the second term of the equation, we get

\(\begin{array}{l}= -6[-24-3\lambda +26]\end{array} \)

\(\begin{array}{l}= -6[2-3\lambda]\end{array} \)

\(\begin{array}{l} = -12+18\lambda … (2)\end{array} \)

Similarly, for the third term,

\(\begin{array}{l} = 10[-18-(20+2\lambda )] = 10[-18+20-2\lambda ]\end{array} \)

\(\begin{array}{l} = 10(2-2\lambda )\end{array} \)

\(\begin{array}{l} = 20-20\lambda …(3)\end{array} \)

Hence, 

det (A-λI) = (1)+(2)+(3)

det (A-λI) = -λ3 + 6λ2 – 6λ – 8 – 12 +18λ +20-20λ

=-λ3+6λ2-8λ+0

Therefore, the Eigenvalues of the matrix A can be found by

3+6λ2-8λ =0

Now, multiply the above equation by (-1) on both sides, we get

λ3-6λ2+8λ =0

On factoring the above equation, we get

λ(λ2-6λ+8)=0

Thus,

λ= 0, and (λ2-6λ+8)=0

Use the quadratic equation formula to find the roots of the equation (λ2-6λ+8)=0

Here, a=1, b=-6, c=8

Now, the values in the quadratic formula,

\(\begin{array}{l}=\frac{6\pm \sqrt{36-4(1)(8)}}{2(1)}\end{array} \)

\(\begin{array}{l}=\frac{6\pm \sqrt{36-32}}{2}\end{array} \)

\(\begin{array}{l}=\frac{6\pm 2}{2}\end{array} \)

Hence, λ= 2 and λ=4

Therefore, the Eigenvalues of matrix A are 0, 2, 4.

Practice Problems

Find the Eigenvalues for the following Matrices.

  • \(\begin{array}{l}A =\begin{bmatrix} 2 &1 &3 \\ 1 & 2 & 3\\ 3 & 3 & 20 \end{bmatrix}\end{array} \)
  • \(\begin{array}{l}A =\begin{bmatrix} 1 &7 &4 \\ 2 & 3 & 6\\ 4 & 1 & 1 \end{bmatrix}\end{array} \)


Frequently Asked Questions on EigenValues

Q1

What is meant by Eigenvalue?

Eigenvalues are also known as characteristic or latent roots, is a special set of scalars associated with the system of linear equations.

Q2

Can Eigenvalue be Zero?

Yes, Eigenvalue can be zero. But we don’t consider the zero vector to be an Eigenvector.

Q3

How many Eigenvalues does a 2×2 matrix can have?

A 2×2 matrix can have 2 Eigenvalues, as a 2×2 matrix has two Eigenvector directions.

Q4

Define the Eigenvalues λ of matrix A.

The Eigenvalue of Matrix A is a scalar λ, such that the equation Av = λv should have a nontrivial solution.

Q5

Mention 2 properties of Eigenvalues.

Eigenvectors with distinct Eigenvalues are linearly independent
Singular Matrices have zero Eigenvalues

Download BYJU’S-The Learning App and get personalised video content to understand the Maths fundamentals in an easy way.

close
close

Play

&

Win