埼玉大学 理工学研究科 数理電子情報系専攻 情報システム工学コース 2019年8月実施 微分積分
Author
思齐塾, 祭音Myyura
Description
- 以下の問に答えよ。[ Solve the following problems. ]
(a). 次の極限値を求めよ。[ Find the following limit. ]
x→0limx−tanxx−sinx
(b). 次の関数のマクローリン展開を x4 の項まで求めよ。[ Find the Maclaurin expansion of the following function up to the term of x4 . ]
f(x)=excosx
(c). 次の定積分を求めよ。[ Find the following definite integral. ]
∫02π1+cosx1dx
(d). 次の2重積分の値を求めよ。[ Evaluate the following double integral. ]
∬Dx2y dxdy, D={0≤x≤a,0≤y≤b}
题目描述
- 回答下列问题。
(a) 求极限
x→0limx−tanxx−sinx.
(b) 将函数
f(x)=excosx
作 Maclaurin 展开,写到 x4 项为止。
(c) 计算定积分
∫0π/21+cosx1dx.
(d) 计算二重积分
∬Dx2ydxdy,
其中
D={(x,y)∣0≤x≤a,0≤y≤b}.
Kai
(a)
x=0 のまわりで
sinx=x−6x3+O(x5),tanx=x+3x3+O(x5)
であるから、
x→0limx−tanxx−sinx=−1/31/6=−21.
(b)
ex=1+x+2x2+6x3+24x4+O(x5),cosx=1−2x2+24x4+O(x6).
これらを掛け合わせると
excosx=1+x−3x3−6x4+O(x5).
したがって x2 の係数は 0 である。
(c)
半角公式 1+cosx=2cos2(x/2) より、
∫0π/21+cosxdx=∫0π/221sec22xdx=[tan2x]0π/2=1.
(d)
a,b≥0 のとき、積分領域が長方形なので積分は積に分離できる。
∬Dx2ydxdy=(∫0ax2dx)(∫0bydy)=3a32b2=6a3b2.
a<0 または b<0 のときは D=∅ なので、積分値は 0 である。