Summarize this article:
215 LearnersLast updated on October 23, 2025

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.
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.
A comprehensive understanding of the properties of eigenvalues is fundamental for accurate interpretation of linear transformations and facilitation of matrix operations.
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\)
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 λ.
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.
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.
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:
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.
Find the Eigenvalues of the matrix A, A = [4, 2 \\ 1,3]
The Eigenvalue of the matrix A is 5, 2
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\)
Find the Eigenvalue of matrix B, B = [2 1 \\ 0 2]
\(\lambda = 2\)
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*}\)
Find the E
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.
: He loves to play the quiz with kids through algebra to make kids love it.






