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

IAL 2025 May FP1 Q2

A Level / Edexcel / FP1

IAL 2025 May Paper · Question 2

Question

Problem

The matrix PP represents the transformation PP.

P=(0110)P = \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix}

(a) Describe PP fully as a single geometrical transformation.

(2)

The matrix QQ represents the transformation QQ.

Q=(5005)Q = \begin{pmatrix} 5 & 0 \\ 0 & 5 \end{pmatrix}

(b) Describe QQ fully as a single geometrical transformation.

(2)

The transformation RR is a reflection in the line y=xy = -x.

(c) Write down the matrix representing RR.

(1)

The transformation RR maps the point (4,3)(4, 3) to the point AA.

(d) Determine the coordinates of AA.

(1)

The transformation PP followed by the transformation QQ maps the point BB to the point AA.

(e) Determine the coordinates of BB.

(2)

中文翻译

矩阵 PP 表示变换 PP

P=(0110)P = \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix}

(a) 完整描述 PP 作为单一几何变换。

(2)

矩阵 QQ 表示变换 QQ

Q=(5005)Q = \begin{pmatrix} 5 & 0 \\ 0 & 5 \end{pmatrix}

(b) 完整描述 QQ 作为单一几何变换。

(2)

变换 RR 是关于直线 y=xy = -x 的反射。

(c) 写出表示 RR 的矩阵。

(1)

变换 RR 将点 (4,3)(4, 3) 映射到点 AA

(d) 求点 AA 的坐标。

(1)

变换 PP 后接变换 QQ 将点 BB 映射到点 AA

(e) 求点 BB 的坐标。

(2)

解答

(a)

解法一

思路

展开

观察矩阵对一般点 (x,y)(x,y) 的作用:它把 (x,y)(x,y) 变为 (y,x)(y,-x)。这正是绕原点顺时针旋转 9090^\circ,完整描述必须包含变换类型、角度、方向和中心。

答题过程

展开

The matrix maps

(xy)(yx).\begin{pmatrix}x\\y\end{pmatrix} \longmapsto \begin{pmatrix}y\\-x\end{pmatrix}.

Therefore, PP is a

rotation of 90 clockwise about the origin.\boxed{\text{rotation of }90^\circ\text{ clockwise about the origin}}.

(b)

解法一

思路

展开

矩阵 Q=5IQ=5I 把每个位置向量乘以 5,方向不变、长度变为原来的 5 倍。因此它是以原点为中心、比例因子为 5 的放大。

答题过程

展开

The matrix maps

(xy)(5x5y).\begin{pmatrix}x\\y\end{pmatrix} \longmapsto \begin{pmatrix}5x\\5y\end{pmatrix}.

Therefore, QQ is an

enlargement of scale factor 5 with centre the origin.\boxed{\text{enlargement of scale factor }5 \text{ with centre the origin}}.

(c)

解法一

思路

展开

关于直线 y=xy=-x 反射时,横、纵坐标互换并同时变号,即 (x,y)(y,x)(x,y)\mapsto(-y,-x),由此直接读出矩阵的两列。

答题过程

展开

Reflection in the line y=xy=-x maps

(x,y)(y,x).(x,y)\longmapsto(-y,-x).

Hence

R=(0110).\boxed{ R=\begin{pmatrix} 0&-1\\ -1&0 \end{pmatrix}}.

(d)

解法一

思路

展开

把点 (4,3)(4,3) 的列向量左乘 (c) 的反射矩阵,即可得到像点 AA

答题过程

展开

Using the matrix from part (c),

(0110)(43)=(34).\begin{pmatrix} 0&-1\\ -1&0 \end{pmatrix} \begin{pmatrix}4\\3\end{pmatrix} = \begin{pmatrix}-3\\-4\end{pmatrix}.

Therefore,

A=(3,4).\boxed{A=(-3,-4)}.

(e)

解法一

思路

展开

B=(x,y)B=(x,y),按题目顺序先应用 PP、再应用 QQ,并令最终坐标等于 (d) 的 A=(3,4)A=(-3,-4)。矩阵变换一般不可交换,所以要保持题目给出的先后次序。

答题过程

展开

Let B=(x,y)B=(x,y). Under PP,

(x,y)(y,x),(x,y)\longmapsto(y,-x),

and then under QQ,

(y,x)(5y,5x).(y,-x)\longmapsto(5y,-5x).

Since the final point is A=(3,4)A=(-3,-4),

5y=3,5x=4.5y=-3, \qquad -5x=-4.

Thus

x=45,y=35,x=\frac45, \qquad y=-\frac35,

and hence

B=(45,35).\boxed{B=\left(\frac45,-\frac35\right)}.

解法二

思路

展开

也可以先组成复合变换矩阵 QPQP,再用其逆矩阵把像点 AA 还原成原像点 BB。这条路线与官方评分资料列出的逆矩阵方法一致。

答题过程

展开

Since PP is followed by QQ, the composite matrix is

QP=(5005)(0110)=(0550).\begin{align*} QP =&\,\begin{pmatrix}5&0\\0&5\end{pmatrix} \begin{pmatrix}0&1\\-1&0\end{pmatrix}\\ =&\,\begin{pmatrix}0&5\\-5&0\end{pmatrix}. \end{align*}

Therefore,

(xy)=(QP)1(34)=125(0550)(34)=(4/53/5).\begin{align*} \begin{pmatrix}x\\y\end{pmatrix} =&\,(QP)^{-1} \begin{pmatrix}-3\\-4\end{pmatrix}\\ =&\,\frac1{25} \begin{pmatrix}0&-5\\5&0\end{pmatrix} \begin{pmatrix}-3\\-4\end{pmatrix}\\ =&\,\begin{pmatrix}4/5\\-3/5\end{pmatrix}. \end{align*}

Hence

B=(45,35).\boxed{B=\left(\frac45,-\frac35\right)}.