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

IAL 2023 June FP3 Q2

A Level / Edexcel / FP3

IAL 2023 June Paper · Question 2

题目

Problem

M=(200014323)M=\begin{pmatrix} 2&0&0\\ 0&1&4\\ 3&-2&-3 \end{pmatrix}

(a) Determine M1M^{-1}

The transformation represented by MM maps the plane Π1\Pi_1 to the plane Π2\Pi_2

The point (x,y,z)(x,y,z) on Π1\Pi_1 maps to the point (u,v,w)(u,v,w) on Π2\Pi_2

(b) Determine xx, yy and zz in terms of uu, vv and ww as appropriate.

The plane Π1\Pi_1 has equation

3x7y+2z=33x-7y+2z=-3

(c) Find a Cartesian equation for Π2\Pi_2

Give your answer in the form au+bv+cw=dau+bv+cw=d where aa, bb, cc and dd are integers to be determined.

(8)
题目中文翻译 M=(200014323)M=\begin{pmatrix} 2&0&0\\ 0&1&4\\ 3&-2&-3 \end{pmatrix}

(a) 求 M1M^{-1}

矩阵 MM 所表示的变换把平面 Π1\Pi_1 映射到平面 Π2\Pi_2

平面 Π1\Pi_1 上的点 (x,y,z)(x,y,z) 映射到平面 Π2\Pi_2 上的点 (u,v,w)(u,v,w)

(b) 结合 u,v,wu,v,w,求 x,y,zx,y,z

平面 Π1\Pi_1 的方程为

3x7y+2z=33x-7y+2z=-3

(c) 求 Π2\Pi_2 的笛卡尔方程

答案写成 au+bv+cw=dau+bv+cw=d 的形式,其中 a,b,c,da,b,c,d 为待定整数。

解答

(a)

解法一:使用伴随矩阵

思路

展开

使用 M1=1detMadjMM^{-1}=\frac{1}{\det M}\operatorname{adj}M。先求行列式,再逐项计算余子式并按棋盘符号得到代数余子式矩阵;转置后得到伴随矩阵。

答题过程

展开

Expanding the determinant along the first row,

detM=21423=2((3)(8))=10.\begin{align*} \det M =&\,2 \begin{vmatrix} 1&4\\ -2&-3 \end{vmatrix} \\ =&\,2\bigl((-3)-(-8)\bigr) \\ =&\,10. \end{align*}

The matrix of minors is

(5123064082).\begin{pmatrix} 5&-12&-3\\ 0&-6&-4\\ 0&8&2 \end{pmatrix}.

Applying the alternating signs gives the cofactor matrix

(5123064082).\begin{pmatrix} 5&12&-3\\ 0&-6&4\\ 0&-8&2 \end{pmatrix}.

Hence

adjM=(5001268342).\operatorname{adj}M= \begin{pmatrix} 5&0&0\\ 12&-6&-8\\ -3&4&2 \end{pmatrix}.

Therefore,

M1=110(5001268342).\boxed{ M^{-1}=\frac1{10} \begin{pmatrix} 5&0&0\\ 12&-6&-8\\ -3&4&2 \end{pmatrix} }.

(b)

解法一:使用逆矩阵

思路

展开

变换关系是 (u,v,w)T=M(x,y,z)T(u,v,w)^T=M(x,y,z)^T。左乘 (a) 求得的 M1M^{-1},即可一次得到 x,y,zx,y,z 关于 u,v,wu,v,w 的表达式。

答题过程

展开

The transformation gives

(uvw)=M(xyz).\begin{pmatrix}u\\v\\w\end{pmatrix} =M\begin{pmatrix}x\\y\\z\end{pmatrix}.

Thus

(xyz)=M1(uvw)=(12u65u35v45w310u+25v+15w).\begin{align*} \begin{pmatrix}x\\y\\z\end{pmatrix} =&\,M^{-1} \begin{pmatrix}u\\v\\w\end{pmatrix} \\ =&\, \begin{pmatrix} \frac12u\\ \frac65u-\frac35v-\frac45w\\ -\frac3{10}u+\frac25v+\frac15w \end{pmatrix}. \end{align*}

Therefore,

x=12u,\boxed{x=\frac12u}, y=65u35v45w,\boxed{y=\frac65u-\frac35v-\frac45w},

and

z=310u+25v+15w.\boxed{z=-\frac3{10}u+\frac25v+\frac15w}.

解法二:直接联立变换方程

思路

展开

直接把矩阵乘法拆成三个标量方程。先由第一式求 xx,再由第二式表示 yy,代入第三式求 zz,这样无需显式使用逆矩阵。

答题过程

展开

Comparing components in

M(xyz)=(uvw)M\begin{pmatrix}x\\y\\z\end{pmatrix} =\begin{pmatrix}u\\v\\w\end{pmatrix}

gives

2x=u,y+4z=v,3x2y3z=w.2x=u, \qquad y+4z=v, \qquad 3x-2y-3z=w.

The first two equations give

x=12u,y=v4z.x=\frac12u, \qquad y=v-4z.

Substituting these into the third equation,

\begin{align*} \frac32u-2(v-4z)-3z=&\,w, \\ 5z=&\,w- rac32u+2v. \end{align*}

Hence

z=310u+25v+15w.z=-\frac3{10}u+\frac25v+\frac15w.

Then

y=v4(310u+25v+15w)=65u35v45w.\begin{align*} y =&\,v-4\biggl( -\frac3{10}u+\frac25v+\frac15w \biggr) \\ =&\,\frac65u-\frac35v-\frac45w. \end{align*}

Therefore,

x=12u,\boxed{x=\frac12u}, y=65u35v45w,\boxed{y=\frac65u-\frac35v-\frac45w},

and

z=310u+25v+15w.\boxed{z=-\frac3{10}u+\frac25v+\frac15w}.

(c)

解法一

思路

展开

承接 (b),把 x,y,zx,y,z 关于 u,v,wu,v,w 的表达式代入 Π1\Pi_1。合并同类项后得到 Π2\Pi_2 的方程,再整体乘以 22,使所有系数成为整数。

答题过程

展开

Using the expressions from part (b), the equation of Π1\Pi_1 becomes

3(12u)7(65u35v45w)+2(310u+25v+15w)=3.\begin{align*} 3\biggl(\frac12u\biggr) &\,-7\biggl( \frac65u-\frac35v-\frac45w \biggr) \\ &\,+2\biggl( -\frac3{10}u+\frac25v+\frac15w \biggr)=-3. \end{align*}

Collecting like terms,

152u+5v+6w=3.-\frac{15}{2}u+5v+6w=-3.

Multiplying by 22, a Cartesian equation for Π2\Pi_2 is

15u+10v+12w=6.\boxed{-15u+10v+12w=-6}.