Mathwords logoReference LibraryMathwords

Eigenvector

An eigenvector is a nonzero vector that, when multiplied by a matrix, results in a scaled version of itself. The scaling factor is called the eigenvalue.

Given a square matrix AA, a nonzero vector v\mathbf{v} is called an eigenvector of AA if there exists a scalar λ\lambda such that Av=λvA\mathbf{v} = \lambda\mathbf{v}. The scalar λ\lambda is the eigenvalue associated with that eigenvector. Geometrically, multiplying by AA does not change the direction of v\mathbf{v} — it only stretches, compresses, or reverses it along the same line.

Key Formula

Av=λvA\mathbf{v} = \lambda\mathbf{v}
Where:
  • AA = a square matrix
  • vv = the eigenvector (must be nonzero)
  • λλ = the eigenvalue, a scalar that indicates how the eigenvector is scaled

Worked Example

Problem: Verify that v=(12)\mathbf{v} = \begin{pmatrix} 1 \\ 2 \end{pmatrix} is an eigenvector of A=(4123)A = \begin{pmatrix} 4 & 1 \\ 2 & 3 \end{pmatrix}, and find its eigenvalue.
Step 1: Compute the product AvA\mathbf{v}.
Av=(4123)(12)=(4(1)+1(2)2(1)+3(2))=(68)A\mathbf{v} = \begin{pmatrix} 4 & 1 \\ 2 & 3 \end{pmatrix}\begin{pmatrix} 1 \\ 2 \end{pmatrix} = \begin{pmatrix} 4(1)+1(2) \\ 2(1)+3(2) \end{pmatrix} = \begin{pmatrix} 6 \\ 8 \end{pmatrix}
Step 2: Check whether the result is a scalar multiple of v\mathbf{v}.
(68)=2(34)?\begin{pmatrix} 6 \\ 8 \end{pmatrix} = 2\begin{pmatrix} 3 \\ 4 \end{pmatrix}?
Step 3: That doesn't look right — try the scalar directly. Divide each component of AvA\mathbf{v} by the corresponding component of v\mathbf{v}.
61=6,82=4\frac{6}{1} = 6, \quad \frac{8}{2} = 4
Step 4: The ratios are not equal (6 ≠ 4), so AvA\mathbf{v} is not a scalar multiple of v\mathbf{v}.
Answer: The vector v=(12)\mathbf{v} = \begin{pmatrix} 1 \\ 2 \end{pmatrix} is **not** an eigenvector of AA. For it to be an eigenvector, every component ratio would need to yield the same scalar λ\lambda. You can verify that v=(11)\mathbf{v} = \begin{pmatrix} 1 \\ 1 \end{pmatrix} is an eigenvector with λ=5\lambda = 5, since A(11)=(55)=5(11)A\begin{pmatrix} 1 \\ 1 \end{pmatrix} = \begin{pmatrix} 5 \\ 5 \end{pmatrix} = 5\begin{pmatrix} 1 \\ 1 \end{pmatrix}.

Why It Matters

Eigenvectors reveal the fundamental directions along which a linear transformation acts by pure scaling. They appear throughout science and engineering — in principal component analysis for data science, in vibration modes of mechanical structures, and in quantum mechanics where measurable states are eigenvectors of operators. Understanding eigenvectors is essential for diagonalizing matrices, solving systems of differential equations, and analyzing stability in dynamical systems.

Common Mistakes

Mistake: Claiming the zero vector is an eigenvector.
Correction: By definition, eigenvectors must be nonzero. The equation A0=λ0A\mathbf{0} = \lambda\mathbf{0} is satisfied for any λ\lambda and any matrix, so it gives no useful information.
Mistake: Forgetting that any nonzero scalar multiple of an eigenvector is also an eigenvector.
Correction: If v\mathbf{v} is an eigenvector with eigenvalue λ\lambda, then cvc\mathbf{v} (for any c0c \neq 0) satisfies A(cv)=cAv=cλv=λ(cv)A(c\mathbf{v}) = cA\mathbf{v} = c\lambda\mathbf{v} = \lambda(c\mathbf{v}). Eigenvectors are not unique — they define a direction (or subspace), not a single vector.

Related Terms

  • EigenvalueThe scalar paired with each eigenvector
  • MatrixEigenvectors are defined for square matrices
  • VectorAn eigenvector is a special type of vector
  • ScalarThe eigenvalue is a scalar multiplier