markdown
Basics of the eigenvalue problemmd 11224e8
lecture/math/linear-algebra/eigenvalue-problem-basics.lecture.n.md
Download PDF

Basics of the eigenvalue problem固有値問題こゆうちもんだい

date2026-07-14document_iddoc_341204fe3e9d359535b5fd9406ff6ab4description固有値問題を、未知数が固有値と固有ベクトルの組である方程式として整理し、特性方程式・核・階数落ちから解法を証明する講義である。prerequisites固有値と固有ベクトル / 行列式 / 階数 / 連立一次方程式type講義content_typelecturestatusactiverelateddata/lecture/math/linear-algebra/eigenvalues-and-eigenvectors.lecture.n.md / data/lecture/math/linear-algebra/determinants.lecture.n.md / data/lecture/math/linear-algebra/rank-basics.lecture.n.md / data/lecture/math/linear-algebra/rank-and-nullity-of-linear-maps.lecture.n.md / data/lecture/math/linear-algebra/diagonalization-basics.lecture.n.md / data/lecture/math/linear-algebra/companion-matrix-basics.lecture.n.md / data/exercise/math/linear-algebra/eigenvalues-diagonalization-and-extensions.exercise.n.md
mathlinear-algebraundergraduatelectureeigenvalue

1Introduction

The eigenvalue problem固有値問題こゆうちもんだい asks for a scalar λ and a nonzero vector v such that

Av=λv.

Both λ and v are unknown. The method is therefore two-stage: first find the values of λ for which A-λI loses rank, then find the kernel of A-λI.

2Terms and definitions

Let A be an n×n square matrix正方行列せいほうぎょうれつ. The standard eigenvalue problem標準固有値問題ひょうじゅんこゆうちもんだい is

Av=λv,v0.

The eigenspace固有空間こゆうくうかん for λ is

Eλ=ker(A-λI).

The characteristic polynomial特性多項式とくせいたこうしき is

χA(t)=det(tI-A).

3Plan

The solving order is:

  1. Rewrite Av=λv as (A-λI)v=0.
  2. Require a nonzero solution, so det(A-λI)=0.
  3. Solve the characteristic equation.
  4. For each eigenvalue, solve (A-λI)v=0 to obtain the eigenspace.

4Intuitive explanation

The eigenvalue problem looks for directions that A does not turn. The matrix A-λI compares the action of A with pure scaling by λ. A nonzero vector in the kernel of A-λI is a direction where these two actions agree.

5Precise explanation

5.11. Eigenvalues and rank deficiency

For v0,

Av=λv(A-λI)v=0.

Thus λ is an eigenvalue exactly when the homogeneous system (A-λI)x=0 has a nontrivial solution. Since A-λI is square,

ker(A-λI){0}rank(A-λI)<ndet(A-λI)=0.

This is why rank and determinants enter the eigenvalue problem.

5.22. Why the algorithm is valid

Solving det(A-λI)=0 keeps exactly the λ values for which a nonzero kernel can exist. For every other λ, A-λI is invertible and the kernel is zero.

5.33. Generalized eigenvalue problem

The generalized eigenvalue problem一般化固有値問題いっぱんかこゆうちもんだい is

Av=λBv,v0.

If B is invertible, this reduces to B-1Av=λv. If B is not invertible, one studies the matrix pencil det(A-λB)=0 directly.

6Worked example

For

A=(3102),

the characteristic equation is

det(A-λI)=(3-λ)(2-λ)=0.

Thus λ=3,2. For λ=3, the eigenspace is

E3=span{(10)}.

For λ=2, the eigenspace is

E2=span{(-11)}.

7Connection to companion matrices

The eigenvalue problem also converts polynomial root problems into matrix problems. A companion matrix同伴行列どうはんぎょうれつ is built so that a given monic polynomial becomes its characteristic polynomial.

data/lecture/math/linear-algebra/companion-matrix-basics.lecture.n.md

8How to recognize the method

For Av=λv, first solve det(A-λI)=0. Then find eigenvectors as the kernel of A-λI. For Av=λBv, first check whether B is invertible.

9Scope

This lecture treats finite-dimensional square matrices. Real matrices may have complex eigenvalues, so extending scalars to the complex numbers is often necessary. In numerical computation, directly expanding the characteristic polynomial is often unstable; practical algorithms such as the QR method are used, but this lecture focuses on definitions and proofs.

10Final forms

[PARSE ERROR: Undefined("Command(\"boxed\")")]Av=λv(v0)(A-λI)v=0(v0)
[PARSE ERROR: Undefined("Command(\"boxed\")")]λisaneigenvaluedet(A-λI)=0
[PARSE ERROR: Undefined("Command(\"boxed\")")]Eλ=ker(A-λI)
[PARSE ERROR: Undefined("Command(\"boxed\")")]Av=λBvreducestoB-1Av=λvifBisinvertible

11In one sentence

  • The eigenvalue problem first finds where rank drops, then finds the kernel at that value.

12Exercise links

data/exercise/math/linear-algebra/eigenvalues-diagonalization-and-extensions.exercise.n.md
raw .n.md をコピー
loc をコピー (filepath:line ~ line)
copy share link
copy encoded share link
path をコピー
copy share link
copy encoded share link
copy share link
copy encoded share link
タブを全て閉じる