(1) $n$ を0以上の整数とし、$I_n = \int_0^{\pi/2} \cos^n \theta \, d\theta$ とおく。$I_n$ と $I_{n-2}$ の間の漸化式を求め、それを用いて $I_n$ の値を求める。 (2) 自然数 $n$ に対して、以下の不等式を示す: $$ \int_0^1 (1-x^2)^n \, dx \le \int_0^1 e^{-nx^2} \, dx \le \int_0^1 \frac{1}{(1+x^2)^n} \, dx $$ (3) (2)の右辺の定積分の積分上限1を$\infty$に代えた不等式を示す。すなわち $$ \int_0^1 (1-x^2)^n \, dx \le \int_0^1 e^{-nx^2} \, dx \le \int_0^\infty \frac{1}{(1+x^2)^n} \, dx $$ この不等式の左辺と右辺の値を $I_m$ の形で表す。 (4) (1)と(3)の結果を利用して、以下を示す: $$ \int_0^\infty e^{-x^2} \, dx = \frac{\sqrt{\pi}}{2} $$ ただし、ウォリスの公式 $$ \pi = \lim_{n \to \infty} \frac{1}{n} \left( \frac{(2n)!!}{(2n-1)!!} \right)^2 $$ は証明なしで用いてよい。

解析学定積分漸化式ウォリスの公式不等式置換積分
2025/7/22

1. 問題の内容

(1) nn を0以上の整数とし、In=0π/2cosnθdθI_n = \int_0^{\pi/2} \cos^n \theta \, d\theta とおく。InI_nIn2I_{n-2} の間の漸化式を求め、それを用いて InI_n の値を求める。
(2) 自然数 nn に対して、以下の不等式を示す:
01(1x2)ndx01enx2dx011(1+x2)ndx \int_0^1 (1-x^2)^n \, dx \le \int_0^1 e^{-nx^2} \, dx \le \int_0^1 \frac{1}{(1+x^2)^n} \, dx
(3) (2)の右辺の定積分の積分上限1を\inftyに代えた不等式を示す。すなわち
01(1x2)ndx01enx2dx01(1+x2)ndx \int_0^1 (1-x^2)^n \, dx \le \int_0^1 e^{-nx^2} \, dx \le \int_0^\infty \frac{1}{(1+x^2)^n} \, dx
この不等式の左辺と右辺の値を ImI_m の形で表す。
(4) (1)と(3)の結果を利用して、以下を示す:
0ex2dx=π2 \int_0^\infty e^{-x^2} \, dx = \frac{\sqrt{\pi}}{2}
ただし、ウォリスの公式
π=limn1n((2n)!!(2n1)!!)2 \pi = \lim_{n \to \infty} \frac{1}{n} \left( \frac{(2n)!!}{(2n-1)!!} \right)^2
は証明なしで用いてよい。

2. 解き方の手順

(1) 部分積分を用いて漸化式を求める。In=0π/2cosnθdθI_n = \int_0^{\pi/2} \cos^n \theta \, d\theta に対して、
In=0π/2cosn1θcosθdθ=[cosn1θsinθ]0π/2+0π/2(n1)cosn2θsin2θdθI_n = \int_0^{\pi/2} \cos^{n-1} \theta \cos \theta \, d\theta = [\cos^{n-1} \theta \sin \theta]_0^{\pi/2} + \int_0^{\pi/2} (n-1) \cos^{n-2} \theta \sin^2 \theta \, d\theta
=0+(n1)0π/2cosn2θ(1cos2θ)dθ=(n1)In2(n1)In= 0 + (n-1) \int_0^{\pi/2} \cos^{n-2} \theta (1-\cos^2 \theta) \, d\theta = (n-1)I_{n-2} - (n-1)I_n
よって、
In=(n1)In2(n1)InI_n = (n-1)I_{n-2} - (n-1)I_n
In+(n1)In=(n1)In2I_n + (n-1)I_n = (n-1)I_{n-2}
nIn=(n1)In2nI_n = (n-1)I_{n-2}
In=n1nIn2I_n = \frac{n-1}{n} I_{n-2}
I0=0π/21dθ=π2I_0 = \int_0^{\pi/2} 1 \, d\theta = \frac{\pi}{2}
I1=0π/2cosθdθ=[sinθ]0π/2=1I_1 = \int_0^{\pi/2} \cos \theta \, d\theta = [\sin \theta]_0^{\pi/2} = 1
nn が偶数のとき (n=2kn = 2k) :
I2k=2k12kI2k2=2k12k2k32k2I2k4==(2k1)!!(2k)!!I0=(2k1)!!(2k)!!π2I_{2k} = \frac{2k-1}{2k} I_{2k-2} = \frac{2k-1}{2k} \cdot \frac{2k-3}{2k-2} I_{2k-4} = \dots = \frac{(2k-1)!!}{(2k)!!} I_0 = \frac{(2k-1)!!}{(2k)!!} \frac{\pi}{2}
nn が奇数のとき (n=2k+1n = 2k+1) :
I2k+1=2k2k+1I2k1=2k2k+12k22k1I2k3==(2k)!!(2k+1)!!I1=(2k)!!(2k+1)!!I_{2k+1} = \frac{2k}{2k+1} I_{2k-1} = \frac{2k}{2k+1} \cdot \frac{2k-2}{2k-1} I_{2k-3} = \dots = \frac{(2k)!!}{(2k+1)!!} I_1 = \frac{(2k)!!}{(2k+1)!!}
(2) 0x10 \le x \le 1 において、1x2ex211+x21-x^2 \le e^{-x^2} \le \frac{1}{1+x^2} が成り立つことを示す。
ex1+xe^x \ge 1+x より、ex21+x2e^{x^2} \ge 1+x^2, よって、ex211+x2e^{-x^2} \le \frac{1}{1+x^2}.
1xex1-x \le e^{-x} より、1nx2enx21-nx^2 \le e^{-nx^2}. 1x211-x^2 \le 1 であるから、 (1x2)1 (1-x^2) \le 1.
xx が0に近いとき enx21nx2e^{-nx^2} \approx 1 - nx^2, (1x2)n1nx2(1-x^2)^n \approx 1 - nx^2.
0x10 \le x \le 1(1x2)nenx2(11+x2)n (1-x^2)^n \le e^{-nx^2} \le (\frac{1}{1+x^2})^n が成り立つ。
この不等式を区間[0,1][0,1]で積分すれば、題意の不等式を得る。
(3) (2)の不等式 01(1x2)ndx01enx2dx011(1+x2)ndx\int_0^1 (1-x^2)^n \, dx \le \int_0^1 e^{-nx^2} \, dx \le \int_0^1 \frac{1}{(1+x^2)^n} \, dx
において、右辺の積分範囲を [0,)[0, \infty) に広げた不等式
01(1x2)ndx01enx2dx01(1+x2)ndx\int_0^1 (1-x^2)^n \, dx \le \int_0^1 e^{-nx^2} \, dx \le \int_0^\infty \frac{1}{(1+x^2)^n} \, dx
を示す。1(1+x2)n0\frac{1}{(1+x^2)^n} \ge 0 より、
011(1+x2)ndx01(1+x2)ndx\int_0^1 \frac{1}{(1+x^2)^n} \, dx \le \int_0^\infty \frac{1}{(1+x^2)^n} \, dx であるので、上記の不等式は成り立つ。
左辺: x=sinθx = \sin \theta と置換すると、dx=cosθdθdx = \cos \theta d\theta, x:01x: 0 \to 1 ならば θ:0π/2\theta: 0 \to \pi/2 なので、
01(1x2)ndx=0π/2(cos2θ)ncosθdθ=0π/2cos2n+1θdθ=I2n+1=(2n)!!(2n+1)!!\int_0^1 (1-x^2)^n \, dx = \int_0^{\pi/2} (\cos^2 \theta)^n \cos \theta \, d\theta = \int_0^{\pi/2} \cos^{2n+1} \theta \, d\theta = I_{2n+1} = \frac{(2n)!!}{(2n+1)!!}
右辺: x=tanθx = \tan \theta と置換すると、dx=1cos2θdθdx = \frac{1}{\cos^2 \theta} d\theta, x:0x: 0 \to \infty ならば θ:0π/2\theta: 0 \to \pi/2 なので、
01(1+x2)ndx=0π/21(1+tan2θ)n1cos2θdθ=0π/21(1cos2θ)n1cos2θdθ=0π/2cos2n2θdθ=I2n2=(2n3)!!(2n2)!!π2\int_0^\infty \frac{1}{(1+x^2)^n} \, dx = \int_0^{\pi/2} \frac{1}{(1+\tan^2 \theta)^n} \frac{1}{\cos^2 \theta} \, d\theta = \int_0^{\pi/2} \frac{1}{(\frac{1}{\cos^2 \theta})^n} \frac{1}{\cos^2 \theta} \, d\theta = \int_0^{\pi/2} \cos^{2n-2} \theta \, d\theta = I_{2n-2} = \frac{(2n-3)!!}{(2n-2)!!} \frac{\pi}{2}
(4) x=ynx = \frac{y}{\sqrt{n}} と置換すると、dx=dyndx = \frac{dy}{\sqrt{n}}. よって、01enx2dx=0ney2dyn\int_0^1 e^{-nx^2} \, dx = \int_0^{\sqrt{n}} e^{-y^2} \frac{dy}{\sqrt{n}}.
0ex2dx=limn0nex2dx=limnn01enx2dx\int_0^\infty e^{-x^2} \, dx = \lim_{n \to \infty} \int_0^{\sqrt{n}} e^{-x^2} \, dx = \lim_{n \to \infty} \sqrt{n} \int_0^1 e^{-nx^2} \, dx
(3)の不等式より、n01(1x2)ndxn01enx2dxn01(1+x2)ndx\sqrt{n} \int_0^1 (1-x^2)^n \, dx \le \sqrt{n} \int_0^1 e^{-nx^2} \, dx \le \sqrt{n} \int_0^\infty \frac{1}{(1+x^2)^n} \, dx
limnn01(1x2)ndx0ex2dxlimnn01(1+x2)ndx\lim_{n \to \infty} \sqrt{n} \int_0^1 (1-x^2)^n \, dx \le \int_0^\infty e^{-x^2} \, dx \le \lim_{n \to \infty} \sqrt{n} \int_0^\infty \frac{1}{(1+x^2)^n} \, dx
limnnI2n+10ex2dxlimnnI2n2\lim_{n \to \infty} \sqrt{n} I_{2n+1} \le \int_0^\infty e^{-x^2} \, dx \le \lim_{n \to \infty} \sqrt{n} I_{2n-2}
limnn(2n)!!(2n+1)!!0ex2dxlimnn(2n3)!!(2n2)!!π2\lim_{n \to \infty} \sqrt{n} \frac{(2n)!!}{(2n+1)!!} \le \int_0^\infty e^{-x^2} \, dx \le \lim_{n \to \infty} \sqrt{n} \frac{(2n-3)!!}{(2n-2)!!} \frac{\pi}{2}
limnn(2n)!!(2n+1)!!=limnn(2n)!!(2n+1)!!(2n)!!(2n)!!=limnn((2n)!!)2(2n+1)!\lim_{n \to \infty} \sqrt{n} \frac{(2n)!!}{(2n+1)!!} = \lim_{n \to \infty} \frac{\sqrt{n} (2n)!!}{(2n+1)!!} \frac{(2n)!!}{(2n)!!} = \lim_{n \to \infty} \frac{\sqrt{n} ((2n)!!)^2}{(2n+1)!}
1π2π\frac{1}{\sqrt{\pi}} \le \frac{2}{\sqrt{\pi}}
ウォリスの公式より π=limn1n((2n)!!(2n1)!!)2\pi = \lim_{n \to \infty} \frac{1}{n} \left( \frac{(2n)!!}{(2n-1)!!} \right)^2
0ex2dx=π2\int_0^\infty e^{-x^2} \, dx = \frac{\sqrt{\pi}}{2}

3. 最終的な答え

(1) In=n1nIn2I_n = \frac{n-1}{n} I_{n-2}
In=(n1)!!n!!π2I_n = \frac{(n-1)!!}{n!!} \frac{\pi}{2} (nn が偶数のとき)
In=(n1)!!n!!I_n = \frac{(n-1)!!}{n!!} (nn が奇数のとき)
(2) 01(1x2)ndx01enx2dx011(1+x2)ndx\int_0^1 (1-x^2)^n \, dx \le \int_0^1 e^{-nx^2} \, dx \le \int_0^1 \frac{1}{(1+x^2)^n} \, dx
(3) 01(1x2)ndx01enx2dx01(1+x2)ndx\int_0^1 (1-x^2)^n \, dx \le \int_0^1 e^{-nx^2} \, dx \le \int_0^\infty \frac{1}{(1+x^2)^n} \, dx
左辺: I2n+1=(2n)!!(2n+1)!!I_{2n+1} = \frac{(2n)!!}{(2n+1)!!}
右辺: I2n2=(2n3)!!(2n2)!!π2I_{2n-2} = \frac{(2n-3)!!}{(2n-2)!!} \frac{\pi}{2}
(4) 0ex2dx=π2\int_0^\infty e^{-x^2} \, dx = \frac{\sqrt{\pi}}{2}

「解析学」の関連問題

次の2つの関数の増減、極値、不連続となる $x$ の値を調べ、グラフの概形を描く問題です。 (1) $y = 3x^4 + 4x^3 - 12x^2 + 5$ (2) $y = \frac{2x^2 ...

微分増減極値グラフ不連続
2025/7/23

定積分 $\int_{b}^{0} (x - \frac{1}{3})^2 dx$ を計算する問題です。

定積分積分多項式
2025/7/23

与えられた積分 $\int_6^\infty (x-\frac{1}{3})^2 dx$ を計算します。

定積分積分発散
2025/7/23

次の関数の不定積分を求めよ。 (1) $x(2x+1)^8$ (2) $\sin(3x+1)$ (3) $\frac{(\log x)^2}{x}$ (4) $\frac{e^x}{1+e^x}$ (...

不定積分置換積分部分積分部分分数分解
2025/7/23

1. ロールの定理に関する問題 (1) 関数 $f(x) = x(x^2 - 1)$ と区間 $I = [0, 1]$ について、ロールの定理を満たす数 $c$ を求める。 (2) ...

ロールの定理平均値の定理微分区間関数
2025/7/23

(1) $\lim_{n \to \infty} \sum_{k=n+1}^{2n} \frac{n}{k^2 + 3kn + 2n^2}$ を求めよ。 (2) $\lim_{n \to \infty...

極限積分数列定積分
2025/7/23

与えられた複数の関数の不定積分を求める問題です。

不定積分置換積分部分積分部分分数分解三角関数の積分
2025/7/23

次の3つの不定積分を求める問題です。 (1) $\int \frac{dx}{x(x+1)}$ (2) $\int \frac{dx}{(x+2)(x+3)}$ (3) $\int \frac{dx}...

不定積分部分分数分解積分
2025/7/23

$n^2$個の微分可能な関数 $f_{ij}(x)$ ($i, j = 1, 2, ..., n$) を成分とする $n$ 次正方行列 $A(x)$ を考える。$A(x)$ の行列式を $F(x) =...

行列式微分導関数積の微分線形代数
2025/7/23

実数 $a, b$ が変化するとき、定積分 $\int_{0}^{\pi} (x - a - b\cos x)^2 dx$ の最小値を求め、そのときの $a, b$ の値を求める。

定積分最小値偏微分三角関数
2025/7/23