Study Guide1,131 words

Study Guide: Trigonometric Integrals & Substitutions

Trigonometric Integrals

Study Guide: Trigonometric Integrals & Substitutions

Learning Objectives

By the end of this study guide, you should be able to:

  • Solve integration problems involving products and powers of sinx\sin x and $\cos x.
  • Evaluate integration problems involving products and powers of \tan xandand\sec x.
  • Apply reduction formulas to evaluate higher-power trigonometric integrals.
  • Execute trigonometric substitutions to simplify and evaluate integrals containing complex radical expressions.

Key Terms & Glossary

  • Trigonometric Integral: An integral where the integrand consists of a product or power of trigonometric functions.
  • Trigonometric Substitution: An integration technique that substitutes trigonometric functions for algebraic variables to simplify radicals.
  • Reduction Formula: A recursive formula used to evaluate integrals of functions raised to powers by reducing the exponent incrementally.
  • Reference Triangle: A right triangle constructed to translate an angle \theta back into algebraic variables like x after an integration.

The "Big Idea"

Trigonometric integrals build the foundational tools required to transform complex geometric and physical problems into solvable algebraic statements. By leveraging well-known trigonometric identities, we can manipulate expressions to easily apply u-substitution. Furthermore, mastering these forms is essential for Trigonometric Substitution, a powerful technique used to integrate expressions modeling real-world problems in polar, cylindrical, and spherical coordinate systems.


Formula / Concept Box

[!IMPORTANT] Mastery of these core identities is mandatory before attempting u-substitution in trigonometric integrals.

Identity CategoryCore Formulas
Pythagorean Identities\sin^2 x + \cos^2 x = 1<br><br>\tan^2 x + 1 = \sec^2 x$
Half-Angle Identitiessin2x=1cos(2x)2\sin^2 x = \frac{1 - \cos(2x)}{2}
cos2x=1+cos(2x)2\cos^2 x = \frac{1 + \cos(2x)}{2}
Double-Angle Identitiessin(2x)=2sinxcosx\sin(2x) = 2 \sin x \cos x
cos(2x)=cos2xsin2x\cos(2x) = \cos^2 x - \sin^2 x
Standard Trig SubstitutionFor x2+a2x^2 + a^2, let x=atanθx = a \tan \theta, yielding dx=asec2θdθdx = a \sec^2 \theta \, d\theta

Hierarchical Outline

  1. Integrating Products and Powers of sinx\sin x and $\cos x
    • Isolating Factors: Rewrite expressions by peeling off one factor (e.g., a single \sin xoror\cos x).
    • Applying Identities: Use the Pythagorean identity on the remaining even powers.
    • **uSubstitution:Let-Substitution**: Let u equal the function not peeled off.
  2. Using Half-Angle Formulas
    • Even Powers Rule: If both \sin xandand\cos x have even powers, use Half-Angle identities to step down the degree.
  3. Trigonometric Substitution
    • Radical Integrands: Sub in x = a \tan \thetaforexpressionsinvolvingfor expressions involvinga^2 + x^2.
    • Domain Limits: Assume -\frac{\pi}{2} < \theta < \frac{\pi}{2}forfor\tan \theta.
    • Reference Triangle: Translate final \thetaanswersbacktoanswers back tox.

Visual Anchors

1. Decision Matrix for \int \sin^m(x) \cos^n(x) , dx$

Loading Diagram...

2. The Reference Triangle for x=atanθx = a \tan \theta

When we substitute x=atanθ,weareessentiallystatingthattanθ=xa.UsingSOHCAHTOA,theOppositesideisx,andtheAdjacentsideisax = a \tan \theta, we are essentially stating that \tan \theta = \frac{x}{a}. Using SOH CAH TOA, the Opposite side is x, and the Adjacent side is a. The hypotenuse is found via the Pythagorean theorem.

Compiling TikZ diagram…
Running TeX engine…
This may take a few seconds

[!TIP] Once you integrate with respect to θ,usethesideratiosofthisspecifictriangletoconvertexpressionslikesinθ\theta, use the side ratios of this specific triangle to convert expressions like \sin \theta or cosθbackintotermsofx\cos \theta back into terms of x and $a.


Definition-Example Pairs

Odd-Power Peeling Strategy

  • Definition: A technique where one factor of an odd-powered trigonometric function is separated to act as the ducomponentincomponent inu-substitution.
  • Example: To integrate \int \sin^3(x) , dx, peel off one sine: \int \sin^2(x) \sin(x) , dx. Convert the even part: \int (1 - \cos^2 x) \sin(x) , dx,thenlet, then let u = \cos x.

Trigonometric Substitution translation

  • Definition: The final step of a trig sub problem where the answer (in \theta) is mapped back to the original variable x using geometric relations.
  • Example: If your integral results in \sin(\theta) and your substitution was x = 3 \tan \theta, you draw a triangle with opposite x and adjacent 3. The hypotenuse is \sqrt{x^2+9},so, so \sin(\theta) = \frac{x}{\sqrt{x^2+9}}$.

Comparison Tables

Choosing a Path for Trig Integration

Condition of IntegralStrategy to ApplySubstitution Needed
Power of Sine is OddPeel off sin(x)\sin(x), convert rest to cos(x)\cos(x)$u = \cos(x)
Power of Cosine is OddPeel off \cos(x),convertrestto, convert rest to \sin(x)$$u = \sin(x)
Both Powers are EvenUse Half-Angle identities to reduce the degreeNone immediately
Integrand has \sqrt{a^2+x^2}Apply Trigonometric Substitutionx = a \tan \theta$

Worked Examples

Example 1: Integrating an Odd Power

Evaluate: cos3xsin2xdx\int \cos^3 x \sin^2 x \, dx

Step 1: Identify the odd power. Here, cos3xisanoddpower.Wewill"peeloff"onecosx\cos^3 x is an odd power. We will "peel off" one \cos x. cos2xsin2x(cosxdx)\int \cos^2 x \sin^2 x \, (\cos x \, dx)

Step 2: Convert the remaining even powers. Use the identity cos2x=1sin2x\cos^2 x = 1 - \sin^2 x. (1sin2x)sin2x(cosxdx)\int (1 - \sin^2 x) \sin^2 x \, (\cos x \, dx)

Step 3: Apply uu-substitution. Let u=sinxu = \sin x, which means du=cosxdxdu = \cos x \, dx. (1u2)u2du=(u2u4)du\int (1 - u^2) u^2 \, du = \int (u^2 - u^4) \, du

Step 4: Integrate and substitute back. u33u55+C=sin3x3sin5x5+C\frac{u^3}{3} - \frac{u^5}{5} + C = \frac{\sin^3 x}{3} - \frac{\sin^5 x}{5} + C


Example 2: Setting up a Trigonometric Substitution

Rewrite the integral 1x2x2+16dx\int \frac{1}{x^2 \sqrt{x^2 + 16}} \, dx using the appropriate trigonometric substitution (do not evaluate the full integral).

Step 1: Identify the radical form. The radical x2+16\sqrt{x^2 + 16} matches the form x2+a2\sqrt{x^2 + a^2}, where $a = 4.

Step 2: Assign the substitution. Let x = 4 \tan \theta. Therefore, the differential is dx = 4 \sec^2 \theta , d\theta.

Step 3: Substitute all x$ terms in the integral. 1(4tanθ)2(4tanθ)2+16(4sec2θdθ)\int \frac{1}{(4 \tan \theta)^2 \sqrt{(4 \tan \theta)^2 + 16}} (4 \sec^2 \theta \, d\theta)

Step 4: Simplify the radical using Pythagorean identity. 16tan2θ+16=16(tan2θ+1)=16sec2θ=4secθ\sqrt{16 \tan^2 \theta + 16} = \sqrt{16(\tan^2 \theta + 1)} = \sqrt{16 \sec^2 \theta} = 4 \sec \theta

Step 5: Write the simplified un-evaluated integral. 4sec2θ16tan2θ(4secθ)dθ=secθ16tan2θdθ\int \frac{4 \sec^2 \theta}{16 \tan^2 \theta (4 \sec \theta)} \, d\theta = \int \frac{\sec \theta}{16 \tan^2 \theta} \, d\theta


Checkpoint Questions

1. If evaluating $\int \sin^4(x) \cos^5(x) \, dx$, which function do you peel off, and what becomes your $u?

You peel off one \cos(x) because its power is odd (5). You convert the remaining \cos^4(x) to sines, and your substitution becomes u = \sin(x).

2. Why must you use the half-angle formulas to evaluate \int \sin^2(x) \, dx?

Because there are no odd powers to "peel off" to create a du term. The half-angle formula linearly reduces the degree from 2 to 1, making standard integration possible.

3. If you make the substitution x = a \tan \theta$, what does $dx$ equal?

$dx = a \sec^2 \theta , d\theta. Forgetting to substitute the dx term is a common pitfall!

4. What is the main purpose of the "Reference Triangle"?

The reference triangle is used at the end of a trigonometric substitution problem to translate the integrated answer, which is currently in terms of \theta, back into the original algebraic variable x.


Muddy Points & Cross-Refs

  • Confusing u-sub setup: A common mistake is letting u equal the function you just peeled off. Always let u equal the other function. If you peel off \cos x,let, let u = \sin x$.
  • **Forgetting dxinTrigSubstitution:Whenreplacingxdx in Trig Substitution:** When replacing x with $a \tan \theta, you absolutely must compute dx and replace the trailing dx in the integral with a \sec^2 \theta , d\theta.
  • Cross-Reference: If the resulting \theta integrals look impossible, refer back to the Integrating Products and Powers of \sinandand\cos$ techniques outlined in the first half of this guide.

Ready to study Calculus II: Integral Calculus - Integration, Series, and Parametric Equations?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free