Infinite Index
Scientific claim

Eigenvalue–Eigenvector Pair Definition

Featured image for Eigenvalue–Eigenvector Pair Definition

Claim

Let VV be a vector space over a scalar field F\mathbb F, and let

T:VVT:V\rightarrow V

be a linear operator.

A nonzero vector vVv\in V is an eigenvector of TT with eigenvalue λF\lambda\in\mathbb F if

T(v)=λv.T(v)=\lambda v.

Equivalently, λ\lambda is an eigenvalue of TT if there exists some nonzero vector vVv\in V satisfying

T(v)=λv.T(v)=\lambda v.

The pair (λ,v)(\lambda,v) is called an eigenvalue–eigenvector pair of TT.

Theoretical: SupportedExperimental: Not applicable

Assumptions

  1. VV is a vector space over F\mathbb F.

  2. T:VVT:V\rightarrow V is a linear operator.

  3. λ\lambda is a scalar belonging to F\mathbb F.

  4. The eigenvector vv is nonzero.

  5. The operator maps VV back into the same vector space.

Proof

Ordinarily, applying a linear operator TT to a vector vv can change both the vector’s magnitude and its direction.

An eigenvector is a special nonzero vector whose direction is preserved by the operator. If

T(v)=λv,T(v)=\lambda v,

then the output is only a scalar multiple of the input.

The scalar λ\lambda describes how the operator acts along the direction defined by vv:

  • If λ>1\lambda>1, the vector is stretched.
  • If 0<λ<10<\lambda<1, the vector is shortened.
  • If λ<0\lambda<0, its direction is reversed and its magnitude is scaled.
  • If λ=0\lambda=0, the vector is mapped to the zero vector.
  • If λ\lambda is complex, the scaling can include a complex phase.

The zero vector is excluded because

T(0)=λ0=0T(0)=\lambda0=0

for every scalar λ\lambda. Allowing the zero vector would incorrectly make every scalar an eigenvalue.

Rearranging the eigenvalue equation gives

(TλI)v=0,(T-\lambda I)v=0,

where II is the identity operator on $V`.

Therefore, λ\lambda is an eigenvalue exactly when the operator TλIT-\lambda I has a nontrivial kernel:

ker(TλI){0}.\ker(T-\lambda I)\neq\{0\}.

If VV is finite-dimensional and a basis is selected, TT is represented by a square matrix AA, while vv is represented by a column vector. The eigenvalue equation becomes

Av=λv.Av=\lambda v.

Equivalently,

(AλI)v=0.(A-\lambda I)v=0.

A nonzero solution exists only when AλIA-\lambda I is not invertible. For a finite square matrix, this occurs when

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

This equation is called the characteristic equation of $A`.

Examples

  1. Consider the linear operator represented by

    A=(2003).A= \begin{pmatrix} 2&0\\ 0&3 \end{pmatrix}.

    Let

    v1=(10).v_1= \begin{pmatrix} 1\\ 0 \end{pmatrix}.

    Then

    Av1=(2003)(10)=(20)=2v1.Av_1 = \begin{pmatrix} 2&0\\ 0&3 \end{pmatrix} \begin{pmatrix} 1\\ 0 \end{pmatrix} = \begin{pmatrix} 2\\ 0 \end{pmatrix} = 2v_1.

    Therefore, v1v_1 is an eigenvector with eigenvalue λ1=2\lambda_1=2.

    Similarly, for

    v2=(01),v_2= \begin{pmatrix} 0\\ 1 \end{pmatrix},

    we have

    Av2=(03)=3v2.Av_2 = \begin{pmatrix} 0\\ 3 \end{pmatrix} = 3v_2.

    Therefore, v2v_2 is an eigenvector with eigenvalue λ2=3\lambda_2=3.

  2. Consider

    A=(2112)A= \begin{pmatrix} 2&1\\ 1&2 \end{pmatrix}

    and

    v=(11).v= \begin{pmatrix} 1\\ 1 \end{pmatrix}.

    Applying AA gives

    Av=(2112)(11)=(33).Av = \begin{pmatrix} 2&1\\ 1&2 \end{pmatrix} \begin{pmatrix} 1\\ 1 \end{pmatrix} = \begin{pmatrix} 3\\ 3 \end{pmatrix}.

    Since

    (33)=3(11),\begin{pmatrix} 3\\ 3 \end{pmatrix} = 3 \begin{pmatrix} 1\\ 1 \end{pmatrix},

    the vector vv is an eigenvector of AA with eigenvalue λ=3\lambda=3.

  3. Eigenvectors are not restricted to ordinary column vectors. Functions can be vectors in a function space, and differential operators can act as linear operators.

    Consider the differentiation operator

    D=ddxD=\frac{d}{dx}

    acting on the function

    f(x)=ekx,f(x)=e^{kx},

    where kk is a scalar.

    Then

    Df(x)=ddxekx=kekx.D f(x) = \frac{d}{dx}e^{kx} = ke^{kx}.

    Therefore,

    Df=kf.D f=kf.

    The function ekxe^{kx} is an eigenfunction of the differentiation operator with eigenvalue $k`.

    The term eigenfunction is used when the eigenvector belongs to a vector space of functions.

  4. The one-dimensional quantum momentum operator is

    P^=iddx.\hat P=-i\hbar\frac{d}{dx}.

    Consider the function

    ψp(x)=eipx/,\psi_p(x)=e^{ipx/\hbar},

    where pp is a real number.

    Applying the momentum operator gives

    P^ψp(x)=iddxeipx/.\hat P\psi_p(x) = -i\hbar\frac{d}{dx}e^{ipx/\hbar}.

    Since

    ddxeipx/=ipeipx/,\frac{d}{dx}e^{ipx/\hbar} = \frac{ip}{\hbar}e^{ipx/\hbar},

    we obtain

    P^ψp(x)=peipx/=pψp(x).\hat P\psi_p(x) = p e^{ipx/\hbar} = p\psi_p(x).

    Therefore, ψp\psi_p is a generalized eigenfunction of the momentum operator with eigenvalue $p`.

    It is called generalized because a plane wave is not square-integrable over the entire real line and therefore is not an ordinary vector in $L^2(\mathbb R)`.

Evidence

01
Eigenvectors and eigenvalues | Chapter 14, Essence of linear algebra3Blue1Brown · 2015-09-15 · supporting
02
Eigenvalues and EigenvectorsErik Cheever · 2026-08-24 · supporting

Related Concepts

No dependency connections recorded.