関数 $f(x) = \exp(\sin x)$ の $x=0$ における2次の漸近展開を求める問題です。解析学テイラー展開漸近展開微分指数関数三角関数2025/6/71. 問題の内容関数 f(x)=exp(sinx)f(x) = \exp(\sin x)f(x)=exp(sinx) の x=0x=0x=0 における2次の漸近展開を求める問題です。2. 解き方の手順f(x)f(x)f(x)の x=0x=0x=0 におけるテイラー展開を求めます。2次の漸近展開なので、2次の項まで求めます。まず、f(x)f(x)f(x)の微分を計算します。f(x)=esinxf(x) = e^{\sin x}f(x)=esinx なので、f′(x)=cosx⋅esinxf'(x) = \cos x \cdot e^{\sin x}f′(x)=cosx⋅esinxf′′(x)=−sinx⋅esinx+(cosx)2⋅esinxf''(x) = -\sin x \cdot e^{\sin x} + (\cos x)^2 \cdot e^{\sin x}f′′(x)=−sinx⋅esinx+(cosx)2⋅esinx次に、x=0x=0x=0 における f(x)f(x)f(x), f′(x)f'(x)f′(x), f′′(x)f''(x)f′′(x) の値を計算します。f(0)=esin0=e0=1f(0) = e^{\sin 0} = e^0 = 1f(0)=esin0=e0=1f′(0)=cos0⋅esin0=1⋅e0=1f'(0) = \cos 0 \cdot e^{\sin 0} = 1 \cdot e^0 = 1f′(0)=cos0⋅esin0=1⋅e0=1f′′(0)=−sin0⋅esin0+(cos0)2⋅esin0=0⋅e0+12⋅e0=1f''(0) = -\sin 0 \cdot e^{\sin 0} + (\cos 0)^2 \cdot e^{\sin 0} = 0 \cdot e^0 + 1^2 \cdot e^0 = 1f′′(0)=−sin0⋅esin0+(cos0)2⋅esin0=0⋅e0+12⋅e0=1f(x)f(x)f(x) の x=0x=0x=0 におけるテイラー展開は、f(x)=f(0)+f′(0)x+f′′(0)2!x2+O(x3)f(x) = f(0) + f'(0)x + \frac{f''(0)}{2!}x^2 + O(x^3)f(x)=f(0)+f′(0)x+2!f′′(0)x2+O(x3)したがって、f(x)=1+1⋅x+12x2+O(x3)f(x) = 1 + 1 \cdot x + \frac{1}{2}x^2 + O(x^3)f(x)=1+1⋅x+21x2+O(x3)よって、f(x)f(x)f(x)の x=0x=0x=0 における2次の漸近展開は 1+x+12x21 + x + \frac{1}{2}x^21+x+21x2 となります。3. 最終的な答え1+x+12x21 + x + \frac{1}{2}x^21+x+21x2