与えられた積分問題を解きます。ここでは、(2) $\int \frac{1}{x} \sqrt{\frac{x-1}{x+1}} dx$ と (3) $\int \tan^n x \, dx$ (nは自然数)を解きます。

解析学積分置換積分部分分数分解三角関数
2025/7/23

1. 問題の内容

与えられた積分問題を解きます。ここでは、(2) 1xx1x+1dx\int \frac{1}{x} \sqrt{\frac{x-1}{x+1}} dx と (3) tannxdx\int \tan^n x \, dx (nは自然数)を解きます。

2. 解き方の手順

(2) 1xx1x+1dx\int \frac{1}{x} \sqrt{\frac{x-1}{x+1}} dx
まず、t=x1x+1t = \sqrt{\frac{x-1}{x+1}} と置換します。
t2=x1x+1t^2 = \frac{x-1}{x+1}
t2(x+1)=x1t^2(x+1) = x-1
t2x+t2=x1t^2x + t^2 = x-1
x(1t2)=t2+1x(1-t^2) = t^2+1
x=t2+11t2x = \frac{t^2+1}{1-t^2}
dx=2t(1t2)(t2+1)(2t)(1t2)2dt=2t2t3+2t3+2t(1t2)2dt=4t(1t2)2dtdx = \frac{2t(1-t^2) - (t^2+1)(-2t)}{(1-t^2)^2} dt = \frac{2t-2t^3 + 2t^3+2t}{(1-t^2)^2} dt = \frac{4t}{(1-t^2)^2} dt
積分は
1xx1x+1dx=1t2t2+1t4t(1t2)2dt=4t2(t2+1)(1t2)dt\int \frac{1}{x} \sqrt{\frac{x-1}{x+1}} dx = \int \frac{1-t^2}{t^2+1} \cdot t \cdot \frac{4t}{(1-t^2)^2} dt = \int \frac{4t^2}{(t^2+1)(1-t^2)} dt
部分分数分解をすると、
4t2(t2+1)(1t2)=At2+1+B1t\frac{4t^2}{(t^2+1)(1-t^2)} = \frac{A}{t^2+1} + \frac{B}{1-t} + C1+t\frac{C}{1+t}
4t2=A(1t2)+B(1+t)(1+t2)+C(1t)(1+t2)4t^2 = A(1-t^2) + B(1+t)(1+t^2) + C(1-t)(1+t^2)
t=1t = 1, 4=4B4 = 4B, B=1B = 1
t=1t = -1, 4=4C4 = 4C, C=1C=1
t=0t = 0, 0=A+B+C0 = A + B + C, A=2A = -2
4t2(t2+1)(1t2)=2t2+1+11t+11+t\frac{4t^2}{(t^2+1)(1-t^2)} = -\frac{2}{t^2+1} + \frac{1}{1-t} + \frac{1}{1+t}
(2t2+1+11t+11+t)dt=2arctantln1t+ln1+t+C\int (-\frac{2}{t^2+1} + \frac{1}{1-t} + \frac{1}{1+t}) dt = -2\arctan t - \ln|1-t| + \ln|1+t| + C
=2arctant+ln1+t1t+C= -2\arctan t + \ln|\frac{1+t}{1-t}| + C
1+t1t=1+x1x+11x1x+1=x+1+x1x+1x1=(x+1+x1)22=x+1+x1+2x212=x+x21\frac{1+t}{1-t} = \frac{1+\sqrt{\frac{x-1}{x+1}}}{1-\sqrt{\frac{x-1}{x+1}}} = \frac{\sqrt{x+1}+\sqrt{x-1}}{\sqrt{x+1}-\sqrt{x-1}} = \frac{(\sqrt{x+1}+\sqrt{x-1})^2}{2} = \frac{x+1+x-1+2\sqrt{x^2-1}}{2} = x+\sqrt{x^2-1}
したがって、積分は
2arctanx1x+1+lnx+x21+C-2\arctan \sqrt{\frac{x-1}{x+1}} + \ln |x+\sqrt{x^2-1}| + C
(3) tannxdx\int \tan^n x \, dx
In=tannxdx=tann2xtan2xdx=tann2x(sec2x1)dx=tann2xsec2xdxtann2xdx=tann2xd(tanx)In2=tann1xn1In2+CI_n = \int \tan^n x \, dx = \int \tan^{n-2} x \tan^2 x \, dx = \int \tan^{n-2} x (\sec^2 x - 1) \, dx = \int \tan^{n-2} x \sec^2 x \, dx - \int \tan^{n-2} x \, dx = \int \tan^{n-2} x d(\tan x) - I_{n-2} = \frac{\tan^{n-1}x}{n-1} - I_{n-2} + C
In=tann1xn1In2I_n = \frac{\tan^{n-1} x}{n-1} - I_{n-2}

3. 最終的な答え

(2) 1xx1x+1dx=2arctanx1x+1+lnx+x21+C\int \frac{1}{x} \sqrt{\frac{x-1}{x+1}} dx = -2\arctan \sqrt{\frac{x-1}{x+1}} + \ln |x+\sqrt{x^2-1}| + C
(3) tannxdx=tann1xn1tann2xdx+C=tann1xn1In2\int \tan^n x \, dx = \frac{\tan^{n-1} x}{n-1} - \int \tan^{n-2} x \, dx + C = \frac{\tan^{n-1} x}{n-1} - I_{n-2}

「解析学」の関連問題

## 1. 問題の内容

テイラー展開マクローリン展開多変数関数偏微分
2025/7/23

関数 $y = x^3 - 6x + a$ の極大値と極小値がともに正となるように、定数 $a$ の値の範囲を定める問題です。

微分極値関数の増減三次関数
2025/7/23

関数 $f(x) = x + \sqrt{1-x^2}$ の最大値と最小値を求めます。

関数の最大最小微分導関数定義域増減表
2025/7/23

関数 $f(x) = \frac{x^2 - 1}{x^2 + 1}$ の最大値と最小値を求めます。

関数の最大最小分数関数微分を使わない最大最小
2025/7/23

関数 $y = \arctan(\frac{x^2}{2})$ の $x=\sqrt{2}$ における接線を求めよ。ここで、$\arctan$ は $\tan^{-1}$ のことである。

微分接線逆三角関数導関数
2025/7/23

与えられた関数 $y = \log(\log x)$ の導関数を求めます。

導関数対数関数合成関数の微分微分
2025/7/23

画像には3つの問題が含まれています。 * 問題2:べき級数 $\sum_{n=0}^{\infty} a_n x^n$ の収束半径が $R$ のとき、$\sum_{n=0}^{\infty} a_...

べき級数収束半径マクローリン展開項別微分項別積分テイラー展開
2025/7/23

問題2:べき級数 $\sum_{n=0}^{\infty} a_n x^n$ の収束半径が $R$ のとき、$\sum_{n=0}^{\infty} a_n x^{2n}$ の収束半径を求めなさい。 ...

べき級数収束半径項別微分マクローリン展開
2025/7/23

与えられた不定積分を計算します。 $\int \frac{x^2}{\sqrt{a^2 - x^2}} dx$

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

$\int x \log x \, dx$ を計算する。

積分部分積分対数関数
2025/7/23