题目
Problem
The matrix A \mathbf{A} A is defined by
A = ( 4 − 5 − 3 2 ) \mathbf{A} = \begin{pmatrix} 4 & -5 \\ -3 & 2 \end{pmatrix} A = ( 4 − 3 − 5 2 )
The transformation represented by A \mathbf{A} A maps triangle T T T onto triangle T ′ T' T ′
Given that the area of triangle T T T is 23 23 23 cm2 ^2 2
(a) determine the area of triangle T ′ T' T ′
(2)
The point P P P has coordinates ( 3 p + 2 , 2 p − 1 ) (3p + 2, 2p - 1) ( 3 p + 2 , 2 p − 1 ) where p p p is a constant. The transformation
represented by A \mathbf{A} A maps P P P onto the point P ′ P' P ′ with coordinates ( 17 , − 18 ) (17, -18) ( 17 , − 18 )
(b) Determine the value of p p p .
(2)
Given that
B = ( 0 1 − 1 0 ) \mathbf{B} = \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix} B = ( 0 − 1 1 0 )
(c) describe fully the single geometrical transformation represented by matrix B \mathbf{B} B
(2)
The transformation represented by matrix A \mathbf{A} A followed by the transformation represented
by matrix C \mathbf{C} C is equivalent to the transformation represented by matrix B \mathbf{B} B
(d) Determine C \mathbf{C} C
(3)
题目中文翻译
矩阵 A \mathbf{A} A 定义为
A = ( 4 − 5 − 3 2 ) \mathbf{A} = \begin{pmatrix} 4 & -5 \\ -3 & 2 \end{pmatrix} A = ( 4 − 3 − 5 2 )
A \mathbf{A} A 所表示的变换将三角形 T T T 映射到三角形 T ′ T' T ′ 。
已知三角形 T T T 的面积为 23 23 23 cm2 ^2 2 ,
(a) 确定三角形 T ′ T' T ′ 的面积。
点 P P P 的坐标为 ( 3 p + 2 , 2 p − 1 ) (3p + 2, 2p - 1) ( 3 p + 2 , 2 p − 1 ) ,其中 p p p 为常数。A \mathbf{A} A 所表示的变换将 P P P 映射到坐标为 ( 17 , − 18 ) (17, -18) ( 17 , − 18 ) 的点 P ′ P' P ′ 。
(b) 确定 p p p 的值。
已知
B = ( 0 1 − 1 0 ) \mathbf{B} = \begin{pmatrix} 0 & 1 \\ -1 & 0 \end{pmatrix} B = ( 0 − 1 1 0 )
(c) 完整描述矩阵 B \mathbf{B} B 所表示的单次几何变换。
矩阵 A \mathbf{A} A 所表示的变换后接矩阵 C \mathbf{C} C 所表示的变换,等价于矩阵 B \mathbf{B} B 所表示的变换。
(d) 确定矩阵 C \mathbf{C} C 。
解答
(a)
解法一
思路
展开
二维线性变换会把面积乘以变换矩阵行列式的绝对值。先求 det A \det\mathbf{A} det A ,再用面积比例因子 ∣ det A ∣ |\det\mathbf{A}| ∣ det A ∣ 乘原三角形的面积。
答题过程
展开
The area scale factor is
∣ det A ∣ = ∣ 4 ( 2 ) − ( − 5 ) ( − 3 ) ∣ = ∣ 8 − 15 ∣ = 7. \begin{align*}
|\det\mathbf{A}|
=&\,\left|4(2)-(-5)(-3)\right|\\
=&\,|8-15|\\
=&\,7.
\end{align*} ∣ det A ∣ = = = ∣ 4 ( 2 ) − ( − 5 ) ( − 3 ) ∣ ∣8 − 15∣ 7.
Therefore,
Area ( T ′ ) = 7 ( 23 ) = 161 cm 2 . \operatorname{Area}(T')=7(23)=\boxed{161\text{ cm}^2}. Area ( T ′ ) = 7 ( 23 ) = 161 cm 2 .
(b)
解法一
思路
展开
把点 P P P 的坐标写成列向量并左乘矩阵 A \mathbf{A} A 。将所得坐标与 P ′ = ( 17 , − 18 ) P'=(17,-18) P ′ = ( 17 , − 18 ) 对应相等,解其中一个线性方程即可得到 p p p ;另一个坐标可用于核对。
答题过程
展开
Since A \mathbf{A} A maps P P P onto P ′ P' P ′ ,
( 4 − 5 − 3 2 ) ( 3 p + 2 2 p − 1 ) = ( 17 − 18 ) . \begin{pmatrix}
4&-5\\
-3&2
\end{pmatrix}
\begin{pmatrix}
3p+2\\
2p-1
\end{pmatrix}
=
\begin{pmatrix}
17\\
-18
\end{pmatrix}. ( 4 − 3 − 5 2 ) ( 3 p + 2 2 p − 1 ) = ( 17 − 18 ) .
Using the first coordinate,
4 ( 3 p + 2 ) − 5 ( 2 p − 1 ) = 17 , 2 p + 13 = 17 , p = 2. \begin{align*}
4(3p+2)-5(2p-1)=&\,17,\\
2p+13=&\,17,\\
p=&\,2.
\end{align*} 4 ( 3 p + 2 ) − 5 ( 2 p − 1 ) = 2 p + 13 = p = 17 , 17 , 2.
Indeed, the second coordinate gives
− 3 ( 3 p + 2 ) + 2 ( 2 p − 1 ) = − 18 -3(3p+2)+2(2p-1)=-18 − 3 ( 3 p + 2 ) + 2 ( 2 p − 1 ) = − 18
when p = 2 p=2 p = 2 . Hence
p = 2 . \boxed{p=2}. p = 2 .
(c)
解法一
思路
展开
观察标准旋转矩阵。矩阵 B \mathbf{B} B 把基向量 ( 1 , 0 ) (1,0) ( 1 , 0 ) 映射到 ( 0 , − 1 ) (0,-1) ( 0 , − 1 ) ,因此表示以原点为中心顺时针旋转 90 ∘ 90^\circ 9 0 ∘ 。
答题过程
展开
The matrix
B = ( 0 1 − 1 0 ) \mathbf{B}=
\begin{pmatrix}
0&1\\
-1&0
\end{pmatrix} B = ( 0 − 1 1 0 )
represents a rotation through 90 ∘ 90^\circ 9 0 ∘ clockwise about the origin.
(d)
解法一
思路
展开
先进行 A \mathbf{A} A 变换,再进行 C \mathbf{C} C 变换,合成矩阵是 C A \mathbf{CA} CA ,所以 C A = B \mathbf{CA}=\mathbf{B} CA = B 。在等式右边乘 A − 1 \mathbf{A}^{-1} A − 1 ,得到 C = B A − 1 \mathbf{C}=\mathbf{BA}^{-1} C = BA − 1 。
答题过程
展开
Since the transformation represented by A \mathbf{A} A is followed by that represented by C \mathbf{C} C ,
C A = B . \mathbf{CA}=\mathbf{B}. CA = B .
Now
A − 1 = 1 4 ( 2 ) − ( − 5 ) ( − 3 ) ( 2 5 3 4 ) = − 1 7 ( 2 5 3 4 ) . \begin{align*}
\mathbf{A}^{-1}
=&\,\frac{1}{4(2)-(-5)(-3)}
\begin{pmatrix}
2&5\\
3&4
\end{pmatrix}\\
=&\,-\frac17
\begin{pmatrix}
2&5\\
3&4
\end{pmatrix}.
\end{align*} A − 1 = = 4 ( 2 ) − ( − 5 ) ( − 3 ) 1 ( 2 3 5 4 ) − 7 1 ( 2 3 5 4 ) .
Therefore,
C = B A − 1 = − 1 7 ( 0 1 − 1 0 ) ( 2 5 3 4 ) = − 1 7 ( 3 4 − 2 − 5 ) . \begin{align*}
\mathbf{C}
=&\,\mathbf{BA}^{-1}\\
=&\,-\frac17
\begin{pmatrix}
0&1\\
-1&0
\end{pmatrix}
\begin{pmatrix}
2&5\\
3&4
\end{pmatrix}\\
=&\,-\frac17
\begin{pmatrix}
3&4\\
-2&-5
\end{pmatrix}.
\end{align*} C = = = BA − 1 − 7 1 ( 0 − 1 1 0 ) ( 2 3 5 4 ) − 7 1 ( 3 − 2 4 − 5 ) .
Hence
C = ( − 3 7 − 4 7 2 7 5 7 ) . \boxed{
\mathbf{C}=
\begin{pmatrix}
-\dfrac37&-\dfrac47\\
\dfrac27&\dfrac57
\end{pmatrix}
}. C = − 7 3 7 2 − 7 4 7 5 .