問題3は、与えられた写像 $f(\vec{x})$ が線形変換であるかどうかを判断し、線形変換である場合は対応する行列を求める問題です。問題4は、回転行列 $R(\theta)$ について、$R(\theta_1)R(\theta_2) = R(\theta_1 + \theta_2)$ を示す問題です。

代数学線形変換行列回転行列線形性加法定理
2025/6/6

1. 問題の内容

問題3は、与えられた写像 f(x)f(\vec{x}) が線形変換であるかどうかを判断し、線形変換である場合は対応する行列を求める問題です。問題4は、回転行列 R(θ)R(\theta) について、R(θ1)R(θ2)=R(θ1+θ2)R(\theta_1)R(\theta_2) = R(\theta_1 + \theta_2) を示す問題です。

2. 解き方の手順

問題3:
線形変換である条件は、

1. $f(\vec{x}+\vec{y}) = f(\vec{x}) + f(\vec{y})$

2. $f(c\vec{x}) = cf(\vec{x})$

を満たすことです。
(1) f(x)=(yx)f(\vec{x}) = \begin{pmatrix} y \\ x \end{pmatrix}
x=(xy),y=(xy)\vec{x} = \begin{pmatrix} x \\ y \end{pmatrix}, \vec{y} = \begin{pmatrix} x' \\ y' \end{pmatrix}
f(x+y)=f((x+xy+y))=(y+yx+x)=(yx)+(yx)=f(x)+f(y)f(\vec{x}+\vec{y}) = f\left(\begin{pmatrix} x+x' \\ y+y' \end{pmatrix}\right) = \begin{pmatrix} y+y' \\ x+x' \end{pmatrix} = \begin{pmatrix} y \\ x \end{pmatrix} + \begin{pmatrix} y' \\ x' \end{pmatrix} = f(\vec{x}) + f(\vec{y})
f(cx)=f((cxcy))=(cycx)=c(yx)=cf(x)f(c\vec{x}) = f\left(\begin{pmatrix} cx \\ cy \end{pmatrix}\right) = \begin{pmatrix} cy \\ cx \end{pmatrix} = c\begin{pmatrix} y \\ x \end{pmatrix} = cf(\vec{x})
線形変換である。対応する行列は (0110)\begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix}
(2) f(x)=(x+1y1)f(\vec{x}) = \begin{pmatrix} x+1 \\ y-1 \end{pmatrix}
f(0)=(11)0f(\vec{0}) = \begin{pmatrix} 1 \\ -1 \end{pmatrix} \neq \vec{0}
線形変換ではない。
(3) f(x)=(xyy)f(\vec{x}) = \begin{pmatrix} xy \\ y \end{pmatrix}
f(2x)=f((2x2y))=((2x)(2y)2y)=(4xy2y)f(2\vec{x}) = f\left(\begin{pmatrix} 2x \\ 2y \end{pmatrix}\right) = \begin{pmatrix} (2x)(2y) \\ 2y \end{pmatrix} = \begin{pmatrix} 4xy \\ 2y \end{pmatrix}
2f(x)=2(xyy)=(2xy2y)2f(\vec{x}) = 2\begin{pmatrix} xy \\ y \end{pmatrix} = \begin{pmatrix} 2xy \\ 2y \end{pmatrix}
f(2x)2f(x)f(2\vec{x}) \neq 2f(\vec{x})
線形変換ではない。
(4) f(x)=(x2y)f(\vec{x}) = \begin{pmatrix} x^2 \\ y \end{pmatrix}
f(2x)=f((2x2y))=((2x)22y)=(4x22y)f(2\vec{x}) = f\left(\begin{pmatrix} 2x \\ 2y \end{pmatrix}\right) = \begin{pmatrix} (2x)^2 \\ 2y \end{pmatrix} = \begin{pmatrix} 4x^2 \\ 2y \end{pmatrix}
2f(x)=2(x2y)=(2x22y)2f(\vec{x}) = 2\begin{pmatrix} x^2 \\ y \end{pmatrix} = \begin{pmatrix} 2x^2 \\ 2y \end{pmatrix}
f(2x)2f(x)f(2\vec{x}) \neq 2f(\vec{x})
線形変換ではない。
問題4:
R(θ)=(cosθsinθsinθcosθ)R(\theta) = \begin{pmatrix} \cos \theta & -\sin \theta \\ \sin \theta & \cos \theta \end{pmatrix}
R(θ1)=(cosθ1sinθ1sinθ1cosθ1)R(\theta_1) = \begin{pmatrix} \cos \theta_1 & -\sin \theta_1 \\ \sin \theta_1 & \cos \theta_1 \end{pmatrix}
R(θ2)=(cosθ2sinθ2sinθ2cosθ2)R(\theta_2) = \begin{pmatrix} \cos \theta_2 & -\sin \theta_2 \\ \sin \theta_2 & \cos \theta_2 \end{pmatrix}
R(θ1)R(θ2)=(cosθ1sinθ1sinθ1cosθ1)(cosθ2sinθ2sinθ2cosθ2)R(\theta_1)R(\theta_2) = \begin{pmatrix} \cos \theta_1 & -\sin \theta_1 \\ \sin \theta_1 & \cos \theta_1 \end{pmatrix}\begin{pmatrix} \cos \theta_2 & -\sin \theta_2 \\ \sin \theta_2 & \cos \theta_2 \end{pmatrix}
=(cosθ1cosθ2sinθ1sinθ2cosθ1sinθ2sinθ1cosθ2sinθ1cosθ2+cosθ1sinθ2sinθ1sinθ2+cosθ1cosθ2)= \begin{pmatrix} \cos \theta_1 \cos \theta_2 - \sin \theta_1 \sin \theta_2 & -\cos \theta_1 \sin \theta_2 - \sin \theta_1 \cos \theta_2 \\ \sin \theta_1 \cos \theta_2 + \cos \theta_1 \sin \theta_2 & -\sin \theta_1 \sin \theta_2 + \cos \theta_1 \cos \theta_2 \end{pmatrix}
三角関数の加法定理より
cos(θ1+θ2)=cosθ1cosθ2sinθ1sinθ2\cos(\theta_1 + \theta_2) = \cos \theta_1 \cos \theta_2 - \sin \theta_1 \sin \theta_2
sin(θ1+θ2)=sinθ1cosθ2+cosθ1sinθ2\sin(\theta_1 + \theta_2) = \sin \theta_1 \cos \theta_2 + \cos \theta_1 \sin \theta_2
したがって
R(θ1)R(θ2)=(cos(θ1+θ2)sin(θ1+θ2)sin(θ1+θ2)cos(θ1+θ2))=R(θ1+θ2)R(\theta_1)R(\theta_2) = \begin{pmatrix} \cos(\theta_1 + \theta_2) & -\sin(\theta_1 + \theta_2) \\ \sin(\theta_1 + \theta_2) & \cos(\theta_1 + \theta_2) \end{pmatrix} = R(\theta_1 + \theta_2)

3. 最終的な答え

問題3:
(1) 線形変換であり、対応する行列は (0110)\begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix}
(2) 線形変換ではない
(3) 線形変換ではない
(4) 線形変換ではない
問題4:
R(θ1)R(θ2)=R(θ1+θ2)R(\theta_1)R(\theta_2) = R(\theta_1 + \theta_2) が示された。

「代数学」の関連問題

問題は、以下の3つの対数の計算です。 (4) $\log_{10} \frac{1}{27}$ (5) $\log_{10} \sqrt{10}$ (6) $\log_{10} 20$

対数指数対数計算
2025/6/7

不等式 $x - a < 2(5 - x)$ を満たす $x$ のうち、最大の整数が 5 であるとき、定数 $a$ の値の範囲を求めよ。

不等式一次不等式整数解
2025/6/7

$a$を1でない実数、$x, y$を正の実数、$p$を実数とするとき、次の記述のうち対数の性質として妥当でないものをすべて選びます。 1. $\log_a a = 0$

対数対数の性質
2025/6/7

与えられた不等式 $ |2x + 3| < 5 $ を解き、$x$の範囲を求める。

不等式絶対値一次不等式
2025/6/7

不等式 $\frac{x-6}{7} - \frac{x-5}{5} \le -1$ を解く問題です。

不等式一次不等式計算
2025/6/7

与えられた式 $(a+b-c)(ab-bc-ca)+abc$ を展開し、整理して簡単にしてください。

式の展開因数分解多項式
2025/6/7

与えられた式 $2x^2 + 5xy + 2y^2 + 5x + y - 3$ を因数分解する。

因数分解多項式
2025/6/7

問題30は、ベクトル $\vec{a} = (1, -3)$ と $\vec{b} = (5, 2)$ が与えられたとき、指定されたベクトル $\vec{c} = (8, -7)$ および $\vec...

ベクトル線形結合連立方程式線形独立
2025/6/7

$a$ は定数とする。$|x-3|<6$ が $|x-2|<a$ の必要条件になるための正の整数 $a$ の最大値を求める問題。

絶対不等式必要条件不等式最大値
2025/6/7

与えられた式 $4x^2 - (y+z)^2$ を因数分解する問題です。

因数分解式の展開二次式
2025/6/7