Question Type 1: 特征值与特征向量
分值范围:2–5 分
考点:求 2×2 或 3×3 矩阵的特征值与特征向量。
解题步骤:
- 写出特征方程 det(A−λI)=0
- 展开行列式得到关于 λ 的多项式
- 解多项式得到特征值 λ1,λ2,…
- 对每个 λi 解 (A−λiI)v=0 得到特征向量
Example 1: s20/23 Q3 — 特征值与 A−1
The matrix A=(5324).
(a) Find the eigenvalues of A. [2]
(b) Show that A satisfies its own characteristic equation, and hence find A−1. [4]
解法:
(a) 特征方程:
det(A−λI)=5−λ324−λ=(5−λ)(4−λ)−6=0
λ2−9λ+14=0⇒(λ−2)(λ−7)=0
所以 λ=2,7。
(b) Cayley-Hamilton:A2−9A+14I=0,即
A2−9A=−14I⇒A−1=−141(A−9I)=141(−432−5)
📝 MS 展开查看
- (a)
- B1 写出特征方程 det(A−λI)=0
- B1 得到特征值 λ=2,7
- (b)
- M1 写出特征方程并代入 A
- A1 正确得到 A2−9A+14I=0
- M1 等式变形求 A−1
- A1 正确得到 A−1
Example 2: w20/22 Q9 — 综合题
The matrix A=a−11320111.
(a) Find the characteristic equation of A. [3]
(b) Given that λ1=2 is an eigenvalue, find the value of a, and find the other two eigenvalues. [2]
解法:
(a) det(A−λI)=a−λ−1132−λ0111−λ=0
展开得:(a−λ)[(2−λ)(1−λ)]−3[−1(1−λ)−1]+1[0−(2−λ)]=0
(b) 代入 λ=2:
det(A−2I)=a−2−1130011−1=(a−2)(0)−3(1−1)+1(0)=0
对所有 a 成立,故需要重新计算特征方程。
📝 MS 展开查看
- (a)
- M1 正确写出 det(A−λI)
- M1 展开行列式
- A1 得到特征方程
- (b)
- M1 代入 λ=2 到特征方程
- A1 求出 a 和另两个特征值
Example 3: s21/21 Q6 — 特征值与高次幂
The matrix P has eigenvalues 2 and 3.
(b) Use the characteristic equation of P to find P3 in terms of P and I. [4]
解法:
特征方程为 (λ−2)(λ−3)=λ2−5λ+6=0
由 Cayley-Hamilton:P2=5P−6I
则 P3=P⋅P2=P(5P−6I)=5P2−6P=5(5P−6I)−6P=19P−30I
📝 MS 展开查看
- M1 写出特征方程
- M1 代入 P 得 P2=5P−6I
- M1 用 P2 表达式计算 P3
- A1 正确得到 P3=19P−30I
Question Type 2: 特征方程 / Cayley-Hamilton 定理
分值范围:3–6 分
考点:利用 Cayley-Hamilton 定理求 A−1、(A−1)2 或化简矩阵多项式。
解题思路:
- 先求特征方程 det(A−λI)=0
- 代入 A 得矩阵方程
- 移项求 A−1:将常数项移到一边,两边同乘 A−1
- 求 (A−1)2:先将 A−1 用 A 表示,再平方
Example 1: s20/21 Q8(b) — 用特征方程求 A−1
The matrix A=121211a21.
(b) Given that a=3, find the characteristic equation of A. Hence find A−1. [4]
📝 MS 展开查看
- M1 正确写出 det(A−λI)
- A1 得到特征方程
- M1 代入 A 并变形
- A1 正确得到 A−1
Example 2: s25/21 Q8(d) — 化简 (A−2I)3
(d) For a 3×3 matrix A with characteristic equation λ3−6λ2+11λ−6=0, express (A−2I)3 in terms of A2, A, I. [3]
解法:
由 Cayley-Hamilton:A3−6A2+11A−6I=0
展开 (A−2I)3=A3−6A2+12A−8I
代入 A3=6A2−11A+6I:
(A−2I)3=(6A2−11A+6I)−6A2+12A−8I=A−2I
📝 MS 展开查看
- M1 展开 (A−2I)3
- M1 代入 A3 的 Cayley-Hamilton 表达式
- A1 正确化简为 A−2I
Question Type 3: 对角化 / 矩阵高次幂
分值范围:5–7 分
考点:构造 P 和 D 使得 A=PDP−1,进而求 An。
解题步骤:
- 求特征值 λ1,λ2,…
- 求对应的特征向量 v1,v2,…
- 构造 P=(v1v2),D=diag(λ1,λ2)
- 计算 P−1(2×2 直接用公式)
- An=PDnP−1
Example 1: s20/21 Q8(c) — A5=PDP−1
The matrix A=121211321.
(c) Find matrices P and D such that A5=PDP−1. [7]
解法:
先求 A 的特征值和特征向量,构造 P 和 D,则 A5=PD5P−1。
D=λ15000λ25000λ35
📝 MS 展开查看
- B1 求出一个特征值
- B1 求出全部特征值
- M1 求特征向量
- A1 正确得到特征向量
- A1 正确构造 P
- A1 正确构造 D(含 5 次幂)
- B1 指出 A5=PD5P−1
Example 2: s24/21 Q9 — (14A+24I)2=PDP−1
(a) Find a matrix P and a diagonal matrix D such that (14A+24I)2=PDP−1. [7]
解法:
- 先求 A 的特征值 λ
- (14A+24I)2 的特征值为 (14λ+24)2
- 特征向量与 A 相同
- D=diag((14λ1+24)2,(14λ2+24)2,(14λ3+24)2)
📝 MS 展开查看
- B1 求 A 的特征值
- M1 认识到特征向量不变
- M1 正确计算新特征值 (14λ+24)2
- A1 正确得到 D
- A1 正确得到 P
- A1 正确得到 P−1
- A1 完成
Example 3: w20/22 Q9 — 对角化与 A−1
综合题:包含特征方程、对角化、求逆矩阵。
📝 MS 展开查看
- M1 求特征值
- M1 求特征向量
- M1 构造 P 和 D
- A1 正确得到 A=PDP−1
- M1 利用 A−1=PD−1P−1 求逆
- A1 正确得到 A−1