与えられた行列 $A(\theta) = \begin{pmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{pmatrix}$ (ただし $0 \leq \theta \leq 2\pi$) について、以下の問いに答える。 (1) 行列 $A(\theta)$ の行列式を求め、$A(\theta)$ が正則であることを示せ。 (2) $A(\theta)$ の逆行列を求めよ。 (3) $A(\theta)$ の転置行列 $A^T$ が $A(\theta)$ の逆行列 $A^{-1}$ に等しいことを示せ。 (4) $A(\theta_1)A(\theta_2) = A(\theta_1 + \theta_2)$ を示せ。 (5) (4) の結果を用いて、$A(\theta)^{-1} = A(-\theta)$ を示せ。

代数学行列行列式逆行列転置行列三角関数加法定理
2025/6/16

1. 問題の内容

与えられた行列 A(θ)=(cosθsinθsinθcosθ)A(\theta) = \begin{pmatrix} \cos\theta & -\sin\theta \\ \sin\theta & \cos\theta \end{pmatrix} (ただし 0θ2π0 \leq \theta \leq 2\pi) について、以下の問いに答える。
(1) 行列 A(θ)A(\theta) の行列式を求め、A(θ)A(\theta) が正則であることを示せ。
(2) A(θ)A(\theta) の逆行列を求めよ。
(3) A(θ)A(\theta) の転置行列 ATA^TA(θ)A(\theta) の逆行列 A1A^{-1} に等しいことを示せ。
(4) A(θ1)A(θ2)=A(θ1+θ2)A(\theta_1)A(\theta_2) = A(\theta_1 + \theta_2) を示せ。
(5) (4) の結果を用いて、A(θ)1=A(θ)A(\theta)^{-1} = A(-\theta) を示せ。

2. 解き方の手順

(1) 行列式を求める:
行列 A(θ)A(\theta) の行列式は、
det(A(θ))=cosθcosθ(sinθ)sinθ=cos2θ+sin2θ\det(A(\theta)) = \cos\theta \cdot \cos\theta - (-\sin\theta) \cdot \sin\theta = \cos^2\theta + \sin^2\theta
三角関数の恒等式 cos2θ+sin2θ=1\cos^2\theta + \sin^2\theta = 1 より、
det(A(θ))=1\det(A(\theta)) = 1
行列式が 0 でないため、A(θ)A(\theta) は正則である。
(2) 逆行列を求める:
2x2行列 A=(abcd)A = \begin{pmatrix} a & b \\ c & d \end{pmatrix} の逆行列は A1=1adbc(dbca)A^{-1} = \frac{1}{ad-bc}\begin{pmatrix} d & -b \\ -c & a \end{pmatrix} で与えられる。
A(θ)A(\theta) の逆行列 A1(θ)A^{-1}(\theta)
A1(θ)=1cos2θ+sin2θ(cosθsinθsinθcosθ)=(cosθsinθsinθcosθ)A^{-1}(\theta) = \frac{1}{\cos^2\theta + \sin^2\theta} \begin{pmatrix} \cos\theta & \sin\theta \\ -\sin\theta & \cos\theta \end{pmatrix} = \begin{pmatrix} \cos\theta & \sin\theta \\ -\sin\theta & \cos\theta \end{pmatrix}
(3) 転置行列と逆行列の関係を示す:
A(θ)A(\theta) の転置行列 ATA^T は、
AT=(cosθsinθsinθcosθ)A^T = \begin{pmatrix} \cos\theta & \sin\theta \\ -\sin\theta & \cos\theta \end{pmatrix}
これは、(2)で求めた A1(θ)A^{-1}(\theta) と一致する。よって、AT=A1A^T = A^{-1} が示された。
(4) A(θ1)A(θ2)=A(θ1+θ2)A(\theta_1)A(\theta_2) = A(\theta_1 + \theta_2) を示す:
A(θ1)A(θ2)=(cosθ1sinθ1sinθ1cosθ1)(cosθ2sinθ2sinθ2cosθ2)=(cosθ1cosθ2sinθ1sinθ2cosθ1sinθ2sinθ1cosθ2sinθ1cosθ2+cosθ1sinθ2sinθ1sinθ2+cosθ1cosθ2)A(\theta_1)A(\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} = \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(α+β)=cosαcosβsinαsinβ\cos(\alpha+\beta) = \cos\alpha\cos\beta - \sin\alpha\sin\beta および sin(α+β)=sinαcosβ+cosαsinβ\sin(\alpha+\beta) = \sin\alpha\cos\beta + \cos\alpha\sin\beta を用いると、
A(θ1)A(θ2)=(cos(θ1+θ2)sin(θ1+θ2)sin(θ1+θ2)cos(θ1+θ2))=A(θ1+θ2)A(\theta_1)A(\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} = A(\theta_1+\theta_2)
(5) A(θ)1=A(θ)A(\theta)^{-1} = A(-\theta) を示す:
(4) の結果より、A(θ)A(θ)=A(θ+θ)A(\theta)A(\theta') = A(\theta + \theta') が成り立つ。
A(θ)1A(\theta)^{-1}A(θ)A(\theta) を掛け合わせると単位行列になるはずなので、
A(θ)A(θ)1=I=A(0)=(1001)A(\theta)A(\theta)^{-1} = I = A(0) = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}
ここで、θ=θ\theta' = -\theta とおくと、
A(θ)A(θ)=A(θθ)=A(0)=IA(\theta)A(-\theta) = A(\theta - \theta) = A(0) = I
したがって、A(θ)1=A(θ)A(\theta)^{-1} = A(-\theta)

3. 最終的な答え

(1) det(A(θ))=1\det(A(\theta)) = 1 であり、A(θ)A(\theta) は正則である。
(2) A1(θ)=(cosθsinθsinθcosθ)A^{-1}(\theta) = \begin{pmatrix} \cos\theta & \sin\theta \\ -\sin\theta & \cos\theta \end{pmatrix}
(3) AT=A1A^T = A^{-1}
(4) A(θ1)A(θ2)=A(θ1+θ2)A(\theta_1)A(\theta_2) = A(\theta_1 + \theta_2)
(5) A(θ)1=A(θ)A(\theta)^{-1} = A(-\theta)

「代数学」の関連問題

与えられた連立方程式を解く問題です。連立方程式は以下の通りです。 $ \begin{cases} 5x - 4y + 6z = 8 \\ 7x - 6y + 10z = 14 \\ 4x + 9y +...

連立方程式線形代数方程式の解法代入法
2025/6/16

問題は、ある規則に従って自然数が並んだ表に関する問題です。 (1) $n$列目の$(2n-1)$行目にある自然数を$n$で表す。 (2) $(n+1)$列目の1行目にある自然数を$n$で表すために、空...

数列規則性数式表現
2025/6/16

与えられた方程式 $x + 2 \times 2 = 3$ を解き、$x$ の値を求める問題です。

一次方程式計算
2025/6/16

$x$ についての不等式 $ax > b$ を解く問題です。太郎さんは、$x > \frac{b}{a}$ と答えましたが、これは必ずしも正しいとは限りません。太郎さんの解答が誤りである理由を説明し、...

不等式一次不等式場合分け数直線絶対値
2025/6/16

与えられた連立不等式 $ \begin{cases} x > 3a + 1 \\ 2x - 1 > 6(x - 2) \end{cases} $ について、以下の3つの条件を満たす $a$ の値の範囲...

連立不等式不等式解の範囲整数解
2025/6/16

(1) 方程式 $ax = b$ を解く問題。太郎さんは $x = \frac{b}{a}$ と答えたが誤り。誤りの理由と正しい解を求める。 (2) 不等式 $ax > b$ を解く問題。太郎さんは ...

方程式不等式場合分け一次方程式一次不等式
2025/6/16

ある高校の1年生全員が長いすに座る。1脚に8人ずつ座ると10人が座れない。1脚に9人ずつ座ると、使わない長いすが5脚できる。長いすの数は何脚以上何脚以下か。

不等式文章問題連立方程式一次方程式
2025/6/16

3つの不等式 $x + 2y - 8 \le 0$, $2x - y + 4 \ge 0$, $3x - 4y + 6 \le 0$ を満たすとき、$x + y$ の最大値および最小値を求めよ。

線形計画法不等式最大値最小値
2025/6/16

与えられた二次式 $9x^2 + 6x - 8$ を因数分解してください。

因数分解二次式たすき掛け
2025/6/16

問題は2つあり、1つは$\frac{3}{4}a^3b - \frac{9ab^2}{2}$の因数分解、もう1つは$9x^2 + 6x - 8$の因数分解です。

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