Path Integral - Cartesian to Polar Coordinates

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
9 replies · 5K views
SeanGillespie
Messages
35
Reaction score
0

Homework Statement


Transform to polar coordinates and evaluate...

[tex]\int^{a/\sqrt{2}}_{0} dx\int^{\sqrt{a^2-x^2}}_{x}\sqrt{x^2 + y^2}dy[/tex]


Homework Equations


[tex]x^2 + y^2 = r^2[/tex]
[tex]x = r cos \theta[/tex]
[tex]y = r sin \theta[/tex]

I've been struggling to make sense of this problem, it should be easy, I'm just not arriving at the correct answer. I'm struggling to understand how to change the limits to the polar coordinate limits, and I also don't understand where the function sqrt{x^2 + y^2} 'disappears' to.

I do understand that the dxdy becomes rdrd(theta) however.

Some guidelines on converting the limits and a little explanation would be very much appreciated.

Edit:
To expand on my post, I have sketched out the previous limits of the integral, and it is clear that the integral is over a 45 degree segment of a circle. However rather than graph sketching I would be interested to know if there is an analytical way of arriving at the new limits.

I'm still clueless about where the abovementioned square-root "disappears" to, my assumption was that I could substitute it for r (which also appears to be constant 'a'), however by doing so and evaluating the integral I obtain the wrong answer.
 
Last edited:
on Phys.org
So what you have is the integral:
[tex] \int_{0}^{a^{2}/\sqrt{2}}\int_{x}^{\sqrt{a^{2}-x^{2}}}\sqrt{x^{2}+y^{2}}dxdy[/tex]
First things first, draw a picture of the region of integration. The a and r are different so your [itex]\sqrt{x^{2}+y^{2}}=r[/itex]
 
I've sketched the region of integration, and it is clear what the new limits should be. However, as you said, by substituting the sqrt for r and evaluating the integral I obtain an answer of:
[tex]a^3\pi/12[/tex]

The answer expected is:
[tex]a^2\pi/8[/tex]

Either the question is wrong, or I'm wrong, I assumed I was wrong, hence why I felt I might be misunderstanding the problem. The answer given is obtained if you pretend the square-root isn't even there... I figured it might be cancelling out somehow, but if it is then it's beyond my understanding how it does so.

Any idea?
 
Original integral:
[tex]\int^{a/\sqrt{2}}_{0}dx\int^{\sqrt{a^2-x^2}}_{x}\sqrt{x^2+y^2}dy[/tex]

Replace dxdy with r dr d(theta) and change the limits:
[tex]\int^{\pi/2}_{\pi/4}d\theta\int^{a}_{0}\sqrt{x^2+y^2} r dr[/tex]

By replacing the square root with r, I then have:
[tex]\int^{\pi/2}_{\pi/4}d\theta\int^{a}_{0} r^2 dr[/tex]

By evaluating that I get:
[tex]a^3\pi/12[/tex]
Which is supposedly the wrong answer.

The answer my tutor has given me is obtained from the integral:
[tex]\int^{\pi/2}_{\pi/4}d\theta\int^{a}_{0} r dr[/tex]

Which is where I'm confused, what happened to the extra r?
 
Last edited:
see attached image.

The shaded region is the region of integration. For the sake of making it easier to draw I've taken a to be 1. 'a' will simply be where the curve:
[tex]y = \sqrt{a^2 - x^2}[/tex]
crosses the axes, as it is also the radius of the circle.

So for the y part of the integral, the integral is evaluated to obtain the height of the strips between the line y=x and the curve (shown above). The x part then sums these strips, so is its limits are therefore between x=0 and x=a/sqrt(2), the upper limit being the point at which the curve and line, y=x intersect.

It is clear that by converting this into polar coordinates the limits become:
[tex]r = 0\ to\ r = a[/tex]
and
[tex]\theta = \pi/4\ to\ \theta = \pi/2[/tex]

Is this not correct?
 

Attachments

  • region.png
    region.png
    2.6 KB · Views: 621
It looks good to me, I did the integral and I got the same answer as you did. I am just checking the answer with mathematica. You could do the integral straight off of course as a check for the polar co-ordinates.
 
I'll take it that the answer I was given on the problem sheet is wrong then, and that my method of calculating it is correct. Thank you very much.