21】计算int(x^2)/(sqrt(a^2)-x^(2) )dx(a>0).
题目解答
答案
解析
考查要点:本题主要考查三角代换法在不定积分中的应用,以及利用三角恒等式简化积分表达式的能力。
解题核心思路:
当积分中出现$\sqrt{a^2 - x^2}$时,通常采用三角代换,令$x = a \sin \theta$,将根号内的表达式转化为$\cos \theta$,从而简化积分。随后利用三角恒等式(如$\sin^2 \theta = \frac{1 - \cos 2\theta}{2}$)进一步化简被积函数,最后通过反三角函数将结果转换回原变量$x$。
破题关键点:
- 正确选择代换变量,将根号消去;
- 灵活应用三角恒等式简化积分;
- 准确回代,将中间变量$\theta$用$x$表示。
三角代换
设$x = a \sin \theta$,则$dx = a \cos \theta \, d\theta$,且$\sqrt{a^2 - x^2} = a \cos \theta$。代入原积分:
$\int \frac{x^2}{\sqrt{a^2 - x^2}} \, dx = \int \frac{a^2 \sin^2 \theta}{a \cos \theta} \cdot a \cos \theta \, d\theta = \int a^2 \sin^2 \theta \, d\theta.$
利用三角恒等式化简
将$\sin^2 \theta$用$\frac{1 - \cos 2\theta}{2}$替换:
$\int a^2 \sin^2 \theta \, d\theta = \frac{a^2}{2} \int (1 - \cos 2\theta) \, d\theta.$
分项积分
拆分为两个简单积分:
$\frac{a^2}{2} \left( \int 1 \, d\theta - \int \cos 2\theta \, d\theta \right) = \frac{a^2}{2} \left( \theta - \frac{\sin 2\theta}{2} \right) + C.$
回代与化简
利用$\sin 2\theta = 2 \sin \theta \cos \theta$,并代入$x = a \sin \theta$:
$\begin{aligned}\theta &= \arcsin \left( \frac{x}{a} \right), \\\sin \theta &= \frac{x}{a}, \quad \cos \theta = \frac{\sqrt{a^2 - x^2}}{a}, \\\sin 2\theta &= \frac{2x \sqrt{a^2 - x^2}}{a^2}.\end{aligned}$
最终结果为:
$\frac{a^2}{2} \arcsin \left( \frac{x}{a} \right) - \frac{x \sqrt{a^2 - x^2}}{2} + C.$