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 |
Order of IntegrationSome regions can be viewed as both Type I or Type II. In that case we can set up an iterated integral in two ways. Depending on the integrand, one can be a lot easier than the other. Sometimes you're given an impossible-looking iterated integral,
and you can solve it by changing
the order of integration. Here are the steps
to change the order of integration.
Some examples are worked in detail in this video.
Bad Solution 1: Fix $x$ and integrate with respect $y$ along the vertical red line. Then $\displaystyle I \ = \ \int_0^6 \left(\int_{x/3}^2\, x\,\sqrt{1+y^3}\, dy\right)\,dx\,.$ The trouble is that the inner integral involves requires evaluating the integral $\displaystyle\int_{x/3}^2\, \sqrt{1+y^3}\, dy\,.$ Nothing you've learned so far in calculus will work here, so we change the order of integration to see if that helps. Good Solution 1: Fix $y$ and integrate with respect to $x$ along the black line. Then $\displaystyle I \ = \ \int_0^2 \left(\int_{0}^{3y}\, x\,\sqrt{1+y^3}\, dx\right)dy\,.$ The inner integral has $\sqrt{1+y^3}$ as a constant, and involves evaluating the integral $$\displaystyle\int_{0}^{3y}\, x\sqrt{1+y^3}\, dx\ = \ \Bigl[\,\frac{1}{2}x^2\sqrt{1+y^3}\, \Bigr]_0^{3y} \ = \ \frac{9}{2}y^2\sqrt{1+y^3}\,.$$ In this case, $$I \ = \ \frac{9}{2} \int_0^2\, y^2 \, \sqrt{1+y^3}\,dy\ \overset{\fbox{$ \,\,u\,=\,1+y^3,\\ du\,=\,3y^2\,dy\\u(0)=1\\u(2)=9$}\\}{=} \frac{3}{2}\int_1^9 u^{1/2}\,du= \frac{3}{2}\frac{2}{3}u^{3/2}\Bigr|_1^{9}=26\,.$$ ------------------------------------------------------------------------------- Reversing the order of integration in a double integral requires creating a graph of the region of integration. Then it's a matter of algebra and inverse functions. Example 2: Reverse the order of integration in the iterated integral $$I \ = \ \int _0^2\left(\int_{x^2}^4\, f(x,\,y)\, dy\right)dx\,.$$ DO: Graph the region of integration, which we'll call $D$.
The horizontal red line in graph of $D$ shows the lower limit of
integration is $x = 0$. The red line ends at the parabola $y
= x^2$, which can be written as a function of $y$ as $x =
\sqrt{y}$; this tells us the upper limit of integration $ x
=\sqrt{y}$. We also note that $y$ goes from $y=0$ to
$y=4$. Thus $D$ can also be written as $$D \ = \
\Bigl\{\,(x,\,y) : \, 0 \le x \le \sqrt{\,y }, \ \ 0 \le y \le
4\,\Bigr\}\,.$$ Rewriting $I$ after changing the order of
integration, we get $$I \ = \ \int _0^4\left(\int_0^{\sqrt{\,y}}\,
f(x,\,y)\, dx\right)\,dy\,.$$
|