• NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • Class 6-10
      • Class 6th
      • Class 7th
      • Class 8th
      • Class 9th
      • Class 10th
    • View All Options
      • Online Courses
      • Distance Learning
      • Hindi Medium Courses
      • International Olympiad
    • NEET
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE (Main+Advanced)
      • Class 11th
      • Class 12th
      • Class 12th Plus
    • JEE Main
      • Class 11th
      • Class 12th
      • Class 12th Plus
  • Classroom
    • NEET
      • 2025
      • 2024
      • 2023
      • 2022
    • JEE
      • 2025
      • 2024
      • 2023
      • 2022
    • Class 6-10
    • JEE Main
      • Previous Year Papers
      • Sample Papers
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • JEE Advanced
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
    • NEET
      • Previous Year Papers
      • Sample Papers
      • Mock Test
      • Result
      • Analysis
      • Syllabus
      • Exam Date
      • College Predictor
      • Counselling
    • NCERT Solutions
      • Class 6
      • Class 7
      • Class 8
      • Class 9
      • Class 10
      • Class 11
      • Class 12
    • CBSE
      • Notes
      • Sample Papers
      • Question Papers
    • Olympiad
      • NSO
      • IMO
      • NMTC
  • NEW
    • TALLENTEX
    • AOSAT
  • ALLEN E-Store
    • ALLEN for Schools
    • About ALLEN
    • Blogs
    • News
    • Careers
    • Request a call back
    • Book home demo
Home
JEE Maths
Eigenvectors of a Matrix

Eigenvectors of a Matrix 

In linear algebra, eigenvalues and eigenvectors of a matrix are fundamental concepts used in mathematics, physics, computer science, and data analysis. They help in understanding how linear transformations act on vectors and are applied in fields like facial recognition, vibration analysis, Google’s PageRank algorithm, and machine learning.

1.0What Are Eigenvalues and Eigenvectors of a Matrix?

  • Eigenvector of a matrix: A non-zero vector v that changes only in scale (not in direction) when a linear transformation represented by matrix A is applied.
  • Eigenvalue: The scalar λ that represents how much the eigenvector is scaled.

Mathematical definition: v=λv

Where:

  • A is a square matrix
  • λ is the eigenvalue
  • v is the eigenvector

2.0Finding Eigenvalues and Eigenvectors of a Matrix

Step 1: Find Eigenvalues

  1. Start from: v=λv
  2. Rewrite as: (A−λI)v=0
  3. For non-trivial solutions (), we require: det(A−λI)=0

This is called the characteristic equation. Solve it to find the eigenvalues.

Step 2: Find Eigenvectors

  1. Substitute each eigenvalue λ back into: (A−λI)v=0 
  2. Solve the resulting system of linear equations for the eigenvector(s).

3.0Solved Example on Eigenvectors of a Matrix 

Example 1: Let A=[2m​12​].

  1. Find the eigenvalues of A.
  2. For which values of m is A diagonalizable over R?

Solution.

(a) Characteristic polynomial: det(A−λI)=(2−λ)2−m=0.

So . (2−λ)2=m

Hence, eigenvalues λ=2±m​.

(If m < 0 the eigenvalues are complex; if m = 0 there is a repeated eigenvalue λ=2.)

(b) Over R, A is diagonalizable when it has two distinct real eigenvalues, i.e. when m > 0. If m = 0 we get λ=2 of algebraic multiplicity 2. Check geometric multiplicity: for m = 0,

A=(20​12​),(A−2I)=(00​10​).

Nullspace is {(x,0)T} → geometric multiplicity 1 → not diagonalizable.

If m < 0 eigenvalues are complex conjugates, so not diagonalizable over R (but are diagonalizable over C if they are distinct).

Answer: diagonalizable over R iff m > 0.


Example 2: Find eigenvalues and a basis of eigenvectors of  A=​411​141​114​​.

Solution.

Observe the vector : u=(1,1,1)T

Au=(4+1+1,1+4+1,1+1+4)T=(6,6,6)T=6u,

so λ1​=6 with eigenvector u.

For eigenvectors orthogonal to u (i.e. sum of components = 0), pick v1​=(1,−1,0)T. Then

Av1​=​4(1)+1(−1)+1(0)1(1)+4(−1)+1(0)1(1)+1(−1)+4(0)​​=​3−30​​=3v1​.

Similarly, v2​=(1,0,−1)T also yields eigenvalue 3. So λ2​=λ3​=3 with eigenspace x:x1​+x2​+x3​=0. Because A is symmetric, eigenvectors corresponding to different eigenvalues are orthogonal. A convenient orthogonal basis:

λ=6:(1,1,1)T;λ=3:(1,−1,0)T,(1,0,−1)T

Answer: eigenvalues 6,3,3 with the eigenvectors above.


Example 3 : Let A=​200​120​012​​. Find eigenvalues and the dimension of the eigenspace. Is A diagonalizable?

Solution.

Characteristic polynomial: (2−λ)3. So eigenvalue λ=2 with algebraic multiplicity 3. Solve :

(A−2I)x=0:A−2I=​000​100​010​​.

Equations give x2​=0,x3​=0. So eigenvectors are (x1​,0,0)T → eigenspace dimension = 1. 

Because geometric multiplicity (1) < algebraic multiplicity (3), A is not diagonalizable (it is a single Jordan block of size 3).

Answer: eigenvalue 2 only; eigenspace dimension 1; not diagonalizable.


Example 4: If Av=λv for nonzero v, show that for any polynomial p(t)=a0​+a1​t+⋯+ak​tk, p(A)v=p(λ)v

Solution.

Apply powers: A2v=A(Av)=A(λv)=λ(Av)=λ2v,, and by induction Akv=λkv

Then, p(A)v=∑j=0k​aj​Ajv=∑j=0k​aj​λjv=p(λ)v.

So v is an eigenvector of the matrix p(A) with eigenvalue p(λ).

Answer: proved.


Example 5: Let P be a square matrix with P2=P. Show the only possible eigenvalues are 0 and 1, and describe the eigenspaces.

Solution.
If Pv=λv for nonzero v, apply P2v=Pv:

P(Pv)=P(λv)=λPv=λ2v.

But P2v=Pv=λv. So λ2v=λv

Since

v=0 , λ2=λ⇒λ(λ−1)=0. Thus λ=0 or λ=0 .

Eigenspaces:

  • λ=1 : vectors fixed by P (range of P).
  • λ=0 : vectors sent to 0 by P (nullspace of P).

If P is an orthogonal projection, these spaces are orthogonal complements.

Answer: eigenvalues 0,1; eigenspaces = nullspace and range.


Example 6: Let J be the n x n matrix of all ones. Find the eigenvalues and eigenvectors of J.

Solution.
Let u=(1,1,....1)T. Then Ju = nu. So nn is an eigenvalue with an eigenvector uu. For any vector vv with entries summing to zero (1Tv=0), we have Jv = 0 because every row of J sums the entries of v. So eigenvalues are n (multiplicity 1) and 0 (multiplicity n-1).

Eigenspaces: span{u} and the hyperplane {v:∑v1​=0}

Answer: eigenvalues n and 0 with described eigenspaces.

4.0Practice questions on Eigenvectors of a Matrix

  1. For A=(32​−10​)., find eigenvalues and eigenvectors.
  2. If A is 2×2 with trace 5 and determinant 6, find its eigenvalues.
  3. Show that if A is symmetric, eigenvectors corresponding to distinct eigenvalues are orthogonal.
  4. Find eigenvalues of Ak in terms of eigenvalues of A.
  5. Let A=​001​100​010​​. Find eigenvalues and eigenvectors.
  6. If A has eigenvalues 1,2,3, what is tr(A) and det(A)?
  7. For A=(10​11​)., compute eigenvalues and geometric multiplicities.

Answers (brief)

  1. Solve char poly λ2−3λ+2=0⇒λ=1,2. Find eigenvectors by substitution.
  2. Eigenvalues are roots of λ2−5λ+6=0⇒λ=2,3.
  3. Use (λ1​−λ2​)uTv=0 argument from Au=λ1​ and Av=λ2​v
  4. Eigenvalues of Ak are λk.
  5. This permutation matrix represents a cycle (1 2 3). Eigenvalues are 1,ω,ω2 where ω=e2πi/3. Eigenvectors are corresponding discrete Fourier vectors.
  6. tr(A)=1+2+3=6,det(A)=1⋅2⋅3=6
  7. Char poly (1−λ)2 → eigenvalue 1 with algebraic multiplicity 2; geometric multiplicity 1 (not diagonalizable).

Also Read:

Rank of Matrix

Inverse Matrix

Determinant of a Matrix

Adjoint of a Matrix

Matrix Operations

Adjacency Matrix

Transpose of a Matrix

Skew Hermitian Matrix

Elementary Operation of Matrix

Table of Contents


  • 1.0What Are Eigenvalues and Eigenvectors of a Matrix?
  • 2.0Finding Eigenvalues and Eigenvectors of a Matrix
  • 3.0Solved Example on Eigenvectors of a Matrix 
  • 4.0Practice questions on Eigenvectors of a Matrix

Frequently Asked Questions

Compute eigenvalues and for each eigenvalue compare algebraic multiplicity (from characteristic polynomial) with geometric multiplicity (dimension of nullspace of A-λI). Diagonalizable iff for every eigenvalue these multiplicities match and the total number of independent eigenvectors equals n.

For real symmetric (or Hermitian) matrices, eigenvectors corresponding to distinct eigenvalues are orthogonal. You can orthonormalize within eigenspaces to get an orthonormal eigenbasis.

Use symmetry/patterns: constant rows, circulant structure, triangular or block forms often give shortcuts. For exam problems look for invariant subspaces or obvious eigenvectors like (1,1,...1)^T

Algebraic multiplicity = multiplicity of eigenvalue as root of characteristic polynomial. Geometric multiplicity = dimension of eigenspace (number of independent eigenvectors for that eigenvalue). Geometric ≤ algebraic.

Sum of eigenvalues (with algebraic multiplicity) = trace of matrix. Product of eigenvalues = determinant of matrix.

They reveal invariant directions of linear maps: modal analysis, diagonalization for powers/exponentials, PCA in data science, stability in dynamical systems, etc.

Join ALLEN!

(Session 2025 - 26)


Choose class
Choose your goal
Preferred Mode
Choose State
  • About
    • About us
    • Blog
    • News
    • MyExam EduBlogs
    • Privacy policy
    • Public notice
    • Careers
    • Dhoni Inspires NEET Aspirants
    • Dhoni Inspires JEE Aspirants
  • Help & Support
    • Refund policy
    • Transfer policy
    • Terms & Conditions
    • Contact us
  • Popular goals
    • NEET Coaching
    • JEE Coaching
    • 6th to 10th
  • Courses
    • Online Courses
    • Distance Learning
    • Online Test Series
    • International Olympiads Online Course
    • NEET Test Series
    • JEE Test Series
    • JEE Main Test Series
  • Centers
    • Kota
    • Bangalore
    • Indore
    • Delhi
    • More centres
  • Exam information
    • JEE Main
    • JEE Advanced
    • NEET UG
    • CBSE
    • NCERT Solutions
    • Olympiad
    • NEET 2025 Results
    • NEET 2025 Answer Key
    • NEET College Predictor
    • NEET 2025 Counselling

ALLEN Career Institute Pvt. Ltd. © All Rights Reserved.

ISO