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 |
Examples of Iterated IntegralsExample 1: (from the video) Compute $\displaystyle\iint_R(x-y)^2\,dA$ over the region with $x$ in $[0,2]$ and $y$ in $[0,1]$. As we will soon see, by Fubini's Theorem, $dA=dx\,dy$ or $dA=dy\,dx$; i.e. we can fix $x$ and integrate with respect to $y$ first, or vice versa. Solution 1: We will compute $\displaystyle\iint_R(x-y)^2\,dA=\int_0^2\int_0^1 (x-y)^2\,dy\,dx=\int_0^2\left(\int_0^1 (x-y)^2\,dy\right)\,dx$. DO: Integrate the parenthetical integral $\displaystyle\int_0^1 (x-y)^2\,dy$, treating $x$ as a constant, before reading more. First we compute the antiderivative, then evaluate it (if you can do this substitution in your head, you can just evaluate the integral). Remember, $y$ is our variable and $x$ is a constant. $\displaystyle\int (x-y)^2\,dy\overset{\fbox{$ \,\,u\,=\,x-y\\ du\,=\,(-1)\,dy$}\\}{=} -\int u^2\,du=-\frac{1}{3}u^3+c $, so $\displaystyle\int_0^1 (x-y)^2\,dy=-\frac{1}{3}(x-y)^3 \left|\begin{array}{c} ^1 \\ _0\end{array}\right .=-\frac{1}{3}\left((x-1)^3-(x-0)^3\right)=\frac{x^3-(x-1)^3}{3}$ DO: Integrate the outside integral, with the integrand being our answer from above: $\displaystyle\int_0^2\frac{x^3-(x-1)^3}{3}\,dx$ before reading more. Here, we can see our antiderivative (after a mental substitution $u=x-1$, where $du=dx$) $\displaystyle\int_0^2\frac{x^3-(x-1)^3}{3}\,dx=\frac{1}{3}\left(\frac{x^4}{4}-\frac{(x-1)^4}{4}\right)\left|\begin{array}{c} ^2 \\ _0 \end{array}\right .=\frac{1}{3}\left(\left(4-\frac{1}{4}\right)-\left(0-\frac{1}{4}\right)\right)=\frac{4}{3}$ In these two steps, one variable at a time, we have found $\displaystyle\iint_R(x-y)^2\,dA=\int_0^2\left(\int_0^1 (x-y)^2\,dy\right)\,dx=\int_0^2\left(\frac{x^3-(x-1)^3}{3}\right)\,dx=\frac{4}{3}$ ---------------------------------------------------------------------------- Example 2: Find the volume of the solid $W$ under the hyperbolic paraboloid $$z=f(x, y) = 2+ x^2 - y^2 $$ and over the square $D\,= \,[-1,\,1]\,\times\,[-1,\,1]$. DO: Compute this integral before reading more. This is the graph of $f$: Solution 2: We will compute $\displaystyle\int_{-1}^1\int_{-1}^1\, (2+x^2 - y^2)\, dy\,dx$. $\displaystyle\int_{-1}^1\left(\int_{-1}^1\, (2+x^2 - y^2)\, dy\right)\,dx=\int_{-1}^1\left[\,2y +x^2y -\frac{y^3}{3}\right]_{-1}^1\,dx$ (after integration with respect to $y$, leaving $x$ constant) $\displaystyle=\int_{-1}^1\left[(2+x^2-1/3)-(-2-x^2+1/3)\right]\,dx =\int_{-1}^1\left(\frac{10}{3} +2x^2\right)\,dx$ (and now integrate with respect to $x$) $\displaystyle=\left(\frac{10}{3}x+\frac{2}{3}x^3\right)\left|\begin{array}{c} ^1 \\ _{-1} \end{array}\right .=\frac{10}{3}+\frac{2}{3}-\left(-\frac{10}{3}-\frac{2}{3}\right)=8$ |