京都大学 情報学研究科 通信情報システム専攻 2024年8月実施 専門基礎A [A-1]
Author
祭音Myyura
Description
(1)
(a) Evaluate the following integral:
I=∫−∞∞∫−∞∞e−(x2+y2)dxdy,x,y∈R
(b) Using the result of Question (a), evaluate the following integral:
J=∫−∞∞e−x2dx,x∈R
(c) Gamma function is defined as follows:
Γ(x)=∫0∞e−ttx−1dt,x,t∈R
Using the result from Question (b), find the value of Γ(21).
(2)
Matrix A is given as:
A=0−2−1131223
(a) Find all the eigenvalues and their corresponding eigenvectors of matrix A.
(b) Let n be a positive integer. Find An.
Kai
(1)
(a)
The integral I=∫−∞∞∫−∞∞e−(x2+y2)dxdy can be solved using polar coordinates, where x2+y2=r2 and dxdy=rdrdθ. The integral becomes:
I=∫02π∫0∞e−r2rdrdθ
We use a substitution u=r2, du=2rdr.
I=∫02π[∫0∞e−u21du]dθ
The inner integral evaluates to 21[−e−u]0∞=21(0−(−1))=21.
I=∫02π21dθ=21[θ]02π=21(2π)=π
(2)
The integral J=∫−∞∞e−x2dx can be related to I by noting that I=J2.
I=(∫−∞∞e−x2dx)(∫−∞∞e−y2dy)=J2
Since I=π, we have J2=π. As the integrand e−x2 is positive, J must be positive. J=π.
(c)
Γ(21)=t=0∫+∞t21−1e−tdt=t=0∫+∞te−tdt,
and with y=t,dy=2tdt, we get
Γ(21)=2y=0∫+∞e−y2dy=y=−∞∫+∞e−y2dy=π.
(2)
(a)
We find the eigenvalues λ by solving the characteristic equation det(A−λI)=0, which yields λ3−6λ2+11λ−6=0. The roots are λ1=1, λ2=2, λ3=3.
We solve (A−λI)v=0 for each eigenvalue to find the corresponding eigenvectors:
- For λ1=1, the eigenvector is proportional to v1=110.
- For λ2=2, the eigenvector is proportional to v2=101.
- For λ3=3, the eigenvector is proportional to v3=111.
(b)
The matrix A is diagonalizable as A=PDP−1, where P is the matrix of eigenvectors and D is the diagonal matrix of eigenvalues. An=PDnP−1.
P=110101111,Dn=10002n0003n,P−1=11−10−11−101
Hence The matrix An is:
An=1+2n−3n1−3n2n−3n−2n+3n3n−2n+3n−1+3n−1+3n3n