広島大学 先進理工系科学研究科 情報科学プログラム 2021年1月実施 専門科目I 問題1
Author
samparker, 祭音Myyura
Description
2次元の回転行列 R(θ)=[cosθsinθ−sinθcosθ] について以下の問いに答えよ。
(1) R(θ) のすべての固有値と対応する固有ベクトルを求めよ。
(2) R(θ) をユニタリ行列 U を用いて対角化せよ。
(3) 対角化の結果を用いて、R(θ)n を求めよ。ただし、n は正の整数とする。
(4) 対角化の結果を用いて、正弦および余弦の加法定理を導出せよ。
Let R(θ)=[cosθsinθ−sinθcosθ] be the rotation matrix in the two-dimensional Euclidean space.
(1) Find all the eigenvalues of the matrix R(θ) and the corresponding eigenvectors.
(2) Diagonalize the matrix R(θ) by using a unitary matrix U.
(3) Find the R(θ)n for the natural number n by using the result of the diagonalization.
(4) Derive the sum formulas for the matrix R(θ) and cosine by using the result of the diagonalization.
题目描述
给定二维旋转矩阵
R(θ)=[cosθsinθ−sinθcosθ].
- 求 R(θ) 的全部特征值及相应特征向量。
- 使用酉矩阵 U 将 R(θ) 对角化。
- 利用对角化结果求 R(θ)n,其中 n 为正整数。
- 利用对角化结果推导正弦与余弦的加法公式。
- 特征值与特征向量:在复数域上求二维旋转矩阵的特征值及对应特征向量。
- 矩阵对角化:构造酉对角化并由对角矩阵的幂推出旋转矩阵幂和三角函数加法公式。
Kai
Let A denote matrix R(θ) and E denote the identity matrix.
(1)
Eigenvalues:
∣A−λE∣=0⇒cosθ−λsinθ−sinθcosθ−λ=0⇒λ2−2λcosθ+1=0⇒{λ1=cosθ−isinθλ2=cosθ+isinθ
Corresponding eigenvectors:
{v1=(−i,1)v2=(i,1)
(2)
U=21[−i1i1]
U−1=(U∗)T=21[i−i11]
U−1AU=[cosθ−isinθ00cosθ+isinθ]
(3)
Let D denote [cosθ−isinθ00cosθ+isinθ]. Then
Dn=[(cosθ−isinθ)n00(cosθ+isinθ)n]=[(e−iθ)n00(eiθ)n]=[e−inθ00einθ]=[cos(−nθ)+isin(−nθ)00cos(nθ)+isin(nθ)]=[cos(nθ)−isin(nθ)00cos(nθ)+isin(nθ)]
Hence
An=UDnU−1=[cos(nθ)sin(nθ)−sin(nθ)cos(nθ)]
(4)
R(α)R(β)=U[cosα−isinα00cosα+isinα][cosβ−isinβ00cosβ+isinβ]U−1=U[e−iαe−iβ00eiαeiβ]U−1=U[e−i(α+β)00ei(α+β)]U−1=U[cos(α+β)−isin(α+β)00cos(α+β)+isin(α+β)]U−1=R(α+β)
Hence, we have
R(α)R(β)=[cosαcosβ−sinαsinβsinαcosβ+cosαsinβ−sinαcosβ−cosαsinβcosαcosβ−sinαsinβ]=R(α+β)=[cos(α+β)sin(α+β)−sin(α+β)cos(α+β)]
which implies
sin(α+β)cos(α+β)=sinαcosβ+cosαsinβ=cosαcosβ−sinαsinβ