Skip to content
CalcGospel 國際數學圖譜
返回

IAL 2021 Jan FP1 Q3

A Level / Edexcel / FP1

IAL 2021 Jan Paper · Question 3

题目

Problem

The matrix M\mathbf{M} is defined by

M=(k+523k)\mathbf{M} = \begin{pmatrix} k + 5 & -2 \\ -3 & k \end{pmatrix}

(a) Determine the values of kk for which M\mathbf{M} is singular.

(2)

Given that M\mathbf{M} is non-singular,

(b) find M1\mathbf{M}^{-1} in terms of kk.

(2)
题目中文翻译

矩阵 M\mathbf{M} 定义为 M=(k+523k)\mathbf{M} = \begin{pmatrix} k + 5 & -2 \\ -3 & k \end{pmatrix}

(a) 确定使 M\mathbf{M} 为奇异矩阵的 kk 值。

已知 M\mathbf{M} 为非奇异矩阵,

(b) 用含 kk 的式子表示 M1\mathbf{M}^{-1}

解答

(a)

解法一

思路

展开

矩阵为奇异矩阵的充要条件是行列式等于零。求出 detM\det\mathbf{M},令其为零并因式分解,即可得到所有符合条件的 kk 值。

答题过程

展开

For M\mathbf{M} to be singular,

detM=0.\det\mathbf{M}=0.

Therefore,

k(k+5)(2)(3)=0,k2+5k6=0,(k1)(k+6)=0.\begin{align*} k(k+5)-(-2)(-3)=&\,0,\\ k^2+5k-6=&\,0,\\ (k-1)(k+6)=&\,0. \end{align*}

Hence,

k=1ork=6.\boxed{k=1\quad\text{or}\quad k=-6}.

(b)

解法一

思路

展开

使用二阶矩阵的逆矩阵公式:交换主对角线元素,并改变副对角线元素的符号,再除以行列式。由于已知矩阵非奇异,所得分母不为零。

答题过程

展开

Since M\mathbf{M} is non-singular,

k2+5k60.k^2+5k-6\ne0.

Using the inverse formula for a 2×22\times2 matrix,

M1=1k2+5k6×(k23k+5).\begin{align*} \mathbf{M}^{-1} =&\,\frac{1}{k^2+5k-6}\\ &\,\hspace{2pt}\times \begin{pmatrix} k&2\\ 3&k+5 \end{pmatrix}. \end{align*}