Double Integrals

Polar Rectangles and Integration

  • Polar rectangle enables finding equivalent limits of integration in terms of RR and θθ.

Factoring Integrals

  • If the integrand can be factored as a function of xx times a function of yy, the integral can be separated.
  • Example:
    x/(x2+1)y2dA=y2dyx/(x2+1)dx\int \int x/(x^2+1) * y^2 dA = \int y^2 dy * \int x/(x^2+1) dx

U-Substitution Example

  • u=x2+1u = x^2 + 1
  • du=2xdxdu = 2x dx
  • du/2=xdxdu/2 = x dx
  • If x=1x = 1, then u=2u = 2
  • If x=0x = 0, then u=1u = 1
  • <em>12(1/2)du/u=(1/2)ln(u)</em>12=(1/2)ln(2)\int<em>1^2 (1/2) du/u = (1/2) ln(u) |</em>1^2 = (1/2) ln(2)

Combining Results

  • If x/(x2+1)y2dA=y2dyx/(x2+1)dx=18(1/2)ln(2)=9ln(2)\int \int x/(x^2+1) * y^2 dA = \int y^2 dy * \int x/(x^2+1) dx = 18 * (1/2)ln(2) = 9ln(2)

Generalized Rectangles and Strong Fubini Theorem

  • Generalized rectangles allow iterated integrals on non-rectangular regions.
  • Sometimes called the strong version of the Fubini Theorem.

Type 1 Regions

  • Bounded by two vertical lines x=ax = a and x=bx = b.
  • yy varies between two functions of xx, y=g<em>1(x)y = g<em>1(x) and y=g</em>2(x)y = g</em>2(x).
  • The integral of a function ff over a type 1 region DD is:
    <em>Df(x,y)dA=</em>ab<em>g</em>1(x)g2(x)f(x,y)dydx\int \int<em>D f(x, y) dA = \int</em>a^b \int<em>{g</em>1(x)}^{g_2(x)} f(x, y) dy dx

Type 2 Regions

  • Bounded by two horizontal lines y=cy = c and y=dy = d.
  • xx varies between two functions of yy, x=h<em>1(y)x = h<em>1(y) and x=h</em>2(y)x = h</em>2(y).
  • The integral of a function ff over a type 2 region DD is:
    <em>Df(x,y)dA=</em>cd<em>h</em>1(y)h2(y)f(x,y)dxdy\int \int<em>D f(x, y) dA = \int</em>c^d \int<em>{h</em>1(y)}^{h_2(y)} f(x, y) dx dy

Example: Evaluating Integral on Generalized Rectangle

  • Evaluate D(x+2y)dA\int \int_D (x + 2y) dA where DD is bounded by y=2x2y = 2x^2 and y=1+x2y = 1 + x^2.
  • First step: sketch the region.
  • Find the intersection points of the two curves:
    2x^2 = x^2 + 1 => x^2 = 1 => x = \pm 1
  • Set up the double integral:
    <em>11</em>2x2x2+1(x+2y)dydx\int<em>{-1}^1 \int</em>{2x^2}^{x^2+1} (x + 2y) dy dx
  • Inner integral:
    <em>2x2x2+1(x+2y)dy=xy+y2</em>2x2x2+1=x(x2+1)+(x2+1)2[x(2x2)+(2x2)2]\int<em>{2x^2}^{x^2+1} (x + 2y) dy = xy + y^2 |</em>{2x^2}^{x^2+1} = x(x^2+1) + (x^2+1)^2 - [x(2x^2) + (2x^2)^2]

Simplifying the Integrand

  • Simplify the expression:
    x3+x+x4+2x2+12x34x4=3x4x3+2x2+x+1x^3 + x + x^4 + 2x^2 + 1 - 2x^3 - 4x^4 = -3x^4 - x^3 + 2x^2 + x + 1

Using Symmetry to Simplify Integration

  • Fact 1: If g(x)g(x) is an even function, then <em>aag(x)dx=2</em>0ag(x)dx\int<em>{-a}^a g(x) dx = 2 \int</em>0^a g(x) dx.
  • Fact 2: If g(x)g(x) is an odd function, then aag(x)dx=0\int_{-a}^a g(x) dx = 0.
  • Apply these facts to the integral:
    <em>11(3x4x3+2x2+x+1)dx=2</em>01(3x4+2x2+1)dx\int<em>{-1}^1 (-3x^4 - x^3 + 2x^2 + x + 1) dx = 2 \int</em>0^1 (-3x^4 + 2x^2 + 1) dx
  • Integrate:
    2[3x5/5+2x3/3+x]01=2[3/5+2/3+1]=2[9/15+10/15+15/15]=2[16/15]=32/152 [-3x^5/5 + 2x^3/3 + x]_0^1 = 2 [-3/5 + 2/3 + 1] = 2 [-9/15 + 10/15 + 15/15] = 2 [16/15] = 32/15

Example 2: Generalized Rectangles

  • Evaluate DxydA\int \int_D xy dA where DD is bounded by y=x1y = x - 1 and y2=2x+6y^2 = 2x + 6.
  • Sketch the region.
  • Solve for the intersection points:
    (x-1)^2 = 2x + 6 => x^2 - 2x + 1 = 2x + 6 => x^2 - 4x - 5 = 0 => (x-5)(x+1) = 0
  • x=5x = 5 or x=1x = -1
  • Corresponding yy values: If x=5x = 5, y=4y = 4. If x=1x = -1, y=2y = -2.
  • Express xx as a function of yy: x=y+1x = y + 1 and x=(y2/2)3x = (y^2/2) - 3.
  • Set up the integral:
    <em>24</em>(y2/2)3y+1xydxdy\int<em>{-2}^4 \int</em>{(y^2/2)-3}^{y+1} xy dx dy
  • <em>24</em>(y2/2)3y+1xydxdy=1/224y((y+1)2((y2/2)3)2)dy\int<em>{-2}^4 \int</em>{(y^2/2)-3}^{y+1} xy dx dy = 1/2 \int_{-2}^4 y((y+1)^2 - ((y^2/2)-3)^2)dy

Example: Interchanging Order of Integration

  • Evaluate <em>01</em>x1y3+1dydx\int<em>0^1 \int</em>{\sqrt{x}}^1 \sqrt{y^3 + 1} dy dx
  • Sketch the region. The region is bounded by x=0x = 0, x=1x = 1, y=xy = \sqrt{x}, and y=1y = 1.
  • Change to type II. The region is bounded by y=0y = 0, y=1y = 1, x=0x = 0, and x=y2x = y^2.
  • The integral becomes:
    <em>01</em>0y2y3+1dxdy\int<em>0^1 \int</em>0^{y^2} \sqrt{y^3 + 1} dx dy
  • Evaluate the inner integral:
    <em>0y2y3+1dx=y3+1x</em>0y2=y2y3+1\int<em>0^{y^2} \sqrt{y^3 + 1} dx = \sqrt{y^3 + 1} * x |</em>0^{y^2} = y^2 \sqrt{y^3 + 1}
  • Evaluate the outer integral using u-substitution:
    • u=y3+1u = y^3 + 1
    • du=3y2dydu = 3y^2 dy
    • The integral becomes:
      <em>01y2y3+1dy=1/3</em>12udu=[2/9u(3/2)]12=2/9(2(3/2)1)\int<em>0^1 y^2 \sqrt{y^3 + 1} dy = 1/3 \int</em>1^2 \sqrt{u} du = [2/9 * u^(3/2)]_1^2 = 2/9 * (2^(3/2) - 1)

Polar Coordinates

  • If f is continuous on polar rectangle R defined by: R=(r,θ)arb,αθβR = {(r, θ) | a ≤ r ≤ b, α ≤ θ ≤ β}
  • Then
    <em>Rf(x,y)dA=</em>αβabf(rcos(θ),rsin(θ))rdrdθ\int \int<em>R f(x, y) dA = \int</em>α^β \int_a^b f(r cos(θ), r sin(θ)) r dr dθ

Transformation Equations

  • x = r cos θ
  • y = r sin θ
  • dA = r dr dθ

Example - disk to polar cordinates

  • Evaluate Integral by making a change to polar coordinates: D2xydA\int \int_D 2x-y dA, where D is a disk radius 2
  • $\int0^{2\pi} \int0^2 2 r cos(θ) - rsin(θ) r dr dθ$