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

IAL 2021 Oct FP3 Q4

A Level / Edexcel / FP3

IAL 2021 Oct Paper · Question 4

题目

Problem

The matrix MM is given by

M=(201k3221k)M = \begin{pmatrix} 2 & 0 & -1 \\ k & 3 & 2 \\ -2 & 1 & k \end{pmatrix}

(a) Show that detM=5k10\det M = 5k - 10.

Given that k2k \ne 2,

(b) find M1M^{-1} in terms of kk.

The points O(0,0,0)O(0,0,0), A(4,8,3)A(4,-8,3), B(2,5,4)B(-2,5,-4) and C(4,6,8)C(4,-6,8) are the vertices of a tetrahedron TT. The transformation represented by matrix MM transforms TT to a tetrahedron with volume 5050.

(c) Determine the possible values of kk.

(11)
题目中文翻译

矩阵 MM 定义为

M=(201k3221k)M = \begin{pmatrix} 2 & 0 & -1 \\ k & 3 & 2 \\ -2 & 1 & k \end{pmatrix}

(a) 证明 detM=5k10\det M = 5k - 10

已知 k2k \ne 2

(b) 用 kk 表示 M1M^{-1}

O(0,0,0)O(0,0,0)A(4,8,3)A(4,-8,3)B(2,5,4)B(-2,5,-4)C(4,6,8)C(4,-6,8) 是四面体 TT 的顶点。 由矩阵 MM 表示的变换把 TT 变成体积为 5050 的四面体。

(c) 求 kk 的可能值。

解答

(a)

解法一

思路

展开

沿第一行展开行列式。中间的元素为零,因此只需计算两个二阶行列式,再合并同类项即可自然得到题目要求的结果。

答题过程

展开

Expanding along the first row,

detM=2321k0k22kk321=2(3k2)(k+6)=5k10.\begin{align*} \det M =&\,2 \begin{vmatrix} 3&2\\ 1&k \end{vmatrix} -0 \begin{vmatrix} k&2\\ -2&k \end{vmatrix} \\ &\,- \begin{vmatrix} k&3\\ -2&1 \end{vmatrix} \\ =&\,2(3k-2)-(k+6) \\ =&\,\boxed{5k-10}. \end{align*}

(b)

解法一

思路

展开

先逐项求出余子式并组成代数余子式矩阵,再转置得到伴随矩阵。最后除以 (a) 求得的行列式;条件 k2k\ne2 正好保证分母不为零。

答题过程

展开

The matrix of cofactors of MM is

(3k2k24k+612k223k46).\begin{pmatrix} 3k-2&-k^2-4&k+6\\ -1&2k-2&-2\\ 3&-k-4&6 \end{pmatrix}.

Hence

adjM=(3k213k242k2k4k+626).\operatorname{adj}M= \begin{pmatrix} 3k-2&-1&3\\ -k^2-4&2k-2&-k-4\\ k+6&-2&6 \end{pmatrix}.

Since k2k\ne2, detM=5k100\det M=5k-10\ne0. Therefore,

M1=15k10(3k213k242k2k4k+626).\boxed{ M^{-1}=\frac1{5k-10} \begin{pmatrix} 3k-2&-1&3\\ -k^2-4&2k-2&-k-4\\ k+6&-2&6 \end{pmatrix} }.

(c)

解法一:求变换后四面体的体积

思路

展开

官方评分资料的第一条路线是先用 MM 分别变换 A,B,CA,B,C 的位置向量。由于 OO 仍映到原点,可用三个像向量的标量三重积求新四面体体积。体积必须取绝对值,因此最后会产生两个 kk 值。

答题过程

展开

The images of the three position vectors are

MOA=(54k183k16),MOB=(072k94k),MOC=(04k28k14).\begin{align*} M\overrightarrow{OA} =&\, \begin{pmatrix} 5\\ 4k-18\\ 3k-16 \end{pmatrix}, \\ M\overrightarrow{OB} =&\, \begin{pmatrix} 0\\ 7-2k\\ 9-4k \end{pmatrix}, \\ M\overrightarrow{OC} =&\, \begin{pmatrix} 0\\ 4k-2\\ 8k-14 \end{pmatrix}. \end{align*}

Therefore, the volume of the image is

50=1654k183k16072k94k04k28k14=16200k400.\begin{align*} 50 =&\,\frac16\left| \begin{vmatrix} 5&4k-18&3k-16\\ 0&7-2k&9-4k\\ 0&4k-2&8k-14 \end{vmatrix} \right| \\ =&\,\frac16\big|200k-400\big|. \end{align*}

Thus

200k400=300,200k400=±300.\begin{align*} |200k-400|=&\,300, \\ 200k-400=&\,\pm300. \end{align*}

Hence

k=12ork=72.\boxed{k=\frac12\quad\text{or}\quad k=\frac72}.

解法二:使用体积比例因子

思路

展开

先用原来的三个棱向量求 TT 的体积,再利用线性变换把体积放大 detM|\det M| 倍。绝对值不能遗漏,因为负行列式只代表取向反转,不会产生负体积。

答题过程

展开

The volume of TT is

VT=16483254468=1640=203.\begin{align*} V_T =&\,\frac16\left| \begin{vmatrix} 4&-8&3\\ -2&5&-4\\ 4&-6&8 \end{vmatrix} \right| \\ =&\,\frac16|40| \\ =&\,\frac{20}{3}. \end{align*}

Under the transformation, the volume scale factor is detM=5k10|\det M|=|5k-10|. Hence

2035k10=50,5k10=152,5k10=±152.\begin{align*} \frac{20}{3}|5k-10|=&\,50, \\ |5k-10|=&\,\frac{15}{2}, \\ 5k-10=&\,\pm\frac{15}{2}. \end{align*}

Therefore,

k=12ork=72.\boxed{k=\frac12\quad\text{or}\quad k=\frac72}.