Trigonometric Integrals
Trigonometric integrals involve integrating products and powers of trig functions like sine, cosine, tangent, and secant. The core challenge is that you can't just use the power rule on something like sin5xcos2x. Instead, you need specific strategies depending on whether the powers are odd or even, and which trig functions are involved.
This section covers those strategies: Pythagorean identity tricks, half-angle formulas, product-to-sum conversions, and reduction formulas.
Integration of Sine and Cosine Products
The general form here is ∫sinmxcosnxdx. Your approach depends entirely on whether m and n are odd or even.
When at least one power is odd
If either m or n is odd, you can peel off one factor of that function to pair with dx, then convert everything remaining using the Pythagorean identity.
Steps (say n is odd):
-
Peel off one cosx and set it aside with dx
-
Rewrite the remaining cosn−1x (now an even power) using cos2x=1−sin2x
-
Substitute u=sinx, so du=cosxdx
-
You now have a polynomial in u that you can integrate with the power rule
The same logic works if m is odd: peel off one sinx, convert the rest using sin2x=1−cos2x, and substitute u=cosx.
Example: For ∫sin2xcos3xdx, the cosine power (3) is odd. Peel off one cosx, rewrite cos2x=1−sin2x, and substitute u=sinx.
When both powers are even
If both m and n are even, the Pythagorean identity won't help because it just trades one even power for another. Instead, use the half-angle formulas to reduce the powers:
- sin2x=21−cos2x
- cos2x=21+cos2x
Substitute these in, multiply out, and integrate. You may need to apply the half-angle formulas more than once if higher even powers remain.
Example: For ∫sin2xcos2xdx, replace both using half-angle formulas, then expand and simplify before integrating.
Products with different arguments
For integrals like ∫sin(mx)cos(nx)dx where the arguments differ, use product-to-sum formulas:
- sinAcosB=21[sin(A+B)+sin(A−B)]
- cosAsinB=21[sin(A+B)−sin(A−B)]
- sinAsinB=21[cos(A−B)−cos(A+B)]
- cosAcosB=21[cos(A−B)+cos(A+B)]
These convert the product into a sum of single trig functions, which you can integrate directly.
Integrals with Tangent and Secant
These follow a different set of strategies built around the identity tan2x=sec2x−1.
Powers of tangent: ∫tannxdx
For even powers, factor out tan2x and replace it with sec2x−1. This breaks the integral into a piece with sec2x (which pairs nicely with u=tanx) and a lower-power tangent integral.
For odd powers, the same identity works. Peel off a tan2x, replace with sec2x−1, and repeat until you reduce to ∫tanxdx=ln∣secx∣+C.
Powers of secant: ∫secnxdx
Even powers are the easier case:
- Peel off sec2x and set it aside with dx
- Convert the remaining secn−2x using sec2x=1+tan2x
- Substitute u=tanx, so du=sec2xdx
Odd powers (for n≥3) are harder and typically require integration by parts. The standard approach for ∫sec3xdx is a classic IBP problem worth memorizing:
∫sec3xdx=21secxtanx+21ln∣secx+tanx∣+C
Products of secant and tangent: ∫secmxtannxdx
The strategy depends on the powers:
- If n is odd: Peel off secxtanx (which is the derivative of secx), convert remaining tan2x factors to sec2x−1, and substitute u=secx
- If m is even: Peel off sec2x (the derivative of tanx), convert remaining sec2x factors to 1+tan2x, and substitute u=tanx
Reduction formulas let you express an integral with power n in terms of the same integral with a lower power. They're derived using integration by parts and are especially useful for high powers.
Sine:
∫sinnxdx=−n1sinn−1xcosx+nn−1∫sinn−2xdx
Cosine:
∫cosnxdx=n1cosn−1xsinx+nn−1∫cosn−2xdx
Tangent:
∫tannxdx=n−11tann−1x−∫tann−2xdx
Secant:
∫secnxdx=n−11secn−2xtanx+n−1n−2∫secn−2xdx
Each formula reduces the power by 2 (except tangent, which reduces by 2 as well since you go from n to n−2). You apply them repeatedly until you reach a base case you know:
- ∫sinxdx=−cosx+C or ∫sin0xdx=x+C
- ∫tanxdx=ln∣secx∣+C or ∫tan0xdx=x+C
- ∫secxdx=ln∣secx+tanx∣+C or ∫sec2xdx=tanx+C
Quick Strategy Summary
|
| sinmxcosnx | One power odd | Peel off one factor, Pythagorean identity, u-sub |
| sinmxcosnx | Both powers even | Half-angle formulas |
| sin(mx)cos(nx) | Different arguments | Product-to-sum formulas |
| tannx | Any n | Use tan2x=sec2x−1 to reduce |
| secnx | n even | Peel off sec2x, sub u=tanx |
| secnx | n odd | Integration by parts or reduction formula |
| secmxtannx | n odd | Peel off secxtanx, sub u=secx |
| secmxtannx | m even | Peel off sec2x, sub u=tanx |