Double Integration in Polar Coordinates Pt. 1

Introduction to Polar Integration
  • Objective: Estimate the volume through polar coordinates by calculating the area of a base in polar form. This method is particularly useful for regions with circular symmetry or integrands involving (x2+y2)(x^2 + y^2).
Area of the Base
  • Definition: The infinitesimal area element in polar coordinates is denoted as ΔA\Delta A, which represents the small area segment in the polar plane that we are working with.
  • Calculation: To derive this area, we consider an annular sector (a portion of a ring). This involves subtracting the area of one circular sector from another.
Sector Area Formulation
  • Formula Reference: The area of a sector of a circle is given by: Area=12r2θ\text{Area} = \frac{1}{2} r^2 \theta
    • Where rr is the radius and θ\theta is the central angle in radians.
  • In terms of our application: The incremental central angle for calculating a tiny sector area is defined as Δθ\Delta \theta. Thus, the area of a small sector at radius rr is 12r2Δθ\frac{1}{2} r^2 \Delta \theta.
Difference of Sectors
  • Calculation Process for ΔA\Delta A: We calculate the area of an annular sector by taking the difference between two sector areas formed by two consecutive radii.
    • If we denote the outer radius as r<em>ir<em>i and the inner radius as r</em>i1r</em>{i-1}, the area of the annular sector is:
      Area=12Δθ(r<em>i2r</em>i12){Area} = \frac{1}{2} \Delta \theta (r<em>i^2 - r</em>{i-1}^2)
  • Apply the Difference of Squares: The term (r<em>i2r</em>i12)(r<em>i^2 - r</em>{i-1}^2) can be factorized as: r<em>i2r</em>i12=(r<em>ir</em>i1)(r<em>i+r</em>i1)r<em>i^2 - r</em>{i-1}^2 = (r<em>i - r</em>{i-1})(r<em>i + r</em>{i-1})
    • This factorization is crucial for simplifying our calculations into a more intuitive form.
Simplifying the Area Calculation
  • Consequently: Substituting the factorization into the area formula:
    Area=12Δθ(r<em>ir</em>i1)(r<em>i+r</em>i1){Area} = \frac{1}{2} \Delta \theta (r<em>i - r</em>{i-1})(r<em>i + r</em>{i-1})
  • Recognizing the terms:
    • Let Δr=r<em>ir</em>i1\Delta r = r<em>i - r</em>{i-1} be the radial width of the annular sector.
    • Let r<em>i=r</em>i+ri12r<em>i^* = \frac{r</em>i + r_{i-1}}{2} be the average radius of the annular sector.
  • Therefore, the expression for the differential area element simplifies to: ΔA=riΔrΔθ\Delta A = r_i^* \Delta r \Delta \theta
    • This form highlights that the area element is approximately a rectangle with dimensions Δr\Delta r (radial length) and riΔθr_i^* \Delta \theta (arc length).
Riemann Sum for Double Integral Estimation
  • Transitioning to the Riemann Sum: To approximate the volume under a surface f(x,y)f(x,y) over a region in polar coordinates, we use a Riemann sum. The function f(x,y)f(x,y) is converted into polar coordinates, (r,θ)(r, \theta), by substituting:
    • x=r<em>icos(θ</em>j)x = r<em>i^* \cos(\theta</em>j^*)
    • y=r<em>isin(θ</em>j)y = r<em>i^* \sin(\theta</em>j^*)
    • Here, r<em>i<em>r<em>i^<em> and θ</em>j</em>\theta</em>j^</em> are sample points within the small annular sector, and the indices ii and jj represent subdivisions in the rr and θ\theta directions, respectively.
  • The Riemann sum for a function f(x,y)f(x,y) over a polar region is:
    <em>i=1m</em>j=1nf(r<em>icos(θ</em>j<em>),r<em>i</em>sin(θ</em>j<em>))ri</em>ΔrΔθ\sum<em>{i=1}^{m} \sum</em>{j=1}^{n} f(r<em>i^* \cos(\theta</em>j^<em>), r<em>i^</em> \sin(\theta</em>j^<em>)) \cdot r_i^</em> \Delta r \Delta \theta
Limit Process for Double Integrals
  • As the number of subdivisions mm and nn approaches infinity (m,nm \to \infty, n \to \infty), the Riemann sum approximation leads to a double integral. The sum becomes an exact integral: <em>Rf(x,y)dA=</em>Df(rcosθ,rsinθ)rdrdθ\iint<em>R f(x,y) \, dA = \iint</em>D f(r \cos \theta, r \sin \theta) r \, dr \, d\theta
    • Where RR is the region in Cartesian coordinates, and DD is the corresponding region in polar coordinates.
    • In this integral, rr is typically bounded by [a,b][a, b] and θ\theta by [α,β][\alpha, \beta].
Transformation in Polar Coordinates
  • Theorem for Double Integrals: Given that a function f(x,y)f(x,y) is continuous over a region, the differential area element dAdA in Cartesian coordinates transforms into polar coordinates as: dA=rdrdθdA = r \, dr \, d\theta
    • The extra factor of rr is the Jacobian determinant of the transformation from Cartesian to polar coordinates, and it is physically intuitive as it accounts for the stretching of area elements as rr increases.
Example of Polar Integration for Volume
  • Problem: Calculate the volume under the surface z=3x+4y2z = 3x + 4y^2 over the region DD in the first quadrant, bounded by the circles x2+y2=1x^2 + y^2 = 1 and x2+y2=4x^2 + y^2 = 4.
  • Region Description and Conversion:
    • The region is an annular sector in the first quadrant.
    • In Cartesian coordinates, the bounds are 1x2+y241 \le x^2 + y^2 \le 4 and x0,y0x \ge 0, y \ge 0.
    • Converting to polar coordinates:
    • x2+y2=r2x^2 + y^2 = r^2, so 1r24    1r21 \le r^2 \le 4 \implies 1 \le r \le 2.
    • The first quadrant means 0θπ20 \le \theta \le \frac{\pi}{2}.
    • Convert the function z=f(x,y)z = f(x,y) to polar coordinates:
    • Substitute x=rcosθx = r \cos \theta and y=rsinθy = r \sin \theta:
      f(r,θ)=3(rcosθ)+4(rsinθ)2=3rcosθ+4r2sin2θf(r, \theta) = 3(r \cos \theta) + 4(r \sin \theta)^2 = 3r \cos \theta + 4r^2 \sin^2 \theta
Integration Setup
  • Volume Integration Steps: Formulate the double integral in polar coordinates: V=<em>αβ</em>abf(r,θ)rdrdθV = \int<em>{\alpha}^{\beta} \int</em>{a}^{b} f(r, \theta) r \, dr \, d\theta
    • For our example, the integral becomes:
      V=<em>0π/2</em>12(3rcosθ+4r2sin2θ)rdrdθV = \int<em>{0}^{\pi/2} \int</em>{1}^{2} (3r \cos \theta + 4r^2 \sin^2 \theta) r \, dr \, d\theta
      V=<em>0π/2</em>12(3r2cosθ+4r3sin2θ)drdθV = \int<em>{0}^{\pi/2} \int</em>{1}^{2} (3r^2 \cos \theta + 4r^3 \sin^2 \theta) \, dr \, d\theta
Example Integration Simplification
  • Evaluate the Inner Integral (with respect to rr):
    • Perform distribution and integration:
      12(3r2cosθ+4r3sin2θ)dr\int_{1}^{2} (3r^2 \cos \theta + 4r^3 \sin^2 \theta) \, dr
    • Integrate term by term with respect to rr, treating θ\theta as a constant:
      =[r3cosθ+r4sin2θ]r=1r=2= \left[ r^3 \cos \theta + r^4 \sin^2 \theta \right]_{r=1}^{r=2}
    • Apply the Fundamental Theorem of Calculus with bounds from 1 to 2:
      =(23cosθ+24sin2θ)(13cosθ+14sin2θ)= (2^3 \cos \theta + 2^4 \sin^2 \theta) - (1^3 \cos \theta + 1^4 \sin^2 \theta)
      =(8cosθ+16sin2θ)(cosθ+sin2θ)= (8 \cos \theta + 16 \sin^2 \theta) - (\cos \theta + \sin^2 \theta)
      =7cosθ+15sin2θ= 7 \cos \theta + 15 \sin^2 \theta
  • Evaluate the Outer Integral (with respect to θ\theta):
    • Now integrate the result with respect to θ\theta from 00 to π/2\pi/2:
      V=0π/2(7cosθ+15sin2θ)dθV = \int_{0}^{\pi/2} (7 \cos \theta + 15 \sin^2 \theta) \, d\theta
    • Addressing common integrals: For sin2θ\sin^2 \theta, use the power-reducing identity:
      sin2θ=1cos(2θ)2\sin^2 \theta = \frac{1 - \cos(2\theta)}{2}
    • Substitute the identity:
      V=<em>0π/2(7cosθ+15(1cos(2θ)2))dθV = \int<em>{0}^{\pi/2} \left( 7 \cos \theta + 15 \left( \frac{1 - \cos(2\theta)}{2} \right) \right) \, d\thetaV=</em>0π/2(7cosθ+152152cos(2θ))dθV = \int</em>{0}^{\pi/2} \left( 7 \cos \theta + \frac{15}{2} - \frac{15}{2} \cos(2\theta) \right) \, d\theta
    • Integrate term by term:
      =[7sinθ+152θ15212sin(2θ)]<em>0π/2= \left[ 7 \sin \theta + \frac{15}{2} \theta - \frac{15}{2} \cdot \frac{1}{2} \sin(2\theta) \right]<em>{0}^{\pi/2}=[7sinθ+152θ154sin(2θ)]</em>0π/2= \left[ 7 \sin \theta + \frac{15}{2} \theta - \frac{15}{4} \sin(2\theta) \right]</em>{0}^{\pi/2}
    • Apply the bounds:
      =(7sin(π/2)+152(π/2)154sin(π))(7sin(0)+152(0)154sin(0))= \left( 7 \sin(\pi/2) + \frac{15}{2} (\pi/2) - \frac{15}{4} \sin(\pi) \right) - \left( 7 \sin(0) + \frac{15}{2} (0) - \frac{15}{4} \sin(0) \right)
      =(7(1)+15π4154(0))(7(0)+00)= \left( 7(1) + \frac{15\pi}{4} - \frac{15}{4} (0) \right) - \left( 7(0) + 0 - 0 \right)
      V=7+15π4V = 7 + \frac{15\pi}{4}
  • Final Result: The volume under the given surface over the specified region is $$7 + \frac{15