ベクトル $\vec{x} = \begin{pmatrix} x \\ y \end{pmatrix}$ に対して、以下の変換を行った結果のベクトルをそれぞれ求めます。 (1) $y$ 軸について対称移動 (2) 原点について対称移動 (3) 原点を中心に $60^\circ$ 回転移動 (4) $y=x$ について対称移動し、原点を中心に $45^\circ$ 回転移動 (5) 原点を中心に $30^\circ$ 回転移動し、$x$ 軸について対称移動した後に、原点を中心に $60^\circ$ 回転移動 (6) $y=x$ について対称移動し、原点を中心に $45^\circ$ 回転移動した後に、$y$ 軸について対称移動

幾何学ベクトル線形変換回転対称移動行列
2025/6/5

1. 問題の内容

ベクトル x=(xy)\vec{x} = \begin{pmatrix} x \\ y \end{pmatrix} に対して、以下の変換を行った結果のベクトルをそれぞれ求めます。
(1) yy 軸について対称移動
(2) 原点について対称移動
(3) 原点を中心に 6060^\circ 回転移動
(4) y=xy=x について対称移動し、原点を中心に 4545^\circ 回転移動
(5) 原点を中心に 3030^\circ 回転移動し、xx 軸について対称移動した後に、原点を中心に 6060^\circ 回転移動
(6) y=xy=x について対称移動し、原点を中心に 4545^\circ 回転移動した後に、yy 軸について対称移動

2. 解き方の手順

(1) yy 軸に関する対称移動は、(xy)(xy)\begin{pmatrix} x \\ y \end{pmatrix} \rightarrow \begin{pmatrix} -x \\ y \end{pmatrix} となります。
(2) 原点に関する対称移動は、(xy)(xy)\begin{pmatrix} x \\ y \end{pmatrix} \rightarrow \begin{pmatrix} -x \\ -y \end{pmatrix} となります。
(3) 原点を中心に θ\theta 回転させる回転行列は、
R(θ)=(cosθsinθsinθcosθ)R(\theta) = \begin{pmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{pmatrix}
なので、6060^\circ 回転は
R(60)=(cos60sin60sin60cos60)=(1/23/23/21/2)R(60^\circ) = \begin{pmatrix} \cos 60^\circ & -\sin 60^\circ \\ \sin 60^\circ & \cos 60^\circ \end{pmatrix} = \begin{pmatrix} 1/2 & -\sqrt{3}/2 \\ \sqrt{3}/2 & 1/2 \end{pmatrix}
したがって、(xy)((1/2)x(3/2)y(3/2)x+(1/2)y)\begin{pmatrix} x \\ y \end{pmatrix} \rightarrow \begin{pmatrix} (1/2)x - (\sqrt{3}/2)y \\ (\sqrt{3}/2)x + (1/2)y \end{pmatrix}
(4) y=xy=x に関する対称移動は、(xy)(yx)\begin{pmatrix} x \\ y \end{pmatrix} \rightarrow \begin{pmatrix} y \\ x \end{pmatrix} となります。
4545^\circ 回転は
R(45)=(cos45sin45sin45cos45)=(1/21/21/21/2)R(45^\circ) = \begin{pmatrix} \cos 45^\circ & -\sin 45^\circ \\ \sin 45^\circ & \cos 45^\circ \end{pmatrix} = \begin{pmatrix} 1/\sqrt{2} & -1/\sqrt{2} \\ 1/\sqrt{2} & 1/\sqrt{2} \end{pmatrix}
したがって、(xy)(yx)((1/2)y(1/2)x(1/2)y+(1/2)x)=((x+y)/2(x+y)/2)\begin{pmatrix} x \\ y \end{pmatrix} \rightarrow \begin{pmatrix} y \\ x \end{pmatrix} \rightarrow \begin{pmatrix} (1/\sqrt{2})y - (1/\sqrt{2})x \\ (1/\sqrt{2})y + (1/\sqrt{2})x \end{pmatrix} = \begin{pmatrix} (-x+y)/\sqrt{2} \\ (x+y)/\sqrt{2} \end{pmatrix}
(5) 3030^\circ 回転は
R(30)=(cos30sin30sin30cos30)=(3/21/21/23/2)R(30^\circ) = \begin{pmatrix} \cos 30^\circ & -\sin 30^\circ \\ \sin 30^\circ & \cos 30^\circ \end{pmatrix} = \begin{pmatrix} \sqrt{3}/2 & -1/2 \\ 1/2 & \sqrt{3}/2 \end{pmatrix}
xx 軸に関する対称移動は、(xy)(xy)\begin{pmatrix} x \\ y \end{pmatrix} \rightarrow \begin{pmatrix} x \\ -y \end{pmatrix} となります。
したがって、(xy)((3/2)x(1/2)y(1/2)x+(3/2)y)((3/2)x(1/2)y(1/2)x(3/2)y)((1/2)((3/2)x(1/2)y)(3/2)((1/2)x(3/2)y)(3/2)((3/2)x(1/2)y)+(1/2)((1/2)x(3/2)y))=((3/4)x(1/4)y+(3/4)x+(3/4)y(3/4)x(3/4)y(1/4)x(3/4)y)=((3/2)x+(1/2)y(1/2)x(3/2)y)\begin{pmatrix} x \\ y \end{pmatrix} \rightarrow \begin{pmatrix} (\sqrt{3}/2)x - (1/2)y \\ (1/2)x + (\sqrt{3}/2)y \end{pmatrix} \rightarrow \begin{pmatrix} (\sqrt{3}/2)x - (1/2)y \\ -(1/2)x - (\sqrt{3}/2)y \end{pmatrix} \rightarrow \begin{pmatrix} (1/2)((\sqrt{3}/2)x - (1/2)y) - (\sqrt{3}/2)(-(1/2)x - (\sqrt{3}/2)y) \\ (\sqrt{3}/2)((\sqrt{3}/2)x - (1/2)y) + (1/2)(-(1/2)x - (\sqrt{3}/2)y) \end{pmatrix} = \begin{pmatrix} (\sqrt{3}/4)x - (1/4)y + (\sqrt{3}/4)x + (3/4)y \\ (3/4)x - (\sqrt{3}/4)y - (1/4)x - (\sqrt{3}/4)y \end{pmatrix} = \begin{pmatrix} (\sqrt{3}/2)x + (1/2)y \\ (1/2)x - (\sqrt{3}/2)y \end{pmatrix}
(6) (xy)(yx)((1/2)y(1/2)x(1/2)y+(1/2)x)=((x+y)/2(x+y)/2)(((xy)/2)((x+y)/2))\begin{pmatrix} x \\ y \end{pmatrix} \rightarrow \begin{pmatrix} y \\ x \end{pmatrix} \rightarrow \begin{pmatrix} (1/\sqrt{2})y - (1/\sqrt{2})x \\ (1/\sqrt{2})y + (1/\sqrt{2})x \end{pmatrix} = \begin{pmatrix} (-x+y)/\sqrt{2} \\ (x+y)/\sqrt{2} \end{pmatrix} \rightarrow \begin{pmatrix} ((x-y)/\sqrt{2}) \\ ((x+y)/\sqrt{2}) \end{pmatrix}

3. 最終的な答え

(1) (xy)\begin{pmatrix} -x \\ y \end{pmatrix}
(2) (xy)\begin{pmatrix} -x \\ -y \end{pmatrix}
(3) ((1/2)x(3/2)y(3/2)x+(1/2)y)\begin{pmatrix} (1/2)x - (\sqrt{3}/2)y \\ (\sqrt{3}/2)x + (1/2)y \end{pmatrix}
(4) ((x+y)/2(x+y)/2)\begin{pmatrix} (-x+y)/\sqrt{2} \\ (x+y)/\sqrt{2} \end{pmatrix}
(5) ((3/2)x+(1/2)y(1/2)x(3/2)y)\begin{pmatrix} (\sqrt{3}/2)x + (1/2)y \\ (1/2)x - (\sqrt{3}/2)y \end{pmatrix}
(6) ((yx)/2(x+y)/2)\begin{pmatrix} (y-x)/\sqrt{2} \\ (x+y)/\sqrt{2} \end{pmatrix}

「幾何学」の関連問題

平面上に点O, A, Bがあり、$OA=1$, $OB=\sqrt{2}$, $\cos{\angle AOB} = \frac{1}{2\sqrt{2}}$である。線分ABを1:2に内分する点をPと...

ベクトル内分対称点ベクトル内積
2025/6/6

正八面体の各面の重心を結んで内側に作った正八面体の体積が8であるとき、元の正八面体の1辺の長さを求めよ。

正八面体体積相似空間図形
2025/6/6

正八面体の各面の重心を結んで内側に正六面体を作った。この正六面体の体積が8であるとき、元の正八面体の1辺の長さを求めよ。

立体図形正八面体正六面体体積重心
2025/6/6

問題は、三角形の合同の証明に関する穴埋めと、面積に関する問題です。 (10) の問題は、証明中の空欄ア、イに当てはまる選択肢を選びます。 (11) の問題は、空欄ウに当てはまる合同条件の選択肢を選びま...

合同三角形面積証明
2025/6/6

2点 $(-3, 6)$ と $(3, -2)$ を直径の両端とする円の方程式を求める。

円の方程式距離座標
2025/6/6

3点 A(-2, 6), B(1, -3), C(5, -1) を頂点とする三角形 ABC の外接円の方程式を求めます。

外接円座標方程式
2025/6/6

x, y平面上の3点A(3, 6), B(-4, -6), C(-6, 12)を頂点とする三角形ABCの重心Gのy座標を求める問題です。

重心座標三角形
2025/6/6

$x, y$平面上の3点A(3, 6), B(-4, -6), C(-6, 12)を頂点とする三角形ABCの重心Gの$x$座標を求める。

幾何重心座標
2025/6/6

三角形ABCにおいて、$AB = 28$, $BC = 40$, $CA = 20$である。辺BCの中点をMとするとき、中線AMの長さを求めよ。

三角形中線中線定理三平方の定理ルート
2025/6/6

$xy$平面上の2点 $A(-1, -2)$、$B(29, 13)$ に対して、線分$AB$を$1:4$に外分する点$R$の$y$座標を求める問題です。

座標平面外分点線分
2025/6/6