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 , a nonzero vector is called an eigenvector of if there exists a scalar such that . The scalar is the eigenvalue associated with that eigenvector. Geometrically, multiplying by does not change the direction of — it only stretches, compresses, or reverses it along the same line.
Key Formula
Where:
- = a square matrix
- = the eigenvector (must be nonzero)
- = the eigenvalue, a scalar that indicates how the eigenvector is scaled
Worked Example
Problem: Verify that is an eigenvector of , and find its eigenvalue.
Step 1: Compute the product .
Step 2: Check whether the result is a scalar multiple of .
Step 3: That doesn't look right — try the scalar directly. Divide each component of by the corresponding component of .
Step 4: The ratios are not equal (6 ≠ 4), so is not a scalar multiple of .
Answer: The vector is **not** an eigenvector of . For it to be an eigenvector, every component ratio would need to yield the same scalar . You can verify that is an eigenvector with , since .
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 is satisfied for any 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 is an eigenvector with eigenvalue , then (for any ) satisfies . Eigenvectors are not unique — they define a direction (or subspace), not a single vector.
