跳到主要内容

東京大学 新領域創成科学研究科 海洋技術環境学専攻 2023年8月実施 第1問

Author​

祭音Myyura

Description​

以下の微分⽅程式を解け。

d2ydx2+y=sin⁡2x\frac{d^2y}{dx^2} + y = \sin 2x

ただし、x=0x = 0 のとき y=dydx=0y = \frac{dy}{dx} = 0。


Solve the following differential equation:

d2ydx2+y=sin⁡2x\frac{d^2y}{dx^2} + y = \sin 2x

where y=dydx=0y = \frac{dy}{dx} = 0 at x=0x = 0.

题目描述​

求初值问题

y′′+y=sin⁡2x,y(0)=0,y′(0)=0y''+y=\sin2x,\qquad y(0)=0,\quad y'(0)=0

的解。

Kai​

Step 1. Solve the homogeneous equation​

y′′+y=0.y'' + y = 0.

Characteristic equation:

r2+1=0⇒r=±i.r^2+1=0 \quad\Rightarrow\quad r=\pm i.

So homogeneous solution:

yh(x)=C1cos⁡x+C2sin⁡x.y_h(x) = C_1 \cos x + C_2 \sin x.

Step 2. Find a particular solution​

Try yp(x)=Asin⁡2x+Bcos⁡2x.y_p(x) = A\sin 2x + B\cos 2x.

yp′′=−4Asin⁡2x−4Bcos⁡2x.y_p'' = -4A\sin 2x -4B\cos 2x.

Plug into LHS:

yp′′+yp=(−4Asin⁡2x−4Bcos⁡2x)+(Asin⁡2x+Bcos⁡2x)=(−3A)sin⁡2x+(−3B)cos⁡2x.y_p'' + y_p = (-4A\sin 2x -4B\cos 2x) + (A\sin 2x + B\cos 2x) = (-3A)\sin 2x + (-3B)\cos 2x.

We want this to equal sin⁡2x\sin 2x. So:

−3A=1⇒A=−13,−3B=0⇒B=0.-3A = 1 \quad\Rightarrow\quad A = -\tfrac{1}{3}, \quad -3B = 0 \quad\Rightarrow\quad B = 0.

Thus:

yp(x)=−13sin⁡2x.y_p(x) = -\tfrac{1}{3}\sin 2x.

Step 3. General solution​

y(x)=C1cos⁡x+C2sin⁡x−13sin⁡2x.y(x) = C_1 \cos x + C_2 \sin x - \tfrac{1}{3}\sin 2x.

Step 4. Apply initial conditions​

y(0)=C1⋅1+C2⋅0−13sin⁡0=C1=0.y(0) = C_1\cdot 1 + C_2\cdot 0 - \tfrac{1}{3}\sin 0 = C_1 = 0.
y′(x)=−C1sin⁡x+C2cos⁡x−23cos⁡2x.y'(x) = -C_1 \sin x + C_2 \cos x - \tfrac{2}{3}\cos 2x.
y′(0)=−C1⋅0+C2⋅1−23⋅1=C2−23=0.y'(0) = -C_1\cdot 0 + C_2\cdot 1 - \tfrac{2}{3}\cdot 1 = C_2 - \tfrac{2}{3} = 0.
C2=23.C_2 = \tfrac{2}{3}.

Final Answer​

y(x)=23sin⁡x−13sin⁡2x\boxed{y(x) = \tfrac{2}{3}\sin x - \tfrac{1}{3}\sin 2x}