跳到主要内容

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

Author

Miyake

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

    的通解。

考点

  • 隐函数的局部幂级数:第 1 问需把 g(x)g(x) 的待定泰勒展开代回 f(x,g(x))=0f(x,g(x))=0,按 (x1)(x-1) 的次数比较系数以逐项确定 a0,a1,a2a_0,a_1,a_2

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)