题目
Problem
In this question you must show all stages of your working.
Solutions relying entirely on calculator technology are not acceptable.
M=40204a2a320
where a is a constant.
Given that 123 is an eigenvector of M,
(a) determine the corresponding eigenvalue for this eigenvector.
(b) Hence show that a=4
Determine
(c) the other two eigenvalues of M,
(d) a normalised eigenvector for each eigenvalue of M.
(e) Hence determine a matrix P and a diagonal matrix D such that
PTMP=D
(2)
(2)
(3)
(5)
(2)
题目中文翻译
在本题中,你必须写出所有解题步骤。
完全依赖计算器技术求解是不可以的。
M=40204a2a320
其中 a 为常数。
已知 123 是矩阵 M 的一个特征向量,
(a) 求该特征向量对应的特征值。
(b) 从而证明 a=4
求
(c) M 的另外两个特征值,
(d) M 每个特征值对应的一个单位化特征向量。
(e) 从而求矩阵 P 和对角矩阵 D,使得
PTMP=D
解答
(a)
解法一
思路
展开
若向量 v 是矩阵 M 对应于特征值 λ 的特征向量,则 Mv=λv。矩阵乘积的第一分量不含未知数 a,所以只用第一行就能立即求出 λ。
答题过程
展开
Let
v=123.
The first component of Mv is
4(1)+0(2)+2(3)=10.
Since Mv=λv and the first component of v is 1,
10=λ(1).
Therefore, the corresponding eigenvalue is
λ=10.
(b)
解法一
思路
展开
承接 (a),现在必须满足 Mv=10v。比较等式的第二分量即可得到只含 a 的一次方程,从而自然证明题目要求的结果。
答题过程
展开
From part (a),
Mv=10v.
Comparing the second components gives
0(1)+4(2)+3a=8+3a=a=10(2),20,4.
(c)
解法一
思路
展开
代入 a=4 后建立特征方程 det(M−λI)=0。沿第一行展开行列式时,第二项为零;提取公因式 4−λ 后,剩余二次式可直接因式分解。已知的特征值 10 也会作为其中一个根出现,可用于检查计算。
答题过程
展开
With a=4,
M−λI=4−λ0204−λ424320−λ.
The characteristic equation is
0=====det(M−λI)(4−λ)[(4−λ)(320−λ)−16]−4(4−λ)(4−λ)[(4−λ)(320−λ)−20]31(4−λ)(3λ2−32λ+20)31(4−λ)(3λ−2)(λ−10).
Thus the eigenvalues are
λ=10,λ=4,λ=32.
The other two eigenvalues are therefore
4 and 32.
(d)
解法一
思路
展开
对每个特征值分别解 (M−λI)x=0。题目已经给出 λ=10 的特征向量;另外两个特征值需要由联立方程求出方向向量。最后把每个向量除以自身的模,得到单位化特征向量。
答题过程
展开
Let
x=xyz.
For λ=4,
(M−4I)x=0
gives
z=0and2x+4y=0.
Taking y=−1 gives the eigenvector
2−10,
whose magnitude is 5. Hence a normalised eigenvector is
v4=512−10.
For λ=32, the first two equations from (M−32I)x=0 are
310x+2z=310y+4z=0,0.
Equivalently,
5x+3z=0and5y+6z=0.
Taking z=−5 gives the eigenvector
36−5,
whose magnitude is 70. Thus
v2/3=70136−5.
Finally, the given eigenvector for λ=10 has magnitude 14, so
v10=141123.
Therefore, one normalised eigenvector for each eigenvalue is
λ=10:λ=4:λ=32:141(1,2,3)T,51(2,−1,0)T,701(3,6,−5)T.
(e)
解法一
思路
展开
承接 (d),矩阵 M 是实对称矩阵,三个单位化特征向量彼此正交。把它们依次作为 P 的列,并把相应特征值按同一顺序放在 D 的对角线上,便有 PTMP=D。
答题过程
展开
Using the order 10,4,32 for the eigenvalues, take
P=14114214352−510703706−705
and
D=10000400032.
The columns of P are the corresponding orthonormal eigenvectors, so
PTMP=D.