There are a number of other trig functions that you might want to integrate. Here is a sketch of how to handle them. Some of these techniques are fairly advanced, so check with your instructor to see whether they are on the syllabus for your section.
|
Example 1: $\int \sec^3(x)\, dx$.
Integrate by parts with $u=\sec(x)$, $dv=\sec^2(x)$, so $du=\sec(x)\tan(x)\, dx$ and $v=\tan(x)$:$$\int \sec^3(x) \,dx = \sec(x)\tan(x) - \int \sec(x)\tan^2(x) \,dx$$Then, since $\tan^2(x)=\sec^2(x)-1$, we can rewrite this as $$\int \sec^3(x) \,dx = \sec(x)\tan(x) + \int \sec(x) \,dx - \int \sec^3(x) \,dx.$$Adding $\int \sec^3(x)\, dx$ to each side and dividing by 2 gives$$\int \sec^3(x) \,dx = \frac{\sec(x)\tan(x) + \int \sec(x) \,dx}{2} = \frac{\sec(x)\tan(x) + \ln\lvert\sec(x)+\tan(x)\rvert}{2}+C.$$ |
|
Example 2:
Since $$\sec^2(x)\csc^2(x) = \frac{1}{\sin^2(x)\cos^2(x)} = \frac{\sin^2(x)+\cos^2(x)}{\sin^2(x)\cos^2(x)}$$ $$\qquad\qquad\qquad=\frac{1}{\cos^2(x)}+ \frac{1}{\sin^2(x)}=\sec^2(x) + \csc^2(x),$$ we have $$\int \sec^2(x)\csc^2(x)\, dx = \tan(x) - \cot(x) + C.$$ |
|
Example 3:
Since $$\sin(x) \tan(x) = \frac{\sin^2(x)}{\cos(x)} = \frac{1-\cos^2(x)}{\cos(x)} = \sec(x) - \cos(x),$$ we have $$\int \sin(x)\tan(x)\, dx = \int \sec(x)\, dx - \int \cos(x) \,dx = \ln\bigl\lvert\sec(x)+\tan(x)\bigr\rvert - \sin(x) +C.$$ |
Example 4: We compute $\int \sin(x)\cos(2x)\,dx$ in two ways.
The two answers don't look the same, but in fact they are equal, as you can check by applying the addition-of-angle formulas to the first answer. |