<< Prev Next >>



Home

The Fundamental Theorem of Calculus

Three Different Concepts
The Fundamental Theorem of Calculus (Part 2)
The Fundamental Theorem of Calculus (Part 1)
More FTC 1

The Indefinite Integral and the Net Change

Indefinite Integrals and Anti-derivatives
A Table of Common Anti-derivatives
The Net Change Theorem
The NCT and Public Policy

Substitution

Substitution for Indefinite Integrals
Examples to Try
Revised Table of Integrals
Substitution for Definite Integrals
Examples

Area Between Curves

Computation Using Integration
To Compute a Bulk Quantity
The Area Between Two Curves
Horizontal Slicing
Summary

Volumes

Slicing and Dicing Solids
Solids of Revolution 1: Disks
Solids of Revolution 2: Washers
More Practice

Integration by Parts

Integration by Parts
Examples
Integration by Parts with a definite integral
Going in Circles
Tricks of the Trade

Integrals of Trig Functions

Antiderivatives of Basic Trigonometric Functions
Product of Sines and Cosines (mixed even and odd powers or only odd powers)
Product of Sines and Cosines (only even powers)
Product of Secants and Tangents
Other Cases

Trig Substitutions

How Trig Substitution Works
Summary of trig substitution options
Examples
Completing the Square

Partial Fractions

Introduction
Linear Factors
Irreducible Quadratic Factors
Improper Rational Functions and Long Division
Summary

Strategies of Integration

Substitution
Integration by Parts
Trig Integrals
Trig Substitutions
Partial Fractions

Improper Integrals

Type 1 - Improper Integrals with Infinite Intervals of Integration
Type 2 - Improper Integrals with Discontinuous Integrands
Comparison Tests for Convergence

Differential Equations

Introduction
Separable Equations
Mixing and Dilution

Models of Growth

Exponential Growth and Decay
Logistic Growth

Infinite Sequences

Approximate Versus Exact Answers
Examples of Infinite Sequences
Limit Laws for Sequences
Theorems for and Examples of Computing Limits of Sequences
Monotonic Covergence

Infinite Series

Introduction
Geometric Series
Limit Laws for Series
Test for Divergence and Other Theorems
Telescoping Sums and the FTC

Integral Test

Road Map
The Integral Test
Estimates of Value of the Series

Comparison Tests

The Basic Comparison Test
The Limit Comparison Test

Convergence of Series with Negative Terms

Introduction, Alternating Series,and the AS Test
Absolute Convergence
Rearrangements

The Ratio and Root Tests

The Ratio Test
The Root Test
Examples

Strategies for testing Series

Strategy to Test Series and a Review of Tests
Examples, Part 1
Examples, Part 2

Power Series

Radius and Interval of Convergence
Finding the Interval of Convergence
Power Series Centered at $x=a$

Representing Functions as Power Series

Functions as Power Series
Derivatives and Integrals of Power Series
Applications and Examples

Taylor and Maclaurin Series

The Formula for Taylor Series
Taylor Series for Common Functions
Adding, Multiplying, and Dividing Power Series
Miscellaneous Useful Facts

Applications of Taylor Polynomials

Taylor Polynomials
When Functions Are Equal to Their Taylor Series
When a Function Does Not Equal Its Taylor Series
Other Uses of Taylor Polynomials

Partial Derivatives

Visualizing Functions in 3 Dimensions
Definitions and Examples
An Example from DNA
Geometry of Partial Derivatives
Higher Order Derivatives
Differentials and Taylor Expansions

Multiple Integrals

Background
What is a Double Integral?
Volumes as Double Integrals

Iterated Integrals over Rectangles

How To Compute Iterated Integrals
Examples of Iterated Integrals
Cavalieri's Principle
Fubini's Theorem
Summary and an Important Example

Double Integrals over General Regions

Type I and Type II regions
Examples 1-4
Examples 5-7
Order of Integration


Trig Substitution

By using suitable substitutions, we can convert integrals involving sums or differences of $x^2$ and $a^2$, or of $u^2$ and $a^2$ when $u$ is a function of $x$,  into trig integrals.  Often these resulting integrals are easy, and if not you can use the methods of trig integrals to try and solve them. 

Trig substitution overview

  • For integrals involving $a^2 + x^2$, use the substitution $$x=a\tan(\theta),\qquad dx = a \sec^2(\theta)\,d\theta.$$
  • For integrals involving $a^2-x^2$, use the substitution $$x=a\sin(\theta),\qquad dx=a\cos(\theta)\, d\theta.$$
  • For integrals involving $x^2-a^2$, use the substitution $$x=a\sec(\theta),\qquad dx = a\sec(\theta)\tan(\theta)\,d\theta.$$
  • For integrals involving a quadratic expression that is not a sum of squares, "complete the square": $$x^2 + bx + c = (x+b/2)^2 + c-(b/2)^2$$ and then use the substitution $u=x+b$.

No matter which substitution we use, we end up with an integral involving $\theta$ and trig functions of $\theta$.  Understand that while you can always make a trig substitution, the resulting integral may or may not be possible to solve.  As is true with other techniques of integration, we try it and see if it works.  Here, works means after using the technique, we can evaluate the integral.  If the technique doesn't work, we try something else.

Example: Evaluate $\displaystyle\int {\sqrt{x^2+6x+10}}\, dx.$
Solution: We first complete the square to get $x^2+6x+10=(x+3)^2+1$ and then use the $u$-substitution $ u=x+3$ This gives us $\displaystyle\int{\sqrt{(x+3)^2+1}}\, dx= \int \sqrt{u^2+1}\,du   \overset{\fbox{$ \,\,u\,=\,\tan\theta,\\ du\,=\,\sec^2(\theta)\,d\theta$}\\}{=}  \int \left(\sqrt{\tan^2(\theta)+1}\right)\sec^2(\theta)\,d\theta =\int \sec^3(\theta)\,d\theta.$  We computed this integral in a previous example, using parts twice, getting $$\int \sec^3(\theta)\,d\theta= \frac{\sec(\theta)\tan(\theta) + \ln\lvert\sec(\theta)+\tan(\theta)\rvert}{2}+C,$$ so what we've left to do is to substitute back $u$ and then $x$. Notice that $\sec(\theta)=\sqrt{1+u^2}$, by using right triangles. All together, we have $$ \hspace{-3cm} \int {\sqrt{x^2+6x+10}}\, dx =\frac{\left(\sqrt{1+u^2}\right)u+ \ln\Bigl\lvert\left(\sqrt{1+u^2}\right)+u\Bigr\rvert}{2}+C$$$$\qquad\qquad =\frac{\left(\sqrt{1+(x+3)^2}\right)(x+3)+ \ln\Bigl\lvert\left(\sqrt{1+(x+3)^2}\right)+x+3\Bigr\rvert}{2}+C $$ If this had been a definite integral, you would now be able to evaluate it using your antiderivative.