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

IAL 2023 Jan FP1 Q1

A Level / Edexcel / FP1

IAL 2023 Jan Paper · Question 1

题目

Problem

Given that

A=(213230)\mathbf{A} = \begin{pmatrix} 2 & -1 & 3 \\ -2 & 3 & 0 \end{pmatrix}

and

B=(1k032k2)\mathbf{B} = \begin{pmatrix} 1 & k \\ 0 & -3 \\ 2k & 2 \end{pmatrix}

where kk is a non-zero constant,

(a) determine the matrix AB\mathbf{AB}

(2)

(b) determine the value of kk for which det(AB)=0\det(\mathbf{AB}) = 0

(3)
题目中文翻译

已知 A=(213230)\mathbf{A} = \begin{pmatrix} 2 & -1 & 3 \\ -2 & 3 & 0 \end{pmatrix}

B=(1k032k2)\mathbf{B} = \begin{pmatrix} 1 & k \\ 0 & -3 \\ 2k & 2 \end{pmatrix}

其中 kk 为非零常数,

(a) 求矩阵 AB\mathbf{AB}

(b) 求使 det(AB)=0\det(\mathbf{AB}) = 0kk

解答

(a)

解法一

思路

展开

矩阵 A\mathbf A2×32\times3,矩阵 B\mathbf B3×23\times2,所以 AB\mathbf{AB}2×22\times2 矩阵。逐项进行“行乘列”运算并化简。

答题过程

展开 AB=(213230)(1k032k2)=(2+6k2k+3+622k9)=(2+6k2k+922k9).\begin{align*} \mathbf{AB} =&\,\begin{pmatrix} 2&-1&3\\ -2&3&0 \end{pmatrix} \begin{pmatrix} 1&k\\ 0&-3\\ 2k&2 \end{pmatrix}\\ =&\,\begin{pmatrix} 2+6k&2k+3+6\\ -2&-2k-9 \end{pmatrix}\\ =&\,\boxed{ \begin{pmatrix} 2+6k&2k+9\\ -2&-2k-9 \end{pmatrix}}. \end{align*}

(b)

解法一

思路

展开

对 (a) 的 2×22\times2 矩阵求行列式并令其为零。因式分解后会得到两个候选值,其中 k=0k=0 必须根据题设“kk 非零”排除。

答题过程

展开

Using part (a),

det(AB)=(2+6k)(2k9)(2)(2k+9)=12k254k=6k(2k+9).\begin{align*} \det(\mathbf{AB}) =&\,(2+6k)(-2k-9)\\ &\,-(-2)(2k+9)\\ =&\,-12k^2-54k\\ =&\,-6k(2k+9). \end{align*}

Therefore,

det(AB)=0\det(\mathbf{AB})=0

when

k=0ork=92.k=0 \quad\text{or}\quad k=-\frac92.

Since kk is non-zero, k=0k=0 is rejected. Hence

k=92.\boxed{k=-\frac92}.