题目
Problem
P=(p−1−3p+1p)
where p is a constant
(a) Determine detP in simplest form in terms of p.
(2)
(b) Hence show that P is non-singular for all real values of p.
(2)
(c) Determine P−1 in terms of p.
(2)
题目中文翻译
已知矩阵
P=(p−1−3p+1p)
其中 p 为常数。
(a) 用含 p 的最简形式确定 detP。
(b) 由此证明:对于所有实数 p,矩阵 P 都是非奇异矩阵(non-singular)。
(c) 用含 p 的式子表示 P−1。
解答
(a)
解法一
思路
展开
使用二阶矩阵的行列式公式 ad−bc,再展开并合并同类项。
答题过程
展开
detP===p(p−1)−(−3)(p+1)p2−p+3p+3p2+2p+3.
(b)
解法一
思路
展开
承接 (a) 的结果,把行列式配方为一个平方与正常数之和。这样可直接证明它对所有实数 p 都不为零。
答题过程
展开
From part (a),
detP==p2+2p+3(p+1)2+2.
For every real value of p,
(p+1)2+2⩾2>0.
Therefore, detP=0 for all real p, so
P is non-singular for all real p.
解法二
思路
展开
官方评分资料也接受判别式论证。把 (a) 的行列式看作关于 p 的二次式;若其判别式小于零,且二次项系数为正,它便不会在实数范围内等于零。
答题过程
展开
For p2+2p+3, the discriminant is
Δ=22−4(1)(3)=−8<0.
Hence p2+2p+3=0 has no real solutions. Therefore,
detP=0
for every real p, and so
P is non-singular for all real p.
(c)
解法一
思路
展开
使用二阶矩阵的逆矩阵公式:交换主对角线元素,改变副对角线元素的符号,再除以 (a) 求出的行列式。
答题过程
展开
For a non-singular matrix
(acbd),
its inverse is
ad−bc1(d−c−ba).
Therefore,
P−1=p2+2p+31(p3−p−1p−1).