一、题目
$$
I = \int \frac { \mathrm { d } x } { 1 + \sin x + \cos x } = ?
$$
难度评级:
二、解析 
对题目中的式子直接进行积分运算是很困难的,所以,我们就需要做代换变形,但是,用什么做代换呢?
化简分母,丰富分子
一般情况下,对于被积函数是分式的情况,我们首先考虑的就是将尽可能消去分母,并且尽可能让分子上的式子变多——也就是说,尽可能将分母转移成分子,因为这样才更有可能消去分式,能利用的积分公式也就更多一些。
那么,在本题中,如何“化简分母,丰富分子”就是我们思考解题方式的重点。
根据荒原之梦考研数学的《公式:已知 tan 的值,求 sin 和 cos 的值》这篇文章可知,若令:$\tan \frac { x } { 2 }$ $=$ $t$, 则:
$\begin{aligned}
\textcolor{blue}{\sin x} & = \textcolor{blue}{\frac { 2 t } { 1 + t ^ { 2 } } } \\ \\
\textcolor{blue}{\cos x} & = \textcolor{blue}{\frac { 1 – t ^ { 2 } } { 1 + t ^ { 2 } } }
\end{aligned}$
此外,由 $\tan \frac{x}{2}$ $=$ $t$ 可知:
$\begin{aligned}
\arctan (\tan \frac{x}{2}) \\ \\
& = \frac{x}{2} \\ \\
& = \arctan t \\ \\
& \Rightarrow x = 2 \arctan t
\end{aligned}$
于是:
$(x)^{\prime}_{x}$ $=$ $2(\arctan t)^{\prime}_{t}$ $\Rightarrow$ $\textcolor{blue}{\mathrm{d} x}$ $=$ $\textcolor{blue}{ 2 \cdot \frac{1}{1 + t^{2}} \mathrm{~d} t }$
因此可知,若令 $\tan \frac { x } { 2 }$ $=$ $t$, 就能在分母中产生一些分式,让原本只能在分母上的 $\sin x$ 和 $\cos x$ 以另一种形式移动到分子上,即:
$$
\begin{aligned}
\int \frac { \mathrm { d } x } { 1 + \sin x + \cos x } \\ \\
& = \int \frac { \frac { 2 } { 1 + t ^ { 2 } } \mathrm { ~ d } t } { 1 + \frac { 2 t } { 1 + t ^ { 2 } } + \frac { 1 – t ^ { 2 } } { 1 + t ^ { 2 } } } \\ \\
& = \int \frac{2}{1+t^{2}} \cdot \frac{1+t^{2}}{2+2t} \mathrm{~d} t \\ \\
& = \int \frac { 2 \mathrm { d } t } { 2t + 2 } \\ \\
& = \int \frac { \mathrm { d } t } { t + 1 } \\ \\
& = \ln | t + 1 | + C \\ \\
& \xlongequal{t = \tan (x/2) } \textcolor{green}{ \boldsymbol{\ln \left| \tan \frac { x } { 2 } + 1 \right| + C} }
\end{aligned}
$$
拓展资料 
其实,“分子越复杂越好算,分母越复杂越难算”的原理不仅会出现在积分的题目中,在其他的一些题目中也经常可以用到。同时,为了使分母更简单,我们不仅可以使用“化简分子”的方式——
如果一个式子的分子比分母更简单一些,我们也可以通过对原式子取倒数,让分母变得简单。
例如下面这道高中数学的题目,就是通过对原式取倒数的方式扭转了分子和分母的复杂性,从而找到了解题的突破口:
题目
已知正项数列 $\{ a_{n} \}$ 的前 $n$ 项积为 $K_{n}$, 且 $K_{n}$ $=$ $\frac{a_{n}}{a_{n} – 1}$, 请证明 $\{ T_{n} \}$ 为等差数列。
解析
由题可知:
$$
\begin{aligned}
K_{1} & = a_{1} \\
K_{2} & = a_{1} \cdot a_{2} \\
& \vdots \\
K_{n-1} & = a_{1} \cdot a_{2} \cdots a_{n-1} \\
K_{n} & = a_{1} \cdot a_{2} \cdots a_{n-1} \cdot a_{n}
\end{aligned}
$$
于是:
$$
\textcolor{yellow}{
\frac{K_{n-1}}{K_{n}} = \frac{1}{a_{n}}
} \tag{1}
$$
又由于:
$$
K_{n} = \frac{a_{n}}{a_{n} – 1}
$$
所以:
$$
\frac{1}{K_{n}} = \frac{a_{n} – 1}{a_{n}} = 1 – \textcolor{yellow}{ \frac{1}{a_{n}} } \tag{2}
$$
接着,由上面的 $(1)$ 式,可知:
$$
\begin{aligned}
& \frac{1}{K_{n}} = \textcolor{pink}{1} – \textcolor{yellow}{ \frac{K_{n-1}}{K_{n}} } \\ \\
\Rightarrow \ & \frac{1}{K_{n}} = \textcolor{pink}{ \frac{K_{n}}{K_{n}} } – \frac{K_{n-1}}{K_{n}} \\ \\
\Rightarrow \ & \frac{ \textcolor{orangered}{1} }{K_{n}} = \frac{\textcolor{orangered}{K_{n}}}{K_{n}} – \frac{\textcolor{orangered}{K_{n-1}}}{K_{n}} \\ \\
\Rightarrow \ & \textcolor{orangered}{1} = \textcolor{orangered}{K_{n}} – \textcolor{orangered}{K_{n-1}} \\ \\
\Rightarrow \ & \textcolor{springgreen}{\boldsymbol{ K_{n-1} }} \boldsymbol{-} \textcolor{springgreen}{\boldsymbol{K_{n}}} = \textcolor{springgreen}{\boldsymbol{1}}
\end{aligned}
$$
于是,$\{ T_{n} \}$ 为等差数列得证。
高等数学
涵盖高等数学基础概念、解题技巧等内容,图文并茂,计算过程清晰严谨。
线性代数
以独特的视角解析线性代数,让繁复的知识变得直观明了。
特别专题
通过专题的形式对数学知识结构做必要的补充,使所学知识更加连贯坚实。