## 問題の回答

解析学定積分積分三角関数置換平方完成
2025/7/30
## 問題の回答
###

1. 問題の内容

以下の3つの定積分を計算します。
(1) 03/21x2dx\int_{0}^{\sqrt{3}/2} \sqrt{1 - x^2} \, dx
(2) 03x24x2dx\int_{0}^{\sqrt{3}} \frac{x^2}{\sqrt{4 - x^2}} \, dx
(3) 14dxx22x+4\int_{1}^{4} \frac{dx}{x^2 - 2x + 4}
###

2. 解き方の手順

**(1) 03/21x2dx\int_{0}^{\sqrt{3}/2} \sqrt{1 - x^2} \, dx**
三角関数置換を行います。x=sinθx = \sin \theta と置くと、dx=cosθdθdx = \cos \theta \, d\theta となります。
積分範囲も変わります。
x=0x = 0 のとき sinθ=0\sin \theta = 0 なので θ=0\theta = 0
x=3/2x = \sqrt{3}/2 のとき sinθ=3/2\sin \theta = \sqrt{3}/2 なので θ=π/3\theta = \pi/3
よって、積分は
0π/31sin2θcosθdθ=0π/3cos2θdθ\int_{0}^{\pi/3} \sqrt{1 - \sin^2 \theta} \cos \theta \, d\theta = \int_{0}^{\pi/3} \cos^2 \theta \, d\theta
cos2θ=1+cos2θ2\cos^2 \theta = \frac{1 + \cos 2\theta}{2} を用いて
0π/31+cos2θ2dθ=120π/3(1+cos2θ)dθ\int_{0}^{\pi/3} \frac{1 + \cos 2\theta}{2} \, d\theta = \frac{1}{2} \int_{0}^{\pi/3} (1 + \cos 2\theta) \, d\theta
=12[θ+12sin2θ]0π/3=12[(π3+12sin2π3)(0+0)]= \frac{1}{2} [\theta + \frac{1}{2} \sin 2\theta]_{0}^{\pi/3} = \frac{1}{2} [(\frac{\pi}{3} + \frac{1}{2} \sin \frac{2\pi}{3}) - (0 + 0)]
=12(π3+1232)=π6+38= \frac{1}{2} (\frac{\pi}{3} + \frac{1}{2} \cdot \frac{\sqrt{3}}{2}) = \frac{\pi}{6} + \frac{\sqrt{3}}{8}
**(2) 03x24x2dx\int_{0}^{\sqrt{3}} \frac{x^2}{\sqrt{4 - x^2}} \, dx**
x=2sinθx = 2 \sin \theta と置換します。すると、dx=2cosθdθdx = 2 \cos \theta \, d\theta となります。
積分範囲も変わります。
x=0x = 0 のとき 2sinθ=02 \sin \theta = 0 なので θ=0\theta = 0
x=3x = \sqrt{3} のとき 2sinθ=32 \sin \theta = \sqrt{3} なので sinθ=3/2\sin \theta = \sqrt{3}/2θ=π/3\theta = \pi/3
よって、積分は
0π/3(2sinθ)24(2sinθ)22cosθdθ=0π/34sin2θ44sin2θ2cosθdθ\int_{0}^{\pi/3} \frac{(2 \sin \theta)^2}{\sqrt{4 - (2 \sin \theta)^2}} 2 \cos \theta \, d\theta = \int_{0}^{\pi/3} \frac{4 \sin^2 \theta}{\sqrt{4 - 4 \sin^2 \theta}} 2 \cos \theta \, d\theta
=0π/34sin2θ2cosθ2cosθdθ=0π/34sin2θdθ= \int_{0}^{\pi/3} \frac{4 \sin^2 \theta}{2 \cos \theta} 2 \cos \theta \, d\theta = \int_{0}^{\pi/3} 4 \sin^2 \theta \, d\theta
=40π/3sin2θdθ=40π/31cos2θ2dθ=20π/3(1cos2θ)dθ= 4 \int_{0}^{\pi/3} \sin^2 \theta \, d\theta = 4 \int_{0}^{\pi/3} \frac{1 - \cos 2\theta}{2} \, d\theta = 2 \int_{0}^{\pi/3} (1 - \cos 2\theta) \, d\theta
=2[θ12sin2θ]0π/3=2[(π312sin2π3)(00)]= 2 [\theta - \frac{1}{2} \sin 2\theta]_{0}^{\pi/3} = 2 [(\frac{\pi}{3} - \frac{1}{2} \sin \frac{2\pi}{3}) - (0 - 0)]
=2(π31232)=2π332= 2 (\frac{\pi}{3} - \frac{1}{2} \cdot \frac{\sqrt{3}}{2}) = \frac{2\pi}{3} - \frac{\sqrt{3}}{2}
**(3) 14dxx22x+4\int_{1}^{4} \frac{dx}{x^2 - 2x + 4}**
分母を平方完成します。 x22x+4=(x1)2+3x^2 - 2x + 4 = (x - 1)^2 + 3 となるので、積分は
14dx(x1)2+3\int_{1}^{4} \frac{dx}{(x - 1)^2 + 3}
x1=3tanθx - 1 = \sqrt{3} \tan \theta と置換します。dx=3sec2θdθdx = \sqrt{3} \sec^2 \theta \, d\theta
積分範囲も変わります。
x=1x = 1 のとき 11=3tanθ1 - 1 = \sqrt{3} \tan \theta なので tanθ=0\tan \theta = 0θ=0\theta = 0
x=4x = 4 のとき 41=3tanθ4 - 1 = \sqrt{3} \tan \theta なので tanθ=3\tan \theta = \sqrt{3}θ=π/3\theta = \pi/3
よって、積分は
0π/33sec2θ(3tanθ)2+3dθ=0π/33sec2θ3tan2θ+3dθ\int_{0}^{\pi/3} \frac{\sqrt{3} \sec^2 \theta}{(\sqrt{3} \tan \theta)^2 + 3} \, d\theta = \int_{0}^{\pi/3} \frac{\sqrt{3} \sec^2 \theta}{3 \tan^2 \theta + 3} \, d\theta
=0π/33sec2θ3(tan2θ+1)dθ=0π/33sec2θ3sec2θdθ=0π/333dθ= \int_{0}^{\pi/3} \frac{\sqrt{3} \sec^2 \theta}{3 (\tan^2 \theta + 1)} \, d\theta = \int_{0}^{\pi/3} \frac{\sqrt{3} \sec^2 \theta}{3 \sec^2 \theta} \, d\theta = \int_{0}^{\pi/3} \frac{\sqrt{3}}{3} \, d\theta
=33[θ]0π/3=33(π30)=3π9=π33= \frac{\sqrt{3}}{3} [\theta]_{0}^{\pi/3} = \frac{\sqrt{3}}{3} (\frac{\pi}{3} - 0) = \frac{\sqrt{3}\pi}{9} = \frac{\pi}{3\sqrt{3}}
###

3. 最終的な答え

(1) π6+38\frac{\pi}{6} + \frac{\sqrt{3}}{8}
(2) 2π332\frac{2\pi}{3} - \frac{\sqrt{3}}{2}
(3) π33\frac{\pi}{3\sqrt{3}}

「解析学」の関連問題

数列 $a_n = (-\frac{1}{2})^n$ が与えられたとき、和 $a_1 + a_3 + a_5 + \dots + a_{2n+1}$ を求めよ。

数列等比数列級数
2025/8/1

定積分 $\int_{1}^{2} \frac{dx}{e^x - 1}$ を、$t = e^x$ という変数変換を用いて計算します。

定積分変数変換部分分数分解積分計算
2025/8/1

定積分 $\int_{-1}^{0} \frac{x}{\sqrt{1-3x}} dx$ を、$t = \sqrt{1-3x}$ という変数変換を用いて計算します。

定積分変数変換積分計算
2025/8/1

(1) 曲線 $y = \log x$ と、$x$軸、$y$軸、および直線 $y = 2$ に囲まれた部分を、$y$軸のまわりに1回転してできる回転体の体積 $V$ を求めよ。 (2) 曲線 $C: ...

積分回転体の体積曲線の長さパラメータ表示
2025/8/1

(1) 楕円 $4x^2 + 9y^2 = 1$ で囲まれた部分の面積 $S$ を求める。 (2) 曲線 $C: \begin{cases} x = \cos t \\ y = \sin t \end...

積分楕円媒介変数表示面積
2025/8/1

$\frac{\pi}{2} \le x \le \pi$において、2曲線 $y = \sin 2x$ と $y = \cos x$ で囲まれた部分の面積 $S$ を求める問題です。

積分面積三角関数
2025/8/1

(1) 関数 $F(x) = \int_{\frac{\pi}{4}}^{x} (x-t)\sin t dt$ を微分せよ。 (2) 等式 $\int_{2a}^{x} \frac{1}{t} f(t...

積分微分定積分部分積分関数の微分
2025/8/1

与えられたy方向の運動方程式の微分方程式を解き、一般解を求める。 微分方程式は $\frac{dv_y}{dt} = -\frac{g}{m} - \frac{\gamma}{m}v_y$ または $...

微分方程式1階線形非同次微分方程式一般解積分
2025/8/1

以下の4つの不定積分を求めます。 1) $\int \frac{dx}{2-5x}$ 2) $\int \frac{x}{x^2+4} dx$ 3) $\int \tan x dx$ 4) $\int...

積分不定積分置換積分三角関数
2025/8/1

定積分 $\int_{0}^{1} \frac{x^2}{(x+1)^2(x-2)} dx$ を計算します。

定積分部分分数分解積分計算
2025/8/1