Courses
Courses for Kids
Free study material
Offline Centres
More
Store Icon
Store

Eigenvector of a Matrix Explained for Beginners

Reviewed by:
ffImage
hightlight icon
highlight icon
highlight icon
share icon
copy icon

How to Find Eigenvectors of a Matrix with Formula and Solved Examples

The concept of eigenvector of matrix plays a key role in mathematics and is widely applicable to both real-life situations and exam scenarios. These special vectors are essential in linear algebra, physics, data science, and more. Understanding eigenvectors helps students solve tough problems and also lays a strong foundation for higher studies.


What Is Eigenvector of Matrix?

An eigenvector of a matrix is a nonzero vector that, when multiplied by that matrix, results in a new vector that is a scalar multiple of the original vector. Simply put, it keeps its direction but can change its length. You’ll find this concept applied in areas such as computer graphics, vibration analysis, facial recognition, and quantum physics.


Key Formula for Eigenvector of Matrix

Here’s the standard formula for finding an eigenvector of a matrix: \( A\mathbf{v} = \lambda\mathbf{v} \), where A is the square matrix, \( \mathbf{v} \) is the eigenvector, and \( \lambda \) is the associated eigenvalue. The equation to solve is \( (A - \lambda I)\mathbf{v} = 0 \).


Cross-Disciplinary Usage

The eigenvector of a matrix is not only useful in Maths but also plays an important role in Physics, Computer Science, Engineering, and various data science analyses. For example, eigenvectors help in matrix multiplication, 3D rotations, Google’s PageRank, and in studying systems in Physics. Students preparing for JEE or NEET will see its relevance in many problems, especially those involving matrices and transformations.


Step-by-Step Illustration

  1. Start with your square matrix A.
    Suppose \( A = \begin{bmatrix} 2 & 1 \\ 1 & 2 \end{bmatrix} \)
  2. Find the eigenvalues (\( \lambda \))
    Set up the characteristic equation: \( \det(A - \lambda I) = 0 \)
    For this example: \( \det\left(\begin{bmatrix} 2-\lambda & 1 \\ 1 & 2-\lambda \end{bmatrix}\right) = 0 \)
    \( (2-\lambda)^2 - 1 = 0 \Rightarrow (2-\lambda)^2 = 1 \Rightarrow 2-\lambda = \pm1 \)
    \( \lambda_1 = 1, \lambda_2 = 3 \)
  3. For each eigenvalue, solve \( (A-\lambda I)\mathbf{v} = 0 \).
    For \( \lambda_1 = 1 \): \( \begin{bmatrix}1 & 1\\1 & 1\end{bmatrix} \begin{bmatrix}x\\y\end{bmatrix} = 0 \) gives \( x + y = 0 \) ⇒ \( \mathbf{v}_1 = \begin{bmatrix}1\\-1\end{bmatrix} \)
    For \( \lambda_2 = 3 \): \( \begin{bmatrix}-1 & 1\\1 & -1\end{bmatrix} \begin{bmatrix}x\\y\end{bmatrix} = 0 \) gives \( x - y = 0 \) ⇒ \( \mathbf{v}_2 = \begin{bmatrix}1\\1\end{bmatrix} \)
  4. These resulting nonzero vectors are the eigenvectors for the matrix A.

Speed Trick or Vedic Shortcut

When searching for eigenvalues of a 2x2 matrix, use the quick formula: If A = \( \begin{bmatrix}a & b\\c & d\end{bmatrix} \), the eigenvalues are the solutions to \( \lambda^2 - (a+d)\lambda + (ad-bc) = 0 \). This can save you a lot of time in exams!


Example: For A = \( \begin{bmatrix}4 & 2\\1 & 3\end{bmatrix} \):
Characteristic equation: \( \lambda^2 - (4+3)\lambda + (4*3 - 2*1) = \lambda^2 - 7\lambda + 10 = 0 \); so, eigenvalues are 5 and 2.


Tricks like this aren’t just cool—they’re practical in competitive exams like NTSE, Olympiads, and even JEE. Vedantu’s live sessions include more such shortcuts to help you build speed and accuracy.


Try These Yourself

  • Find the eigenvectors of \( \begin{bmatrix}3 & 0\\0 & 6\end{bmatrix} \).
  • Check if \( \begin{bmatrix}1\\2\end{bmatrix} \) is an eigenvector of \( \begin{bmatrix}2 & 0\\0 & 3\end{bmatrix} \).
  • Find a real-life example where eigenvectors are used in engineering or computer science.
  • Calculate eigenvalues and eigenvectors for a 3x3 diagonal matrix.

Frequent Errors and Misunderstandings

  • Thinking eigenvectors are the same as eigenvalues (they’re not – eigenvalues are scalars, eigenvectors are vectors).
  • Missing the step to set up the zero determinant: always solve \( \det(A-\lambda I) = 0 \) first.
  • Forgetting that eigenvectors must be nonzero vectors.
  • Confusing the steps for 2x2 and 3x3 matrices; always write every equation clearly!

Relation to Other Concepts

The idea of eigenvector of matrix connects closely with topics such as eigenvalues, matrix operations, and matrix determinants. Mastering this helps with understanding more advanced concepts in linear algebra, including inverse matrix and diagonalization.


Classroom Tip

A quick way to remember eigenvectors: “They don’t turn – only stretch!” Draw an arrow (vector) and show how, after multiplying by the matrix, it points in the same direction or in the opposite direction (if the eigenvalue is negative). Vedantu’s teachers often use these visuals during live classes to simplify learning.


We explored eigenvector of matrix—from definition, formula, solved problems, common mistakes, and connections to other branches of maths and science. Continue practicing on Vedantu to get confident with these concepts and gain an edge for board and entrance exams!


Useful Internal Links

  • Eigen Values – Learn how to find the numbers associated with eigenvectors
  • Matrices – Brush up your basics of matrix operations
  • Determinant of a Matrix – Essential for finding eigenvalues and checking if a matrix is invertible
  • Inverse Matrix – Closely related to diagonalization and higher-level applications

FAQs on Eigenvector of a Matrix Explained for Beginners

1. What is an eigenvector of a matrix?

An eigenvector of a matrix is a nonzero vector that changes only in scale, not direction, when multiplied by the matrix. Mathematically, for a square matrix A, a vector v is an eigenvector if:

Av = λv

where λ is the corresponding eigenvalue. This means the matrix transformation stretches or compresses the vector without rotating it.

2. What is the formula to find eigenvalues of a matrix?

The formula to find eigenvalues is given by solving the characteristic equation det(A − λI) = 0. To compute eigenvalues:

  • Start with a square matrix A.
  • Form A − λI, where I is the identity matrix.
  • Find the determinant det(A − λI).
  • Solve the resulting polynomial equation for λ.
The solutions for λ are the eigenvalues of the matrix.

3. How do you find eigenvectors of a matrix step by step?

To find eigenvectors, solve the equation (A − λI)v = 0 for each eigenvalue. Follow these steps:

  • Find eigenvalues using det(A − λI) = 0.
  • Substitute each eigenvalue λ into (A − λI).
  • Solve the homogeneous system (A − λI)v = 0.
  • Any nonzero solution vector v is an eigenvector.
Each eigenvalue may have one or more linearly independent eigenvectors.

4. Can you give an example of finding eigenvalues and eigenvectors?

Yes, for the matrix A = [[2, 0], [0, 3]], the eigenvalues are 2 and 3.

  • Compute det(A − λI) = (2 − λ)(3 − λ) = 0.
  • So, λ = 2, 3.
  • For λ = 2, solving gives eigenvector [1, 0].
  • For λ = 3, solving gives eigenvector [0, 1].
This matrix scales vectors along the x-axis by 2 and along the y-axis by 3.

5. What is the difference between eigenvalues and eigenvectors?

An eigenvalue is a scalar that represents the scaling factor, while an eigenvector is the direction that remains unchanged under the matrix transformation. In the equation Av = λv:

  • λ tells how much the vector is stretched or compressed.
  • v gives the direction that does not rotate.
They always occur together as eigenvalue–eigenvector pairs.

6. Why are eigenvectors important in linear algebra?

Eigenvectors are important because they reveal the fundamental directions of a linear transformation that remain unchanged. They are used in:

  • Matrix diagonalization
  • Principal Component Analysis (PCA)
  • Differential equations
  • Stability analysis
Eigenvalues and eigenvectors simplify complex matrix operations and help understand geometric transformations.

7. What does it mean if an eigenvalue is zero?

If an eigenvalue is zero, it means the matrix transformation collapses the eigenvector to the zero vector. This implies:

  • Av = 0 for some nonzero vector v.
  • The matrix is singular (non-invertible).
  • The determinant of the matrix is 0.
A zero eigenvalue indicates loss of dimension under the transformation.

8. Can a matrix have more than one eigenvector?

Yes, a matrix can have multiple eigenvectors corresponding to one or more eigenvalues. For each eigenvalue:

  • There may be several linearly independent eigenvectors.
  • All scalar multiples of an eigenvector are also eigenvectors.
An n × n matrix can have up to n linearly independent eigenvectors, depending on its structure.

9. How are eigenvectors related to matrix diagonalization?

A matrix is diagonalizable if it has enough linearly independent eigenvectors to form a basis. If a matrix A has n independent eigenvectors, then:

A = PDP⁻¹

where D is a diagonal matrix of eigenvalues and P contains eigenvectors as columns. Diagonalization simplifies matrix powers and computations.

10. What are some common mistakes when finding eigenvectors?

A common mistake when finding eigenvectors is forgetting to solve the homogeneous system correctly. Typical errors include:

  • Not solving det(A − λI) = 0 correctly.
  • Using the wrong eigenvalue in (A − λI)v = 0.
  • Choosing the zero vector as an eigenvector (which is invalid).
  • Ignoring free variables in the solution.
Always verify that the final vector satisfies Av = λv.