Difference between revisions of "1999 IMO Problems/Problem 1"

(Solution)
(Solution)
Line 18: Line 18:
  
 
<math>A=P_{a}</math> and <math>B=P_{b}</math>, where <math>a=0,1,2,...,(n-1)</math>; <math>b=0,1,2,...,(n-1)</math>; and <math>a\ne b</math>
 
<math>A=P_{a}</math> and <math>B=P_{b}</math>, where <math>a=0,1,2,...,(n-1)</math>; <math>b=0,1,2,...,(n-1)</math>; and <math>a\ne b</math>
 +
 +
Then,
 +
 +
<math>A=\left\langle Rcos\left( \frac{2\pi}{n}a \right),Rsin\left( \frac{2\pi}{n}a \right) \right\rangle</math>
 +
 +
and <math>B=\left\langle Rcos\left( \frac{2\pi}{n}b \right),Rsin\left( \frac{2\pi}{n}b \right) \right\rangle</math>
  
 
{{alternate solutions}}
 
{{alternate solutions}}

Revision as of 20:41, 12 November 2023

Problem

Determine all finite sets $S$ of at least three points in the plane which satisfy the following condition:

For any two distinct points $A$ and $B$ in $S$, the perpendicular bisector of the line segment $AB$ is an axis of symmetry of $S$.

Solution

Upon reading this problem and drawing some points, one quickly realizes that the set $S$ consists of all the vertices of any regular polygon.

Now to prove it with some numbers:

Let $S=\left\{ P_{0},P_{1},P_{2},...,P_{n-1} \right\}$, with $n\ge 3$, where $P_{i}$ is a vertex of a polygon which we can define their $xy$ coordinates as: $P_{i}=\left\langle Rcos\left( \frac{2\pi}{n}i \right),Rsin\left( \frac{2\pi}{n}i \right) \right\rangle$ for $i=0,1,2,...,(n-1)$.

That defines the vertices of any regular polygon with $R$ being the radius of the circumcircle of the regular $n$-sided polygon.

Now we can pick any points $A$ and $B$ of the set as:

$A=P_{a}$ and $B=P_{b}$, where $a=0,1,2,...,(n-1)$; $b=0,1,2,...,(n-1)$; and $a\ne b$

Then,

$A=\left\langle Rcos\left( \frac{2\pi}{n}a \right),Rsin\left( \frac{2\pi}{n}a \right) \right\rangle$

and $B=\left\langle Rcos\left( \frac{2\pi}{n}b \right),Rsin\left( \frac{2\pi}{n}b \right) \right\rangle$

Alternate solutions are always welcome. If you have a different, elegant solution to this problem, please add it to this page.