東京大学 新領域創成科学研究科 人間環境学専攻 2024年8月実施 微分方程
Author
思齐塾, 祭音Myyura
Description
次の微分方程式について、 x=1 まわりのべき級数解を (x−1)3 の項まで求めよ。
ただし、 y(1)=1 とする。
dxdy+3y=3x−1
题目描述
考虑初值问题
dxdy+3y=3x−1,y(1)=1.
求该微分方程在 x=1 附近的幂级数解,保留到 (x−1)3 项为止。
Kai
Let t=x−1 , then x=t+1 . Thus, dxdy=dtdydxdt=dtdy .\
The equation becomes: dtdy+3y=3(t+1)−1=3t+2 .
Let y=a0+a1t+a2t2+a3t3+… , then y′=a1+2a2t+3a3t2+…
Substituting into the equation, we have:
a1+2a2t+3a3t2+⋯+3(a0+a1t+a2t2+a3t3+…)=3t+2
(a1+3a0)+(2a2+3a1)t+(3a3+3a2)t2+⋯=2+3t
Equating coefficients, we have:
a1+3a0=2
2a2+3a1=3
3a3+3a2=0
Since y(1)=1 , y(t=0)=1 , so a0=1 .
Then, a1=2−3a0=2−3=−1
2a2=3−3a1=3−3(−1)=6 , so a2=3
3a3=−3a2=−9 , so a3=−3
Thus, y=1−t+3t2−3t3+⋯=1−(x−1)+3(x−1)2−3(x−1)3+…
Therefore, the power series solution up to the (x−1)3 term is:
y(x)=1−(x−1)+3(x−1)2−3(x−1)3