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

IAL 2023 May FP1 Q4

A Level / Edexcel / FP1

IAL 2023 May Paper · Question 4

题目

Problem

4. (i) A=(383k)A = \begin{pmatrix} -3 & 8 \\ -3 & k \end{pmatrix} where kk is a constant

The transformation represented by AA transforms triangle TT to triangle TT'

The area of triangle TT' is three times the area of triangle TT

Determine the possible values of kk

(4)

(ii) B=(a423)B = \begin{pmatrix} a & -4 \\ 2 & 3 \end{pmatrix} and BC=(251142)BC = \begin{pmatrix} 2 & 5 & 1 \\ 1 & 4 & 2 \end{pmatrix} where aa is a constant

Determine, in terms of aa, the matrix CC

(4)
题目中文翻译
  1. (i) A=(383k)A = \begin{pmatrix} -3 & 8 \\ -3 & k \end{pmatrix},其中 kk 是常数

矩阵 AA 表示的变换将三角形 TT 变成三角形 TT'

三角形 TT' 的面积是三角形 TT 面积的三倍。

kk 的可能值。

(ii) B=(a423)B = \begin{pmatrix} a & -4 \\ 2 & 3 \end{pmatrix}BC=(251142)BC = \begin{pmatrix} 2 & 5 & 1 \\ 1 & 4 & 2 \end{pmatrix},其中 aa 是常数。

aa 表示矩阵 CC

解答

(i)

解法一

思路

展开

二维线性变换把面积放大为原来的 detA|\det A| 倍。题目只给面积倍数,没有限定是否发生翻转,因此行列式可为 333-3,两种情况都要保留。

答题过程

展开

The area scale factor is detA|\det A|. Now

detA=(3)k8(3)=243k.\begin{align*} \det A =&\,(-3)k-8(-3)\\ =&\,24-3k. \end{align*}

Since the area of TT' is three times the area of TT,

243k=3.|24-3k|=3.

Thus 243k=324-3k=3 or 243k=324-3k=-3, giving

k=7 or k=9.\boxed{k=7\text{ or }k=9}.

(ii)

解法一

思路

展开

BCBC 已知,在等式左侧乘 B1B^{-1},得到 C=B1(BC)C=B^{-1}(BC)。先求二阶矩阵的逆矩阵,再按正确次序与右侧的 2×32\times3 矩阵相乘。

答题过程

展开 detB=3a(4)(2)=3a+8,\det B=3a-(-4)(2)=3a+8,

so

B1=13a+8(342a).B^{-1} =\frac1{3a+8} \begin{pmatrix} 3&4\\ -2&a \end{pmatrix}.

Therefore,

C=B1(BC)=13a+8(342a)×(251142)=13a+8(103111a44a102a2).\begin{align*} C =&\,B^{-1}(BC)\\ =&\,\frac1{3a+8} \begin{pmatrix} 3&4\\ -2&a \end{pmatrix} \\ &\,\hspace{2pt}\times \begin{pmatrix} 2&5&1\\ 1&4&2 \end{pmatrix}\\ =&\,\boxed{ \frac1{3a+8} \begin{pmatrix} 10&31&11\\ a-4&4a-10&2a-2 \end{pmatrix} }. \end{align*}

解法二

思路

展开

官方评分资料也允许直接设出 CC 的六个元素。矩阵乘法后,每一列各产生两个一次方程;逐列消元即可求出对应的两个元素,不必显式写出 B1B^{-1}

答题过程

展开

Let

C=(pqrstu).C=\begin{pmatrix}p&q&r\\s&t&u\end{pmatrix}.

Matrix multiplication gives

ap4s=2,2p+3s=1,aq4t=5,2q+3t=4,ar4u=1,2r+3u=2.\begin{align*} ap-4s=&\,2, & 2p+3s=&\,1,\\ aq-4t=&\,5, & 2q+3t=&\,4,\\ ar-4u=&\,1, & 2r+3u=&\,2. \end{align*}

Multiplying each first equation by 33 and each second equation by 44, then adding, gives

(3a+8)p=10,(3a+8)q=31,(3a+8)r=11.\begin{align*} (3a+8)p=&\,10,\\ (3a+8)q=&\,31,\\ (3a+8)r=&\,11. \end{align*}

Hence

p=103a+8,q=313a+8,r=113a+8.\begin{align*} p=&\,\frac{10}{3a+8},\\ q=&\,\frac{31}{3a+8},\\ r=&\,\frac{11}{3a+8}. \end{align*}

Substitution into the second equation of each pair gives

s=a43a+8,t=4a103a+8,u=2a23a+8.\begin{align*} s=&\,\frac{a-4}{3a+8},\\ t=&\,\frac{4a-10}{3a+8},\\ u=&\,\frac{2a-2}{3a+8}. \end{align*}

Therefore,

C=13a+8(103111a44a102a2).\boxed{ C=\frac1{3a+8} \begin{pmatrix} 10&31&11\\ a-4&4a-10&2a-2 \end{pmatrix} }.