東京大学 新領域創成科学研究科 人間環境学専攻 2023年8月実施 微分方程
Author
思齐塾, 祭音Myyura
Description
以下の連立微分方程式の解 x(t) , y(t) を求めよ。
ただし、初期値は x(0)=0 , y(0)=1 とする。
{dtdx=4y−6e−3tsin2tdtdy=−x−3e−3tcos2t
题目描述
求下列线性微分方程组的解 x(t)、y(t):
⎩⎨⎧dtdx=4y−6e−3tsin2t,dtdy=−x−3e−3tcos2t,
并满足初值
x(0)=0,y(0)=1.
Kai
Let X(s)=L[x(t)] and Y(s)=L[y(t)] . Taking the Laplace transform of the given system of differential equations, we get:
sX(s)−x(0)=4Y(s)−6L[e−3tsin2t]
sY(s)−y(0)=−X(s)−3L[e−3tcos2t]
Using the initial conditions x(0)=0 and y(0)=1 , and the Laplace transforms L[e−3tsin2t]=(s+3)2+42 and L[e−3tcos2t]=(s+3)2+4s+3 , we have:
sX(s)=4Y(s)−(s+3)2+412
sY(s)−1=−X(s)−(s+3)2+43(s+3)
Multiplying the second equation by 4 gives:
4sY(s)−4=−4X(s)−(s+3)2+412(s+3)
From the first equation, Y(s)=4sX(s)+(s+3)2+43 . Substituting this into the above equation:
4s(4sX(s)+(s+3)2+43)−4=−4X(s)−(s+3)2+412(s+3)
s2X(s)+(s+3)2+412s−4=−4X(s)−(s+3)2+412(s+3)
(s2+4)X(s)=4−(s+3)2+412s−(s+3)2+412(s+3)
(s2+4)X(s)=4−(s2+6s+13)12(2s+3)
X(s)=(s2+4)(s2+6s+13)4(s2+6s+13)−12(2s+3)=(s2+4)(s2+6s+13)4s2+24s+52−24s−36=(s2+4)(s2+6s+13)4s2+16=(s2+4)(s2+6s+13)4(s2+4)=s2+6s+134=(s+3)2+44
Therefore, X(s)=(s+3)2+44=2(s+3)2+42 , so x(t)=2e−3tsin2t .
Y(s)=4sX(s)+(s+3)2+43=4s((s+3)2+44)+(s+3)2+43=(s+3)2+4s+3
So y(t)=e−3tcos2t .
Therefore, x(t)=2e−3tsin2t and y(t)=e−3tcos2t .
Verification:
dtdx=2(−3e−3tsin2t+2e−3tcos2t)=−6e−3tsin2t+4e−3tcos2t
4y−6e−3tsin2t=4e−3tcos2t−6e−3tsin2t
dtdy=−3e−3tcos2t−2e−3tsin2t
−x−3e−3tcos2t=−2e−3tsin2t−3e−3tcos2t
x(0)=2e0sin0=0
y(0)=e0cos0=1