VocabDictionary
Back to All Explanations
general

How do you integrate \(\int \sin^2(2x) \, dx\)?

Introduction

Welcome to the wonderful world of calculus! If you are staring at the integral (\int \sin^2(2x) , dx) and wondering how on earth to simplify it, you are in the right place. As an educator and linguist of mathematics, I often tell my students that calculus is just a language. Once you learn the grammar—in this case, trigonometric identities—the problem translates itself.

To solve this specific integral, we cannot use simple substitution right away because of the square. Instead, we need a powerful algebraic and trigonometric tool known as the half-angle identity (or power-reduction formula).

Definitions

Before we dive into the steps, let's define the key mathematical components we will be using:

  • Power-Reduction Identity: A trigonometric identity that allows us to rewrite squared trigonometric functions (like (\sin^2(\theta))) in terms of the first power of cosine of a multiple angle (like (\cos(2\theta))).
  • U-Substitution: A technique for integration where a portion of the integrand is replaced with a single variable (u) to reverse the chain rule.

Quick Reference Table

When dealing with trigonometric integrals, choosing the right identity is crucial. Here is a quick comparison of the power-reduction identities you will need for sine and cosine:

Function SquaredPower-Reduction IdentityBest Used For
(\sin^2(\theta))(\frac{1 - \cos(2\theta)}{2})Eliminating even powers of sine
(\cos^2(\theta))(\frac{1 + \cos(2\theta)}{2})Eliminating even powers of cosine

Step-by-Step Integration

Let's break down the process of integrating (\int \sin^2(2x) , dx) into manageable, bite-sized steps.

Step 1: Apply the Power-Reduction Identity

Our angle here is (\theta = 2x). According to our identity formula, (\sin^2(\theta) = \frac{1 - \cos(2\theta)}{2}).

Substituting (\theta = 2x) into the identity gives us:

(\sin^2(2x) = \frac{1 - \cos(4x)}{2})

Now, substitute this back into our original integral:

(\int \sin^2(2x) , dx = \int \frac{1 - \cos(4x)}{2} , dx)

Step 2: Split and Factor the Integral

Constants can be pulled out of integrals to make our lives easier. Let's factor out the (\frac{1}{2}) and split the fraction into two separate integrals:

(= \frac{1}{2} \int (1 - \cos(4x)) , dx)

(= \frac{1}{2} \int 1 , dx - \frac{1}{2} \int \cos(4x) , dx)

Step 3: Evaluate Each Integral

Integrating the constant (1) with respect to (x) is straightforward:

(\int 1 , dx = x)

For the second term, (\int \cos(4x) , dx), we can use a quick mental u-substitution (let (u = 4x), so (du = 4 , dx), meaning (dx = \frac{du}{4})):

(\int \cos(4x) , dx = \frac{1}{4} \sin(4x))

Step 4: Combine and Add the Constant of Integration

Now, let's put all the pieces back together, remembering to distribute the (\frac{1}{2}) from earlier:

(= \frac{1}{2}x - \frac{1}{2} \left( \frac{1}{4} \sin(4x) \right) + C)

Simplify the coefficients:

(= \frac{1}{2}x - \frac{1}{8} \sin(4x) + C)

Real-World Examples

Integrals of squared trigonometric functions appear frequently in physics and engineering, particularly in wave mechanics, alternating current (AC) circuit analysis, and Fourier series. For instance, when calculating the Root Mean Square (RMS) voltage of an AC signal, you routinely have to integrate functions like (\sin^2(\omega t)) over a given period.

Common Pitfalls

Students often make a few classic mistakes when tackling this integral. Watch out for these:

  • Forgetting the Double Angle: When applying the identity for (\sin^2(2x)), remember that the angle doubles inside the cosine term. It becomes (\cos(4x)), not (\cos(2x)).
  • Chain Rule Errors in Reverse: When integrating (\cos(4x)), many students forget to divide by the coefficient (4). Always double-check your integration by taking the derivative of your answer!
  • Dropping the (+C): Never forget your constant of integration for indefinite integrals.