広島大学 先進理工系科学研究科 情報科学プログラム 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.
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