跳到主要内容

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

Author

祭音Myyura

Description

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

d2ydx2+y=sin2x\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=sin2x\frac{d^2y}{dx^2} + y = \sin 2x

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

Kai

Step 1. Solve the homogeneous equation

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

Characteristic equation:

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

So homogeneous solution:

yh(x)=C1cosx+C2sinx.y_h(x) = C_1 \cos x + C_2 \sin x.

Step 2. Find a particular solution

Try yp(x)=Asin2x+Bcos2x.y_p(x) = A\sin 2x + B\cos 2x.

yp=4Asin2x4Bcos2x.y_p'' = -4A\sin 2x -4B\cos 2x.

Plug into LHS:

yp+yp=(4Asin2x4Bcos2x)+(Asin2x+Bcos2x)=(3A)sin2x+(3B)cos2x.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 sin2x\sin 2x. So:

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

Thus:

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

Step 3. General solution

y(x)=C1cosx+C2sinx13sin2x.y(x) = C_1 \cos x + C_2 \sin x - \tfrac{1}{3}\sin 2x.

Step 4. Apply initial conditions

y(0)=C11+C2013sin0=C1=0.y(0) = C_1\cdot 1 + C_2\cdot 0 - \tfrac{1}{3}\sin 0 = C_1 = 0.
y(x)=C1sinx+C2cosx23cos2x.y'(x) = -C_1 \sin x + C_2 \cos x - \tfrac{2}{3}\cos 2x.
y(0)=C10+C21231=C223=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)=23sinx13sin2x\boxed{y(x) = \tfrac{2}{3}\sin x - \tfrac{1}{3}\sin 2x}