広島大学 先進理工系科学研究科 情報科学プログラム 2022年8月実施 専門科目I 問題1
Author
祭音Myyura
Description
(1) Find all the eigenvalues and the corresponding eigenvectors of the 2-dimensional square matrix A=[1223].
(2) Let x,y,z be real. Then find all the eigenvalues of the 2-dimensional real symmetric matrix: A=[xyyz] and show that the eigenvalues are real.
(3) Let λ1,λ2,(λ1≥λ2) be the eigenvalues of the real symmetric matrix A. Then the matrix A can be diagonalized by using the orthogonal matrix:
R(θ)=[cosθsinθ−sinθcosθ]
where R(θ)T denotes the transpose of the matrix R(θ). Express cos2θ and sin2θ using x,y,z.
题目描述
-
求二阶方阵
A=[1223]
的全部特征值及相应特征向量。
-
设 x,y,z 为实数。求二阶实对称矩阵
A=[xyyz]
的全部特征值,并证明这些特征值均为实数。
-
设 λ1,λ2 是上述实对称矩阵 A 的特征值,且 λ1≥λ2。矩阵 A 可用正交矩阵
R(θ)=[cosθsinθ−sinθcosθ]
对角化,其中 R(θ)T 表示其转置。用 x,y,z 表示 cos2θ 和 sin2θ。
- 特征值与特征向量:求具体及一般二阶实对称矩阵的谱,并由判别式证明特征值为实数。
- 矩阵对角化:把实对称矩阵化为按 λ1≥λ2 排列的对角形式,并从非对角元为零推导旋转角。
- 正交矩阵:利用 R(θ)−1=R(θ)T 表达正交相似变换及 cos2θ,sin2θ。
Kai
(1)
For the given matrix:
A=[1223]
To find the eigenvalues and eigenvectors, we need to solve the characteristic equation:
det(A−λI)=λ2−4λ−1=0
the eigenvalues and eigenvectors are
λ1=2+5, λ2=2−5
v1=(21(−1+5),1), v2=(21(−1−5),1)
(2)
For this matrix, the characteristic equation is:
x−λyyz−λ=0
This results in the quadratic equation:
(x−λ)(z−λ)−y2=0
Expanding this gives:
λ2−(x+z)λ+(xz−y2)=0
The eigenvalues are the roots of this equation,
λ1=21(x2−2xz+4y2+z2+x+z)
λ2=21(−x2−2xz+4y2+z2+x+z)
which are real because the discriminant is non-negative:
Δ=(x+z)2−4(xz−y2)=(x−z)2+y2
(3)
R−1AR=[cosθ−sinθsinθcosθ][xyyz][cosθsinθ−sinθcosθ]=[cosθ−sinθsinθcosθ][xcosθ+ysinθycosθ+zsinθ−xsinθ+ycosθ−ysinθ+zcosθ]=[xcos2θ+2ccosθsinθ+zsin2θ(z−x)cosθsinθ+y(cos2θ−sin2θ)(z−x)cosθsinθ+y(cos2θ−sin2θ)xsin2θ−2ccosθsinθ+zcos2θ]=[λ100λ2]
Then we have
⎩⎨⎧λ1+λ2=x+zλ1−λ2=(x−z)cos2θ+2ysin2θ(z−x)cosθsinθ+y(cos2θ−sin2θ)=0
which can be simplified to
⎩⎨⎧(x−z)2+4y2=(x−z)cos2θ+2ysin2θtan2θ=x−z2y⇒x−z=sin2θ2ycos2θ
Hence we have
(x−z)cos2θ+2ysin2θ=2ysin2θcos22θ+2ysin2θ=sin2θ2y
Substituting this result back into
(x−z)2+4y2=(x−z)cos2θ+2ysin2θ
we find:
sin2θ=(x−z)2+4y22y
similarly,
cos2θ=(x−z)2+4y2x−z