Double Integrals Notes

Double Integrals Over Rectangular Regions

  • General Concept:

    • Double integrals provide a way to compute volumes under surfaces over a given rectangular domain.
  • Definition:

    • The double integral of a function $f(x, y)$ over a rectangle $R$ is defined as:
      ext{Double Integral} = intR f(x, y) \, dA = ext{lim} \, ext{ΣΣ} f(x{ij}, y_{ij}) ΔA
      where the limit is taken as the number of partitions $m$ and $n$ approaches infinity.
  • Partitioning the Region:

    • The domain can be partitioned into smaller subrectangles, allowing for the estimation of the integral as a sum of volumes of these subrectangles.
  • Iterated Integrals:

    • For functions continuous over the rectangle,
      intR f(x, y) \, dA = inta^b intc^d f(x, y) \, dy \, dx = intc^d int_a^b f(x, y) \, dx \, dy
    • Changes in the order of integration is valid under certain conditions (continuity, boundedness, etc.).
  • Example Calculations:

    • Evaluating the iterated integrals, such as int0^2 int1^2 (x - 3y²) \, dy \, dx
    • Use Fubini's theorem to decompose double integrals into their iterated forms.

Double Integrals Over General Regions

  • General Regions:

    • When calculating double integrals over non-rectangular regions, different methods may apply.
  • Definition of Regions:

    • Type I Region:
      D = ext{ (x, y) | } a ≤ x ≤ b, g1(x) ≤ y ≤ g2(x)

    • For such regions:
      intD f(x, y) \, dA = inta^b int{g1(x)}^{g_2(x)} f(x, y) \, dy \, dx

    • Type II Region:
      D = ext{ (x, y) | } c ≤ y ≤ d, h1(y) ≤ x ≤ h2(y)

    • For such regions:
      intD f(x, y) \, dA = intc^d int{h1(y)}^{h_2(y)} f(x, y) \, dx \, dy

  • Examples:

    1. Application of Type I Region:
    • Compute the double integral of f(x+2y)f(x + 2y) over the region defined by two parabolas.
    1. Application of Type II Region:
    • Determine volume under the paraboloid z=x2+y2z = x^2 + y^2 using the bounded region in the xy-plane described by linear and quadratic equations.

Important Theorems and Concepts

  • Fubini's Theorem:

    • States the conditions under which the order of integration can be interchanged in double integrals. This generally applies if the function $f$ is continuous on the domain.
  • Volume Calculation**:

  • When integrating to find volume under a surface, establish clear limits from the geometrical boundaries of the domain of interest.

  • Iterated Integrals:

    • The ability to break down complex double integrals into simpler iterated forms allows for practical evaluation, especially when dealing with functions and limits that are well defined.
  • Graphical Interpretations:

  • Visualization of the regions over which the integrals are evaluated is crucial; sketching the areas helps in determining limits and understanding the behavior of the function being integrated.