跳到主要内容

京都大学 情報学研究科 通信情報システム専攻 2024年2月実施 専門基礎A [A-1]

Author​

祭音Myyura

Description​

(1)​

Find the limit

lim⁡x→0sinh⁡xx\lim_{x \to 0} \frac{\sinh x}{x}

(2)​

Evaluate the integral

D={(x,y)∣0≤x+y≤1,0≤x−y≤1}D = \{(x,y) \mid 0 \leq x+y \leq 1, 0 \leq x-y \leq 1\}
I=∬Dx2 dxdyI = \iint_D x^2 \ dxdy

(3)​

Given the matrix:

A=(ab0d)A = \begin{pmatrix} a & b \\ 0 & d \end{pmatrix}

(i) Find the eigenvalues and corresponding eigenvectors of AA, assuming it has distinct eigenvalues.

(ii) Using the eigenvalues and eigenvectors from (i), find AnA^n, where nn is a positive integer.

(iii) If the eigenvalues are the same, find AnA^n for a positive integer nn.

题目描述​

  1. 求极限

    lim⁡x→0sinh⁡xx.\lim_{x\to0}\frac{\sinh x}{x}.
  2. 对区域

    D={(x,y)∣0≤x+y≤1, 0≤x−y≤1},D=\{(x,y)\mid0\le x+y\le1,\ 0\le x-y\le1\},

    计算

    I=∬Dx2 dx dy.I=\iint_D x^2\,dx\,dy.
  3. 给定上三角矩阵

    A=(ab0d).A=\begin{pmatrix}a&b\\0&d\end{pmatrix}.
    1. 假设 AA 有两个不同特征值,求特征值及相应特征向量。
    2. 利用第 1 小问的特征值、特征向量,求正整数 nn 时的 AnA^n。
    3. 若两个特征值相同,求正整数 nn 时的 AnA^n。

Kai​

(1)​

We know the Maclaurin series for sinh⁡x\sinh x is:

sinh⁡x=x+x36+O(x5)\sinh x = x + \frac{x^3}{6} + O(x^5)

Thus,

sinh⁡xx=1+x26+O(x4)\frac{\sinh x}{x} = 1 + \frac{x^2}{6} + O(x^4)

As x→0x \to 0, the limit is:

lim⁡x→0sinh⁡xx=1\lim_{x \to 0} \frac{\sinh x}{x} = 1

(2)​

Put u=x+yu=x+y and v=x−yv=x-y. Then 0≤u,v≤10\le u,v\le1, x=u+v2x=\frac{u+v}{2}, y=u−v2y=\frac{u-v}{2}, and ∣∂(x,y)/∂(u,v)∣=12\left|\partial(x,y)/\partial(u,v)\right|=\frac12.

The integral in the uvuv-coordinate system is given by:

∬Dx2 dA=∫01∫01(u+v)24⋅12 du dv=∫01∫01(u+v)28 du dv\iint _{D}x^{2}\,dA=\int _{0}^{1}\int _{0}^{1}\frac{(u+v)^{2}}{4}\cdot \frac{1}{2}\,du\,dv=\int _{0}^{1}\int _{0}^{1}\frac{(u+v)^{2}}{8}\,du\,dv

We integrate with respect to uu first, then vv:

∫0118[(u+v)33]01 dv=∫01124[(1+v)3−v3] dv=∫011+3v+3v224 dv\int _{0}^{1}\frac{1}{8}\left[\frac{(u+v)^{3}}{3}\right]_{0}^{1}\,dv=\int _{0}^{1}\frac{1}{24}[(1+v)^{3}-v^{3}]\,dv=\int _{0}^{1}\frac{1+3v+3v^{2}}{24}\,dv

Evaluating the final integral:

124[v+3v22+v3]01=124(1+32+1)=124(72)=748\frac{1}{24}\left[v+\frac{3v^{2}}{2}+v^{3}\right]_{0}^{1}=\frac{1}{24}\left(1+\frac{3}{2}+1\right)=\frac{1}{24}\left(\frac{7}{2}\right)=\frac{7}{48}

(3)​

(i)​

The characteristic equation is:

det(A−λI)=0\text{det}(A - \lambda I) = 0
(a−λb0d−λ)\begin{pmatrix} a - \lambda & b \\ 0 & d - \lambda \end{pmatrix}

The determinant is:

(a−λ)(d−λ)=0(a - \lambda)(d - \lambda) = 0

Thus, the eigenvalues are λ1=a\lambda_1 = a and λ2=d\lambda_2 = d.

The corresponding eigenvectors are:

  • For λ1=a\lambda_1 = a, the eigenvector is (10)\begin{pmatrix} 1 \\ 0 \end{pmatrix}.
  • For λ2=d\lambda_2 = d, the eigenvector is (bd−a1)\begin{pmatrix} \frac{b}{d-a} \\ 1 \end{pmatrix}.

(ii)​

If AA has distinct eigenvalues, it is diagonalizable. We can write A=PDP−1A=PDP^{-1}, where DD is the diagonal matrix of eigenvalues and PP is the matrix whose columns are the corresponding eigenvectors:

P=(1bd−a01),D=(a00d)P=\left(\begin{matrix}1&\frac{b}{d-a}\\ 0&1\end{matrix}\right),\quad D=\left(\begin{matrix}a&0\\ 0&d\end{matrix}\right)

The inverse of PP is P−1=(1−bd−a01)P^{-1}=\left(\begin{matrix}1&-\frac{b}{d-a}\\ 0&1\end{matrix}\right).Then An=PDnP−1A^{n}=PD^{n}P^{-1}:

An=(1bd−a01)(an00dn)(1−bd−a01)A^{n}=\left(\begin{matrix}1&\frac{b}{d-a}\\ 0&1\end{matrix}\right)\left(\begin{matrix}a^{n}&0\\ 0&d^{n}\end{matrix}\right)\left(\begin{matrix}1&-\frac{b}{d-a}\\ 0&1\end{matrix}\right)
An=(anbdnd−a0dn)(1−bd−a01)=(an−band−a+bdnd−a0dn)A^{n}=\left(\begin{matrix}a^{n}&\frac{bd^{n}}{d-a}\\ 0&d^{n}\end{matrix}\right)\left(\begin{matrix}1&-\frac{b}{d-a}\\ 0&1\end{matrix}\right)=\left(\begin{matrix}a^{n}&-\frac{ba^{n}}{d-a}+\frac{bd^{n}}{d-a}\\ 0&d^{n}\end{matrix}\right)
An=(anbdn−and−a0dn)A^{n}=\left(\begin{matrix}a^{n}&b\frac{d^{n}-a^{n}}{d-a}\\ 0&d^{n}\end{matrix}\right)

(iii)​

If a=da=d, write

A=aI+N,N=(0b00),N2=0.A=aI+N,\qquad N=\begin{pmatrix}0&b\\0&0\end{pmatrix},\qquad N^2=0.

The binomial theorem gives

An=(ab0a)n=(annban−10an)A^n = \begin{pmatrix} a & b \\ 0 & a \end{pmatrix}^n = \begin{pmatrix} a^n & nba^{n-1} \\ 0 & a^n \end{pmatrix}

for every positive integer nn, with the upper-right entry interpreted as bb when n=1n=1. (When b=0b=0, A=aIA=aI is diagonalizable, and the same formula still applies.)