[Math] Converting limits of integration

integrationpolar coordinates

I have the following problem:

Sketch the region of integration for the double integral

$$\int_{0}^{2} \int_{0}^{ \pi} y dy dx$$

Rewrite the rectangular double integral as a polar double integral, and evaluate the polar integral.

Now if I didn't have to convert the integral limits I would know what to do but I'm confused as how I do that.

I know polar coordinates have the form

$$ f(r\cos\theta,r\sin\theta) rdr d\theta$$

and I know how to convert the function, which would give me

$$\iint_R r\sin\theta rdrd\theta$$

but I do not know how to convert the limits of integration and sketch them.
Any help?

Best Answer

$\int_{0}^{2} \int_{0}^{ \pi} y dy dx$

The region is bound by $x = 0, x = 2, y = 0, y = pi$

Convert to polar $x = r \cos \theta\\ y = r \sin \theta$

$x=0\\ r\cos \theta = 0\\ \theta = \frac {\pi}{2}$

$x=2\\ r\cos \theta = 2\\ r = 2 \sec \theta$

$y=0\\ r\sin \theta = 0\\ \theta = 0$

$y=\pi\\ r\sin \theta = \pi\\ r = \pi \csc \theta$

What is the angle $\theta$ at the point $(2,\pi)$?

$\theta = \tan^{-1} \frac {\pi}2$

put it together

$\int_{0}^{\tan^{-1}\frac{\pi}2} \int_{0}^{2\sec \theta} (r \sin\theta) r\;dr\;d\theta + \int_{\tan^{-1}\frac{\pi}2}^{\frac {\pi}{2}}\int_{0}^{\pi\csc \theta} (r \sin\theta) r\;dr\;d\theta$

You may find it helpful to take one of the integrals and substitute $\phi = \frac {\pi}{2} - \theta$

$\int_{0}^{\tan^{-1}\frac2{\pi}}\int_{0}^{\pi\sec \phi} (r \cos\phi) r\;dr\;d\phi$

Related Question