Author |
Topic: Distances with multiplicities (Read 729 times) |
|
Michael Dagg
Senior Riddler
Gender:
Posts: 500
|
|
Distances with multiplicities
« on: Sep 27th, 2009, 10:00am » |
Quote Modify
|
Can anyone find n points in the plane (no three on a line, no four on a circle) so that for every k, k=1,2,..., n-1, there is a distance determined by these points that occurs exactly k times?
|
|
IP Logged |
Regards, Michael Dagg
|
|
|
R
Senior Riddler
Addicted!!!
Gender:
Posts: 502
|
|
Re: Distances with multiplicities
« Reply #1 on: Sep 27th, 2009, 3:04pm » |
Quote Modify
|
Do you mean for n=5, we have to find 5 such points that there should be The distance 1 between exactly 1 pair of points, The distance 2 between exactly 2 pairs of points, The distance 3 between exactly 3 pairs of points, The distance 4 between exactly 4 pairs of points, and The distance 5 between exactly 5 pairs of points??
|
|
IP Logged |
The first experience seems like Magic, but the second tells you the Trick behind it.
|
|
|
Obob
Senior Riddler
Gender:
Posts: 489
|
|
Re: Distances with multiplicities
« Reply #2 on: Sep 27th, 2009, 4:07pm » |
Quote Modify
|
on Sep 27th, 2009, 3:04pm, R wrote:Do you mean for n=5, we have to find 5 such points that there should be The distance x between exactly 1 pair of points, The distance y between exactly 2 pairs of points, The distance z between exactly 3 pairs of points, The distance w between exactly 4 pairs of points, |
| Fixed. I.e. the distances can be anything, and you only go up to n-1 pairs of points (note that in case n=5, there are only 10 pairs of points total).
|
« Last Edit: Sep 27th, 2009, 4:08pm by Obob » |
IP Logged |
|
|
|
Grimbal
wu::riddles Moderator Uberpuzzler
Gender:
Posts: 7527
|
|
Re: Distances with multiplicities
« Reply #3 on: Sep 28th, 2009, 12:47am » |
Quote Modify
|
One obvious solution would have been n points at equal distance on a straight line, or on a circle, but that is explicitly forbidden. Still searching.
|
|
IP Logged |
|
|
|
R
Senior Riddler
Addicted!!!
Gender:
Posts: 502
|
|
Re: Distances with multiplicities
« Reply #4 on: Sep 28th, 2009, 3:39am » |
Quote Modify
|
Still having doubt in the question. Can we find a general solution for this problem? Does some structure exist for every possible value of n? If yes, then with a given structure for some n, if we remove one set of all edges of same length and the corresponding point, then we will get the structure for n-1 points and the reverse will also work. Following the above argument, for n = 3, an Isosceles triangle fits in the definition. I don't see where do I put the fourth point to have k=3 sides of same length. Only possibility is using the 3rd Dimension. put the fourth point on the 4th vertice of a tetrahedron. What is the dimension of the points to be found out.
|
|
IP Logged |
The first experience seems like Magic, but the second tells you the Trick behind it.
|
|
|
towr
wu::riddles Moderator Uberpuzzler
Some people are average, some are just mean.
Gender:
Posts: 13730
|
|
Re: Distances with multiplicities
« Reply #5 on: Sep 28th, 2009, 4:38am » |
Quote Modify
|
on Sep 28th, 2009, 3:39am, R wrote:If yes, then with a given structure for some n, if we remove one set of all edges of same length and the corresponding point, then we will get the structure for n-1 points and the reverse will also work. |
| That sounds about right to me. Quote:Following the above argument, for n = 3, an Isosceles triangle fits in the definition. I don't see where do I put the fourth point to have k=3 sides of same length. |
| Two issues here; you're working in the other direction, so you need to establish that an isosceles triangle is the only possible solution for n=3; but that is fairly simple. And two, the new point doesn't necessarily need to have 3 times a distance of the same length to the other points; e.g. the distance that occurred twice could occur once more with the new point, with twice another new distance. However, if you put the fourth point in the middle of the circle on which the earlier three points lie, then it does in fact create the same new distance three times. But there are now multiple possible configurations to extend with a fifth point, in multiple possible ways.
|
« Last Edit: Sep 28th, 2009, 4:41am by towr » |
IP Logged |
Wikipedia, Google, Mathworld, Integer sequence DB
|
|
|
R
Senior Riddler
Addicted!!!
Gender:
Posts: 502
|
|
Re: Distances with multiplicities
« Reply #6 on: Sep 28th, 2009, 4:57am » |
Quote Modify
|
on Sep 28th, 2009, 4:38am, towr wrote: so you need to establish that an isosceles triangle is the only possible solution for n=3; but that is fairly simple. |
| Whatever you make with 3 points following the condition, I'll call it an isosceles triangle. Quote: And two, the new point doesn't necessarily need to have 3 times a distance of the same length to the other points; e.g. the distance that occurred twice could occur once more with the new point, with twice another new distance. |
| How will the order matter, Either You add distance occurring twice first or you add distance occurring thrice first. Quote: However, if you put the fourth point in the middle of the circle on which the earlier three points lie, then it does in fact create the same new distance three times. |
| Okay. Quote: But there are now multiple possible configurations to extend with a fifth point, in multiple possible ways. |
| Like one is
|
|
IP Logged |
The first experience seems like Magic, but the second tells you the Trick behind it.
|
|
|
towr
wu::riddles Moderator Uberpuzzler
Some people are average, some are just mean.
Gender:
Posts: 13730
|
on Sep 28th, 2009, 4:57am, R wrote:Whatever you make with 3 points following the condition, I'll call it an isosceles triangle. |
| You can call it whatever you like, but if you only say it's "a" solution, then all your following steps are invalid. Because they only apply if it's the only solution. And that becomes particularly important in later steps, because there there actually are different solutions. Quote:How will the order matter, Either You add distance occurring twice first or you add distance occurring thrice first. |
| I don't know what you're trying to say here Quote:Just because I only gave a counter-example to your claim there isn't a solution which adds 3 times teh same distance, doesn't mean there aren't other ones. For example, you can also extend you isosceles triangle in such a way that you add a new k=1 distance, and add twice the previous k=1 value (which thus becomes the k=3 distance). If you look at the attached picture, you'll see there are (at least) two ways to extend an isosceles triangle with another point, such that one distance occurs once, one twice, and one three times. They may or may not both be extendable to 5 points. But it has to fail for all possible configurations before you can see it's impossible to get a valid configuration for 5 points.
|
« Last Edit: Sep 28th, 2009, 6:03am by towr » |
IP Logged |
Wikipedia, Google, Mathworld, Integer sequence DB
|
|
|
R
Senior Riddler
Addicted!!!
Gender:
Posts: 502
|
|
Re: Distances with multiplicities
« Reply #8 on: Sep 28th, 2009, 6:13am » |
Quote Modify
|
on Sep 28th, 2009, 5:36am, towr wrote: You can call it whatever you like, but if you only say it's "a" solution, then all your following steps are invalid. because they only apply if it's the only solution. And that becomes particularly important in later steps, because there there actually are different solutions. I don't know what you're trying to say here Just because I only gave a counter-example to your claim there isn't a solution which adds 3 times teh same distance, doesn't mean there aren't other ones. For example, example, you can also extend you isoceles triangle in such a way that you add a new k=1 distance, and add twice the previous k=1 value (which thus becomes the k=3 distance). |
| I misunderstood your previous post, but got it later after replying. It's clear to me now what you are saying. Excuse me for the trouble.
|
|
IP Logged |
The first experience seems like Magic, but the second tells you the Trick behind it.
|
|
|
R
Senior Riddler
Addicted!!!
Gender:
Posts: 502
|
|
Re: Distances with multiplicities
« Reply #9 on: Sep 28th, 2009, 6:18am » |
Quote Modify
|
One thing you haven't replied to is, what should be the dimension of these n points? Do we have to find these points in a 2D plane or 3D space?
|
« Last Edit: Sep 28th, 2009, 11:30am by R » |
IP Logged |
The first experience seems like Magic, but the second tells you the Trick behind it.
|
|
|
Grimbal
wu::riddles Moderator Uberpuzzler
Gender:
Posts: 7527
|
|
Re: Distances with multiplicities
« Reply #10 on: Sep 28th, 2009, 6:38am » |
Quote Modify
|
Michael said "n points in the plane", which means 2D. I think if you are dealing in n dimensions, it is easy.
|
|
IP Logged |
|
|
|
towr
wu::riddles Moderator Uberpuzzler
Some people are average, some are just mean.
Gender:
Posts: 13730
|
on Sep 28th, 2009, 6:18am, R wrote:One thing you haven't replied to is, what should be the dimension of these n points? Do we have to find these points in a 2D place or 3D space? |
| Well, the question says "plane", so 2D. I've found 5 configurations for 4 points so far, see attachment. [e]Hmm, I just noticed I at least missed a sixth, as variant of the fourth; but there's probably even more.[/e]
|
« Last Edit: Sep 28th, 2009, 6:53am by towr » |
IP Logged |
Wikipedia, Google, Mathworld, Integer sequence DB
|
|
|
R
Senior Riddler
Addicted!!!
Gender:
Posts: 502
|
|
Re: Distances with multiplicities
« Reply #12 on: Sep 28th, 2009, 7:18am » |
Quote Modify
|
on Sep 27th, 2009, 10:00am, Michael Dagg wrote:Can anyone find n points in the plane (no three on a line, no four on a circle) so that for every k, k=1,2,..., n-1, there is a distance determined by these points that occurs exactly k times? |
| What do we say in the reply? Just Yes?
|
|
IP Logged |
The first experience seems like Magic, but the second tells you the Trick behind it.
|
|
|
towr
wu::riddles Moderator Uberpuzzler
Some people are average, some are just mean.
Gender:
Posts: 13730
|
|
Re: Distances with multiplicities
« Reply #13 on: Sep 28th, 2009, 7:36am » |
Quote Modify
|
on Sep 28th, 2009, 7:18am, R wrote:What do we say in the reply? Just Yes? |
| I think a proof might be nice. But bare in mind the question is implicitly "can you do it for every n" not "does there exist such an n". If I had to guess, I'd say the answer is probably no in general.
|
|
IP Logged |
Wikipedia, Google, Mathworld, Integer sequence DB
|
|
|
R
Senior Riddler
Addicted!!!
Gender:
Posts: 502
|
|
Re: Distances with multiplicities
« Reply #14 on: Sep 28th, 2009, 11:29am » |
Quote Modify
|
on Sep 28th, 2009, 7:36am, towr wrote: I think a proof might be nice. |
| I was thinking induction might help. But couldn't proceed after a few arguments. For n = 2 and 3 we can easily prove, so the base case is proved. Assuming the condition to be true for n points, i.e. there are distances x1 exactly 1 times x2 exactly 2 times x3 exactly 3 times ... xn-1 exactly n-1 times If we add a new point to this structure, it will add n-distances to the set. What can we possibly say about those distances? If we can prove that the new point adds atleast 2 new distances xa and xb then we have disproved the assertion. But if it adds some certain combination of distances from the existing set (like n-1 times some new distance xa and one distance = xn-1), then only the condition can be proved to be true for the case of n+1 points.
|
« Last Edit: Sep 28th, 2009, 11:54am by R » |
IP Logged |
The first experience seems like Magic, but the second tells you the Trick behind it.
|
|
|
|