Solving Double Integral with Polar Coordinates

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
asmani
Messages
104
Reaction score
0
Hi all.

Suppose that we want to compute the following indefinite integral:

attachment.php?attachmentid=44459&stc=1&d=1330362487.png


The correct solution by Mathematica:

attachment.php?attachmentid=44460&stc=1&d=1330362487.png


Now here is the (apparently) incorrect solution by using polar coordinates:
[tex]\iint\frac{1}{\sqrt{x^2+y^2}}dxdy=\iint\frac{1}{r}rdrd\theta=(r+c_1)(\theta+c_2)[/tex]
If c1=c2=0, then one solution is:
[tex]r\theta=\sqrt{x^2+y^2}\tan^{-1}\left ( \frac{y}{x} \right )[/tex]
But it isn't:

attachment.php?attachmentid=44461&stc=1&d=1330362487.png


What's wrong with this solution?

Thanks in advance.
 

Attachments

  • 1.png
    1.png
    839 bytes · Views: 599
  • 2.png
    2.png
    881 bytes · Views: 584
  • 3.png
    3.png
    4 KB · Views: 619
Physics news on Phys.org
## \iint\frac{1}{r}rdrd\theta ## looks good to me but that would just be ## \iint drd\theta ## with ## 0<r<\infty ## and ## 0<\theta<2\pi ## which is ## \infty ##. I was already worried about that when I saw the pole at the origin but apparently you can fix it by chopping the radius of interest.