How to Evaluate a Double Integral Using Polar Coordinates?

tony873004
Science Advisor
Gold Member
Messages
1,753
Reaction score
143

Homework Statement


Evaluate the integral \int {\int\limits_R {\left( {x + y} \right)\,dA} } where R is the region that lies to the left of the y-axis between the circles x^2 + y^2 = 1 and x^2 + y^2 = 4 by changing to polar coordinates.



Homework Equations


x=r cos theta
y=r sin theta


The Attempt at a Solution


my effort:

\begin{array}{l}<br /> r_{inner} = \sqrt 1 = 1,\,\,r_{outer} = \sqrt 4 = 2 \\ <br /> R = \left\{ {\left( {r,\theta |1 \le r \le 4,\,\frac{{3\pi }}{2}\,\theta \le \pi } \right)} \right\} \\ <br /> x = r\cos \left( \theta \right),\,\,\,y = r\sin \left( \theta \right) \\ <br /> \int\limits_1^2 {\int\limits_{\pi /2}^{3\pi /2} {\left( {r\cos \left( \theta \right) + r\sin \left( \theta \right)} \right)\,d\theta \,dr} } \\ <br /> \end{array}

The solution shows an extra instance of r in the integral. If the original question is for (x+y) then why isn't it simply r cos + r sin, rather than r(r cos + r sin)?
 
Physics news on Phys.org
Assuming everything else is correct:

there is an additional r because of Jacobian
you will learn co-od transformations soon
when you transform, area changes, and that
r takes into account of that
 
the area element in polar coordinates is :

dA = rdrd\theta
that is where the extra r comes from.
 
Thanks!

I was about to say never mind because I just found the formula in the book. It gives the extra r.

But I'm glad I asked, because now I understand where it comes from.
 
indeed, you can see this also if you draw out the picture of the infinitesimal pieces: rdtheta will be a small slice of length. multiplying by dr will give you approximately a small square. so dxdy =~ rdrdtheta
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top