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} $$

代数学線形代数行列直交行列三角関数
2025/6/18

1. 問題の内容

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}

2. 解き方の手順

2次正方行列 A=(abcd)A = \begin{pmatrix} a & b \\ c & d \end{pmatrix} が直交行列であるとは、ATA=IA^T A = I (Iは単位行列) を満たすことです。
つまり、
A^T A = \begin{pmatrix} a & c \\ b & d \end{pmatrix} \begin{pmatrix} a & b \\ c & d \end{pmatrix} = \begin{pmatrix} a^2+c^2 & ab+cd \\ ab+cd & b^2+d^2 \end{pmatrix} = \begin{pmatrix} 1 & 0 \\ 0 & 1 \end{pmatrix}
したがって、以下の条件が成り立ちます。
\begin{align}
a^2 + c^2 &= 1 \\
b^2 + d^2 &= 1 \\
ab + cd &= 0
\end{align}
a2+c2=1a^2 + c^2 = 1 より、a=cosθa = \cos \theta, c=sinθc = \sin \theta となる θ\theta が存在します。
同様に、b2+d2=1b^2 + d^2 = 1 より、b=cosϕb = \cos \phi, d=sinϕd = \sin \phi となる ϕ\phi が存在します。
ab+cd=0ab + cd = 0 に代入すると、cosθcosϕ+sinθsinϕ=0\cos \theta \cos \phi + \sin \theta \sin \phi = 0 となります。
これは、cos(θϕ)=0\cos(\theta - \phi) = 0 と同値です。
したがって、θϕ=π2+nπ\theta - \phi = \frac{\pi}{2} + n\pi (nは整数) となります。
ϕ=θπ2nπ\phi = \theta - \frac{\pi}{2} - n\pi と表せます。
nn が偶数の場合、n=2kn = 2k (kk は整数) とすると、ϕ=θπ22kπ\phi = \theta - \frac{\pi}{2} - 2k\pi なので、
b=cos(θπ22kπ)=sinθb = \cos (\theta - \frac{\pi}{2} - 2k\pi) = \sin \theta
d=sin(θπ22kπ)=cosθd = \sin (\theta - \frac{\pi}{2} - 2k\pi) = -\cos \theta
このとき、行列は
(cosθsinθsinθcosθ)\begin{pmatrix} \cos \theta & \sin \theta \\ \sin \theta & -\cos \theta \end{pmatrix}
となります。
nn が奇数の場合、n=2k+1n = 2k+1 (kk は整数) とすると、ϕ=θπ2(2k+1)π=θ3π22kπ\phi = \theta - \frac{\pi}{2} - (2k+1)\pi = \theta - \frac{3\pi}{2} - 2k\pi なので、
b=cos(θ3π22kπ)=sinθb = \cos (\theta - \frac{3\pi}{2} - 2k\pi) = -\sin \theta
d=sin(θ3π22kπ)=cosθd = \sin (\theta - \frac{3\pi}{2} - 2k\pi) = \cos \theta
このとき、行列は
(cosθsinθsinθcosθ)\begin{pmatrix} \cos \theta & -\sin \theta \\ \sin \theta & \cos \theta \end{pmatrix}
となります。
以上より、2次の直交行列は、ある θ\theta が存在して、(cosθsinθsinθcosθ)\begin{pmatrix} \cos \theta & -\sin \theta \\ \sin \theta & \cos \theta \end{pmatrix} または (cosθsinθsinθcosθ)\begin{pmatrix} \cos \theta & \sin \theta \\ \sin \theta & -\cos \theta \end{pmatrix} のどちらかの形になることが示されました。

3. 最終的な答え

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}

「代数学」の関連問題

2次方程式 $x^2 - 2(m+1)x + m + 7 = 0$ が重解を持つとき、定数 $m$ の値と、その時の重解を求めよ。

二次方程式判別式重解解の公式
2025/6/18

与えられた多項式 $P(x) = 3x^2 + 2x - 4$ に対して、$P(1)$, $P(3)$, $P(-2)$ の値をそれぞれ求める問題です。

多項式式の値代入
2025/6/18

$\sum_{k=2}^{n} k(k-1)$ を計算する問題です。

数列シグマ和の計算公式
2025/6/18

$\sum_{k=2}^{n} k(k-1)$ を計算する問題です。

数列シグマ計算公式
2025/6/18

与えられた2次関数のグラフの軸と頂点を求める問題です。 (1) $y = x^2 + 2x - 1$ (2) $y = -2x^2 - 8x - 6$ (3) $y = \frac{1}{3}x^2 ...

二次関数平方完成グラフ頂点
2025/6/18

$p$を実数の定数とする。二次方程式 $x^2 + x + p = 0$ について、 (1) $p=2$のときの解を求める。 (2) 虚数解を持つような$p$の範囲を求める。 (3) 虚数解$\alp...

二次方程式判別式解と係数の関係虚数解
2025/6/18

自然数 $n$ に対して、次の式を $n$ の式で表せ。 $\qquad {}_nC_0 + n {}_nC_1 + n^2 {}_nC_2 + \cdots + n^{n-1} {}_nC_{n-1...

二項定理組み合わせ数列数式
2025/6/18

例12において、$\angle \alpha \beta \gamma$の値を求めよ。ただし、$-\pi < \angle \alpha \beta \gamma \le \pi$とする。例12では、...

複素数複素数平面偏角計算
2025/6/18

与えられた式 $(3x+4)^2 - (2x-1)^2$ を展開し、因数分解された形 $(5x+3)(x+5)$ となることを示す問題です。

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

2次方程式 $x^2 - mx + m^2 - 3m - 9 = 0$ が異なる2つの虚数解を持つような $m$ の範囲を求めます。

二次方程式判別式虚数解不等式
2025/6/18