跳到主要内容

早稲田大学 先進理工学研究科 共同原子力専攻 2022年8月実施 数学一般 その1

Author

Miyake, 祭音Myyura

Description

题目描述

  1. 对函数

    f(x,y)=x3+xyy31,f(x,y)=x^3+xy-y^3-1,

    (x,y)=(1,1)(x,y)=(1,1) 附近考虑由 f(x,y)=0f(x,y)=0 确定的隐函数 y=g(x)y=g(x)。若 g(x)g(x)x=1x=1 附近展开为

    g(x)=a0+a1(x1)+a2(x1)2+,g(x)=a_0+a_1(x-1)+a_2(x-1)^2+\cdots,

    分别求系数 a0,a1,a2a_0,a_1,a_2

  2. 求微分方程

    y(t)+y(t)=cost+sinty''(t)+y(t)=\cos t+\sin t

    的通解。

Kai

(1)

まず、 y=g(x)y=g(x)(x,y)=(1,1)(x,y)=(1,1) を通ることから、 a0=1a_0=1 がわかる。

次に、 t=x1t=x-1 とおくと、

f(x,y)=(t+1)3+(t+1)yy31=t3+3t2+3t+(t+1)yy3g(x)=1+a1t+a2t2+f(x,g(x))=(2a1+4)t+(3a12+a12a2+3)t2+ \begin{aligned} f(x,y) &= (t+1)^3 + (t+1) y - y^3 - 1 \\ &= t^3 + 3t^2 + 3t + (t+1)y - y^3 \\ g(x) &= 1 + a_1 t + a_2 t^2 + \cdots \\ f(x,g(x)) &= (-2a_1+4)t + (-3a_1^2+a_1-2a_2+3)t^2 + \cdots \end{aligned}

である。

11 に十分近い xx00 に十分近い tt )について f(x,g(x))=0f(x,g(x))=0 であることから、

2a1+4=0, 3a12+a12a2+3=0  a1=2, a2=72 \begin{aligned} -2a_1+4 &= 0, \ -3a_1^2+a_1-2a_2+3 = 0 \\ \therefore \ \ a_1 &= 2, \ a_2 = - \frac{7}{2} \end{aligned}

がわかる。

(2)

右辺が同次方程式の解と共鳴するので、特殊解を

yp(t)=t(Acost+Bsint)y_p(t)=t(A\cos t+B\sin t)

とおく。代入すると 2Asint+2Bcost=cost+sint-2A\sin t+2B\cos t=\cos t+\sin t より A=1/2A=-1/2, B=1/2B=1/2 である。したがって通解は

y(t)=C1cost+C2sint+t2(sintcost).\boxed{y(t)=C_1\cos t+C_2\sin t+\frac{t}{2}(\sin t-\cos t)}.