京都大学 情報学研究科 通信情報システム専攻 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.
题目描述
- 求极限
x→0limxsinhx.
- 对区域
D={(x,y)∣0≤x+y≤1, 0≤x−y≤1},
计算
I=∬Dx2dxdy.
- 给定上三角矩阵
A=(a0bd).
- 假设 A 有两个不同特征值,求特征值及相应特征向量。
- 利用第 1 小问的特征值、特征向量,求正整数 n 时的 An。
- 若两个特征值相同,求正整数 n 时的 An。
- 基本极限:利用双曲正弦展开、L'Hôpital 法则或夹逼求零点极限。
- 二重积分的线性变量代换:以 u=x+y,v=x−y 将斜矩形区域化为单位正方形,并计算 Jacobian。
- 上三角矩阵的谱分解与幂:在特征值相异时对角化求幂,在重根时处理可对角化与 Jordan 型情形。
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)