4.4.19Multivariable Calculus

Double integrals in polar coordinates — Jacobian r

1,754 words8 min readdifficulty · medium6 backlinks

WHY do we even switch to polar?

The price you pay: the area element changes. That is the whole subtopic.


WHAT is a polar coordinate, exactly?


HOW to derive dA=rdrdθdA = r\,dr\,d\theta — geometric way (do this from scratch)

Figure — Double integrals in polar coordinates — Jacobian r

HOW to derive it — the Jacobian way (so you trust it always)


Worked Example 1 — area of a disk (sanity check)

Compute R1dA\displaystyle \iint_R 1\,dA over the disk x2+y2a2x^2+y^2\le a^2.

02π0a1rdrdθ.\int_0^{2\pi}\int_0^a 1\cdot r\,dr\,d\theta.

  • Why rr? Because dA=rdrdθdA=r\,dr\,d\theta; forgetting it gives the wrong answer.
  • Why limits r:0ar:0\to a, θ:02π\theta:0\to 2\pi? The disk is all radii up to aa, full sweep of angle.

=02π ⁣[r22]0adθ=02πa22dθ=a222π=πa2.  =\int_0^{2\pi}\!\left[\tfrac{r^2}{2}\right]_0^a d\theta=\int_0^{2\pi}\tfrac{a^2}{2}\,d\theta = \tfrac{a^2}{2}\cdot 2\pi = \pi a^2.\;\checkmark


Worked Example 2 — the famous Gaussian ex2dx\int_{-\infty}^\infty e^{-x^2}dx

Let I=ex2dxI=\int_{-\infty}^{\infty}e^{-x^2}dx. Then I2= ⁣ ⁣ ⁣e(x2+y2)dxdy.I^2=\!\int_{-\infty}^\infty\!\!\int_{-\infty}^\infty e^{-(x^2+y^2)}dx\,dy.

  • Why square it? The product of two 1-D integrals becomes a 2-D integral over the whole plane, and x2+y2x^2+y^2 screams polar.

Switch to polar over all of R2\mathbb{R}^2 (r:0r:0\to\infty, θ:02π\theta:0\to2\pi), using x2+y2=r2x^2+y^2=r^2 and dA=rdrdθdA=r\,dr\,d\theta: I2=02π ⁣0er2rdrdθ.I^2=\int_0^{2\pi}\!\int_0^\infty e^{-r^2}\,r\,dr\,d\theta.

  • Why this is now easy: the extra rr is exactly what you need for the substitution u=r2u=r^2, du=2rdrdu=2r\,dr.

0er2rdr=120eudu=12.\int_0^\infty e^{-r^2}r\,dr=\tfrac12\int_0^\infty e^{-u}du=\tfrac12. I2=2π12=π    I=π.I^2 = 2\pi\cdot\tfrac12=\pi \;\Rightarrow\; I=\sqrt{\pi}.


Worked Example 3 — non-trivial limits (a quarter ring)

R(x2+y2)dA\displaystyle \iint_R (x^2+y^2)\,dA over the region 1r21\le r\le 2, 0θπ/20\le\theta\le \pi/2.

Replace x2+y2=r2x^2+y^2=r^2 and dA=rdrdθdA=r\,dr\,d\theta: 0π/2 ⁣12r2rdrdθ=0π/2 ⁣12r3drdθ.\int_0^{\pi/2}\!\int_1^2 r^2\cdot r\,dr\,d\theta=\int_0^{\pi/2}\!\int_1^2 r^3\,dr\,d\theta.

  • Why r3r^3? The integrand r2r^2 times the Jacobian rr.

12r3dr=[r44]12=1614=154,0π/2dθ=π2.\int_1^2 r^3\,dr=\left[\tfrac{r^4}{4}\right]_1^2=\tfrac{16-1}{4}=\tfrac{15}{4},\qquad \int_0^{\pi/2}d\theta=\tfrac{\pi}{2}. Answer=154π2=15π8.\text{Answer}=\tfrac{15}{4}\cdot\tfrac{\pi}{2}=\frac{15\pi}{8}.


Common Mistakes (Steel-manned)


Recall Feynman: explain to a 12-year-old

Imagine cutting a pizza. Near the center the slices are skinny little triangles; near the crust the same-angle slice is a big fat piece. So a "slice" doesn't have a fixed size — it gets bigger the farther out you go. When we add up area in circles, each tiny tile far from the center is bigger, and "how much bigger" is just how far out you are — that's the rr. Closer = smaller tile, farther = bigger tile, exactly proportional to the distance rr. That's the whole trick.


Flashcards

What is the area element in polar coordinates?
dA=rdrdθdA = r\,dr\,d\theta
Why is there an extra factor of rr in polar double integrals?
The arc length of the box's curved side is rdθr\,d\theta, so the box area is drrdθ=rdrdθdr\cdot r\,d\theta = r\,dr\,d\theta; it stretches with distance from the origin.
What are the polar substitutions for xx and yy?
x=rcosθ,  y=rsinθx=r\cos\theta,\; y=r\sin\theta
Compute the Jacobian determinant for (x,y)=(rcosθ,rsinθ)(x,y)=(r\cos\theta, r\sin\theta).
det(cosθrsinθsinθrcosθ)=r\det\begin{pmatrix}\cos\theta & -r\sin\theta\\ \sin\theta & r\cos\theta\end{pmatrix}=r
Why does drdθdr\,d\theta (no rr) fail a dimensional check?
rr is a length and θ\theta is dimensionless, so drdθdr\,d\theta is a length, not an area; you need the extra length factor rr.
Evaluate 02π0ardrdθ\int_0^{2\pi}\int_0^a r\,dr\,d\theta.
πa2\pi a^2 (area of a disk).
How does the rr Jacobian make the Gaussian integral solvable?
It supplies the rr needed for u=r2u=r^2, du=2rdrdu=2r\,dr, turning er2rdr\int e^{-r^2}r\,dr into 12eudu\tfrac12\int e^{-u}du.
What is ex2dx\int_{-\infty}^\infty e^{-x^2}dx?
π\sqrt{\pi} (via squaring and polar coordinates).
For the circle r=2cosθr=2\cos\theta, are the rr-limits constant?
No — the outer rr-limit depends on θ\theta: rr runs 02cosθ0\to 2\cos\theta.

Connections

Concept Map

motivates switch to

defined by

gives

geometric slicing

area approx dr times r d theta

change of variables

det equals

confirms

is the extra

plugged into

applied to

Circular symmetry disk annulus sector

Polar coordinates r theta

x = r cos theta, y = r sin theta

Constant integration limits

Tiny polar box, sides dr and r d theta

dA = r dr d theta

Jacobian determinant

|det J| = r

Stretch factor r

Master formula for polar integral

Disk area gives pi a squared

Hinglish (regional understanding)

Intuition Hinglish mein samjho

Dekho, jab hum double integral polar coordinates mein karte hain, toh sabse important cheez hai yeh chhota sa factor rr. Bahut log galti karte hain — wo seedha drdθdr\,d\theta likh dete hain, jaise Cartesian mein dxdydx\,dy hota hai. Lekin yeh galat hai. Kyun? Socho ek pizza ka piece — center ke paas patla, aur bahar crust ke paas mota. Same angle, lekin area alag! Toh polar box ka area distance ke saath badhta hai, aur exactly kitna badhta hai? Utna hi jitna rr hai. Isliye dA=rdrdθdA = r\,dr\,d\theta.

Iski do tarah se proof hoti hai. Geometric: chhote box ka ek side drdr (radial) aur doosra side arc length =rdθ= r\,d\theta (kyunki arc == radius ×\times angle). Inko multiply karo, rr apne aap aa jaata hai. Doosra tarika Jacobian determinant — x=rcosθx=r\cos\theta, y=rsinθy=r\sin\theta ka partial derivatives ka matrix banao, determinant nikalo, answer aata hai rcos2θ+rsin2θ=rr\cos^2\theta + r\sin^2\theta = r. Dono tarike same answer dete hain, toh confidence aa jaati hai.

Yeh kyun matter karta hai? Kyunki bahut saare integrals jo Cartesian mein impossible lagte hain, polar mein 3 line mein ho jaate hain. Best example — Gaussian integral ex2dx=π\int e^{-x^2}dx = \sqrt{\pi}. Isko square karo, plane par integrate karo, polar mein switch karo, aur wo extra rr exactly substitution u=r2u=r^2 ke liye chahiye hota hai. Magic! Toh yaad rakho: polar mein hamesha rr lagao, aur integrand mein x,yx,y ko bhi convert karo. Quick check: disk ka area πa2\pi a^2 aana chahiye — agar aaya, sahi; nahi aaya, rr bhool gaye.

Go deeper — visual, from zero

Test yourself — Multivariable Calculus

Connections