BrightChamps Logo
Login
Creative Math Ideas Image
Live Math Learners Count Icon102 Learners

Last updated on July 5th, 2025

Math Whiteboard Illustration

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 Qatari 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, 
                 Av = v
Then,
              v must be equal to eigenvector of A 
               must be equal to 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 nn  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)=n+a1n-1+ . . . +an-1+an
Then the Cayley-Hamilton theorem states:
p(A)=An+a1An-1+ . . . +an-1A+anI=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 ≠ 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:                           

 

Let λ represent the eigenvalues.
Identity matrix I:
                         
Finding the determinant: 
|A - λI| = ( 3 - λ ) ( 3 - λ ) - ( 2 ) ( 2 ) = ( 3 - λ )2 - 4 
= 9 - 6λ + λ2 - 4 = 2 - 6 = 5     

Characteristic equation:
                                  2 - 6 + 5 = 0             
Factoring it, we get:
                            ( - 5 ) (  - 1 ) = 0     
                            =5 , =1 
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:                           
Characteristic equation A - I = 0

Subtracting  from each diagonal entry, we get: 
                       
Now, determinant:
                    det ( A - I ) = ( 2 - ) ( 3 - ) ( 5 - )

Solving for: (2-) (3 -  ) ( 5 - ) = 0
 = 2, 3, 5
The eigenvalues of matrix A are: 

   = 2, 3, 5

Professor Greenline from BrightChamps

Real-life Applications of Eigenvalues

Eigenvalues provide information about the structure and behavior of different systems across various disciplines like engineering, data science, and more. Some real-world applications of eigenvalues are as follows:

 

Mechanical Vibrations

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

Eigenvalues represent observable quantities like energy levels.


Stability Analysis

In control systems, eigenvalues indicate system stability.


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 subtraction of λ from the diagonal

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

The scalar (λ) is always subtracted from diagonal entries. We should avoid the common mistake of subtracting the scalar from all the elements of the matrix.

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. Carefully use cofactor expansion and verify your steps.

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

Avoid making simple mistakes. Pay attention to calculations and recheck the answers.

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. The sum of eigenvalues results in a trace, and the product of eigenvalues will give us the determinant. Mixing up these two when writing the end result will lead to mistakes. 

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

Some matrices have complex eigenvalues. In such cases, eigenvalues are not necessarily real.

arrow-right
Max from BrightChamps Saying "Hey"

Solved Examples of Eigenvalues

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

Problem 1

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

Explanation

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 2

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

Explanation

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 3

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

Explanation

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 4

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

Explanation

Max from BrightChamps Praising Clear Math Explanations
Max, the Girl Character from BrightChamps

Problem 5

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

Explanation

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

FAQs on Eigenvalues

1.Differentiate between eigenvalues and eigenvectors.

Math FAQ Answers Dropdown Arrow

2.Can a matrix have complex eigenvalues?

Math FAQ Answers Dropdown Arrow

3.Do all matrices have eigenvalues?

Math FAQ Answers Dropdown Arrow

4.What is the use of eigenvalues in PCA?

Math FAQ Answers Dropdown Arrow

5.If an eigenvalue is zero, what happens?

Math FAQ Answers Dropdown Arrow

6.How does learning Algebra help students in Qatar make better decisions in daily life?

Math FAQ Answers Dropdown Arrow

7.How can cultural or local activities in Qatar support learning Algebra topics such as Eigenvalues?

Math FAQ Answers Dropdown Arrow

8.How do technology and digital tools in Qatar support learning Algebra and Eigenvalues?

Math FAQ Answers Dropdown Arrow

9.Does learning Algebra support future career opportunities for students in Qatar?

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
Dubai - 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