Home The Fundamental Theorem of CalculusThree Different ConceptsThe Fundamental Theorem of Calculus (Part 2) The Fundamental Theorem of Calculus (Part 1) More FTC 1 The Indefinite Integral and the Net ChangeIndefinite Integrals and Anti-derivativesA Table of Common Anti-derivatives The Net Change Theorem The NCT and Public Policy SubstitutionSubstitution for Indefinite IntegralsExamples to Try Revised Table of Integrals Substitution for Definite Integrals Examples Area Between CurvesComputation Using IntegrationTo Compute a Bulk Quantity The Area Between Two Curves Horizontal Slicing Summary VolumesSlicing and Dicing SolidsSolids of Revolution 1: Disks Solids of Revolution 2: Washers More Practice Integration by PartsIntegration by PartsExamples Integration by Parts with a definite integral Going in Circles Tricks of the Trade Integrals of Trig FunctionsAntiderivatives of Basic Trigonometric FunctionsProduct 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 SubstitutionsHow Trig Substitution WorksSummary of trig substitution options Examples Completing the Square Partial FractionsIntroductionLinear Factors Irreducible Quadratic Factors Improper Rational Functions and Long Division Summary Strategies of IntegrationSubstitutionIntegration by Parts Trig Integrals Trig Substitutions Partial Fractions Improper IntegralsType 1 - Improper Integrals with Infinite Intervals of IntegrationType 2 - Improper Integrals with Discontinuous Integrands Comparison Tests for Convergence Differential EquationsIntroductionSeparable Equations Mixing and Dilution Models of GrowthExponential Growth and DecayLogistic Growth Infinite SequencesApproximate Versus Exact AnswersExamples of Infinite Sequences Limit Laws for Sequences Theorems for and Examples of Computing Limits of Sequences Monotonic Covergence Infinite SeriesIntroductionGeometric Series Limit Laws for Series Test for Divergence and Other Theorems Telescoping Sums and the FTC Integral TestRoad MapThe Integral Test Estimates of Value of the Series Comparison TestsThe Basic Comparison TestThe Limit Comparison Test Convergence of Series with Negative TermsIntroduction, Alternating Series,and the AS TestAbsolute Convergence Rearrangements The Ratio and Root TestsThe Ratio TestThe Root Test Examples Strategies for testing SeriesStrategy to Test Series and a Review of TestsExamples, Part 1 Examples, Part 2 Power SeriesRadius and Interval of ConvergenceFinding the Interval of Convergence Power Series Centered at $x=a$ Representing Functions as Power SeriesFunctions as Power SeriesDerivatives and Integrals of Power Series Applications and Examples Taylor and Maclaurin SeriesThe Formula for Taylor SeriesTaylor Series for Common Functions Adding, Multiplying, and Dividing Power Series Miscellaneous Useful Facts Applications of Taylor PolynomialsTaylor PolynomialsWhen Functions Are Equal to Their Taylor Series When a Function Does Not Equal Its Taylor Series Other Uses of Taylor Polynomials Partial DerivativesVisualizing Functions in 3 DimensionsDefinitions and Examples An Example from DNA Geometry of Partial Derivatives Higher Order Derivatives Differentials and Taylor Expansions Multiple IntegralsBackgroundWhat is a Double Integral? Volumes as Double Integrals Iterated Integrals over RectanglesHow To Compute Iterated IntegralsExamples of Iterated Integrals Cavalieri's Principle Fubini's Theorem Summary and an Important Example Double Integrals over General RegionsType I and Type II regionsExamples 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.
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. |