Finding the Union and Intersection of Indexed Collections of Sets

  • Thread starter Thread starter Easy_as_Pi
  • Start date Start date
  • Tags Tags
    Sets
Easy_as_Pi
Messages
31
Reaction score
0

Homework Statement


Let I denote the interval [0,\infty). For each r \in I, define
Ar = {(x,y) \in RxR : x2+y2 = r2},
Br = {(x,y) \in RxR : x2+y2 \leq r2},
Cr = {(x,y) \in RxR : x2+y2 > r2}

a) Determine \bigcupr\inIAr and \bigcapr\inIAr
b) Determine \bigcupr\inIBr and \bigcapr\inIBr
c) Determine \bigcupr\inICr and \bigcapr\inICr

Homework Equations


Well, I'm not sure on relevant equations in this situation, other than each one of the equations in a,b,c are of circles with radius r.

The Attempt at a Solution


Well, I know for A the union is all points (x,y) in the x,y plane. This is because infinitely many circles can be drawn from the origin, and their union would include all points. Now, I also know that the intersection for A is nothing, so the empty set.
b) I'm a bit confused as to how to write my answer here. I know B contains all the points on the edge of and within the circle of radius r, drawn from the origin. So, the union, again, is every point (keep drawing circles with an increasing radius starting from the origin, and the union would include every point). Now, for the intersection, I'm confused. I know the only thing they would have in common would be the smallest circle drawn, as it would be contained within each of the larger ones. I just don't know how to write this answer / would it be the circle of radius 0 (i.e. they just have the origin in common)?
c) The union is all points greater than the origin, correct? As, starting from 0, it would be all points greater than (0,0). The intersection, would it be the empty set, or would it be infinity? As the points included in the set are those outside the radius of the circle, so as the circles get larger and infinitely larger, the only area in common is infinity / the area not enclosed by the largest circle's circumference.

Thanks!
 
Physics news on Phys.org
Easy_as_Pi said:

Homework Statement


Let I denote the interval [0,\infty). For each r \in I, define
Ar = {(x,y) \in RxR : x2+y2 = r2},
Br = {(x,y) \in RxR : x2+y2 \leq r2},
Cr = {(x,y) \in RxR : x2+y2 > r2}

a) Determine \bigcupr\inIAr and \bigcapr\inIAr
b) Determine \bigcupr\inIBr and \bigcapr\inIBr
c) Determine \bigcupr\inICr and \bigcapr\inICr


Homework Equations


Well, I'm not sure on relevant equations in this situation, other than each one of the equations in a,b,c are of circles with radius r.

The Attempt at a Solution


Well, I know for A the union is all points (x,y) in the x,y plane. This is because infinitely many circles can be drawn from the origin, and their union would include all points. Now, I also know that the intersection for A is nothing, so the empty set.

Correct.

b) I'm a bit confused as to how to write my answer here. I know B contains all the points on the edge of and within the circle of radius r, drawn from the origin. So, the union, again, is every point (keep drawing circles with an increasing radius starting from the origin, and the union would include every point). Now, for the intersection, I'm confused. I know the only thing they would have in common would be the smallest circle drawn, as it would be contained within each of the larger ones. I just don't know how to write this answer / would it be the circle of radius 0 (i.e. they just have the origin in common)?

Indeed, the union is everything. The intersection is the origin.

c) The union is all points greater than the origin, correct? As, starting from 0, it would be all points greater than (0,0). The intersection, would it be the empty set, or would it be infinity? As the points included in the set are those outside the radius of the circle, so as the circles get larger and infinitely larger, the only area in common is infinity / the area not enclosed by the largest circle's circumference.

There is no point called infinity. Infinity is not a member of \mathbb{R}^2. So the circle cannot have infinity in common.
 
Easy_as_Pi said:

Homework Statement


Let I denote the interval [0,\infty). For each r \in I, define
Ar = {(x,y) \in RxR : x2+y2 = r2},
Br = {(x,y) \in RxR : x2+y2 \leq r2},
Cr = {(x,y) \in RxR : x2+y2 > r2}

a) Determine \bigcupr\inIAr and \bigcapr\inIAr
b) Determine \bigcupr\inIBr and \bigcapr\inIBr
c) Determine \bigcupr\inICr and \bigcapr\inICr

...
c) The union is all points greater than the origin, correct? As, starting from 0, it would be all points greater than (0,0).

What does "greater than (0,0)" mean. Possibly you mean "except (0,0)".
 
LCKurtz- that is what I meant. My bad there. I guess this is why UGA added "Intro to Advanced Mathematics and Proof Writing" as a course. I know in my head what my answer is, but conveying it in proper mathematical terms is where I mess up. Thanks!

Micromass, I see what you're saying. I guess, in this case, the answer would be the empty set, like in part A? I guess I want to check my reasoning, too. Was I correct in saying that, if circles were to be drawn with a constantly increasing radius from the origin, the only points in common would be those beyond the circumference of the largest circle?
 
Easy_as_Pi said:
Micromass, I see what you're saying. I guess, in this case, the answer would be the empty set, like in part A? I guess I want to check my reasoning, too. Was I correct in saying that, if circles were to be drawn with a constantly increasing radius from the origin, the only points in common would be those beyond the circumference of the largest circle?

You don't mean circles here, do you? You mean everything "beyond" the circle?

In that case, the answer is that there is no largest circle. So the answer is indeed the empty set.

In the case where r is in [0,5], for example. Then you're correct in saying that the answer is everything beyond the circle with radius 5...
 
Awesome. All clear now. Mark this one solved. Thanks for all the help!
 
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