京都大学 情報学研究科 通信情報システム専攻 2024年2月実施 専門基礎A [A-1]
Author
祭音Myyura
Description
(1)
Find the limit
x→0limxsinhx
(2)
Evaluate the integral
D={(x,y)∣0≤x+y≤1,0≤x−y≤1}
I=∬Dx2 dxdy
(3)
Given the matrix:
A=(a0bd)
(i) Find the eigenvalues and corresponding eigenvectors of A, assuming it has distinct eigenvalues.
(ii) Using the eigenvalues and eigenvectors from (i), find An, where n is a positive integer.
(iii) If the eigenvalues are the same, find An for a positive integer n.
Kai
(1)
We know the Maclaurin series for sinhx is:
sinhx=x+6x3+O(x5)
Thus,
xsinhx=1+6x2+O(x4)
As x→0, the limit is:
x→0limxsinhx=1
(2)
We express x and y in terms of u and v: x=2u+v, y=2u−v. The integrand x2 becomes (2u+v)2. The Jacobian of the transformation is calculated as ∣J∣=21.
The integral in the uv-coordinate system is given by:
∬Dx2dA=∫01∫014(u+v)2⋅21dudv=∫01∫018(u+v)2dudv
We integrate with respect to u first, then v:
∫0181[3(u+v)3]01dv=∫01241[(1+v)3−v3]dv=∫01241+3v+3v2dv
Evaluating the final integral:
241[v+23v2+v3]01=241(1+23+1)=241(27)=487
(3)
(i)
The characteristic equation is:
det(A−λI)=0
(a−λ0bd−λ)
The determinant is:
(a−λ)(d−λ)=0
Thus, the eigenvalues are λ1=a and λ2=d.
The corresponding eigenvectors are:
- For λ1=a, the eigenvector is (10).
- For λ2=d, the eigenvector is (d−ab1).
(ii)
If A has distinct eigenvalues, it is diagonalizable. We can write A=PDP−1, where D is the diagonal matrix of eigenvalues and P is the matrix whose columns are the corresponding eigenvectors:
P=(10d−ab1),D=(a00d)
The inverse of P is P−1=(10−d−ab1).Then An=PDnP−1:
An=(10d−ab1)(an00dn)(10−d−ab1)
An=(an0d−abdndn)(10−d−ab1)=(an0−d−aban+d−abdndn)
An=(an0bd−adn−andn)
(iii)
If a=d, then A is not diagonalizable, and we use the Jordan form to find An:
An=(a0ba)n=(an0nban−1an)