京都大学 情報学研究科 知能情報学専攻 2020年2月実施 微積分
Author
思齐塾, 祭音Myyura
Description
Answer the following questions. In the following, n is a positive integer and logx denotes logex .
(1) Let f(x)=ex(x2+x) . Derive dxndnf(x) .
(2) (i) Find the Maclaurin series of log(1−x) .
(ii) Derive the following limit:
x→0limx2x+log(1−x)
(3) The Maclaurin series of ex is given by ex=1+x+2!x2+⋯+n!xn+⋯ .
Derive the following limit:
x→0limex2−cosxxsinx
题目描述
回答下列问题。以下 n 为正整数,logx 表示自然对数。
- 设
f(x)=ex(x2+x).
求
dxndnf(x).
-
完成:
- 求 log(1−x) 的 Maclaurin 级数。
- 利用该展开求极限
x→0limx2x+log(1−x).
- 已知 ex 的 Maclaurin 级数为
ex=1+x+2!x2+⋯+n!xn+⋯.
利用级数展开求
x→0limex2−cosxxsinx.
Kai
(1) Let f(x)=ex(x2+x) . We have:
f′(x)=ex(x2+x)+ex(2x+1)=ex(x2+3x+1)
f′′(x)=ex(x2+3x+1)+ex(2x+3)=ex(x2+5x+4)
f′′′(x)=ex(x2+5x+4)+ex(2x+5)=ex(x2+7x+9)
In general, dxndnf(x)=ex(x2+(2n+1)x+n2)
(2) (i) Maclaurin series of log(1−x) .
Recall that the Maclaurin series of log(1+x)=x−2x2+3x3−4x4+⋯=∑n=1∞(−1)n+1nxn .
So, log(1−x)=−x−2x2−3x3−4x4−⋯=−∑n=1∞nxn .
(ii) limx→0x2x+log(1−x)=limx→0x2x−x−2x2−3x3−4x4−⋯=limx→0x2−2x2−3x3−4x4−⋯=limx→0(−21−3x−4x2−⋯)=−21 .
(3) limx→0ex2−cosxxsinx .
ex2=1+x2+2!x4+3!x6+⋯
cosx=1−2!x2+4!x4−6!x6+⋯
sinx=x−3!x3+5!x5−7!x7+⋯
xsinx=x2−3!x4+5!x6−7!x8+⋯
ex2−cosx=(1+x2+2!x4+⋯)−(1−2!x2+4!x4−⋯)=x2+2x2+2x4−24x4+⋯=23x2+2411x4+⋯
limx→0ex2−cosxxsinx=limx→023x2+2411x4+⋯x2−6x4+⋯=limx→023+2411x2+⋯1−6x2+⋯=231=32 .