3次正方行列 $A$, $B$, $C$ が与えられている。 $A = \begin{pmatrix} 1 & 0 & 0 \\ \cos\theta & \sin\theta & 0 \\ \cos2\theta & \sin2\theta & 0 \end{pmatrix}$, $B = \begin{pmatrix} 1 & \cos\theta & \cos2\theta \\ 0 & \sin\theta & \sin2\theta \\ 0 & 0 & 0 \end{pmatrix}$, $C = \begin{pmatrix} 1 & \cos\theta & \cos2\theta \\ \cos\theta & 1 & \cos\theta \\ \cos2\theta & \cos\theta & 1 \end{pmatrix}$ (1) $AB = C$ を示す。 (2) (1)の結果と $|AB| = |A||B|$ を用いて, $|C|$ の値を求める。

代数学行列行列式三角関数加法定理
2025/6/26

1. 問題の内容

3次正方行列 AA, BB, CC が与えられている。
A=(100cosθsinθ0cos2θsin2θ0)A = \begin{pmatrix} 1 & 0 & 0 \\ \cos\theta & \sin\theta & 0 \\ \cos2\theta & \sin2\theta & 0 \end{pmatrix}, B=(1cosθcos2θ0sinθsin2θ000)B = \begin{pmatrix} 1 & \cos\theta & \cos2\theta \\ 0 & \sin\theta & \sin2\theta \\ 0 & 0 & 0 \end{pmatrix}, C=(1cosθcos2θcosθ1cosθcos2θcosθ1)C = \begin{pmatrix} 1 & \cos\theta & \cos2\theta \\ \cos\theta & 1 & \cos\theta \\ \cos2\theta & \cos\theta & 1 \end{pmatrix}
(1) AB=CAB = C を示す。
(2) (1)の結果と AB=AB|AB| = |A||B| を用いて, C|C| の値を求める。

2. 解き方の手順

(1) ABAB を計算する。
AB=(100cosθsinθ0cos2θsin2θ0)(1cosθcos2θ0sinθsin2θ000)=(1cosθcos2θcosθcosθcosθ+sinθsinθcosθcos2θ+sinθsin2θcos2θcos2θcosθ+sin2θsinθcos2θcos2θ+sin2θsin2θ)AB = \begin{pmatrix} 1 & 0 & 0 \\ \cos\theta & \sin\theta & 0 \\ \cos2\theta & \sin2\theta & 0 \end{pmatrix} \begin{pmatrix} 1 & \cos\theta & \cos2\theta \\ 0 & \sin\theta & \sin2\theta \\ 0 & 0 & 0 \end{pmatrix} = \begin{pmatrix} 1 & \cos\theta & \cos2\theta \\ \cos\theta & \cos\theta\cos\theta + \sin\theta\sin\theta & \cos\theta\cos2\theta + \sin\theta\sin2\theta \\ \cos2\theta & \cos2\theta\cos\theta + \sin2\theta\sin\theta & \cos2\theta\cos2\theta + \sin2\theta\sin2\theta \end{pmatrix}
三角関数の加法定理 cos(αβ)=cosαcosβ+sinαsinβ\cos(\alpha - \beta) = \cos\alpha\cos\beta + \sin\alpha\sin\beta を用いると、
AB=(1cosθcos2θcosθcos(θθ)cos(2θθ)cos2θcos(2θθ)cos(2θ2θ))=(1cosθcos2θcosθcos0cosθcos2θcosθcos0)=(1cosθcos2θcosθ1cosθcos2θcosθ1)=CAB = \begin{pmatrix} 1 & \cos\theta & \cos2\theta \\ \cos\theta & \cos(\theta-\theta) & \cos(2\theta-\theta) \\ \cos2\theta & \cos(2\theta-\theta) & \cos(2\theta-2\theta) \end{pmatrix} = \begin{pmatrix} 1 & \cos\theta & \cos2\theta \\ \cos\theta & \cos0 & \cos\theta \\ \cos2\theta & \cos\theta & \cos0 \end{pmatrix} = \begin{pmatrix} 1 & \cos\theta & \cos2\theta \\ \cos\theta & 1 & \cos\theta \\ \cos2\theta & \cos\theta & 1 \end{pmatrix} = C
よって, AB=CAB = C が示された。
(2) AB=AB|AB| = |A||B| より、 C=AB|C| = |A||B| である。
A=1sinθ0sin2θ00cosθ0cos2θ0+0cosθsinθcos2θsin2θ=1(sinθ00sin2θ)=0|A| = 1 \cdot \begin{vmatrix} \sin\theta & 0 \\ \sin2\theta & 0 \end{vmatrix} - 0 \cdot \begin{vmatrix} \cos\theta & 0 \\ \cos2\theta & 0 \end{vmatrix} + 0 \cdot \begin{vmatrix} \cos\theta & \sin\theta \\ \cos2\theta & \sin2\theta \end{vmatrix} = 1 \cdot (\sin\theta \cdot 0 - 0 \cdot \sin2\theta) = 0
B=1sinθsin2θ00cosθ0sin2θ00+cos2θ0sinθ00=1(sinθ0sin2θ0)cosθ(00sin2θ0)+cos2θ(00sinθ0)=0|B| = 1 \cdot \begin{vmatrix} \sin\theta & \sin2\theta \\ 0 & 0 \end{vmatrix} - \cos\theta \cdot \begin{vmatrix} 0 & \sin2\theta \\ 0 & 0 \end{vmatrix} + \cos2\theta \cdot \begin{vmatrix} 0 & \sin\theta \\ 0 & 0 \end{vmatrix} = 1 \cdot (\sin\theta \cdot 0 - \sin2\theta \cdot 0) - \cos\theta \cdot (0 \cdot 0 - \sin2\theta \cdot 0) + \cos2\theta \cdot (0 \cdot 0 - \sin\theta \cdot 0) = 0
よって, C=AB=00=0|C| = |A||B| = 0 \cdot 0 = 0

3. 最終的な答え

(1) AB=CAB = C
(2) C=0|C| = 0

「代数学」の関連問題

与えられた連立方程式を解き、$A, B, C$の値を求めます。連立方程式は以下の通りです。 $\frac{A(-3)^C}{(C-6)^B} = \frac{1}{3}$ $2 - B + C = 1...

連立方程式代入分数計算
2025/6/26

与えられた連立方程式を解いて、$A$, $B$, $C$ の値を求める問題です。 連立方程式は以下の通りです。 $\frac{A(-3)^C}{(C-6)B} = \frac{1}{3}$ $2 - ...

連立方程式代入方程式の解
2025/6/26

不等式 $x^2 + 5y^2 \geq 4xy$ を証明せよ。また、等号成立条件も求めよ。

不等式証明平方完成等号成立条件
2025/6/26

$n$次実正方行列$A = [a_1 \cdots a_n]$に対して、以下の(1),(2)が同値であることを証明する。 (1) $c_1a_1 + \cdots + c_na_n = 0_n$を満た...

線形代数行列線形独立行列式正則行列同値性
2025/6/26

与えられた連立方程式を解いて、$A$, $B$, $C$ の値を求めます。連立方程式は以下の通りです。 $\frac{A(-3)^3}{(-6)^3} = \frac{1}{3}$ $2 - B + ...

連立方程式式の計算分数
2025/6/26

関数 $f(x) = ax + b$ と $g(x) = x + c$ が与えられており、合成関数 $(f \circ g)(x) = 2x + 3$ と $(g \circ f)(x) = 2x +...

合成関数一次関数連立方程式代入
2025/6/26

関数 $f(x) = \frac{ax-4}{x+3}$ と $g(x) = \frac{3x+4}{bx+2}$ について、合成関数 $(g \circ f)(x) = x$ が成り立つような定数 ...

合成関数分数関数方程式
2025/6/26

$x > 0$ のとき、不等式 $x + \frac{9}{x} \geq 6$ を証明し、等号成立条件を求める問題です。

不等式相加相乗平均等号成立条件
2025/6/26

与えられた方程式は、$-29.4 = 24.5t - \frac{1}{2} \times 9.8t^2$ です。この$t$に関する二次方程式を解いて、$t$の値を求めます。

二次方程式因数分解方程式の解法
2025/6/26

関数 $f(x) = \frac{2x+1}{x-1}$ と $g(x) = \frac{x+1}{x-2}$ が与えられています。合成関数 $(g \circ f)(x)$ と $(f \circ ...

合成関数関数
2025/6/26