京都大学 情報学研究科 知能情報学専攻 2024年8月実施 情報学基礎 F1-2
Author
itsuitsuki
Description
In the questions below, logx denotes the natural logarithm of x, and e denotes Napier's constant (the base of the natural logarithm).
Q.1
Answer the following questions. Derivations must be clearly shown.
(1) Let n be a positive integer. Compute the n-th derivative of f(x)=x2e−x.
(2) Compute the following limit.
x→2π−0limlog(tanx)cosx
Q.2
Compute the volume common to a sphere x2+y2+z2≤36 and a cylinder x2+y2≤9, −∞<z<∞. Derivation must be clearly shown.
Q.3
Answer the following questions.
(1) Show that the inequality
0<e−k=0∑nk!1<2(n+1)!3
holds for any positive integer n.
(2) Show that e is an irrational number using the inequality in (1).
题目描述
以下 log 为自然对数,e 为自然对数底,须写出推导。
- 对正整数 n,求 f(x)=x2e−x 的 n 阶导数;并求
x→π/2−0limlog((tanx)cosx).
- 求球 x2+y2+z2≤36 与无限圆柱
x2+y2≤9 的公共体积。
- 证明对任意正整数 n,
0<e−k=0∑nk!1<2(n+1)!3,
并利用该不等式证明 e 为无理数。
- 高阶导数与不定式极限:用 Leibniz 公式求乘积高阶导,并对幂指函数先取对数处理极限。
- 三重积分:以柱坐标描述球柱交集并对径向截面高度积分。
- 指数级数余项与无理性:估计阶乘级数截断误差,并由假设 e 有理后乘阶乘构造整数矛盾。
Kai
Q.1
(1)
Since
f(x)=x2e−x,f′(x)=2xe−x−x2e−x,f′′(x)=2e−x−4xe−x+x2e−x,f′′′(x)=−6e−x+6xe−x−x2e−x,
let the n-th derivative be
f(n)(x)=ane−x+bnxe−x+(−1)nx2e−x,
where
a0=a1=0,b0=0,b1=2.
Then
f(n+1)(x)=−ane−x+bne−x−bnxe−x+2⋅(−1)nxe−x+(−1)n+1x2e−x
and therefore
an+1=bn−an,bn+1=2(−1)n−bn⟹bn=2(−1)n−1n
so
an+1=2(−1)n−1n−an=2(−1)n+1n−an⟹(−1)n+1an+1=2n+(−1)nan⟹(−1)nan=0+2(0+1+⋯+(n−1))=n2−n⟹an=(−1)n(n2−n)
Hence
f(n)(x)=(−1)n(n2−n)e−x−2(−1)nxe−x+(−1)nx2e−x.
(2)
詳しく書いてくれる方が居って頂ければ幸いです。自分が時間不足なので暫く略します。
u=secx とする。
Q.2
詳しく書いてくれる方が居って頂ければ幸いです。自分が時間不足なので暫く略します。
(288−1083)π
cylinder coordinates (x=rcosθ,y=rsinθ,z=z) and V=∫範囲∫02π∫0R=6rdrdθdz
Q.3
(1)
Since ∀k∈Z+,k!1>0,
k=0∑nk!1<k=0∑+∞k!1=e,∀n=1,2,…
we have 0<e−∑k=0nk!1.
And since
e−k=0∑nk!1=(n+1)!1+(n+2)!1+(n+3)!1+…=(n+1)!1+(n+1)!(n+2)1+(n+1)!(n+2)(n+3)1+…<(n+1)!1[1+n+21+(n+2)21+…]=(n+1)!1⋅n+2n+11=n+1n+2⋅(n+1)!1,
and since
n+1n+2≤23,∀n=1,2,…,
we can conclude
e−k=0∑nk!1<2(n+1)!3.
(2)
Assume e is rational, setting it e=p/q where p,q∈Z+ and gcd(p,q)=1.
Then
0<qp−k=0∑nk!1<2(n+1)!3
where we set n=q, and multiply these with q!,
0<p(q−1)!−k=0∑qk!q!<2(q+1)3<1,q=1,2,…
with p(q−1)!−∑k=0qk!q! should be integer but it is in (0,1) by the inequality chain above, thus causing contradiction.
Hence no such q exists, making e irrational.