京都大学 情報学研究科 知能情報学専攻 2023年8月実施 情報学基礎 F1-2
Author
Isidore, Casablanca, 祭音Myyura
Description
設問1
以下の積分を求めよ。計算過程も明示すること。
(1) ∫0∞(x2+1)21dx
(2) D={(x,y)∣x2+4y2≤1} としたときに、
∬Dx2y2dxdy
設問2
以下の問いに答えよ。計算過程も明示すること。
(1) loge(1.02) の小数第 7 位を四捨五入し、小数第 6 位まで求めよ。
(2) x>0 に対して、次の不等式が成り立つことを示せ。
x−2x2<loge(1+x)<1−2x2+3x3
設問3
3x2+2y2+z2=1 の条件の下で、 xyz の最大値と最小値を求めよ。
题目描述
回答下列三题,并明确写出计算过程。
-
计算:
- 计算
∫0∞(x2+1)21dx;
- 对椭圆区域
D={(x,y) x2+4y2≤1},
计算
∬Dx2y2dxdy.
-
完成下列对数近似与不等式问题:
- 计算 loge(1.02),将小数点后第 7 位四舍五入,给出保留 6 位小数的结果。
- 证明对每个 x>0 都有
x−2x2<loge(1+x)<1−2x2+3x3.
- 在约束
3x2+2y2+z2=1
下,求 xyz 的最大值和最小值。
Kai
設問1
(1)
Let x=tanθ , we have dx=cos2θdθ . Then
∫0∞(1+x2)21dx=∫0π/2cos4θ cos2θdθ=∫0π/2cos2θ dθ=21∫0π/2(1+cos2θ)dθ=4π
(2)
Let x=rcosθ,y=2rsinθ , the Jacobian determinant
J=cosθ2sinθ−rsinθ2rcosθ=2rcos2θ+2rsin2θ=2r
Then we have
∬Dx2y2dxdy=∫01∫02π4r4sin2θcos2θ (∣2r∣dr)dθ=∫012r5 dr∫02πsin22θ dθ=∫012r5 dr21∫02π(1−cos4θ) dθ=[3r6]01⋅21[θ+41sin4θ]02π=3π
設問2
(1)
Using log(1+t)=∑k=1∞(−1)k+1tk/k with t=0.02,
k=1∑5(−1)k+1k0.02k=0.019802627306….
The alternating-series remainder is less than 0.026/6<1.1×10−11, so the required value is 0.019803.
(2)
(solution by Isidore)
For the lower bound, let
g(x)=log(1+x)−x+2x2.
Then g(0)=0 and g′(x)=x2/(1+x)>0 for x>0, so x−x2/2<log(1+x).
Let f(x)=1−2x2+3x3−loge(1+x) , then its derivative is
f′(x)=x+1x3−x−1
The polynomial x3−x−1 has exactly one positive root α. Newton--Raphson iteration gives
α=1.324717957….
Since f′ changes from negative to positive at α, this is the minimum point, and
x>0minf(x)=f(α)=0.053868…>0.
Q.E.D
(solution by Casablanca)
Easy to see that we only need to prove that:
1+x<e1−2x2+3x3
Let f(x)=e1−2x2+3x3 . Then we have f(x)≥f(1)=e65 .
- (i) for x∈(0,1],x+1≤2<e65≤f(x) (note: ex>1+x+2x2,e65>72157>2 )
- (ii) for x∈(1,+∞) , f′(x)=(x2−x)f(x)>0 , f(x) increases
and we consider the point (23,e) on (x,f(x)) , f′(23)=43e .
Let
F(x)=f(x)−(43e(x−23)+e)=f(x)−43ex+8e,
where
x∈(1,+∞)
and we know that: F(23)=0,F′(x)=(x2−x)f(x)−43e , it's obvious that F′(x) increases for x>1 , and F′(23)=0 .
Hence F(x)≥F(23)=0 for x>1 .
Thus
f(x)≥43ex−8e,x∈(1,+∞)
Consider the intersection (x0,y0) of y=x+1 and y=43ex−8e . We have
x0=6e−88+e≈1.290.
For 1<x≤x0, f(x)≥f(1)=e5/6>x0+1≥x+1. For x>x0, the tangent bound gives
f(x)≥43ex−8e>x+1
and from (i) and (ii), finally ,we know that f(x)>1+x
設問3
Perform the Lagrange multipliers method, we get
L(x,y,z;λ)=xyz−λ(3x2+2y2+z2−1)
At a nonzero extremum, the stationary equations give
3x2=2y2=z2=31.
Thus ∣x∣=1/3, ∣y∣=1/6, ∣z∣=1/3, and both signs of the product occur. Therefore,
min{xyz}=−1812,max{xyz}=1812