markdown
Eigenvalues and eigenvectorsmd 759c783
lecture/math/linear-algebra/eigenvalues-and-eigenvectors.lecture.n.md
Download PDF

Eigenvalues固有値こゆうち and eigenvectors固有こゆうベクトル

1Introduction

The central idea of this lecture is that an eigenvalue固有値こゆうち and an eigenvector固有こゆうベクトル describe a direction that a linear transformation線型変換せんけいへんかん does not turn, together with the scale factor on that direction. This is the starting point for expressing the essential structure構造こうぞう of a transformation in the simplest possible basis基底きてい.

If eigenvalues are treated only as roots of a characteristic equation, the reasons behind det(A-λI)=0 and the distinction between algebraic and geometric multiplicity become unclear. Starting from the condition that a transformation preserves a direction makes the determinant condition, multiplicities, diagonalization, and applications follow naturally.

2Terms and definitions

2.1Eigenvalue固有値こゆうち and eigenvector固有こゆうベクトル

Let A be an n by n square matrix正方行列せいほうぎょうれつ. A scalar λ is an eigenvalue固有値こゆうち of A if there exists a nonzero vector v such that

Av=λv.

The nonzero vector v is an eigenvector固有こゆうベクトル corresponding to λ.

2.2Characteristic polynomial特性多項式とくせいたこうしき

The polynomial

p(λ)=det(A-λI)

is called the characteristic polynomial特性多項式とくせいたこうしき of A. It has degree n, and the eigenvalues固有値こゆうち are precisely the roots of p(λ)=0 over the field being considered.

3Plan

  1. Translate Av=λv into det(A-λI)=0.
  2. Explain how algebraic multiplicity and geometric multiplicity control diagonalizability.
  3. Connect the Cayley-Hamilton theorem with powers of matrices and systems of differential equations.
data/lecture/math/linear-algebra/linear-maps-and-matrices.lecture.n.md

The detailed solving workflow for the eigenvalue problem固有値問題こゆうちもんだい is treated in the next lecture.

data/lecture/math/linear-algebra/eigenvalue-problem-basics.lecture.n.md

4Intuitive explanation

A general linear transformation線型変換せんけいへんかん changes the directions of most vectors. A shear, rotation, or non-uniform stretch usually sends an arrow to a different direction.

An eigenvector固有こゆうベクトル is a direction that remains on the same line after the transformation. On that line the transformation looks like pure stretching or shrinking, not rotation or shearing. The scale factor is the eigenvalue固有値こゆうち.

Thus eigenvalues and eigenvectors are tools for finding the places where a complicated transformation can be read as "one scale factor per direction." This viewpoint leads directly to diagonalization対角化たいかくか.

data/lecture/math/linear-algebra/diagonalization-basics.lecture.n.md

5Precise explanation

5.11. From the definition to an equation

The definition of an eigenvector固有こゆうベクトル includes the nonzero condition:

Av=λv(v0).

This is equivalent to

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

At this point no determinant has been used; we have only moved all terms to one side. The determinant appears when we ask when the homogeneous system

(A-λI)x=0

has a nontrivial solution. If A-λI is invertible, the only solution is x=0. Therefore a nontrivial solution exists exactly when

det(A-λI)=0.

The two logical steps are

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

and

(A-λI)x=0hasanontrivialsolutiondet(A-λI)=0.

5.22. Properties of the characteristic polynomial特性多項式とくせいたこうしき

For an n×n matrix行列ぎょうれつ A,

det(A-λI)=(-1)nλn+(-1)n-1(trA)λn-1++detA.

When the characteristic polynomial splits into linear factors and the roots are counted with algebraic multiplicity,

trA=i=1nλi,detA=i=1nλi.

For real matrices, real eigenvalues may not be enough. A rotation matrix can have complex eigenvalues, so one often extends scalars to the complex numbers when discussing all roots of the characteristic polynomial.

An important consequence is

detA=00isaneigenvalueofA.

Equivalently, A is singular exactly when 0 belongs to its spectrum.

5.33. Algebraic and geometric multiplicity

The algebraic multiplicity代数的重複度だいすうてきちょうふくど of an eigenvalue固有値こゆうち λ0 is its multiplicity as a root of the characteristic polynomial特性多項式とくせいたこうしき.

The geometric multiplicity幾何的重複度きかてきちょうふくど is the dimension of the eigenspace固有空間こゆうくうかん

Eλ0=ker(A-λ0I).

For an n×n matrix,

GM(λ0)=dimker(A-λ0I)=n-rank(A-λ0I).

For every eigenvalue,

1[PARSE ERROR: Undefined("Command(\"le\")")]GM(λ0)[PARSE ERROR: Undefined("Command(\"le\")")]AM(λ0).

If the characteristic polynomial splits over the field under consideration, then A is diagonalizable exactly when every eigenvalue has equal algebraic and geometric multiplicity:

Here Spec(A) is the set of all eigenvalues固有値こゆうち of A. A matrix A is diagonalizable対角化可能たいかくかかのう when there is a basis of eigenvectors, equivalently when A=PDP-1 for some invertible matrix P and diagonal matrix D. The proof of this criterion is treated in the next diagonalization lecture.

data/lecture/math/linear-algebra/diagonalization-basics.lecture.n.md
λSpec(A),GM(λ)=AM(λ)Aisdiagonalizable.

Example of failure: for

A=(1101),

λ=1 has AM =2 but GM =1, so A is not diagonalizable.

5.44. Concrete example

Let

A=(3102).

The characteristic polynomial is

det(A-λI)=(3-λ)(2-λ),

so the eigenvalues are λ=2,3. For λ=3,

(A-3I)v=0

gives v(10). For λ=2,

(A-2I)v=0

gives v(1-1).

5.55. The Cayley-Hamilton theorem

A matrix satisfies its own characteristic polynomial. If

q(t)=det(tI-A),

then

q(A)=0,

where 0 denotes the zero matrix. If one uses p(λ)=det(A-λI) instead, the leading coefficient differs by a sign, but the theorem still says that the matrix annihilates itself through its characteristic polynomial.

For

A=(abcd),

the characteristic polynomial is λ2-(a+d)λ+(ad-bc). Hence

A2-(a+d)A+(ad-bc)I=0.

When detA0, this relation can be rearranged to express A-1 using powers of A.

5.66. Application to systems of differential equations

For

x=Ax,

the solution is

x(t)=eAtx(0).

If A=PDP-1 is diagonalizable, then

eAt=PeDtP-1,eDt=(eλ1teλnt).

The real parts of the eigenvalues固有値こゆうち determine stability: negative real parts indicate decay, while positive real parts indicate growth.

6Criteria

  • To find eigenvalues, solve det(A-λI)=0 and then solve (A-λI)v=0 for nonzero v.
  • If all eigenvalues are distinct, A is diagonalizable; this is sufficient but not necessary.
  • Use trA and detA as checks: they match the sum and product of eigenvalues counted with multiplicity.
  • For x=Ax, stability is controlled by the signs of the real parts of eigenvalues.

7Scope and limitations

Even real matrices can have complex eigenvalues固有値こゆうち. The diagonalization problem extends to the spectral theorem for symmetric or normal matrices and to Jordan normal form in the general case. In operator theory, eigenfunctions of differential operators, such as eλx, are infinite-dimensional versions of the same idea.

8Final forms

[PARSE ERROR: Undefined("Command(\"boxed\")")]Av=λv(v0)(A-λI)v=0(v0)
[PARSE ERROR: Undefined("Command(\"boxed\")")](A-λI)x=0hasanontrivialsolutiondet(A-λI)=0
[PARSE ERROR: Undefined("Command(\"boxed\")")]trA=λi,detA=λi
[PARSE ERROR: Undefined("Command(\"boxed\")")]p(A)=0Cayley-Hamilton)[PARSE ERROR: Undefined("RBrace")]
[PARSE ERROR: Undefined("Command(\"boxed\")")]GM(λ)=dimker(A-λI),1[PARSE ERROR: Undefined("Command(\"le\")")]GM(λ)[PARSE ERROR: Undefined("Command(\"le\")")]AM(λ)

9In one sentence

An eigenvalue固有値こゆうち is the scale factor along a direction that the transformation does not turn, the characteristic polynomial特性多項式とくせいたこうしき compresses that information into a degree-n polynomial, and diagonalization対角化たいかくか uses eigenvectors as the coordinate axes of the transformation.

10Theorem and proof: eigenvectors for distinct eigenvalues are linearly independent

Let λ1,,λk be distinct eigenvalues of A, and let vi0 be an eigenvector for λi. Then v1,,vk are linearly independent線型独立せんけいどくりつ.

We prove this by induction on k. The case k=1 is immediate because one nonzero vector is linearly independent.

Assume

a1v1++akvk=0.

Applying A gives

a1λ1v1++akλkvk=0.

Subtract λk times the first equation:

a1(λ1-λk)v1++ak-1(λk-1-λk)vk-1=0.

By the induction hypothesis, v1,,vk-1 are linearly independent, so ai(λi-λk)=0 for i<k. Since λiλk, we get ai=0 for i<k. The original equation then gives akvk=0, and vk0 implies ak=0.

All coefficients are zero, so the vectors are linearly independent.

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
タブを全て閉じる