题目
Problem
M=6k2k50207
where k is a constant.
Given that 3 is an eigenvalue of M,
(a) determine the possible values of k.
(3)
Given that k<0
(b) determine the other eigenvalues of M.
(3)
(c) Determine a normalised eigenvector corresponding to the eigenvalue 3.
(3)
题目中文翻译
M=6k2k50207
其中 k 为常数。
已知 3 是 M 的一个特征值,
(a) 求 k 的所有可能值。
已知 k<0,
(b) 求 M 的另外两个特征值。
(c) 求一个对应于特征值 3 的单位特征向量。
解答
(a)
解法一:使用特征行列式
思路
展开
因为 3 是特征值,所以 det(M−3I)=0。把 λ=3 直接代入特征行列式,可立即得到关于 k 的二次方程。
答题过程
展开
Since 3 is an eigenvalue of M,
det(M−3I)=0.
Therefore,
3k2k20204=3(8)−k(4k)+2(−4)=16−4k2=0,0,0.
Hence
k2=4,
so the possible values are
k=2ork=−2.
解法二:使用特征向量方程
思路
展开
设特征值 3 对应非零特征向量为 (x,y,z)T。从三个联立方程中先用后两式把 y,z 表示成 x,再代回第一式;由于特征向量非零,可约去 x 并求出 k。
答题过程
展开
Let a non-zero eigenvector corresponding to the eigenvalue 3 be
xyz.
Then
Mxyz=3xyz,
giving
6x+ky+2z=kx+5y=2x+7z=3x,3y,3z.
The last two equations give
y=−2kx,z=−2x.
Substituting these into the first equation,
6x−2k2x−x=3x.
If x=0, the equations above would also give y=z=0, which is impossible for an eigenvector. Hence x=0, and
2k2=2.
Therefore,
k=2ork=−2.
(b)
解法一
思路
展开
由 k<0 先确定 k=−2。然后建立完整特征方程;已知 3 是其中一根,可以把三次多项式分解,从而读出另外两个特征值。
答题过程
展开
Since k<0, part (a) gives k=−2. Thus
det(M−λI)=6−λ−22−25−λ0207−λ.
The characteristic equation is
0==(6−λ)(5−λ)(7−λ)−4(7−λ)−4(5−λ)−λ3+18λ2−99λ+162.
Equivalently,
λ3−18λ2+99λ−162=(λ−3)(λ−6)(λ−9)=00.
Therefore, the other eigenvalues are
6and9.
(c)
解法一
思路
展开
仍使用 k=−2,解齐次方程 (M−3I)v=0。先求出一个与 (2,2,−1)T 平行的特征向量,再除以其模长 3 得到单位特征向量。
答题过程
展开
For k=−2,
(M−3I)xyz=000.
This gives
3x−2y+2z=−2x+2y=2x+4z=0,0,0.
Hence
y=x,z=−2x,
so an eigenvector is
22−1.
Its magnitude is
22+22+(−1)2=3.
Therefore, one corresponding normalised eigenvector is
3122−1.
Its negative is also a valid normalised eigenvector.