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

Last updated on July 16th, 2025

Math Whiteboard Illustration

Eigenvectors

Professor Greenline Explaining Math Concepts

In linear algebra, eigenvectors help us understand how matrices transform space. In this article, we will learn about eigenvectors and eigenvalues, how to find them, their properties, and examples.

Eigenvectors for Filipino Students
Professor Greenline from BrightChamps

What is Eigenvectors?

The eigenvectors are the non-vectors that do not change direction when a linear transformation is applied to them. In linear algebra, an eigenvector helps in complex transformations of a matrix. For a square matrix A and a vector v, the eigenvector is represented as:

 


Av = λv, where λ is the eigenvalue. 
 

Professor Greenline from BrightChamps

What are Eigenvectors and Eigenvalues?

In linear algebra, the eigenvector and eigenvalues are fundamental concepts. Eigenvectors are the non-zero vectors that satisfy the equation Av = λv. Where A is the square matrix, v is the vector, and λ is the eigenvalue. The eigenvalue is the scalar λ associated with the eigenvector. 
Geometrically, eigenvectors are used to find the directions that remain unchanged after transformation. For example, in a rotation matrix, the eigenvector lies along the axis of rotation. Algebraically, an eigenvector satisfies the equation (A - λI)v = 0, where I is the identity matrix. 
 

Professor Greenline from BrightChamps

Difference Between Eigenvectors and Other Vectors

Eigenvectors are non-zero vectors when transformed into matrix, it does not change direction. It only changes the length. In this section, we will discuss the difference between the eigenvector and other vectors.  
 

 

Eigenvector

Other Vector 

Eigenvectors do not change directions under a transformation

The other vectors may change their directions when the same transformation is applied. 

It is scaled by a specific factor called the eigenvalue

It can be transformed, that is, it can  be stretched, rotated, or skewed 

Eigenvalues satisfy the equation Av = λv 

They do not follow a specific relationship with the matrix

In matrix transformation, it represents special and invariant directions

Without any scaling behavior, it represents the general direction 

 

Professor Greenline from BrightChamps

How to Find Eigenvectors and Eigenvalues

Eigenvectors and eigenvalues are used to simplify the matrix operations and to understand the linear transformation. In this section, let’s learn how to find eigenvectors and eigenvalues. 

 

 

Step 1: Finding the characteristic equation
To find the eigenvalue λ of a square matrix A, we use the formula det(A - λI) = 0.

  

 

Step 2: Substitute eigenvalues
After finding the value of λ, solve (A - λI)v = 0 and find the value of v. 

 

 

Step 3: Normalize the eigenvector
If unit vectors are required, we divide each eigenvector by its magnitude to normalize. 

 

For example, let’s find the eigenvalues and eigenvectors of the matrix A = 1221
Finding the value of λ, 
det(A - λI) = 12 - λ 2 - λ1
= (2 - λ)2 - 1
= λ2 - 2λ + 4 - 1
= λ2 - 2λ + 3
Solving λ2 - 2λ + 3 = 0
Using the quadratic equation to find the value of λ
λ = -b ± b2 - 4ac2a
Substituting the value:
λ = -(-4) ± (-4)2 - 4 × 1 × 32 × 1
λ = 4 ± 16 - 122 
λ = 4 ± 22 
λ = 4 + 22                  λ = 4 - 22 
λ = 3, λ = 1

Finding the eigenvector using the equation (A - λI)v
For λ = 1:
(A - 1I)v = 1221 - 01 10 = 1111 

 1111 yx = 0
x + y = 0
y = -x

So, any vector of the form is:
v = -x   x   is an eigenvector

If x = 1 v becomes
v1 = -1   1

For λ = 3:
(A - 3I)v = 1221 - 03 30 =     1-1-1   1
    1-1-1   1 yx = 0

-x + y = 0
y = x

So, v2 = xx
If x = 1, v2 become
v2 = 11
So, the eigenvector corresponding to the eigenvalues λ = 1 and λ = 3 are:
λ = 1 → -1   1
λ = 2 → 11
 

Professor Greenline from BrightChamps

Properties of Eigenvectors and Eigenvalues

The eigenvectors and eigenvalues follow many properties that help to understand the matrix behavior. In this section, we will learn some properties of eigenvectors and eigenvalues. 

 

 

  • The eigenvectors associated with the distinct eigenvalues are linearly independent. 

 

  • An n × n matrix can have up to n eigenvalues, including repeated values known as repeated or multiple eigenvalues. 

 

  • For any symmetric matrix, the eigenvalues are real, and the eigenvectors are mutually perpendicular (orthogonal)

 

  • The sum of the eigenvalues is equal to the total of its diagonal elements, trace. The product of the eigenvalues is equal to the determinant of the matrix. 
     
Professor Greenline from BrightChamps

Types of Matrices and Eigenvectors

Based on the type of matrices, the eigenvalues and eigenvectors follow a specific pattern. Let’s understand some types of matrices and their eigenvectors and eigenvalues. 

 

 

  • Symmetric Matrices: All symmetric matrices have real eigenvalues and orthogonal eigenvectors.

 

  • Diagonal Matrices: For a diagonal matrix, the eigenvectors are the standard basic vectors, and the eigenvalues are the entries along the diagonal

 

  • Singular Matrices: In these types of matrices, at least one eigenvalue is zero. 
     
Professor Greenline from BrightChamps

Real-World Applications of Eigenvectors

In real life, eigenvectors are used in fields like principal component analysis, physics, engineering, and computer graphics. In this section, we will discuss some real-world applications of eigenvectors. 

 

 

  • In principal component analysis, we use eigenvectors to transform data to a new coordinate system. For example, reducing dimensionality in image processing

 

  • In physics, to determine the possible measurement outcomes and quantum states, we use eigenvectors. 

 

  • In engineering, eigenvalues are used for stability analysis in control systems and structural engineering. For example, they help determine whether a system remains stable under various conditions. 

 

  • Eigenvectors are used in computer graphics for transformations, animations, image compression, and shape analysis. For example, rotation matrices in 3D modeling. 
     
Max Pointing Out Common Math Mistakes

Common Mistakes and How to Avoid Them in Eigenvectors

When finding the eigenvectors of a matrix, students make errors, and they mostly repeat them. In this section, we will learn some common mistakes and the ways to avoid them. 
 

Mistake 1

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Thinking that the zero vector can be an eigenvector
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students often think that the zero vector can be an eigenvector due to confusion with the equation Av = v. Also, remember that the eigenvector should be a non-zero vector. 
 

Mistake 2

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Errors while finding the value of det(A - λI )
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students make errors when calculating the value of det(A - λI), which can lead to a wrong determinant that causes errors. So always double-check the answer, especially when solving 3 × 3 or large matrices. 
 

Mistake 3

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Misinterpreting complex eigenvalues
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students often assume that all eigenvalues of a real matrix must be real. However, real matrices can have complex should have complex eigenvalues that always come in conjugate pairs. 
 

Mistake 4

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Confusing eigenvectors with eigenvalues
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students often confuse eigenvectors with eigenvalues, leading to errors in interpretations and calculations. Remember, in the equation Av = Av = λv, where v is the vector being scaled and λ is the scaling factor (eigenvalues).  
 

Mistake 5

Red Cross Icon Indicating Mistakes to Avoid in This Math Topic

Not normalizing the eigenvector
 

Green Checkmark Icon Indicating Correct Solutions in This Math Topic

Students sometimes forget to normalize the eigenvector when it is required, resulting in incorrect vector magnitudes. Always normalize it is required and practice normalizing eigenvectors when required. 
 

arrow-right
Max from BrightChamps Saying "Hey"

Solved Examples on Eigenvectors

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

Problem 1

Find the eigenvalues for the matrix A, A = 24 31

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

The eigenvalues for matrix A are 5 and 2.
 

Explanation

The eigenvalue can be calculated using the characteristic polynomial:
det(A - λI) 
det24 - λ 3 - λ    1
= (4 - λ)(3 - λ) - 2 = λ2 - 7λ + 10

Solving λ2 - 7λ + 10 = 0
λ = -b ± b2 - 4ac2a
= -(-7) ± (-7)2 - 4 × 1 × 102 × 1
= 7 ± 49 - 402 
= 7 ± 92  → 5, 2

The eigenvalues of the matrix are 5 and 2
 

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

Problem 2

Find the eigenvectors for the matrix A, A = 06 30

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

For λ = 6, the eigenvector is 01 
For λ = 0 the eigenvector is -20 

Explanation

The matrix A is diagonal, the value of the eigenvalue is 6 and 3
Finding the eigenvector using the equation (A - λI)v
Finding the eigenvalue λ: det(A - λI) = 0
A - λI =  06 - λ  -λ    3
det(A - λI) = (6 - λ)(-λ) - (0)(3)
= -λ(6 - λ)
So, λ = 0 or λ = 6

For λ = 6: (A - 6I) = 00 -6   3
00 -6   3 yx = 00
So, 3y = 0 → y = 0

So, v1 = 01  

For λ = 0: (A - 0I) = 06 03 
06 03 yx = 00
6x + 3y = 0 → 2x + y = 0
y = -2x
v2 = -2    0
 

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

Problem 3

Find the eigenvalue of the matrix B =

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

The eigenvalues of the matrix B are 1, 2, and 3
 

Explanation

The eigenvalue of a diagonal matrix is its diagonal entries. Since matrix B is diagonal, its eigenvalues are the diagonal values that is 1, 2, and 3. 
 

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

Problem 4

Find the eigenvectors for the symmetric matrix M = 12 21

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

For λ = 3, the eigenvector is 11 
For λ = 1 the eigenvector is -1   1 
 

Explanation

Solving the characteristic equation to find eigenvalues:
det(M - λI) = 0
(M - λI) =    12 - λ 2 - λ     1
det(M - λI) = (2 - λ)2 - (1)(1)
= (2 - λ)2 - 1
= λ2 - 4λ + 3

Solving  λ2 - 4λ + 3
λ = -b ± b2 - 4ac2a
= -(-4) ± (-4)2 - 4 × 1 × 32 × 1
= 4 ± 16 - 122 
= 4 ± 22  → 3, 1
So, λ = 3 and λ = 1

Finding the eigenvector using M - λI
For λ = 3: M- 3I = 12 21 - 03 30 
=   1-1 -1    1
(M - 3I)v = 0 →   1-1 -1    1yx  = 00
So, -x + y = 0
x = y
Thus, v1 =  11

For λ = 1: M- 1I
= 12 21 - 01 10 
= 11 11
(M - 1I)v = 0 →  11 11yx  = 00
So, x + y = 0
x = -y
Thus, v2 = -1   1
 

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

Problem 5

Find the eigenvalue for the symmetric matrix M = 10 0-1

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

The eigenvalue for the matrix M is i and -i
 

Explanation

To find the eigenvalue of the matrix, solve the characteristic equation:
det(M - λI) = 0
M - λI =   10 - λ 0 - λ -1 
=   1- λ - λ -1

det(M - λI) = (-λ)(-λ) - (-1)(1)
= λ2 + 1
λ2 + 1 = 0
So, λ2 = -1
λ = ±i
 

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

FAQs on Eigenvectors

1.What is an eigenvalue?

Math FAQ Answers Dropdown Arrow

2.What is an eigenvector?

Math FAQ Answers Dropdown Arrow

3.How to find eigenvectors?

Math FAQ Answers Dropdown Arrow

4.Can 0 be an eigenvalue?

Math FAQ Answers Dropdown Arrow

5.What are the applications of eigenvalues?

Math FAQ Answers Dropdown Arrow

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

Math FAQ Answers Dropdown Arrow

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

Math FAQ Answers Dropdown Arrow

8.How do technology and digital tools in Philippines support learning Algebra and Eigenvectors ?

Math FAQ Answers Dropdown Arrow

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

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