← Back to Integration Techniques›Specialist Maths
Integration Using Trigonometric Identities
Key Terms
- Power-reduction identities
- convert even powers to double-angle forms:
- sin²x = (1 − cos 2x)/2 cos²x = (1 + cos 2x)/2
- Pythagorean identity
- sin²x + cos²x = 1. Use to reduce odd powers: sin³x = sin x(1−cos²x).
- Double angle
- sin 2x = 2 sin x cos x, so sin x cos x = sin(2x)/2.
- Integrating sinnx or cosnx
- — Even n: use power-reduction identities repeatedly.
- — Odd n: peel off one factor, use Pythagorean identity, then substitute.
- Product-to-sum
- sin A cos B = (1/2)[sin(A+B) + sin(A−B)]. Similar for cos·cos and sin·sin.
- Integrating tan2x
- tan²x = sec²x − 1, so ∫tan²x dx = tan x − x + C.
- sin²x = (1 − cos 2x)/2
- cos²x = (1 + cos 2x)/2
- sin 2x = 2 sin x cos x ⇒ sin x cos x = (sin 2x)/2
- sin²x cos²x = (sin² 2x)/4 = (1 − cos 4x)/8
- tan²x = sec²x − 1
- sin A cos B = (1/2)[sin(A+B) + sin(A−B)]
- cos A cos B = (1/2)[cos(A−B) + cos(A+B)]
- sin A sin B = (1/2)[cos(A−B) − cos(A+B)]
Worked Example 1 — Integrating sin²x
Find ∫sin²(x) dx.
Use sin²x = (1 − cos 2x)/2:
∫sin²x dx = ∫(1 − cos 2x)/2 dx = (1/2)∫1 dx − (1/2)∫cos 2x dx
= (1/2)x − (1/2) × (1/2)sin 2x + C
= x/2 − (sin 2x)/4 + C
Worked Example 2 — Integrating sin³x (odd power)
Find ∫sin³(x) dx.
Write sin³x = sin x × sin²x = sin x(1 − cos²x). Let u = cos x, du = −sin x dx.
∫sin³x dx = ∫(1 − cos²x) sin x dx = ∫(1 − u²)(−du) = −u + u³/3 + C
= −cos x + cos³x/3 + C
Worked Example 3 — Product-to-sum
Find ∫sin(2x)cos(x) dx.
Use sin A cos B = (1/2)[sin(A+B) + sin(A−B)] with A = 2x, B = x:
sin(2x)cos(x) = (1/2)[sin(3x) + sin(x)]
∫sin(2x)cos(x) dx = (1/2)∫[sin 3x + sin x] dx = (1/2)[−cos(3x)/3 − cos x] + C
= −cos(3x)/6 − cos(x)/2 + C
Why Direct Integration Fails for Powers of Trig Functions
The standard integral ∫sin x dx = −cos x + C is simple. But ∫sin²x dx cannot be found by the same method, because sin²x is not itself a derivative of any obvious function. The power-reduction identity sin²x = (1 − cos 2x)/2 transforms the integrand into a form involving cos 2x, which integrates to (sin 2x)/2 — a standard result. This is the core strategy: use identities to rewrite the integrand in terms of integrable pieces.
Even Powers: Power-Reduction Applied Repeatedly
For ∫cos4x dx, apply the reduction cos²x = (1+cos 2x)/2 twice:
cos4x = (cos²x)² = [(1+cos 2x)/2]² = (1 + 2cos 2x + cos²2x)/4.
Then cos²2x = (1+cos 4x)/2, so cos4x = (1 + 2cos 2x + (1+cos 4x)/2)/4 = 3/8 + (cos 2x)/2 + (cos 4x)/8.
This integrates term by term: ∫cos4x dx = 3x/8 + (sin 2x)/4 + (sin 4x)/32 + C.
The pattern is clear: each application of power-reduction introduces a double-angle argument, and you may need to apply the formula again for higher even powers.
Odd Powers: Peel Off One Factor
For odd powers like sin5x, write sin5x = sin x × sin4x = sin x × (sin²x)² = sin x(1 − cos²x)². Then substitute u = cos x, du = −sin x dx, converting the entire integral to a polynomial in u. The result integrates easily.
The key structural point: peeling off one sin x gives the du for the substitution u = cos x, and the remaining sinevenx becomes a polynomial in cos²x, which rewrites as (1−u²) terms after the identity.
Mixed Powers: sinmx·cosnx
- If m (the power of sin) is odd: peel off one sin x, substitute u = cos x.
- If n (the power of cos) is odd: peel off one cos x, substitute u = sin x.
- If both are even: use power-reduction on both.
For sin²x cos²x, the most efficient method is: sin²x cos²x = (sin x cos x)² = (sin 2x/2)² = sin²2x/4. Then apply power-reduction to sin²2x.
Product-to-Sum Formulas
When integrating a product of trig functions with different arguments, such as sin(3x)cos(x) or cos(5x)cos(2x), the product-to-sum formulas transform the product into a sum of single-argument trig functions, which integrate directly. These identities come directly from the sum and difference formulas for sin and cos.
The tan²x Integral
Using the Pythagorean identity in the form tan²x + 1 = sec²x gives tan²x = sec²x − 1. Since ∫sec²x dx = tan x + C, we get ∫tan²x dx = tan x − x + C. This approach generalises: higher powers of tan can always be reduced using tan²x = sec²x − 1.
Mastery Practice
-
Find ∫sin²(x) dx. Fluency
-
Find ∫cos²(x) dx. Fluency
-
Find ∫sin²(x)cos²(x) dx. Fluency
-
Find ∫sin³(x) dx using the Pythagorean identity. Fluency
-
Find ∫cos&sup4;(x) dx. Understanding
-
Evaluate ∫0π/4 tan²(x) dx. Understanding
-
Find ∫sin(3x)cos(x) dx using a product-to-sum formula. Understanding
-
Find ∫cos²(2x)sin²(2x) dx. Understanding
-
Find the area enclosed between y = sin²(x) and y = cos²(x) over the interval [0, π/2]. Problem Solving
-
Show that ∫0π sin²(nx) dx = π/2 for any positive integer n. Hence evaluate ∫0π cos²(nx) dx. Problem Solving