同济高数 第4章 第4-4-23题

教材习题

📝 题目

23. $\displaystyle{\int} \sqrt{\frac{1-x}{1+x}} \frac{\mathrm{~d} x}{x}$ .

💡 答案解析

[AI解答]

[AI解答]

我们需要计算不定积分: $$ \displaystyle{\int} \sqrt{\frac{1-x}{1+x}} \frac{\mathrm{~d} x}{x}. $$

**第一步:化简被积函数** 将根式部分有理化,令 $$ t = \sqrt{\frac{1-x}{1+x}}. $$ 则 $$ t^2 = \frac{1-x}{1+x} \quad \Rightarrow \quad t^2(1+x) = 1-x. $$ 整理得 $$ t^2 + t^2 x = 1 - x \quad \Rightarrow \quad t^2 x + x = 1 - t^2, $$ $$ x(1 + t^2) = 1 - t^2 \quad \Rightarrow \quad x = \frac{1 - t^2}{1 + t^2}. $$

**第二步:求微分** 对 $x$ 关于 $t$ 求导: $$ \frac{\mathrm{d}x}{\mathrm{d}t} = \frac{(-2t)(1+t^2) - (1-t^2)(2t)}{(1+t^2)^2} = \frac{-2t - 2t^3 - 2t + 2t^3}{(1+t^2)^2} = \frac{-4t}{(1+t^2)^2}. $$ 因此 $$ \mathrm{d}x = \frac{-4t}{(1+t^2)^2} \mathrm{d}t. $$

**第三步:代入原积分** 原积分为 $$ \displaystyle{\int} t \cdot \frac{1}{x} \cdot \mathrm{d}x = \displaystyle{\int} t \cdot \frac{1 + t^2}{1 - t^2} \cdot \frac{-4t}{(1+t^2)^2} \mathrm{d}t. $$ 化简: $$ = \displaystyle{\int} \frac{-4t^2}{(1 - t^2)(1 + t^2)} \mathrm{d}t = -4 \displaystyle{\int} \frac{t^2}{1 - t^4} \mathrm{d}t. $$

**第四步:分解为部分分式** 由于 $$ \frac{t^2}{1 - t^4} = \frac{t^2}{(1-t^2)(1+t^2)}, $$ 可设 $$ \frac{t^2}{(1-t^2)(1+t^2)} = \frac{A}{1-t} + \frac{B}{1+t} + \frac{C}{1+t^2}. $$ 但更简便的方法是注意到 $$ \frac{t^2}{1 - t^4} = \frac{1}{2} \left( \frac{1}{1-t^2} - \frac{1}{1+t^2} \right), $$ 因为 $$ \frac{1}{1-t^2} - \frac{1}{1+t^2} = \frac{(1+t^2) - (1-t^2)}{1 - t^4} = \frac{2t^2}{1-t^4}. $$ 所以 $$ \frac{t^2}{1-t^4} = \frac12 \left( \frac{1}{1-t^2} - \frac{1}{1+t^2} \right). $$

**第五步:积分** 于是 $$ -4 \displaystyle{\int} \frac{t^2}{1-t^4} \mathrm{d}t = -4 \cdot \frac12 \displaystyle{\int} \left( \frac{1}{1-t^2} - \frac{1}{1+t^2} \right) \mathrm{d}t = -2 \displaystyle{\int} \frac{1}{1-t^2} \mathrm{d}t + 2 \displaystyle{\int} \frac{1}{1+t^2} \mathrm{d}t. $$ 而 $$ \displaystyle{\int} \frac{1}{1-t^2} \mathrm{d}t = \frac12 \ln\left| \frac{1+t}{1-t} \right| + C, $$ $$ \displaystyle{\int} \frac{1}{1+t^2} \mathrm{d}t = \arctan t + C. $$ 因此 $$ 原式 = -2 \cdot \frac12 \ln\left| \frac{1+t}{1-t} \right| + 2 \arctan t + C = -\ln\left| \frac{1+t}{1-t} \right| + 2 \arctan t + C. $$

**第六步:回代变量** 由 $ t = \sqrt{\frac{1-x}{1+x}} $,注意 $$ \frac{1+t}{1-t} = \frac{1 + \sqrt{\frac{1-x}{1+x}}}{1 - \sqrt{\frac{1-x}{1+x}}} = \frac{\sqrt{1+x} + \sqrt{1-x}}{\sqrt{1+x} - \sqrt{1-x}}. $$ 有理化后可得 $$ \frac{1+t}{1-t} = \frac{(\sqrt{1+x} + \sqrt{1-x})^2}{(1+x) - (1-x)} = \frac{1+x + 1-x + 2\sqrt{1-x^2}}{2x} = \frac{1 + \sqrt{1-x^2}}{x}. $$ 同时,$\arctan t = \arctan \sqrt{\frac{1-x}{1+x}}$。

因此最终结果为: $$ \boxed{-\ln\left| \frac{1 + \sqrt{1-x^2}}{x} \right| + 2 \arctan \sqrt{\frac{1-x}{1+x}} + C}. $$

难度评级:★★★☆☆ (涉及根式代换、有理函数分解、反三角函数与对数积分技巧,步骤较多但思路常规)

📋 详细解题步骤

步骤 1/6
目标:化简被积函数,引入代换变量
令 t = sqrt((1-x)/(1+x)),则 t^2 = (1-x)/(1+x),解得 x = (1-t^2)/(1+t^2)。
公式:x = (1-t^2)/(1+t^2)
提示:根式代换是处理含根号有理函数的常用方法。
步骤 2/6
目标:求微分 dx
对 x 关于 t 求导:dx/dt = -4t/(1+t^2)^2,故 dx = -4t/(1+t^2)^2 dt。
公式:dx = -4t/(1+t^2)^2 dt
提示:注意复合函数求导法则。
步骤 3/6
目标:代入原积分并化简
原积分 = ∫ t * (1/x) * dx = ∫ t * (1+t^2)/(1-t^2) * (-4t/(1+t^2)^2) dt = -4 ∫ t^2/(1-t^4) dt。
公式:原积分 = -4 ∫ t^2/(1-t^4) dt
提示:化简时注意约去公因子。
步骤 4/6
目标:将被积函数分解为部分分式
利用恒等式 t^2/(1-t^4) = 1/2 [1/(1-t^2) - 1/(1+t^2)]。
公式:t^2/(1-t^4) = 1/2 [1/(1-t^2) - 1/(1+t^2)]
提示:也可用待定系数法分解,但此恒等式更简便。
步骤 5/6
目标:积分
原积分 = -4 * 1/2 ∫ [1/(1-t^2) - 1/(1+t^2)] dt = -2 ∫ 1/(1-t^2) dt + 2 ∫ 1/(1+t^2) dt = -ln|(1+t)/(1-t)| + 2 arctan t + C。
公式:∫ 1/(1-t^2) dt = 1/2 ln|(1+t)/(1-t)| + C,∫ 1/(1+t^2) dt = arctan t + C
提示:注意对数积分公式的符号。
步骤 6/6
目标:回代变量 t 为 x
由 t = sqrt((1-x)/(1+x)),计算 (1+t)/(1-t) = (1+sqrt(1-x^2))/x,且 arctan t = arctan sqrt((1-x)/(1+x))。
公式:(1+t)/(1-t) = (1+sqrt(1-x^2))/x
提示:有理化过程需仔细。

📷 拍照上传批改

拍照上传批改功能已预留入口,后续接入图片上传、OCR识别与AI批改。