BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeCalculus III: Multivariable CalculusDouble Integrals in Polar Coordinates
Study Guide875 words

Double Integrals in Polar Coordinates

Double Integrals in Polar Coordinates

Double Integrals in Polar Coordinates

This guide covers the techniques for evaluating double integrals by transforming Cartesian coordinates (x,y)(x, y)(x,y) into polar coordinates (r,θ)(r, \theta)(r,θ). This method is particularly powerful for regions with circular symmetry.

Learning Objectives

  • Recognize regions and integrands that are simplified by polar conversion.
  • Apply the transformation dA=r dr dθdA = r \, dr \, d\thetadA=rdrdθ correctly in iterated integrals.
  • Evaluate double integrals over polar rectangular and general polar regions.
  • Convert limits of integration from rectangular to polar form.

Key Terms & Glossary

  • Polar Rectangle: A region RRR defined by a≤r≤ba \le r \le ba≤r≤b and \alpha \le \theta \le eta.
    • Example: A semi-annulus (half-donut shape) where $1 \le r \le 2and$0≤θ≤π and $0 \le \theta \le \piand$0≤θ≤π.
  • Area Element (dAdAdA): The infinitesimal area dx dydx \, dydxdy which transforms to r dr dθr \, dr \, d\thetardrdθ in polar coordinates.
    • Example: When integrating over a disk, the "extra rrr" accounts for the widening of sectors as rrr increases.
  • General Polar Region: A region bounded by two rays (θ=α,θ=β\theta = \alpha, \theta = \betaθ=α,θ=β) and two continuous functions of θ\thetaθ (r=h1(θ),r=h2(θ)r = h_1(\theta), r = h_2(\theta)r=h1​(θ),r=h2​(θ)).
    • Example: The interior of a cardioid r=1+cos⁡(θ)r = 1 + \cos(\theta)r=1+cos(θ).

The "Big Idea"

In Cartesian coordinates, circular boundaries result in integration limits involving square roots (e.g., y=a2−x2y = \sqrt{a^2 - x^2}y=a2−x2​), which are often difficult to compute. By switching to polar coordinates, circular boundaries become constant limits (r=ar = ar=a), turning complex regions into "rectangles" in the rθr\thetarθ-plane. This effectively "straightens out" the geometry of the problem.

Formula / Concept Box

Transformation RuleCartesian to Polar
Coordinate Substitutionx=rcos⁡θx = r \cos \thetax=rcosθ, y=rsin⁡θy = r \sin \thetay=rsinθ
Radius Relationshipr2=x2+y2r^2 = x^2 + y^2r2=x2+y2
Area ElementdA=r dr dθdA = r \, dr \, d\thetadA=rdrdθ
Double Integral Form∬Rf(x,y) dA=∫αβ∫h1(θ)h2(θ)f(rcos⁡θ,rsin⁡θ) r dr dθ\iint_R f(x,y) \, dA = \int_{\alpha}^{\beta} \int_{h_1(\theta)}^{h_2(\theta)} f(r \cos \theta, r \sin \theta) \, r \, dr \, d\theta∬R​f(x,y)dA=∫αβ​∫h1​(θ)h2​(θ)​f(rcosθ,rsinθ)rdrdθ

[!IMPORTANT] Never forget the extra rrr in the integrand! dx dy≠dr dθdx \, dy \neq dr \, d\thetadxdy=drdθ. The correct substitution is dx dy=r dr dθdx \, dy = r \, dr \, d\thetadxdy=rdrdθ.

Hierarchical Outline

  • I. Motivation for Polar Integration
    • Circular Symmetry: Use when the region DDD is a disk, ring, or sector.
    • Integrand Simplification: Use when f(x,y)f(x,y)f(x,y) contains the term x2+y2x^2 + y^2x2+y2.
  • II. Integration over Polar Rectangles
    • Constant Limits: Bounds are a≤r≤ba \le r \le ba≤r≤b and α≤θ≤β\alpha \le \theta \le \betaα≤θ≤β.
    • Iterated Setup: Outer integral usually θ\thetaθ, inner integral rrr.
  • III. Integration over General Polar Regions
    • Functional Limits: rrr varies between two polar curves r=g(heta)r = g( heta)r=g(heta) and r=h(heta)r = h( heta)r=h(heta).
    • Radial Arrows: Visualize by drawing a ray from the origin through the region.

Visual Anchors

Decision Flow: When to use Polar Coordinates?

Loading Diagram...
Figure 1 — Mermaid diagram

Geometry of the Polar Area Element

Compiling TikZ diagram…
⏳
Running TeX engine…
This may take a few seconds
Figure 2 — TikZ diagram

Definition-Example Pairs

  • Definition: Annular Region — The area between two concentric circles.
    • Real-World Example: Finding the mass of a circular metal washer with a hole in the center. The density might vary with distance from the center.
  • Definition: Radial Bound — The function r(θ)r(\theta)r(θ) that defines the outer edge of a shape.
    • Real-World Example: A lighthouse beam rotating; the area swept over a specific time is a sector defined by the range of the beam (rrr) and the angle of rotation (θ\thetaθ).

Worked Examples

Example 1: Evaluating over a Disk

Evaluate ∬Dex2+y2 dA\iint_D e^{x^2+y^2} \, dA∬D​ex2+y2dA where DDD is the unit disk x2+y2≤1x^2 + y^2 \le 1x2+y2≤1.

  1. Convert Region: The unit disk is $0 \le r \le 1and$0≤θ≤2π and $0 \le \theta \le 2\piand$0≤θ≤2π.
  2. Convert Integrand: ex2+y2→er2e^{x^2+y^2} \rightarrow e^{r^2}ex2+y2→er2.
  3. Setup Integral: ∫02π∫01er2(r dr dθ)\int_0^{2\pi} \int_0^1 e^{r^2} (r \, dr \, d\theta)∫02π​∫01​er2(rdrdθ)
  4. Evaluate Inner (rrr): Let u=r2,du=2r dru = r^2, du = 2r \, dru=r2,du=2rdr. ∫01rer2 dr=[12er2]01=12(e−1)\int_0^1 r e^{r^2} \, dr = \left[ \frac{1}{2} e^{r^2} \right]_0^1 = \frac{1}{2}(e - 1)∫01​rer2dr=[21​er2]01​=21​(e−1)
  5. Evaluate Outer (θ\thetaθ): ∫02π12(e−1) dθ=12(e−1)[2π]=π(e−1)\int_0^{2\pi} \frac{1}{2}(e - 1) \, d\theta = \frac{1}{2}(e - 1) [2\pi] = \pi(e - 1)∫02π​21​(e−1)dθ=21​(e−1)[2π]=π(e−1)

Example 2: General Polar Region

Find the area of the region DDD inside the cardioid r=1+cos⁡θr = 1 + \cos \thetar=1+cosθ.

  1. Setup: Area A=∬D1 dA=∫02π∫01+cos⁡θr dr dθA = \iint_D 1 \, dA = \int_0^{2\pi} \int_0^{1+\cos \theta} r \, dr \, d\thetaA=∬D​1dA=∫02π​∫01+cosθ​rdrdθ.
  2. Inner Integral: ∫01+cos⁡θr dr=[12r2]01+cos⁡θ=12(1+cos⁡θ)2=12(1+2cos⁡θ+cos⁡2θ)\int_0^{1+\cos \theta} r \, dr = \left[ \frac{1}{2} r^2 \right]_0^{1+\cos \theta} = \frac{1}{2}(1 + \cos \theta)^2 = \frac{1}{2}(1 + 2\cos \theta + \cos^2 \theta)∫01+cosθ​rdr=[21​r2]01+cosθ​=21​(1+cosθ)2=21​(1+2cosθ+cos2θ)
  3. Use Identity: cos⁡2θ=1+cos⁡2θ2\cos^2 \theta = \frac{1 + \cos 2\theta}{2}cos2θ=21+cos2θ​.
  4. Outer Integral: ∫02π12(1+2cos⁡θ+12+12cos⁡2θ) dθ=12[32θ+2sin⁡θ+14sin⁡2θ]02π=3π2\int_0^{2\pi} \frac{1}{2} (1 + 2\cos \theta + \frac{1}{2} + \frac{1}{2}\cos 2\theta) \, d\theta = \frac{1}{2} [ \frac{3}{2}\theta + 2\sin \theta + \frac{1}{4}\sin 2\theta ]_0^{2\pi} = \frac{3\pi}{2}∫02π​21​(1+2cosθ+21​+21​cos2θ)dθ=21​[23​θ+2sinθ+41​sin2θ]02π​=23π​

Checkpoint Questions

  1. What is the Jacobian (the scaling factor) when moving from Cartesian to Polar double integrals?
  2. If you are integrating over a region in the first quadrant bounded by y=xy=xy=x, y=0y=0y=0, and x2+y2=9x^2+y^2=9x2+y2=9, what are the θ\thetaθ limits?
  3. True or False: ∫01∫01f(r,θ) dr dθ\int_0^1 \int_0^1 f(r, \theta) \, dr \, d\theta∫01​∫01​f(r,θ)drdθ represents the integral over a square of side length 1 in the xyxyxy-plane.
▶Click to see answers
  1. The factor is rrr.
  2. θ\thetaθ goes from 0 to π/4\pi/4π/4.
  3. False. It represents a unit sector (a quarter-circle with radius 1).
All Calculus III: Multivariable Calculus Study Resources

Related Notes

  • Applications of Vectors: Force, Volume, and Geometric Analysis842 words
  • Arc Length and Curvature: Multivariable Calculus Study Guide780 words
  • Calculus III: Area and Arc Length in Polar Coordinates Study Guide875 words
  • Calculus of Parametric Curves: Comprehensive Study Guide892 words
  • Calculus of Vector-Valued Functions: A Comprehensive Study Guide825 words
  • Conic Sections: Geometric Foundations and Polar Representations845 words
  • Mastering Conservative Vector Fields: Path Independence and Potential Functions925 words
  • Mastering Cylindrical and Spherical Coordinates925 words
  • Study Guide: Directional Derivatives and the Gradient985 words
  • Divergence and Curl: Vector Calculus Study Guide860 words
  • Study Guide: Double Integrals over General Regions875 words
  • Double Integrals over Rectangular Regions: Comprehensive Study Guide945 words

Ready to study Calculus III: Multivariable Calculus?

Practice tests, flashcards, and all study notes — free, no sign-up.

Start Studying

Ready to study Calculus III: Multivariable Calculus?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free
Calculus III: Multivariable Calculus ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.

Loading Diagram...
Flowchart, top to bottom. Start: Examine Integral connects to Circular Region?. B -- Yes connects to Use Polar. B -- No connects to x^2 + y^2 in integrand?. C -- Yes connects to E. C -- No connects to Stay in Cartesian. E connects to Identify r limits. E connects to Identify theta limits. F connects to Setup Integral with r dr dtheta. 1 more statements.