Why does the double integral for the area of a circle of radius$1$ equal $\pi/8 $ instead of $\pi/4$?

1.1k Views Asked by At

Like double integral a for quarter circle area: $$ \int_0^{\pi/2} \int_0^1 (1-r^2) r\,dr\,d\theta = \frac{\pi}{8} $$

If that truly is the representation of a quarter circle of radius 1 in polar coordinates, it must equal $\pi/4$. So, why is this not a quarter circle of radius one and is instead equal to $\pi/8$ suggesting a circle of radius $\sqrt2 / 2$ ?

Thanks!

1

There are 1 best solutions below

3
On

It's just not true that this integral is "the representation of a quarter circle of radius 1 in polar coordinates." The domain over which you are integrating is a quarter disk, but you're integrating a function $f(r,\theta) = 1-r^2$ over that domain.

There is a danger in calculus (especially in the transition from single to multivariable) to think of integrals as area. In fact, integrals can be used to accumulate any function. For instance, you can think of the function as measuring charge density over a metal plate in the shape of the domain. Then the integral measures total charge.

If you want an integral over a plane region that computes the area of the region, use $f(r,\theta)=1$. Then $$ \int_0^{\pi/2} \int_0^1 r\,dr\,d\theta = \left[\frac{r^2}{2}\right]^1_0 \left[\theta\right]^{\pi/2}_0 = \frac{1}{2} \cdot \frac{\pi}{2} = \frac{\pi}{4} $$ However, this doesn't prove the area formula. The polar coordinates integration formula is derived from the area formula for this disk. So this is—wait for it—circular logic.