3. Trigonometric Integrals and Trigonometric Substitution

Powers Of Sine And Cosine

Powers of Sine and Cosine

students, this lesson focuses on a very important idea in Calculus 2: how to integrate powers of sine and cosine. These integrals show up often in trigonometric integrals and sometimes in trigonometric substitution, so learning the patterns here will save time and reduce confusion later. 🌟

Introduction: Why These Integrals Matter

When you see an integral like $\int \sin^m x\cos^n x\,dx$, the exponents $m$ and $n$ can completely change the best method. Sometimes the integral is easy, and sometimes it needs a clever trig identity. The main goal is to spot whether one power is odd or whether both powers are even. That decision tells you which identity to use.

By the end of this lesson, students, you should be able to:

  • explain the main ideas behind powers of sine and cosine,
  • choose the correct strategy for different exponent patterns,
  • use identities to rewrite the integrand in a simpler form,
  • connect these integrals to the larger topic of trigonometric integrals,
  • and solve examples using clear step-by-step reasoning.

A useful real-world connection: trigonometric integrals often appear when modeling periodic motion, waves, or circular motion. Even if a problem does not look β€œphysical,” the algebraic patterns behind it often come from geometry on the unit circle. β­•

When One Power is Odd

The simplest strategy appears when either $m$ or $n$ is odd in $\int \sin^m x\cos^n x\,dx$.

Case 1: $\sin x$ has an odd power

If $m$ is odd, save one factor of $\sin x$ and use the identity

$$\sin^2 x = 1-\cos^2 x.$$

This lets you rewrite the remaining even power of $\sin x$ in terms of $\cos x$. Then use the substitution

$$u=\cos x, \qquad du=-\sin x\,dx.$$

Example

Evaluate

$$\int \sin^3 x\cos^2 x\,dx.$$

First rewrite $\sin^3 x$ as $\sin^2 x\sin x$:

$$\int \sin^2 x\sin x\cos^2 x\,dx.$$

Now replace $\sin^2 x$ with $1-\cos^2 x$:

$$\int (1-\cos^2 x)\cos^2 x\sin x\,dx.$$

Let $u=\cos x$, so $du=-\sin x\,dx$. Then

$$-\int (1-u^2)u^2\,du.$$

Expand and integrate:

$$-\int (u^2-u^4)\,du = -\left(\frac{u^3}{3}-\frac{u^5}{5}\right)+C.$$

Substitute back:

$$-\frac{\cos^3 x}{3}+\frac{\cos^5 x}{5}+C.$$

Case 2: $\cos x$ has an odd power

If $n$ is odd, save one factor of $\cos x$ and use

$$\cos^2 x = 1-\sin^2 x.$$

Then use the substitution

$$u=\sin x, \qquad du=\cos x\,dx.$$

Example

Evaluate

$$\int \sin^2 x\cos^5 x\,dx.$$

Rewrite $\cos^5 x$ as $\cos^4 x\cos x$:

$$\int \sin^2 x\cos^4 x\cos x\,dx.$$

Now rewrite $\cos^4 x$ as $(\cos^2 x)^2$ and use $\cos^2 x=1-\sin^2 x$:

$$\int \sin^2 x(1-\sin^2 x)^2\cos x\,dx.$$

Let $u=\sin x$, so $du=\cos x\,dx$:

$$\int u^2(1-u^2)^2\,du.$$

Expand:

$$\int u^2(1-2u^2+u^4)\,du = \int (u^2-2u^4+u^6)\,du.$$

Integrate term by term:

$$\frac{u^3}{3}-\frac{2u^5}{5}+\frac{u^7}{7}+C.$$

Return to $x$:

$$\frac{\sin^3 x}{3}-\frac{2\sin^5 x}{5}+\frac{\sin^7 x}{7}+C.$$

When Both Powers are Even

If both $m$ and $n$ are even, the odd-power trick does not work. In that case, use power-reduction identities.

The key formulas are

$$\sin^2 x=\frac{1-\cos 2x}{2}, \qquad \cos^2 x=\frac{1+\cos 2x}{2}.$$

These identities reduce powers to expressions involving lower powers and double angles. That makes the integral more manageable.

Example

Evaluate

$$\int \sin^2 x\,dx.$$

Use the identity for $\sin^2 x$:

$$\int \frac{1-\cos 2x}{2}\,dx.$$

Split the integral:

$$\frac{1}{2}\int 1\,dx - \frac{1}{2}\int \cos 2x\,dx.$$

Now integrate:

$$\frac{x}{2}-\frac{\sin 2x}{4}+C.$$

Example with both powers even

Evaluate

$$\int \sin^2 x\cos^2 x\,dx.$$

Use the identity

$$\sin^2 x\cos^2 x = \left(\sin x\cos x\right)^2.$$

Since

$$\sin 2x = 2\sin x\cos x,$$

we get

$$\sin^2 x\cos^2 x = \frac{\sin^2 2x}{4}.$$

Now reduce $\sin^2 2x$:

$$\sin^2 2x = \frac{1-\cos 4x}{2}.$$

So

$$\sin^2 x\cos^2 x = \frac{1-\cos 4x}{8}.$$

Therefore,

$$\int \sin^2 x\cos^2 x\,dx = \int \frac{1-\cos 4x}{8}\,dx = \frac{x}{8}-\frac{\sin 4x}{32}+C.$$

This shows a common theme: even powers often need identities before integration can happen. πŸ”

How to Choose a Strategy

A good method depends on the exponents. students, here is a reliable decision process:

  1. If one power is odd, save one factor of that trig function.
  2. Use the Pythagorean identity to convert the remaining even power.
  3. Make a substitution with the derivative of the saved factor.
  4. If both powers are even, use power-reduction identities.
  5. Expand carefully and integrate term by term.

This is not just memorization. It is pattern recognition. The structure of the integrand tells you what substitution will work.

Quick comparison

For

$$\int \sin^5 x\cos^2 x\,dx,$$

the sine power is odd, so save one $\sin x$ and substitute $u=\cos x$.

For

$$\int \sin^4 x\cos^6 x\,dx,$$

both powers are even, so reduce both powers using half-angle identities.

Common Mistakes to Avoid

A few errors show up often in this topic:

  • Forgetting to save one factor of the odd trig function before rewriting the rest.
  • Using the wrong substitution, such as choosing $u=\sin x$ when the integrand is set up for $u=\cos x$.
  • Expanding too early and creating unnecessary algebra.
  • Dropping the constant of integration $C$.
  • Mixing up $\sin^2 x=1-\cos^2 x$ with $\sin x=1-\cos x$; those are not the same. ⚠️

A strong habit is to pause and ask: β€œIs one power odd, or are both even?” That question usually determines the whole plan.

Connection to Trigonometric Integrals and Trigonometric Substitution

This lesson is part of the bigger chapter on trigonometric integrals. The same thinking also supports trigonometric substitution.

In trigonometric substitution, radicals like

$$\sqrt{a^2-x^2}, \qquad \sqrt{a^2+x^2}, \qquad \sqrt{x^2-a^2}$$

are rewritten using trig functions. Then the resulting integral often contains powers of sine and cosine. So when students studies trig substitution later, these power patterns will appear again.

For example, if a substitution like

$$x=a\sin \theta$$

is used, then expressions involving $\sqrt{a^2-x^2}$ become simpler, and the integral may turn into one involving powers of $\sin \theta$ and $\cos \theta$. That is why this lesson is a bridge between basic trig identities and more advanced integration techniques.

Conclusion

Powers of sine and cosine are a core skill in Calculus 2 because they appear again and again in trig integrals. The main idea is simple: look at the exponents first. If one power is odd, save one factor and use a Pythagorean identity plus substitution. If both powers are even, use power-reduction identities. With practice, students, these patterns become fast and natural. They also prepare you for trigonometric substitution, where trig powers often appear after radicals are rewritten. Mastering this lesson makes the rest of the unit much easier. βœ…

Study Notes

  • The general form is $\int \sin^m x\cos^n x\,dx$.
  • If $m$ is odd, save one $\sin x$ and use $\sin^2 x=1-\cos^2 x$.
  • If $n$ is odd, save one $\cos x$ and use $\cos^2 x=1-\sin^2 x$.
  • For odd-power cases, common substitutions are $u=\cos x$ or $u=\sin x$.
  • If both powers are even, use the half-angle identities

$$\sin^2 x=\frac{1-\cos 2x}{2}, \qquad \cos^2 x=\frac{1+\cos 2x}{2}.$$

  • The identity $\sin 2x=2\sin x\cos x$ can help simplify products like $\sin^2 x\cos^2 x$.
  • Always include the constant of integration $C$.
  • The main strategy is to identify the exponent pattern before starting algebra.
  • Powers of sine and cosine are an important part of trigonometric integrals and help prepare for trigonometric substitution.
  • Good practice examples include $\int \sin^3 x\cos^2 x\,dx$, $\int \sin^2 x\cos^5 x\,dx$, and $\int \sin^2 x\cos^2 x\,dx$.

Practice Quiz

5 questions to test your understanding