markdown
Eigenvalues, diagonalization, and further topics - Basic Exercisesmd 5fab2bd
exercise/math/linear-algebra/eigenvalues-diagonalization-and-extensions.exercise.n.md

Eigenvalues固有値こゆうち, diagonalization対角化たいかくか, and further topics - Basic Exercises

date2026-06-30document_iddoc_cd9a14df5bab52da06eb8035766d446cdescription固有値問題、固有ベクトル、対角化、直交対角化、同伴行列の基本を、線型変換の固有方向として確認する入口演習である。prerequisites固有値と固有ベクトル / 固有値問題 / 対角化の基本 / 対称行列と直交対角化type問題演習content_typeexercisestatusactiverelateddata/lecture/math/linear-algebra/eigenvalues-and-eigenvectors.lecture.n.md / data/lecture/math/linear-algebra/eigenvalue-problem-basics.lecture.n.md / data/lecture/math/linear-algebra/diagonalization-basics.lecture.n.md / data/lecture/math/linear-algebra/symmetric-matrices-and-orthogonal-diagonalization.lecture.n.md / data/lecture/math/linear-algebra/companion-matrix-basics.lecture.n.md / data/exercise/math/linear-algebra/quadratic-forms-minimal-polynomials-and-jordan-form.exercise.n.md / data/exercise/math/linear-algebra/svd-and-pseudoinverses.exercise.n.md
mathlinear-algebraexerciseeigenvaluediagonalization
data/lecture/math/linear-algebra/eigenvalues-and-eigenvectors.lecture.n.md data/lecture/math/linear-algebra/eigenvalue-problem-basics.lecture.n.md data/lecture/math/linear-algebra/diagonalization-basics.lecture.n.md data/lecture/math/linear-algebra/symmetric-matrices-and-orthogonal-diagonalization.lecture.n.md data/lecture/math/linear-algebra/companion-matrix-basics.lecture.n.md

1Exercise plan

An eigenvector固有こゆうベクトル is a direction whose orientation does not change under a linear transformation線型変換せんけいへんかん. Diagonalization対角化たいかくか decomposes the space into such directions and simplifies the transformation to scaling along each direction.

Quadratic forms二次形式にじけいしき, minimal polynomials最小多項式さいしょうたこうしき, Jordan form, SVD, and the pseudoinverse擬似逆行列ぎじぎゃくぎょうれつ are separated into related exercises.

For the eigenvalue problem固有値問題こゆうちもんだい, first solve det(A-λI)=0, then compute ker(A-λI). For companion matrices, check that polynomial roots become eigenvalues.


2Problem 1

Find the eigenvalues固有値こゆうち and eigenvectors固有こゆうベクトル of

A=(2003),

and state the geometric meaning.

2.1Answer example

The eigenvalues are 2 and 3. Eigenvectors for λ=2 are nonzero multiples of e1, and eigenvectors for λ=3 are nonzero multiples of e2.

2.2Explanation

A stretches the x-axis direction by 2 and the y-axis direction by 3. The axis directions do not change, so the standard basis標準基底ひょうじゅんきてい vectors are eigenvectors. The zero vectorれいベクトル is not an eigenvector because it has no direction.


3Problem 2

Determine whether

B=(1101)

is diagonalizable対角化可能たいかくかかのう.

3.1Answer example

The only eigenvalue is λ=1. Since

B-I=(0100),

its eigenspace固有空間こゆうくうかん is y=0, the 1-dimensional space spanned by e1. A 2×2 matrix needs two linearly independent一次独立いちじどくりつ eigenvectors to be diagonalized, so B is not diagonalizable.

3.2Explanation

Finding eigenvalues is not enough. Diagonalization対角化たいかくか requires a basis of eigenvectors filling the whole space.


4Problem 3

Orthogonally diagonalize直交対角化ちょっこうたいかくか

C=(2112).

4.1Answer example

The eigenvalues are 3 and 1. Corresponding unit eigenvectors are

q1=12(11),q2=12(1-1).

Thus

Q=12(111-1),D=(3001),

and

QTCQ=D.

4.2Explanation

Because C is a symmetric matrix対称行列たいしょうぎょうれつ, eigenvectors belonging to distinct eigenvalues can be chosen orthogonal直交ちょっこう. A change of basis基底変換きていへんかん by an orthogonal matrix直交行列ちょっこうぎょうれつ preserves lengths and angles.


5Problem 4

Diagonalize対角化たいかくか

A=(2103)

and find An.

5.1Answer example

For λ=2, an eigenvector is (1,0)T. For λ=3, one may take (1,1)T. Therefore

P=(1101),D=(2003),

and A=PDP-1. Hence

An=PDnP-1=(2n3n-2n03n).

5.2Explanation

Diagonalization converts powers into powers of scale factors along eigendirections固有方向こゆうほうこう.


6Problem 5

Solve

x(t)=(100-2)x(t),x(0)=(34).

6.1Answer example

The components satisfy x1(t)=x1(t) and x2(t)=-2x2(t). Therefore

x(t)=(3et4e-2t).

6.2Explanation

Eigenvalues determine growth and decay in time evolution: the first direction grows by et and the second decays by e-2t.


7Supplementary theorem and worked-example problems

7.1Problem 6

Let A be a real symmetric matrix対称行列たいしょうぎょうれつ. Prove that eigenvectors corresponding to distinct eigenvalues are orthogonal直交ちょっこう.

7.2Answer example

Let Av=λv and Aw=μw with λμ. Since AT=A,

λv,w=Av,w=v,Aw=μv,w.

Thus (λ-μ)v,w=0. Because λμ, we get v,w=0.

7.3Explanation

This is the basic orthogonality mechanism behind the spectral theorem. Symmetry lets the matrix move from one side of the inner product to the other.

7.4Problem 7

Use the spectral theoremスペクトル定理 to write

C=(2112)

as a sum of eigenvalue times orthogonal projections.

7.5Answer example

From Problem 3,

q1=12(11),q2=12(1-1),

with eigenvalues 3 and 1. Therefore

C=3q1q1T+1q2q2T.

Explicitly,

q1q1T=12(1111),q2q2T=12(1-1-11).

Adding gives

3q1q1T+q2q2T=(2112)=C.

7.6Explanation

The spectral theorem can be read as a projection decomposition. The matrix stretches the qi direction by λi and adds the orthogonal components back together.

7.7Problem 8

For

A=(4001),x0=(12),

compute Anx0 and explain the long-term direction after normalization.

7.8Answer example

Since A is diagonal,

Anx0=(4n001)(12)=(4n2).

For large n, the first component dominates. After normalization, the direction approaches e1.

7.9Explanation

Powers of a diagonalizable matrix amplify the eigendirection with the largest eigenvalue magnitude, provided the initial vector has a nonzero component in that direction.


8Related exercises

data/exercise/math/linear-algebra/quadratic-forms-minimal-polynomials-and-jordan-form.exercise.n.md data/exercise/math/linear-algebra/svd-and-pseudoinverses.exercise.n.md data/exercise/math/linear-algebra/complex-inner-products-and-unitary-matrices.exercise.n.md

10Proof exercise: basic theorem on eigenvalues and diagonalization

10.1Problem

Prove that eigenvectors corresponding to distinct eigenvalues固有値こゆうち are linearly independent線型独立せんけいどくりつ. Also explain why diagonalizability is equivalent to having a basis基底きてい of eigenvectors.

10.2Answer

Assume aivi=0 and apply A. Subtract the equation obtained by multiplying the original relation by one eigenvalue. This gives a relation among fewer eigenvectors. By induction, all coefficients are 0.

If A=PDP-1, then AP=PD. Comparing columns shows that the columns of P are eigenvectors. Conversely, if a basis of eigenvectors is placed in the columns of P, then AP=PD, hence A=PDP-1.

10.3Explanation

Diagonalization is exactly the operation of replacing the basis by eigenvectors.

11Related lectures

data/lecture/math/linear-algebra/eigenvalues-and-eigenvectors.lecture.n.md data/lecture/math/linear-algebra/diagonalization-basics.lecture.n.md data/lecture/math/linear-algebra/symmetric-matrices-and-orthogonal-diagonalization.lecture.n.md

12Supplementary theorem and worked-example problems

12.1Problem 6

Let A be a real symmetric matrix対称行列たいしょうぎょうれつ. Prove that eigenvectors corresponding to distinct eigenvalues are orthogonal直交ちょっこう.

12.2Answer example

Let Av=λv and Aw=μw with λμ. Since AT=A,

λv,w=Av,w=v,Aw=μv,w.

Thus (λ-μ)v,w=0. Because λμ, we get v,w=0.

12.3Explanation

This is the basic orthogonality mechanism behind the spectral theorem. Symmetry lets the matrix move from one side of the inner product to the other.

12.4Problem 7

Use the spectral theoremスペクトル定理 to write

C=(2112)

as a sum of eigenvalue times orthogonal projections.

12.5Answer example

From Problem 3,

q1=12(11),q2=12(1-1),

with eigenvalues 3 and 1. Therefore

C=3q1q1T+1q2q2T.

Explicitly,

q1q1T=12(1111),q2q2T=12(1-1-11).

Adding gives

3q1q1T+q2q2T=(2112)=C.

12.6Explanation

The spectral theorem can be read as a projection decomposition. The matrix stretches the qi direction by λi and adds the orthogonal components back together.

12.7Problem 8

For

A=(4001),x0=(12),

compute Anx0 and explain the long-term direction after normalization.

12.8Answer example

Since A is diagonal,

Anx0=(4n001)(12)=(4n2).

For large n, the first component dominates. After normalization, the direction approaches e1.

12.9Explanation

Powers of a diagonalizable matrix amplify the eigendirection with the largest eigenvalue magnitude, provided the initial vector has a nonzero component in that direction.

12.10Problem 9

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

A=(01-23).

Find the eigenvalues and the corresponding eigenspaces.

12.11Answer example

First,

det(A-λI)=λ2-3λ+2=(λ-1)(λ-2).

Thus the eigenvalues are 1 and 2. For λ=1,

A-I=(-11-22),

so

E1=span{(11)}.

For λ=2,

A-2I=(-21-21),

so

E2=span{(12)}.

12.12Explanation

This problem checks the two-stage eigenvalue-problem workflow: find λ first, then compute the kernel.

12.13Problem 10

Construct the companion matrix同伴行列どうはんぎょうれつ of

p(t)=t3-6t2+11t-6,

and give one eigenvector for λ=2.

12.14Answer example

Here c2=-6,c1=11,c0=-6, so

Cp=(0100016-116).

Since p(2)=0,

v(2)=(124)

is an eigenvector for λ=2. Indeed,

Cpv(2)=2v(2).

12.15Explanation

The signs in the last row are the common error point: the entries are -c0,-c1,,-cn-1.


13Proof exercise: basic theorem on eigenvalues and diagonalization

13.1Problem

Prove that eigenvectors corresponding to distinct eigenvalues固有値こゆうち are linearly independent線型独立せんけいどくりつ. Also explain why diagonalizability is equivalent to having a basis基底きてい of eigenvectors.

13.2Answer

Assume aivi=0 and apply A. Subtract the equation obtained by multiplying the original relation by one eigenvalue. This gives a relation among fewer eigenvectors. By induction, all coefficients are 0.

If A=PDP-1, then AP=PD. Comparing columns shows that the columns of P are eigenvectors. Conversely, if a basis of eigenvectors is placed in the columns of P, then AP=PD, hence A=PDP-1.

13.3Explanation

Diagonalization is exactly the operation of replacing the basis by eigenvectors.

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