Section 7.2 Integrating Trig Functions
Recall the following:
\(\displaystyle \dfrac{d}{dx}( \sin(x)) = \cos(x) \)
\(\displaystyle \dfrac{d}{dx}(\cos(x)) = -\sin(x) \)
\(\displaystyle \dfrac{d}{dx}(\tan(x)) = \sec^2(x) \)
\(\displaystyle \dfrac{d}{dx}(\csc(x)) = - \csc(x) \cot(x) \)
\(\displaystyle \dfrac{d}{dx}(\sec(x)) = \sec(x)\tan(x) \)
\(\displaystyle \dfrac{d}{dx}(\cot(x)) = -csc^2(x) \)
With our current methods we are able to easily solve the integrals of the right hand side of the functions above (ex: \(\int \sec^2 (x) dx = \tan(x) + c \)), but we do not currently have methods for most of the left hand side (ex: \(\int \sec(x) dx\)). The only exception currently is how to find the integral of \(\tan(x) \mbox{ and } \cot(x) \text{.}\)
\(u = \sin(x) \) \(du = \cos(x)dx \)
Subsection 7.2.1 Using Trig Identities
So, how would we find something like \(\int \tan^2(x)dx\text{?}\)
Recall: \(\sin^2(x) + \cos^2(x) = 1\text{.}\) If we divide both sides by \(cos^2(x)\) we get \(\dfrac{\sin^2(x) + \cos^2(x)}{\cos^2(x)} = \dfrac{1}{\cos^2(x)}\text{.}\) Simplified we get \(\tan^2(x) + 1 = \sec^2(x)\text{.}\)
Another example of using trig identities for would be \(\int \cos^2(x)dx\text{.}\)
Recall the following identities: \(\displaystyle sin^2(x) = \dfrac{1}{2} (1 - \cos(2x)) \) \(\displaystyle cos^2(x) = \dfrac{1}{2} (1 + \cos(2x)) \)
Subsection 7.2.2 Multiplying by One
For some trig functions integrals, you have to multiply by a wierd arrangement of 1, such as \(\int \sec (x) dx\text{.}\)
\(u = \sec(x) + \tan(x)\) \(du = \sec(x)\tan(x) + sec^2(x) dx\)
Subsection 7.2.3 Trig Functions with Higher Powers
For higher powers of sine and cosine, there a few different methods of exaluating. One of these is by using one of the following reduction formulas:
\(\displaystyle \int \sin^n(x)dx = -\dfrac{1}{n} \sin^{n-1}(x) cos(x) + \dfrac{n-1}{n} \int \sin^{n-2}(x)dx \)
\(\displaystyle \int \cos^n(x)dx = \dfrac{1}{n} \cos^{n-1}(x) sin(x) + \dfrac{n-1}{n} \int \cos^{n-2}(x)dx \)
When you use this method, sometimes you have to apply this method multiple times. Solve the Following using the reduction formula: \(\displaystyle\int \cos^5 (x) dx\)
Example 7.2.1.
Note 7.2.3.
Notice we had to use the reduction formula twice.
\(\displaystyle\int \sin^4(x) dx \)
U-substitution can also be used in specific situations:
\(u = \sin(x) \) \(du = \cos(x)dx\)
Here is a procedure to evaluate functions of the form \(\displaystyle\int\sin^m(x)\cos^n(x)dx\text{:}\) n is odd split off a factor of \(\cos(x)\text{,}\) apply relevant identity, make u-sub where \(u = \sin(x)\) \(\cos^2(x) = 1 - sin^2(x)\) m is odd split off a factor of \(\sin(x)\text{,}\) apply relevant identity, make u-sub where \(u=\cos(x)\) \(\sin^2(x) = 1 - \cos^2(x)\)> \(\begin{cases} \text{m is even} \\ \text{n is even} \end{cases} \) use the relevant identities to reduce the powers on \(sin(x) \mbox{ and } \cos(x) \) \(\begin{cases} \sin^2(x) = \dfrac{1}{2}(1 - \cos(2x)) \\
\cos^2(x) = \dfrac{1}{2}(1 + \cos(2x)) \end{cases}\)
Subsection 7.2.4 Using Angular Trig Identities
How do we evaluate integrals of the form: \(\displaystyle \int \sin(mx) \cos(nx) dx \mbox{ , }\) \(\displaystyle \int \sin(mx) \sin(nx) dx \mbox{ , or }\) \(\displaystyle \int \cos(mx) \cos(nx) dx
\text{?}\) We can use a trig identity and express them as sums. Recall: \(\displaystyle \sin\alpha\cos\beta = \dfrac{1}{2}\left( \sin(\alpha - \beta) + \sin( \alpha + \beta)\right) dx \) \(\displaystyle \sin\alpha\sin\beta = \dfrac{1}{2}\left( \cos(\alpha - \beta) - \cos( \alpha + \beta)\right) dx \) \(\displaystyle \cos\alpha\cos\beta = \dfrac{1}{2}\left( \cos(\alpha - \beta) + \cos( \alpha + \beta)\right) dx \) Evaluate \(\displaystyle \int \sin(5x)\cos(3x) dx\text{:}\)
Example 7.2.2.