MULTIVARIABLE CALCULUS • MULTIPLE INTEGRALS

Double Integrals in Polar — Set up and evaluate double integrals in polar coordinates

Learn how switching to polar coordinates turns difficult circular integrals into elegant, solvable problems.

Historical Context & Motivation

For centuries, mathematicians struggled to compute areas and volumes of objects with circular or spiral shapes. Using the familiar Cartesian grid of x and y axes works beautifully for rectangles and straight-edged shapes, but it becomes painfully awkward for circles, disks, and rings. The search for a better way to handle round geometry led mathematicians to develop an entirely different coordinate system — one based on distance and angle rather than horizontal and vertical position.

1671
Newton Explores Polar Curves
Isaac Newton classified curves using polar-style descriptions, recognizing that distance-and-angle coordinates simplify many geometric problems.
1691
Jacob Bernoulli Formalizes Polar Coordinates
Swiss mathematician Jacob Bernoulli introduced the formal polar coordinate system with variables r and θ, laying the groundwork for polar calculus.
1740s
Euler Develops Integration Techniques
Leonhard Euler connected polar coordinates to integration, showing how to compute areas bounded by polar curves using integrals involving r and θ.
1800s
The Gaussian Integral Triumph
Carl Friedrich Gauss famously evaluated the integral of e raised to the power −x² by converting a double integral to polar coordinates — a technique still celebrated as one of the most elegant tricks in all of mathematics.

The central question this lesson addresses is: How do we set up and evaluate a double integral when the region of integration is circular, annular, or otherwise best described by polar coordinates? By the end, you will be able to convert a double integral from Cartesian to polar form, understand where the extra factor of r comes from, and confidently evaluate these integrals.

Core Principles & Definitions

Before diving into integration, let's make sure you have a solid handle on the foundational ideas. In polar coordinates, every point in the plane is described by two values: r (the distance from the origin) and θ (the angle measured counterclockwise from the positive x-axis). The conversion formulas linking polar and Cartesian coordinates are x = r cos θ and y = r sin θ, with r² = x² + y².

1

Polar Coordinates (r, θ)

A point is located by its distance r from the origin and its angle θ from the positive x-axis. This naturally describes circles (constant r) and rays (constant θ).
2

Conversion Formulas

x = r cos θ, y = r sin θ, r² = x² + y², and tan θ = y/x. These let you move freely between Cartesian and polar descriptions.
3

The Area Element: r dr dθ

In Cartesian coordinates, the tiny area element is dx dy. In polar coordinates, it becomes r dr dθ. The extra factor of r accounts for how wedge-shaped pieces get wider farther from the origin.
4

Polar Regions

A polar region is typically described by bounds on r (inner and outer radii) and bounds on θ (starting and ending angles). Sectors, annuli, and full disks are common examples.
KEY TAKEAWAY
Think of polar integration like slicing a pizza. In Cartesian coordinates, you'd cut the pizza into tiny squares — messy and wasteful for a round shape. In polar coordinates, you cut it into thin wedge-shaped slices (varying θ) and then into small arcs within each slice (varying r). The farther you are from the center, the wider each arc is — that's why the extra factor of r appears in the area element. It captures the fact that outer slices are bigger than inner ones.

Visual Explanation — The Polar Area Element

The shaded cyan region shows a single polar area element dA. Notice how it resembles a small curved rectangle: its width along the radial direction is dr, and its arc length along the angular direction is r dθ. The product r · dr · dθ gives the area of this tiny piece. Points farther from the origin (larger r) produce wider arcs, which is exactly why the factor r appears.

Look at the diagram above. The cyan-shaded region represents one tiny piece of area in polar coordinates. In Cartesian coordinates, a small area element is simply dx × dy — a tiny rectangle. But in polar coordinates, the element is a curved wedge. Its radial thickness is dr, and its arc length (along the circular direction) is r dθ. When you multiply these together, you get dA = r dr dθ. The key insight is that the extra factor of r is not optional — it's a geometric necessity. Without it, you'd be treating every ring of the circle as if it were the same width, which would give you the wrong answer.

Mathematical Framework

Now let's formalize everything. When you convert a double integral from Cartesian to polar coordinates, three things change: the integrand (replace x and y using the conversion formulas), the limits of integration (describe the region in terms of r and θ), and the area element (replace dx dy with r dr dθ).

CONVERSION FORMULAS
x = r cos θ y = r sin θ r² = x² + y²
These allow you to rewrite any function f(x, y) as a function of r and θ.
DOUBLE INTEGRAL IN POLAR FORM
∬_R f(x, y) dA = ∫_α^β ∫_{r₁(θ)}^{r₂(θ)} f(r cos θ, r sin θ) · r dr dθ
Here α and β are the angular bounds, r₁(θ) and r₂(θ) are the inner and outer radial bounds (which may depend on θ), and the factor r is the Jacobian of the coordinate transformation.
AREA ELEMENT (JACOBIAN)
dA = dx dy → dA = r dr dθ
The Jacobian determinant of the transformation from (x, y) to (r, θ) equals r. This factor corrects for the way polar coordinates stretch space at larger radii.
⚠️ Don't Forget the r!
The single most common mistake in polar double integrals is forgetting to include the extra factor of r in the integrand. Every time you write r dr dθ, check that you have three pieces: the function f expressed in polar form, the Jacobian factor r, and the differentials dr dθ.

The process for setting up a polar double integral follows a clear sequence. First, sketch the region and decide whether polar coordinates simplify the boundary description. Second, determine the angular range from α to β. Third, for each angle θ, identify how r ranges from the inner boundary r₁(θ) to the outer boundary r₂(θ). Finally, rewrite the integrand using x = r cos θ and y = r sin θ, and attach the factor r dr dθ.

Common Polar Regions & Their Bounds

One of the trickiest parts of polar integration is correctly identifying the bounds. Let's catalog the most common region types you'll encounter and their corresponding limits.

Four standard polar regions with their r and θ bounds. A full disk sweeps all angles from 0 to 2π. An annulus (ring) has a gap in the middle. A sector is a pie-slice shape with restricted angle range. A semicircle uses half the angular range.
Common polar regions and their integration bounds
Regionr boundsθ boundsUse When
Full disk of radius a0 ≤ r ≤ a0 ≤ θ ≤ 2πx² + y² ≤ a²
Annulus (ring)a ≤ r ≤ b0 ≤ θ ≤ 2πa² ≤ x² + y² ≤ b²
Sector (wedge)0 ≤ r ≤ aα ≤ θ ≤ βPie-shaped region
Upper semicircle0 ≤ r ≤ a0 ≤ θ ≤ πUpper half of disk
Quarter circle (first quadrant)0 ≤ r ≤ a0 ≤ θ ≤ π/2x ≥ 0, y ≥ 0, x² + y² ≤ a²

Worked Example

Let's walk through a complete example. We'll evaluate the double integral of (x² + y²) over the disk of radius 3 centered at the origin. In Cartesian notation, this is ∬_R (x² + y²) dA where R is the region x² + y² ≤ 9.

Evaluate ∬_R (x² + y²) dA over the disk x² + y² ≤ 9
1
Step 1 — Identify the RegionThe region R is a full disk of radius 3 centered at the origin. In polar coordinates, this means r ranges from 0 to 3, and θ ranges from 0 to 2π.
0 ≤ r ≤ 3, 0 ≤ θ ≤ 2π
2
Step 2 — Convert the IntegrandThe integrand is x² + y². Since r² = x² + y², the integrand becomes simply r². Note how clean this is — this is exactly the kind of function that begs to be converted to polar form.
x² + y² = r²
3
Step 3 — Write the Full Polar IntegralReplace the integrand with r², replace dA with r dr dθ, and insert the limits. The integral becomes ∫₀²π ∫₀³ r² · r dr dθ = ∫₀²π ∫₀³ r³ dr dθ. Notice that the integrand r² multiplied by the Jacobian factor r gives r³.
∫₀²π ∫₀³ r³ dr dθ
4
Step 4 — Evaluate the Inner Integral (with respect to r)Integrate r³ with respect to r: ∫₀³ r³ dr = [r⁴/4]₀³ = 3⁴/4 − 0 = 81/4.
∫₀³ r³ dr = 81/4
5
Step 5 — Evaluate the Outer Integral (with respect to θ)Now integrate the constant 81/4 with respect to θ from 0 to 2π: ∫₀²π (81/4) dθ = (81/4) × 2π = 81π/2.
∬_R (x² + y²) dA = 81π/2
💡 Why Polar Was Better Here
If you tried this in Cartesian coordinates, the limits for y would be −√(9 − x²) to √(9 − x²), and you'd end up with nasty square root expressions. Polar coordinates turned the region into simple constants and the integrand into a clean power of r — making the whole problem solvable in a few lines.

Cartesian vs. Polar — When to Switch

Polar coordinates aren't always the right choice. Understanding when to use polar versus Cartesian coordinates is a skill that will save you time and frustration. Here's a comparison to guide your decision-making.

Comparison of Cartesian and polar approaches to double integrals
FeatureCartesian (dx dy)Polar (r dr dθ)
Best region shapesRectangles, triangles, regions bounded by linesCircles, annuli, sectors, cardioids, spirals
Area elementdA = dx dy (simple)dA = r dr dθ (extra r factor)
Simplifies x² + y²?No — stays as x² + y²Yes — becomes r²
Circular boundariesMessy square roots in limitsClean constant limits
Common pitfallForcing circles into rectangular boundsForgetting the Jacobian factor r
KEY TAKEAWAY
Choosing between Cartesian and polar coordinates is like choosing between a ruler and a protractor. If the shape you're measuring has straight edges, a ruler (Cartesian) works great. If the shape is round, a protractor (polar) matches the geometry perfectly. The best coordinate system is the one that matches the shape of your region and simplifies your integrand.

Connections to Advanced Topics

Polar double integrals are your first encounter with a powerful idea: changing coordinates to match the geometry of a problem. This theme appears repeatedly in advanced mathematics. The extra factor r that appears in polar integrals is actually a special case of the Jacobian determinant, which measures how a coordinate transformation stretches or compresses area. In three dimensions, you'll encounter cylindrical and spherical coordinates, each with their own Jacobians.

Coordinate systems and their volume/area elements
Coordinate SystemVariablesVolume/Area ElementBest For
Cartesian 2Dx, ydx dyRectangular regions
Polar 2Dr, θr dr dθCircular regions (this lesson!)
Cylindrical 3Dr, θ, zr dr dθ dzCylinders, cones
Spherical 3Dρ, θ, φρ² sin φ dρ dθ dφSpheres, hemispheres

Notice the pattern: as the coordinate system becomes more curved, the Jacobian factor becomes more complex. Polar has the factor r. Cylindrical also has r (because it's just polar plus a z-axis). Spherical has ρ² sin φ — a more involved expression that accounts for stretching in two angular directions. Mastering polar integrals gives you the conceptual foundation for all of these.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain in your own words why the factor r appears in the polar area element dA = r dr dθ. What would go wrong if you used dA = dr dθ instead?
PROBLEM 2BASIC CALCULATION
Use a polar double integral to find the area of a disk of radius 5 centered at the origin. (Hint: the area is ∬_R 1 dA.)
PROBLEM 3INTERMEDIATE
Evaluate ∬_R e^(−x²−y²) dA where R is the disk x² + y² ≤ 4.
PROBLEM 4APPLIED
A circular swimming pool has radius 4 meters. The depth of the pool at a point (x, y) is given by d(x, y) = 3 − (x² + y²)/8 meters. Use a polar double integral to find the total volume of water in the pool.
PROBLEM 5CRITICAL THINKING
Evaluate ∬_R √(x² + y²) dA where R is the annular region (ring) between the circles x² + y² = 1 and x² + y² = 9, but only in the first quadrant (x ≥ 0, y ≥ 0). Explain how you determined each bound.

Lesson Summary

Double integrals in polar coordinates let you evaluate integrals over circular and radially symmetric regions with ease. The key conversion replaces x with r cos θ, y with r sin θ, and the area element dx dy with r dr dθ. The critical factor r in the area element — the Jacobian — corrects for the way polar coordinates stretch space at larger radii, ensuring the integral computes the correct area or volume.

To set up a polar double integral, follow these steps: sketch the region, determine the θ bounds (angular sweep), determine the r bounds (inner and outer radii, which may depend on θ), rewrite the integrand using the conversion formulas, and don't forget to include the extra factor of r. This technique extends naturally to cylindrical coordinates and spherical coordinates in three dimensions, making it a foundational skill for all of multivariable calculus.

Varsity Tutors • Multivariable Calculus • Double Integrals in Polar Coordinates