跳到主要内容

早稲田大学 基幹理工学研究科 機械科学・航空宇宙専攻 2023年8月実施 数学 [1]

Author

Miyake

Description

Kai

(1)

(i)

ePAP1=k=0(PAP1)kk!=Pk=0Akk!P1=PeAP1 \begin{aligned} e^{PAP^{-1}} &= \sum_{k=0}^\infty \frac{\left( PAP^{-1} \right)^k}{k!} \\ &= P \sum_{k=0}^\infty \frac{A^k}{k!} P^{-1} \\ &= P e^A P^{-1} \end{aligned}

(ii)

ddtetA=ddtk=0tkAkk!=k=1tk1Ak(k1)!=Ak=0tkAkk!=AetA \begin{aligned} \frac{d}{dt} e^{tA} &= \frac{d}{dt} \sum_{k=0}^\infty \frac{t^k A^k}{k!} \\ &= \sum_{k=1}^\infty \frac{t^{k-1} A^k}{(k-1)!} \\ &= A \sum_{k=0}^\infty \frac{t^k A^k}{k!} \\ &= A e^{tA} \end{aligned}

であり、 t=0t=0 のとき etAe^{tA} は単位行列であるから、 求める解は

x(t)=etAx0 \begin{aligned} \boldsymbol{x}(t) = e^{tA} \boldsymbol{x}_0 \end{aligned}

であることがわかる。

(iii)

A=P[λ1λn]P1\begin{aligned} A &= P \begin{bmatrix} \lambda_1 & & \\ & \ddots & \\ & & \lambda_n \end{bmatrix} P^{-1} \end{aligned}

なので、

etA=exp(tP[λ1λn]P1)=Pexp(t[λ1λn])P1        ( (i) )=P[eλ1teλnt]P1\begin{aligned} e^{tA} &= \exp \left( tP \begin{bmatrix} \lambda_1 & & \\ & \ddots & \\ & & \lambda_n \end{bmatrix} P^{-1} \right) \\ &= P \exp \left( t \begin{bmatrix} \lambda_1 & & \\ & \ddots & \\ & & \lambda_n \end{bmatrix} \right) P^{-1} \ \ \ \ \ \ \ \ ( \because \text{ (i) } ) \\ &= P \begin{bmatrix} e^{\lambda_1 t} & & \\ & \ddots & \\ & & e^{\lambda_n t} \end{bmatrix} P^{-1} \end{aligned}

となるため、 (ii) で求めた解は

x(t)=etAx0=P[eλ1teλnt]P1x0\begin{aligned} \boldsymbol{x} (t) &= e^{tA} \boldsymbol{x}_0 \\ &= P \begin{bmatrix} e^{\lambda_1 t} & & \\ & \ddots & \\ & & e^{\lambda_n t} \end{bmatrix} P^{-1} \boldsymbol{x}_0 \end{aligned}

と書ける。

(iv)

AA の固有値を λ\lambda とすると、

0=det[1λ124λ]=(λ2)(λ3)  λ=2,3\begin{aligned} 0 &= \det \begin{bmatrix} 1 - \lambda & 1 \\ -2 & 4 - \lambda \end{bmatrix} \\ &= (\lambda - 2)(\lambda - 3) \\ \therefore \ \ \lambda &= 2, 3 \end{aligned}

がわかる。

固有値 22 に属する固有ベクトルを求めるため

[1122][uv]=[00]\begin{aligned} \begin{bmatrix} -1 & 1 \\ -2 & 2 \end{bmatrix} \begin{bmatrix} u \\ v \end{bmatrix} = \begin{bmatrix} 0 \\ 0 \end{bmatrix} \end{aligned}

とおくと u=vu=v を得る。

固有値 33 に属する固有ベクトルを求めるため

[2121][uv]=[00]\begin{aligned} \begin{bmatrix} -2 & 1 \\ -2 & 1 \end{bmatrix} \begin{bmatrix} u \\ v \end{bmatrix} = \begin{bmatrix} 0 \\ 0 \end{bmatrix} \end{aligned}

とおくと 2u=v2u=v を得る。

そこで、

P=[1112]\begin{aligned} P = \begin{bmatrix} 1 & 1 \\ 1 & 2 \end{bmatrix} \end{aligned}

とおくと、

P1=[2111],A=P[2003]P1\begin{aligned} P^{-1} &= \begin{bmatrix} 2 & -1 \\ -1 & 1 \end{bmatrix} , \\ A &= P \begin{bmatrix} 2 & 0 \\ 0 & 3 \end{bmatrix} P^{-1} \end{aligned}

であり、

x(t)=P[e2t00e3t]P1[x10x20]=[1112][e2t00e3t][2112][x10x20]=[2e2te3te2t+e3t2e2t2e3te2t+2e3t][x10x20]=[(2x10x20)e2t+(x10+x20)e3t(2x10x20)e2t+(2x10+2x20)e3t]\begin{aligned} \boldsymbol{x}(t) &= P \begin{bmatrix} e^{2t} & 0 \\ 0 & e^{3t} \end{bmatrix} P^{-1} \begin{bmatrix} x_{10} \\ x_{20} \end{bmatrix} \\ &= \begin{bmatrix} 1 & 1 \\ 1 & 2 \end{bmatrix} \begin{bmatrix} e^{2t} & 0 \\ 0 & e^{3t} \end{bmatrix} \begin{bmatrix} 2 & -1 \\ -1 & 2 \end{bmatrix} \begin{bmatrix} x_{10} \\ x_{20} \end{bmatrix} \\ &= \begin{bmatrix} 2e^{2t} - e^{3t} & -e^{2t} + e^{3t} \\ 2e^{2t} - 2e^{3t} & -e^{2t} + 2e^{3t} \end{bmatrix} \begin{bmatrix} x_{10} \\ x_{20} \end{bmatrix} \\ &= \begin{bmatrix} \left( 2 x_{10} - x_{20} \right) e^{2t} + \left( - x_{10} + x_{20} \right) e^{3t} \\ \left( 2 x_{10} - x_{20} \right) e^{2t} + \left( - 2x_{10} + 2x_{20} \right) e^{3t} \end{bmatrix} \end{aligned}

を得る。

(2)