跳到主要内容

京都大学 情報学研究科 知能情報学専攻 2024年8月実施 情報学基礎 F1-2

Author

itsuitsuki

Description

In the questions below, logx\log x denotes the natural logarithm of xx, and ee denotes Napier's constant (the base of the natural logarithm).

Q.1

Answer the following questions. Derivations must be clearly shown.

(1) Let nn be a positive integer. Compute the nn-th derivative of f(x)=x2exf(x) = x^2e^{-x}.

(2) Compute the following limit.

limxπ20log(tanx)cosx \lim_{x \to \frac{\pi}{2}-0} \log(\tan x)^{\cos x}

Q.2

Compute the volume common to a sphere x2+y2+z236x^2 + y^2 + z^2 \leq 36 and a cylinder x2+y29x^2 + y^2 \leq 9, <z<-\infty < z < \infty. Derivation must be clearly shown.

Q.3

Answer the following questions.

(1) Show that the inequality

0<ek=0n1k!<32(n+1)! 0 < e - \sum_{k=0}^{n} \frac{1}{k!} < \frac{3}{2(n+1)!}

holds for any positive integer nn.

(2) Show that ee is an irrational number using the inequality in (1).

题目描述

以下 log\log 为自然对数,ee 为自然对数底,须写出推导。

  1. 对正整数 nn,求 f(x)=x2exf(x)=x^2e^{-x}nn 阶导数;并求
    limxπ/20log((tanx)cosx).\lim_{x\to\pi/2-0}\log\bigl((\tan x)^{\cos x}\bigr).
  2. 求球 x2+y2+z236x^2+y^2+z^2\le36 与无限圆柱 x2+y29x^2+y^2\le9 的公共体积。
  3. 证明对任意正整数 nn
    0<ek=0n1k!<32(n+1)!,0<e-\sum_{k=0}^n\frac1{k!}<\frac3{2(n+1)!},
    并利用该不等式证明 ee 为无理数。

考点

  • 高阶导数与不定式极限:用 Leibniz 公式求乘积高阶导,并对幂指函数先取对数处理极限。
  • 三重积分:以柱坐标描述球柱交集并对径向截面高度积分。
  • 指数级数余项与无理性:估计阶乘级数截断误差,并由假设 ee 有理后乘阶乘构造整数矛盾。

Kai

Q.1

(1)

Since

f(x)=x2ex,f(x)=2xexx2ex,f(x)=2ex4xex+x2ex,f(x)=6ex+6xexx2ex,f(x)=x^2e^{-x},\quad f'(x)=2xe^{-x}-x^2e^{-x},\\ f''(x)=2e^{-x}-4xe^{-x}+x^2e^{-x},f'''(x)=-6e^{-x}+6xe^{-x}-x^2e^{-x},

let the nn-th derivative be

f(n)(x)=anex+bnxex+(1)nx2ex,f^{(n)}(x)=a_ne^{-x}+b_nxe^{-x}+(-1)^nx^2e^{-x},

where

a0=a1=0,b0=0,b1=2.a_0=a_1=0,\quad b_0=0,b_1=2.

Then

f(n+1)(x)=anex+bnexbnxex+2(1)nxex+(1)n+1x2exf^{(n+1)}(x)=-a_ne^{-x}+b_ne^{-x}-b_nxe^{-x}+2\cdot (-1)^n xe^{-x}+(-1)^{n+1}x^2e^{-x}

and therefore

an+1=bnan,bn+1=2(1)nbn    bn=2(1)n1na_{n+1}=b_n-a_n,\quad b_{n+1}=2(-1)^n-b_n\implies b_n=2(-1)^{n-1}n

so

an+1=2(1)n1nan=2(1)n+1nan    an+1(1)n+1=2n+an(1)n    an(1)n=0+2(0+1++(n1))=n2n    an=(1)n(n2n)a_{n+1}=2(-1)^{n-1}n-a_n=2(-1)^{n+1}n-a_n\implies {a_{n+1}\over (-1)^{n+1}}=2n+{a_n\over (-1)^n}\\\implies {a_n\over (-1)^n}=0+2(0+1+\dots+(n-1))=n^2-n\implies a_n=(-1)^n (n^2-n)

Hence

f(n)(x)=(1)n(n2n)ex2(1)nxex+(1)nx2ex.f^{(n)}(x)=(-1)^n(n^2-n)e^{-x}-2(-1)^nxe^{-x}+(-1)^nx^2e^{-x}.

(2)

詳しく書いてくれる方が居って頂ければ幸いです。自分が時間不足なので暫く略します。 u=secxu=\sec x とする。

Q.2

詳しく書いてくれる方が居って頂ければ幸いです。自分が時間不足なので暫く略します。

(2881083)π(288-108\sqrt 3)\pi

cylinder coordinates (x=rcosθ,y=rsinθ,z=z)(x=r\cos\theta,y=r\sin\theta,z=z) and V=範囲02π0R=6rdrdθdzV=\int_{範囲}\int_0^{2\pi}\int_0^{R=6} r\mathrm dr\mathrm d\theta\mathrm dz

Q.3

(1)

Since kZ+,1k!>0\forall k\in\Z^+,\quad \frac1{k!}>0,

k=0n1k!<k=0+1k!=e,n=1,2,\sum_{k=0}^n {1\over k!} < \sum_{k=0}^{+\infty} {1\over k!} = e, \forall n=1,2,\dots

we have 0<ek=0n1k!0<e-\sum_{k=0}^n\frac1{k!}.

And since

ek=0n1k!=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+1n+2+1(n+2)2+]=1(n+1)!1n+1n+2=n+2n+11(n+1)!,\begin{aligned} e-\sum_{k=0}^n \frac1{k!} &= {1\over (n+1)!} + {1\over (n+2)!} + {1\over (n+3)!} + \dots \\ & = {1\over (n+1)!} + {1\over (n+1)!(n+2)} + {1\over (n+1)!(n+2)(n+3)} + \dots \\ & < {1\over (n+1)!}\left[ 1+{1\over n+2} + {1\over (n+2)^2}+\dots \right] \\ & = {1\over (n+1)!}\cdot {1\over {n+1\over n+2}} \\ & = {n+2\over n+1}\cdot \frac1{(n+1)!}, \end{aligned}

and since

n+2n+132,n=1,2,,\begin{aligned} {n+2\over n+1}\le \frac32, \forall n=1,2,\dots, \end{aligned}

we can conclude

ek=0n1k!<32(n+1)!.e-\sum_{k=0}^n\frac1{k!}<{3\over 2(n+1)!}.

(2)

Assume ee is rational, setting it e=p/qe=p/q where p,qZ+p,q\in\Z^+ and gcd(p,q)=1\gcd(p,q)=1.

Then

0<pqk=0n1k!<32(n+1)!0<{p\over q}-\sum_{k=0}^n\frac1{k!}<{3\over 2(n+1)!}

where we set n=qn=q, and multiply these with q!q!,

0<p(q1)!k=0qq!k!<32(q+1)<1,q=1,2,0<p(q-1)!-\sum_{k=0}^q \frac{q!}{k!}<{3\over 2(q+1)}<1,\quad q=1,2,\dots

with p(q1)!k=0qq!k!p(q-1)!-\sum_{k=0}^q \frac{q!}{k!} should be integer but it is in (0,1)(0,1) by the inequality chain above, thus causing contradiction.

Hence no such qq exists, making ee irrational.