Eigenvector Definition

When a linear transformation reshapes space, most vectors twist and turn, changing both their magnitude and direction. Yet, a select few vectors possess a remarkable property: they maintain their original direction, only stretching or shrinking. These special vectors are called eigenvectors, and their behavior reveals fundamental characteristics of the transformation itself.

The Core Idea: Direction Unchanged

A linear transformation (represented by a matrix AA) maps vectors from one space to another. For a generic vector vv, the transformed vector AvAv will typically point in a different direction than vv. An eigenvector, however, is a non-zero vector vv such that when AA acts upon it, the resulting vector AvAv is simply a scalar multiple of vv. This means AvAv points in the exact same direction as vv, or in the exact opposite direction if the scalar is negative.

Vectors Under Linear Transformation
This plot shows how a matrix A=(2112)A = \begin{pmatrix} 2 & 1 \\ 1 & 2 \end{pmatrix} transforms the standard basis vectors e1,e2e_1, e_2 and a specific eigenvector v1v_1. Notice that e1e_1 and e2e_2 change direction, but v1v_1 only scales.
Loading chart...
Key Insight: Eigenvectors like v1v_1 are special because their direction remains unchanged after transformation, only their magnitude is affected.

The Eigenvalue Equation: Av=λvAv = \lambda v

The defining characteristic of an eigenvector is captured by a simple yet powerful equation. For a square matrix AA, a non-zero vector vv is an eigenvector if there exists a scalar λ\lambda (lambda) such that the product of AA and vv is equal to the product of λ\lambda and vv. This scalar λ\lambda is known as the eigenvalue corresponding to the eigenvector vv.

📐 The Eigenvalue Equation

The fundamental relationship between a matrix AA, its eigenvector vv, and its eigenvalue λ\lambda is:

Av=λvAv = \lambda v

pythonVerifying an Eigenvector and Eigenvalue
Check Your Understanding
What does a negative eigenvalue imply about the eigenvector's direction after transformation?

The Role of the Eigenvalue (λ\lambda)

The eigenvalue λ\lambda quantifies the scaling effect of the transformation on its corresponding eigenvector. If λ>1\lambda > 1, the eigenvector is stretched; if 0<λ<10 < \lambda < 1, it's shrunk. A negative λ\lambda means the eigenvector's direction is reversed (scaled in the opposite direction). If λ=0\lambda = 0, the eigenvector is mapped to the zero vector, meaning it lies in the null space (kernel) of the transformation.

pythonEigenvector with a Negative Eigenvalue

The Null Space Connection: (AλI)v=0(A - \lambda I)v = 0

To find eigenvectors and eigenvalues, we rearrange the eigenvalue equation Av=λvAv = \lambda v. By subtracting λv\lambda v from both sides, we get Avλv=0Av - \lambda v = 0. Since λv\lambda v can be written as λIv\lambda I v (where II is the identity matrix), we can factor out vv to obtain (AλI)v=0(A - \lambda I)v = 0. This form is critical because it tells us that vv must be a non-zero vector in the null space (or kernel) of the matrix (AλI)(A - \lambda I).

💡 Condition for Non-Trivial Solutions

For a non-zero vector vv to exist in the null space of (AλI)(A - \lambda I), the matrix (AλI)(A - \lambda I) must be singular (non-invertible). This implies its determinant must be zero:

det(AλI)=0\det(A - \lambda I) = 0

Properties of Eigenvectors

Eigenvectors have a few important properties. First, by definition, an eigenvector must be a non-zero vector. The zero vector 00 would always satisfy A0=λ0A0 = \lambda 0, but it provides no information about direction. Second, if vv is an eigenvector, then any non-zero scalar multiple of vv (e.g., 2v2v, 5v-5v) is also an eigenvector corresponding to the same eigenvalue λ\lambda. This means eigenvectors are not unique in their exact values, but rather represent a direction or a 'line' in space.

pythonScalar Multiples are also Eigenvectors
Check Your Understanding
Why is the zero vector explicitly excluded from being an eigenvector?

Conceptual Flow: Identifying an Eigenvector

Process for Identifying an Eigenvector
Loading diagram...
This diagram illustrates the conceptual steps to determine if a given vector is an eigenvector for a specific linear transformation.
Key Takeaways
  • An eigenvector is a non-zero vector whose direction remains unchanged after a linear transformation, only its magnitude is scaled.

  • The eigenvalue equation is Av=λvAv = \lambda v, where AA is the matrix, vv is the eigenvector, and λ\lambda is the eigenvalue.

  • The eigenvalue λ\lambda is the scalar factor by which the eigenvector is scaled; a negative λ\lambda indicates direction reversal.

  • Eigenvectors are found by solving (AλI)v=0(A - \lambda I)v = 0, meaning vv lies in the null space of (AλI)(A - \lambda I).

  • For non-trivial eigenvectors to exist, the determinant det(AλI)\det(A - \lambda I) must be zero.

  • Any non-zero scalar multiple of an eigenvector is also an eigenvector for the same eigenvalue, representing the same invariant direction.

← All lessons in Linear Algebra: Eigenvalues

Ready to keep this from fading?

Bitelrn turns lessons like this into a full course — quizzes, a knowledge map, and spaced review.

Get started free