题目
Problem
M=1−122−36k4−8
where k is a constant
Given that M has a repeated eigenvalue, determine
(i) the possible values of k,
(ii) all corresponding eigenvalues of M for each value of k.
(7)
题目中文翻译
M=1−122−36k4−8
其中 k 为常数。
已知 M 有一个重根特征值,求
(i) k 的可能值,
(ii) 对每个 k 值,M 的全部对应特征值。
解答
(i) 与 (ii)
解法一
思路
展开
先展开特征行列式。所得三次式含有因子 λ,所以 0 恒为一个特征值。要出现重根,只有两种可能:0 也是剩余二次因式的根,或者二次因式本身有重根。分别处理这两种情况,并把每个 k 对应的全部特征值列出。
答题过程
展开
The characteristic equation is
det(M−λI)=0.
Expanding along the first row,
det(M−λI)====(1−λ)[(−3−λ)(−8−λ)−24]−2[(−1)(−8−λ)−8]+k[(−1)(6)−2(−3−λ)](1−λ)(λ2+11λ)−2λ+2kλ−λ3−10λ2+(9+2k)λ−λ(λ2+10λ−9−2k).
Hence one eigenvalue is always λ=0.
For 0 to be a repeated eigenvalue, it must also satisfy the quadratic factor. Thus
−9−2k=0⟹k=−29.
In this case,
λ2+10λ=λ(λ+10),
so the eigenvalues are
0, 0, −10.
Alternatively, the quadratic factor may itself have a repeated root. Its discriminant must then be zero:
102−4(1)(−9−2k)=136+8k=k=0,0,−17.
The quadratic becomes
λ2+10λ+25=(λ+5)2,
so the eigenvalues are
0, −5, −5.
Therefore,
k−29−17eigenvalues of M0, 0, −100, −5, −5.