|
|
#1 |
|
Core Member [406%]
|
Suppose we have two sets of points in the plane, given as ordered pairs, say:
F1 = { (1,1), (-2,3) }, and F2 = { (2,1), (4,2) } I could imagine "multiplying" these two sets of points together by forming all coordinate-wise products (x-coords from F1 times x-coords from F2, and y-coords from F1 times y-coords from F2): F1 * F2 = { (1x2,1x1), (1x4,1x2), (-2x2,3x1), (-2x4,3x2) } = { (2,1), (4,2), (-4,3), (-8,6) } With this notion, I can "multiply" two sets in the plane by each other to obtain a new set. For example, if I multiply the x-axis by the y-axis, I get the one-point set (0,0): x-axis is the set A = { (a,0) where a is a real number } y-axis is the set B = { (0,b) where b is a real number } Then, A * B = { (ax0,0xb) where a and b are real numbers } = { (0,0) } [This is called a direct product, if you want to investigate it more.] Recall that the unit circle centered at the origin consists of all pairs (x,y) that satisfy the equation: C = { (x,y) such that x^2 + y^2 = 1 } Question: What set do I get when I "square the circle", that is, "multiply" C by itself? Bonus question: What does C-cubed look like?
Last edited by Monte314; 10-28-2008 at 12:42 PM.
|
|
|
|
|
|
|
|
#2 |
|
Member [16%]
|
Solution.
|
|
|
|
|
|
#3 |
|
Core Member [406%]
|
enWTFp has, of course, provided a correct and comprehensive solution to both questions. Anybody else?
I'll post some pictures of these "shape products" in a couple of days. Some of them are quite beautiful... and quite complex. |
|
|
|
|
|
#4 |
|
Member [23%]
|
|
|
|
|
![]() |
| Tags |
| math |
| Thread Tools | |
|
|