Integrating f on R²-U: Evaluating the Integral

mathmonkey
Messages
33
Reaction score
0

Homework Statement



Let U be the open set in R^2 consisting of all x with (Euclidean norm) ||x|| < 1. Let f(x,y) = 1/(x^2 + y^2) for (x,y) \not = 0. Determine whether f is integrable over R^2 - \overline{U}; if so, evaluate it.

Homework Equations


g:R^2 \rightarrow R^2 is the polar coordinate transformation defined by g(r, \theta ) = (r\cos \theta , r\sin \theta ).


The Attempt at a Solution


My thought is to use the sequence of sets A_n = \{(r,\theta )| 1<r<n, 0<\theta < 2\pi \} in the polar plane whose infinite union will equal R^2 - \overline{U}, where I can then show that \int _{A_N} f is unbounded, implying \int _{R^2 - \overline{U}} f does not exist. However, in order to use the polar coordinate transform, I need to show that g is a diffeomorphism. However, I'm not sure how to show that g is bijective. If anyone has any advice, I would be very grateful. Thanks!
 
Physics news on Phys.org


I don't think the integral exists first of all, because you have 1/r2 integrated against dA=rdθdr, so you are integrating (1/r)dr, which diverges near 0 (or to ∞, by the way; it's symmetrically divergent in a sense).

also, i think you meant r goes from 1/n to 1.

To get the diffeomorphism you'll need an open set, r in (1/n,1) and θ in (0,π). You could give θ a larger region, just has to be smaller than [0,2π). But it will be easier to show the diffeomorphism on a smaller region, and the integral is symmetric enough, so you could just take half the region (or smaller).

To show it is one-to-one, how about showing if cos(θ)=cos(θ'), then θ=θ' (for θ in (0,π)). To work with (0,2π), you'll need to make sure you understand what the inverse trig functions do with some care.

EDIT:

if I think about it, if sin(θ)>0 means θ is in (0,π), sin(θ)=0 means θ=π, and sin(θ)<0 means θ is in (π,2π). Then use cos to get 1-1 on each region, and stir the logic to get a neat statement.
 


Assuming your approach will work, I'm just going to talk about the polar coordinate transformation. First off, g:R^2\rightarrow R^2 is not a diffeomorphism. Think about it; in the polar plane, you describe a point by its radius and an angle. However, to remain consistent, we throw out the point at the origin (because the origin could be assigned any angle), and we restrict our angles to being in some interval of length 2\pi (since otherwise, any point could be described by an infinite number of angles). Customarily, we choose (-\pi,\pi] (or (-\pi,-\pi) if we are interested in differentiability, as we require open sets).

So really, we can make g a diffeomorphism by choosing the domain and codomain carefully. Since your set \overline{U} contains the origin, and we are only interested in the behaviour of your function and its integral over R^2-\overline{U}, this is OK.

I claim that g:(0,\infty)\times(-\pi,\pi)\rightarrow R^2\backslash\{0\} defined by g(r,\theta)=(r\cos\theta,r\sin\theta) is a diffeomorphism which is continuous on (0,\infty)\times(-\pi,\pi].

As for proving it is a bijection, simply find the inverse! I then leave it to you to check anything else.
 


christoff said:
As for proving it is a bijection, simply find the inverse! I then leave it to you to check anything else.

Simply finding the inverse is not enough, for instance does the inverse imply diffeomorphism on (0,3π)? Since your proof proves something false, there must be an error. Finding the inverse may not get you to the proof any faster. Of course, it was my first thought as well, but then I worried about that larger interval business.

EDIT: Now I'm not sure we don't need the inverse, it may help with the r part. You may have to play around with it to find the most efficient/elegant proof.
 
algebrat said:
Simply finding the inverse is not enough, for instance does the inverse imply diffeomorphism on (0,3π)?

Certainly not; can't have a diffeomorphism without a bijection, and (0,3\pi) is too big for that. I only intended on ever explaining how one could turn g into a bijection.

algebrat said:
Since your proof proves something false, there must be an error.

Not sure what you mean by false... One can define the inverse in terms of the arctan function. Once you know that, you can just check that g has no critical points, and you have a diffeomorphism. I would link to something here as a source, but I'm not at 10 posts yet :P

Edit: I'm at 10 posts now. Here's a link: http://math.bard.edu/belk/math461/MultivariableCalculus.pdf
 
Last edited:


So, I believe I need to show that given the set A_N = \{(r, \theta)| 1 &lt; r &lt; N, 0 &lt; \theta &lt; 2\pi \} in the (r, \theta) plane and the set U_N = \{(x,y)| 1&lt;x^2 + y^2 &lt; N \text{ and } x&lt;0 \text{ when } y=0\} in the (x,y) plane, then g:A_N \rightarrow U_N is a diffeomorphism.

To show that it is one-to-one, assume that g(r, \theta ) = g(s, \tau ). Then, (r\cos \theta , r\sin \theta ) = (s\cos \tau , s\sin \tau ),, which implies that r^2 \cos ^2 \theta + r^2 \sin ^2 \theta = s^2 \cos \theta + s^2 \sin \theta, which of course implies that r^2 = s^2, or that r = s since both are restricted to be positive numbers. Then, we can easily show that \theta = \tau, completing the proof that g is one-to-one.

The proof that g is onto comes from the inverse function g^{-1} defined as g^{-1}(x,y) = (\sqrt{x^2 + y^2}, \arctan({y/x})).

Hence, g is bijective, and moreover Det(Dg(r, \theta )) = r for all (r, \theta ) which is non-zero, so g is a diffeomorphism.

Now that g is a diffeomorphism, I can invoke the change of variables theorem to show that \int _{U_N} f = \int _{A_N} 1/(r^2 \cos ^2 \theta + r^2 \sin ^2 \theta )r, which is unbounded as N \rightarrow \infty. Hence, the integral does not exist.

How does this proof look? Thanks again for the help!
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top