BrightChamps Logo
Login

Summarize this article:

Live Math Learners Count Icon215 Learners

Last updated on October 23, 2025

Eigenvalues

Professor Greenline Explaining Math Concepts

When a square matrix acts on a vector, it changes its direction and size.However, some vectors, called eigenvectors, change only their size. The difference in the size is indicated by eigenvalue (λ). Therefore, eigenvalues show how much an eigenvector is scaled.

Eigenvalues for US Students
Professor Greenline from BrightChamps

What are Eigenvalues of a Matrix?

An eigenvalue is the scalar by which the eigenvector is scaled. Mathematically, eigenvalues are defined as:


For a square matrix A, a scalar, and a non-zero column vector v to satisfy the below-mentioned condition, 
                 \(A\vec v = \lambda \vec v\)


Then,
\(\vec v\) must be an eigenvector of A
λ must be an eigenvalue of A.

Professor Greenline from BrightChamps

What are the Properties of Eigenvalues?

A comprehensive understanding of the properties of eigenvalues is fundamental for accurate interpretation of linear transformations and facilitation of matrix operations.

 

  • A square matrix of order \(n × n\) can have a maximum of n eigenvalues.
     
  • All n eigenvalues of an identity matrix are equal to 1.
     
  • For both triangular and diagonal matrices, the eigenvalues are the elements present on the main diagonal.
     
  • The sum of the eigenvalues of a matrix is equal to the sum of its diagonal elements. When the eigenvalues are multiplied together, we get the determinant.
     
  • Hermitian and symmetric matrices have real eigenvalues.
     
  • The eigenvalues of skew-Hermitian and skew-symmetric matrices are restricted to purely imaginary values or zeroes.
     
  • A matrix and its transpose have the same eigenvalues.
     
  • Consider two square matrices A and B. If they are of the same order, then AB and BA have the same, non-zero eigenvalues. However, their zero eigenvalues might differ.
     
  • An orthogonal matrix’s eigenvalues have an absolute value of 1. They can be real, i.e., 1/-1 or complex conjugate pairs.
     
  • For any scalar k, the eigenvalues of the matrix kA are obtained by multiplying each eigenvalue of matrix A by K.
     
  • If λ is an eigenvalue of matrix A, then λk is an eigenvalue of Ak, provided that A is diagonalizable.
     
  • For an invertible matrix A, each eigenvalue becomes 1 for the inverse of the matrix A-1.
     
  • If λ is a non-zero eigenvalue of A, then |A| / λ is an eigenvalue of the adjoint of A.

It is also important to understand the Cayley-Hamilton Theorem, which states that every square matrix satisfies its own characteristic equation.


For a characteristic polynomial of A:

 

\(p(λ)=det(A-λI)=λⁿ+a₁λⁿ⁻¹+...+aₙ₋₁λ+aₙ\)


Then the Cayley-Hamilton Theorem states:

\( p(A) = A^n + a_{1}A^{\,n-1} + \cdots + a_{n-1}A + a_{n}I = 0\)

Professor Greenline from BrightChamps

How to Find Eigenvalues?

As the properties suggest, if λ is an eigenvalue for given square matrix A, then
\(Av = λv\)
 

If identity matrix I and matrix A are of the same order, then:

\(Av = λ(Iv) (v = Iv)\)

\(Av -  λ(Iv) = 0\)

v is the common factor, so,


v(A - λI) = 0

 

This is a homogeneous system. The existence of \(v \ne 0\) implies that \(det(A - λI) = 0\). This is the characteristic equation.

Here, \(det(A - λI)\)  is known as the characteristic polynomial and λ is the eigenvalue.

 

To find eigenvalues of a square matrix:

Step 1: Consider a square matrix A.



Step 2: Let I be the identity matrix of the same order as A.



Step 3: Subtract  λI from A.



Step 4: Find the determinant.



Step 5: Equate determinant = 0 and find the value of λ.

Professor Greenline from BrightChamps

Eigenvalues of a 2 × 2 Matrix

Using the steps mentioned above, let's solve an example:
Let's take the matrix:                           

\(A = \begin{bmatrix} 3 & 2 \\ 2 & 3 \end{bmatrix}\)

Let λ represent the eigenvalues.
Identity matrix I:
\(I = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} \implies \lambda I = \begin{bmatrix} \lambda & 0 \\ 0 & \lambda \end{bmatrix}\)

\(A - \lambda I = \begin{bmatrix} 3 - \lambda & 2 \\ 2 & 3 - \lambda \end{bmatrix}\)                         
Finding the determinant: 

\( \begin{align*} |A - \lambda I| &= (3 - \lambda)(3 - \lambda) - (2)(2) \\ &= (3 - \lambda)^2 - 4 \\ &= 9 - 6\lambda + \lambda^2 - 4 \\ &= \lambda^2 - 6\lambda + 5 \end{align*}\)
 

Characteristic equation:

                 \(λ² - 6λ + 5 = 0\)                

          
Factoring it, we get:

                  \(\begin{align*} (\lambda - 5)(\lambda - 1) &= 0 \\ \lambda = 5, \lambda &= 1 \end{align*}\)             
                   


The eigenvalues for the given matrix are 5 and 1.

Professor Greenline from BrightChamps

Eigenvalues of a 3 × 3 Matrix

In this section, we will use the steps mentioned in the previous segment to find the eigenvalues of a 3 × 3 matrix. Let’s consider the following matrix:    

\(A = \begin{bmatrix} 2 & 0 & 0 \\ 0 & 3 & 0 \\ 0 & 0 & 5 \end{bmatrix}\)                      

Characteristic equation \(|A - \lambda I = 0|\)

 

Subtracting from each diagonal entry, we get: 

\(A - \lambda I = \begin{bmatrix} 2-\lambda & 0 & 0 \\ 0 & 3-\lambda & 0 \\ 0 & 0 & 5-\lambda \end{bmatrix}\)
                       
Now, determinant:


\( det ( A - \lambda I ) = ( 2 - \lambda ) ( 3 - \lambda ) ( 5 - \lambda)\)

 

Solving for: \((2 - \lambda) (3 - \lambda ) ( 5 - \lambda) = 0 \)


 \(\lambda = 2, \, 3, \, 5\)


The eigenvalues of matrix A are: 

 

  \(\lambda = 2, \, 3, \, 5\)

 

Since the matrix is diagonal, the eigenvalues are the diagonal entries: λ = 2, 3, 5.

 

Note: The matrix here is diagonal for simplicity, which makes the eigenvalues directly equal to its diagonal entries.

Professor Greenline from BrightChamps

Real-life Applications of Eigenvalues

Eigenvalues play a key role in understanding the structure and behavior of various systems across fields like engineering, physics, and data science. Below are some important real-world applications of eigenvalues:

 

  • Mechanical Vibrations: In engineering, eigenvalues determine natural frequencies of systems, crucial in engineering designs

     
  • Principal Component Analysis (PCA): In data science, eigenvalues help identify principal components for dimensionality reduction

     
  • Quantum Mechanics: In quantum mechanics, eigenvalues correspond to observable quantities such as energy levels of particles, helping describe their physical states.

     
  • Stability Analysis: In control theory, eigenvalues are used to assess system stability. If the eigenvalues have certain properties, the system is stable and behaves predictably.

     
  • Facial Recognition: The Eigenfaces technique is a popular method in facial recognition that uses eigenvalues and eigenvectors for image recognition.
Max Pointing Out Common Math Mistakes

Common Mistakes and How to Avoid Them in Eigenvalues

It is important to learn to solve problems related to eigenvalues, as they play a crucial role in linear algebra. However, it is also likely for students to make some mistakes while working with them. This section, where we’ve handpicked the most common mistakes, will help you avoid them.

Mistake 1

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Forgetting to subtract λ from the diagonal

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Always remember that the scalar λ is subtracted only from the diagonal elements of the matrix, not from every entry. Mixing this up leads to incorrect calculations.

 

 

Mistake 2

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Incorrect determinant calculations

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

While expanding the determinant of \(A - λI\), use the cofactor expansion carefully and verify each step to avoid sign or arithmetic mistakes.

Mistake 3

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Incorrectly solving the characteristic polynomial 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Pay close attention while solving the characteristic equation. Small calculation errors can lead to wrong eigenvalues, so it’s important to recheck your work.

Mistake 4

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Interpreting the results incorrectly

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

It is common for students to get confused between determinants and trace. To avoid the confusion, always remember that the sum of eigenvalues equals the trace, while their product equals the determinant. Mixing these up leads to wrong interpretations.

Mistake 5

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Not checking for complex roots

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Not all eigenvalues are real. Some matrices yield complex eigenvalues, so always check for non-real roots when solving the characteristic equation.

arrow-right
arrow-right
Max from BrightChamps Saying "Hey"
Hey!

Solved Examples of Eigenvalues

Ray, the Character from BrightChamps Explaining Math Concepts
Max, the Girl Character from BrightChamps

Problem 1

Find the Eigenvalues of the matrix A, A = [4, 2 \\ 1,3]

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

The Eigenvalue of the matrix A is 5, 2

Explanation

The given matrix \(A = \begin{bmatrix} 4 & 2 \\ 1 & 3 \end{bmatrix}\)

To find the Eigenvalue we use the equation: \(\det(A - \lambda I) = 0 \) 

\(\det \begin{bmatrix} 4 - \lambda & 2 \\ 1 & 3 - \lambda \end{bmatrix} = 0\)

\((4 - \lambda)(3 - \lambda) - 2 = \lambda^2 - 7\lambda + 10 \\= 0 \\ \ \\ \lambda = 5, 2\)

 

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 2

Find the Eigenvalue of matrix B, B = [2 1 \\ 0 2]

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

\(\lambda = 2\)

Explanation

Using the formula: \(\det(B - \lambda I) = 0\)
\(\det \begin{bmatrix} 2 - \lambda & 1 \\ 0 & 2 - \lambda \end{bmatrix} = (2 - \lambda)^2 = 0 \\ \)
Solving \((2 - \lambda)^2 = 0\) to find the value of \(\lambda\)

\(\begin{align*} (2 - \lambda)^2 &= 0 \\ (2 - \lambda)^2 &= 0 \\ 2 - \lambda &= 0 \\ \lambda &= 2 \end{align*}\)

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 3

Find the E

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

Explanation

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 4

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

Explanation

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Max, the Girl Character from BrightChamps

Problem 5

Ray, the Boy Character from BrightChamps Saying "Let’s Begin"
Okay, lets begin

Explanation

Max from BrightChamps Praising Clear Math Explanations
Well explained 👍
Ray Thinking Deeply About Math Problems

FAQs on Eigenvalues

1.Differentiate between eigenvalues and eigenvectors.

Eigenvalues show how much an eigenvector is scaled during transformation. Eigenvectors are non-zero vectors with unchanged directions after transformation.

Math FAQ Answers Dropdown Arrow

2.Can a matrix have complex eigenvalues?

Yes, especially if the matrix is not symmetric. For example, rotation matrices have complex eigenvalues.

Math FAQ Answers Dropdown Arrow

3.Do all matrices have eigenvalues?

All square matrices have eigenvalues, though they may be complex or repeated.

Math FAQ Answers Dropdown Arrow

4.What is the use of eigenvalues in PCA?

In principal component analysis (PCA), eigenvalues of the covariance matrix show the contribution of variance from each principal component to the final data.

Math FAQ Answers Dropdown Arrow

5.If an eigenvalue is zero, what happens?

It makes the matrix singular and non-invertible because a zero eigenvalue indicates that the determinant of the matrix is zero.

Math FAQ Answers Dropdown Arrow
Math Teacher Background Image
Math Teacher Image

Jaskaran Singh Saluja

About the Author

Jaskaran Singh Saluja is a math wizard with nearly three years of experience as a math teacher. His expertise is in algebra, so he can make algebra classes interesting by turning tricky equations into simple puzzles.

Max, the Girl Character from BrightChamps

Fun Fact

: He loves to play the quiz with kids through algebra to make kids love it.

INDONESIA - Axa Tower 45th floor, JL prof. Dr Satrio Kav. 18, Kel. Karet Kuningan, Kec. Setiabudi, Kota Adm. Jakarta Selatan, Prov. DKI Jakarta
INDIA - H.No. 8-2-699/1, SyNo. 346, Rd No. 12, Banjara Hills, Hyderabad, Telangana - 500034
SINGAPORE - 60 Paya Lebar Road #05-16, Paya Lebar Square, Singapore (409051)
USA - 251, Little Falls Drive, Wilmington, Delaware 19808
VIETNAM (Office 1) - Hung Vuong Building, 670 Ba Thang Hai, ward 14, district 10, Ho Chi Minh City
VIETNAM (Office 2) - 143 Nguyễn Thị Thập, Khu đô thị Him Lam, Quận 7, Thành phố Hồ Chí Minh 700000, Vietnam
UAE - BrightChamps, 8W building 5th Floor, DAFZ, Dubai, United Arab Emirates
UK - Ground floor, Redwood House, Brotherswood Court, Almondsbury Business Park, Bristol, BS32 4QW, United Kingdom