题目
Problem
The matrix M is given by
M=311−4−2−5kk5
where k is a constant.
Given that 3 is an eigenvalue of M,
(a) find the value of k.
(b) Hence find the other two eigenvalues of M.
(c) Find a normalised eigenvector corresponding to the eigenvalue 3.
(9)
题目中文翻译
矩阵 M 定义为
M=311−4−2−5kk5
其中 k 为常数。
已知 3 是 M 的一个特征值,
(a) 求 k 的值。
(b) 因此求 M 的另外两个特征值。
(c) 求对应特征值 3 的一个单位特征向量。
解答
(a)
解法一
思路
展开
已知 3 是特征值,因此 det(M−3I)=0。将 λ=3 直接代入可使第一项为零,行列式展开后很快得到 k。
答题过程
展开
Since 3 is an eigenvalue,
det(M−3I)=0.
Thus
0===011−4−5−5kk24(2−k)+k(−5+5)8−4k.
Therefore
k=2.
(b)
解法一
思路
展开
承接 (a) 取 k=2,建立特征方程。由于题目已经给出 3 是特征值,特征多项式含有因子 3−λ;余下二次因式给出另外两个特征值。
答题过程
展开
With k=2,
det(M−λI)=0.
Expanding the determinant gives
0====3−λ11−4−2−λ−5225−λ(3−λ)((λ+2)(λ−5)+12)(3−λ)(λ2−3λ+2)(3−λ)(λ−1)(λ−2).
Hence the other two eigenvalues are
1and2.
(c)
解法一
思路
展开
使用 (a) 的 k=2,解齐次方程 (M−3I)v=0。求得任一非零特征向量后,再除以其模得到单位特征向量。
答题过程
展开
Let
v=xyz.
For the eigenvalue 3,
011−4−5−5222xyz=000.
The first row gives −4y+2z=0, so z=2y. The second row then gives
x−5y+2(2y)=0,
so x=y. Taking y=1 gives the eigenvector
112.
Its magnitude is 12+12+22=6. Therefore a normalised eigenvector is
61112.
Its negative is also acceptable.