题目
Problem
M=(2k+1k+7kk+4)
where k is a constant
(a) Show that M is non-singular for all real values of k.
(3)
(b) Determine M−1 in terms of k.
(2)
题目中文翻译
已知矩阵
M=(2k+1k+7kk+4)
其中 k 为常数。
(a) 证明:对于所有实数 k,矩阵 M 都是非奇异矩阵(non-singular)。
(b) 用含 k 的式子表示 M−1。
解答
(a)
解法一
思路
展开
矩阵非奇异等价于行列式不为零。先求行列式,再配方为平方项加正常数,从而说明它对每个实数 k 都严格为正。
答题过程
展开
detM====(2k+1)(k+4)−k(k+7)2k2+9k+4−k2−7kk2+2k+4(k+1)2+3.
For all real values of k,
(k+1)2+3⩾3>0.
Therefore, detM=0, so
M is non-singular for all k∈R.
解法二
思路
展开
把行列式视为关于 k 的二次式。它的判别式为负,因此没有实数零点;又因二次项系数为正,所以行列式始终为正。
答题过程
展开
As in Method 1,
detM=k2+2k+4.
The discriminant of this quadratic is
22−4(1)(4)=−12<0.
Hence detM has no real zeros. Since its leading coefficient is positive,
detM>0
for all real k. Therefore,
M is non-singular for all k∈R.
解法三
思路
展开
官方评分资料也接受用最小值证明。对行列式关于 k 求导,找出唯一驻点,再以二阶导数确认这是最小值;最小值仍大于零。
答题过程
展开
Let
D(k)=detM=k2+2k+4.
Then
D′(k)=2k+2.
At a stationary point,
2k+2=0,
so k=−1. Since
D′′(k)=2>0,
this gives the minimum value of D. Moreover,
D(−1)=1−2+4=3>0.
Thus detM is never zero, and hence
M is non-singular for all k∈R.
(b)
解法一
思路
展开
使用二阶矩阵的逆矩阵公式:交换主对角元素,并把副对角元素变号,再除以 (a) 求得的行列式。
答题过程
展开
Using the inverse formula for a 2×2 matrix,
M−1=k2+2k+41(k+4−(k+7)−k2k+1)
for all real k.