跳到主要内容

広島大学 先進理工系科学研究科 情報科学プログラム 2022年8月実施 専門科目I 問題1

Author

祭音Myyura

Description

(1) Find all the eigenvalues and the corresponding eigenvectors of the 2-dimensional square matrix A=[1223]A = \begin{bmatrix} 1 & 2 \\ 2 & 3 \end{bmatrix}.

(2) Let x,y,zx, y, z be real. Then find all the eigenvalues of the 2-dimensional real symmetric matrix: A=[xyyz]A = \begin{bmatrix} x & y \\ y & z \end{bmatrix} and show that the eigenvalues are real.

(3) Let λ1,λ2,(λ1λ2)\lambda_1, \lambda_2 , (\lambda_1 \geq \lambda_2) be the eigenvalues of the real symmetric matrix AA. Then the matrix AA can be diagonalized by using the orthogonal matrix:

R(θ)=[cosθsinθsinθcosθ] R(\theta) = \begin{bmatrix} \cos \theta & -\sin \theta \\ \sin \theta & \cos \theta \end{bmatrix}

where R(θ)TR(\theta)^T denotes the transpose of the matrix R(θ)R(\theta). Express cos2θ\cos 2\theta and sin2θ\sin 2\theta using x,y,zx, y, z.

Kai

(1)

For the given matrix:

A=[1223]A = \begin{bmatrix} 1 & 2 \\ 2 & 3 \end{bmatrix}

To find the eigenvalues and eigenvectors, we need to solve the characteristic equation:

det(AλI)=λ24λ1=0\text{det}(A - \lambda I) = \lambda^2 - 4\lambda - 1 = 0

the eigenvalues and eigenvectors are

λ1=2+5, λ2=25\lambda_1 = 2+\sqrt{5},\ \lambda_2= 2- \sqrt{5} v1=(12(1+5),1), v2=(12(15),1)v_1 = \left(\frac{1}{2}(-1 + \sqrt{5}), 1\right), \ v_2 = \left(\frac{1}{2}(-1 - \sqrt{5}), 1\right)

(2)

For this matrix, the characteristic equation is:

xλyyzλ=0\begin{vmatrix} x - \lambda & y \\ y & z - \lambda \end{vmatrix} = 0

This results in the quadratic equation:

(xλ)(zλ)y2=0(x - \lambda)(z - \lambda) - y^2 = 0

Expanding this gives:

λ2(x+z)λ+(xzy2)=0\lambda^2 - (x+z)\lambda + (xz - y^2) = 0

The eigenvalues are the roots of this equation,

λ1=12(x22xz+4y2+z2+x+z)\lambda_1 = \frac{1}{2} (\sqrt{x^2 - 2 x z + 4 y^2 + z^2} + x + z) λ2=12(x22xz+4y2+z2+x+z)\lambda_2 = \frac{1}{2} (-\sqrt{x^2 - 2 x z + 4 y^2 + z^2} + x + z)

which are real because the discriminant is non-negative:

Δ=(x+z)24(xzy2)=(xz)2+y2\Delta = (x+z)^2 - 4(xz - y^2) = (x - z)^2 + y^2

(3)

R1AR=[cosθsinθsinθcosθ][xyyz][cosθsinθsinθcosθ]=[cosθsinθsinθcosθ][xcosθ+ysinθxsinθ+ycosθycosθ+zsinθysinθ+zcosθ]=[xcos2θ+2ccosθsinθ+zsin2θ(zx)cosθsinθ+y(cos2θsin2θ)(zx)cosθsinθ+y(cos2θsin2θ)xsin2θ2ccosθsinθ+zcos2θ]=[λ100λ2]\begin{aligned} R^{-1} A R &= \begin{bmatrix} \cos \theta & \sin \theta \\ -\sin \theta & \cos \theta \end{bmatrix} \begin{bmatrix} x & y \\ y & z \end{bmatrix} \begin{bmatrix} \cos \theta & -\sin \theta \\ \sin \theta & \cos \theta \end{bmatrix} \\ &= \begin{bmatrix} \cos \theta & \sin \theta \\ -\sin \theta & \cos \theta \end{bmatrix} \begin{bmatrix} x \cos \theta + y \sin \theta & -x \sin \theta + y \cos \theta \\ y \cos \theta + z \sin \theta & -y \sin \theta + z \cos \theta \end{bmatrix}\\ &= \begin{bmatrix} x \cos^2 \theta + 2c \cos \theta \sin \theta + z \sin^2 \theta & (z - x) \cos \theta \sin \theta + y (\cos^2 \theta - \sin^2 \theta) \\ (z - x) \cos \theta \sin \theta + y (\cos^2 \theta - \sin^2 \theta) & x \sin^2 \theta - 2c \cos \theta \sin \theta + z \cos^2 \theta \end{bmatrix} \\ &= \begin{bmatrix} \lambda_1 & 0 \\ 0 & \lambda_2 \end{bmatrix} \end{aligned}

Then we have

{λ1+λ2=x+zλ1λ2=(xz)cos2θ+2ysin2θ(zx)cosθsinθ+y(cos2θsin2θ)=0\begin{cases} \lambda_1 + \lambda_2 = x + z \\ \lambda_1 - \lambda_2 = (x - z)\cos 2\theta + 2y \sin 2\theta \\ (z - x) \cos \theta \sin \theta + y (\cos^2 \theta - \sin^2 \theta) = 0 \end{cases}

which can be simplified to

{(xz)2+4y2=(xz)cos2θ+2ysin2θtan2θ=2yxzxz=2ycos2θsin2θ\begin{cases} \sqrt{(x - z)^2 +4y^2} = (x - z)\cos 2\theta + 2y \sin 2\theta \\ \tan 2\theta = \displaystyle \frac{2y}{x-z} \Rightarrow x-z = \frac{2y \cos 2\theta}{\sin 2\theta} \end{cases}

Hence we have

(xz)cos2θ+2ysin2θ=2ycos22θsin2θ+2ysin2θ=2ysin2θ(x-z)\cos 2\theta + 2y \sin 2\theta = 2y \frac{\cos^2 2\theta}{\sin 2\theta} +2y \sin 2\theta = \frac{2y}{\sin 2\theta}

Substituting this result back into

(xz)2+4y2=(xz)cos2θ+2ysin2θ\sqrt{(x - z)^2 +4y^2} = (x - z)\cos 2\theta + 2y \sin 2\theta

we find:

sin2θ=2y(xz)2+4y2\sin 2\theta = \frac{2y}{\sqrt{(x - z)^2 +4y^2}}

similarly,

cos2θ=xz(xz)2+4y2\cos 2\theta = \frac{x-z}{\sqrt{(x - z)^2 +4y^2}}