Given $n$ points in the plane, any listing (permutation) $p_1, p_2,\dots,p_n$

  • MHB
  • Thread starter Ackbach
  • Start date
In summary, the listing of points represents the sequential order in which the points should be visited. For $n$ points, there are $n!$ possible listings and each listing is unique because the order of the points determines the arrangement. Each point can only appear once in a listing, and the listing itself may or may not affect the final result or outcome, depending on the specific problem or scenario.
  • #1
Ackbach
Gold Member
MHB
4,155
89
Here is this week's POTW:

-----

Given $n$ points in the plane, any listing (permutation) $p_1, p_2,\dots,p_n$ of them determines the path, along straight segments, from $p_1$ to $p_2$, then from $p_2$ to $p_3,\dots,$ ending with the segment from $p_{n-1}$ to $p_n$. Show that the shortest such broken-line path does not cross itself.

-----

Remember to read the https://mathhelpboards.com/showthread.php?772-Problem-of-the-Week-%28POTW%29-Procedure-and-Guidelines to find out how to https://mathhelpboards.com/forms.php?do=form&fid=2!
 
Physics news on Phys.org
  • #2
Congratulations to castor28 for his correct solution to this week's POTW, which was Problem 89 in the MAA Challenges. His solution follows:

[sp]We will prove the contrapositive: if a path crosses itself, there exists a shorter path. Assume that we have a path $\ldots AB\ldots CD\ldots$, where the segments $AB$ and $CD$ intersect at the point $O$. Since each point is visited only once, $O$ is not one of the given points. This path is shown in black in the figure below:

\begin{tikzpicture}[>=stealth]
\path (-6,0) (0,0) coordinate (O) node
{$O$}
(-2,-4) coordinate (A) node
{$A$}
(1,2) coordinate (B) node
{$B$}
(-1,1) coordinate (C) node
{$C$}
(2,-2) coordinate (D) node [below] {$D$};
\draw[->] (A) -- (B);
\draw[->] (C) -- (D);
\draw[dotted, ->,bend right=30] (B) to (C);
\draw[red,->, dashed] (A) -- (C);
\draw[red,->, dashed] (B) -- (D);
\draw[dotted,<-] (A) -- ++(-1,0);
\draw[dotted,->] (D) -- ++(1,0);
\end{tikzpicture}

where the sections before $A$, between $B$ and $C$, and after $D$ have been shown as dotted lines.

The triangles $AOC$ and $BOD$ show that we have:
$$\begin{align*}
AC &< AO + OC\\
BD &< BO + OD
\end{align*}$$
and therefore $AC+BD < AB + CD$.

This means that if we replace the segments $AB$ and $CD$ with the segments $AC$ and $BD$ (shown in red), and reverse the direction of the section between $B$ and $C$, we get a shorter path $\ldots AC\ldots BD\ldots$; this shows that the initial path is not the shortest possible.[/sp]​
 

Related to Given $n$ points in the plane, any listing (permutation) $p_1, p_2,\dots,p_n$

1. What does the listing of points represent?

The listing of points represents the order in which the points are arranged. Each point is given a number, starting with 1, and the listing shows the order in which the points should be visited.

2. How many possible listings are there for $n$ points?

For $n$ points, there are $n!$ possible listings. This is because there are $n$ choices for the first point, $n-1$ choices for the second point, and so on until there is only 1 choice for the last point, resulting in $n!$ possible combinations.

3. Is every possible listing unique?

Yes, every possible listing is unique. This is because the order in which the points are listed determines the specific arrangement of the points in the plane. Even if two listings have the same points, if they are in a different order, they represent a different arrangement.

4. Can the same point appear multiple times in a listing?

No, each point can only appear once in a listing. If a point were to appear multiple times, it would not be a unique listing and would not represent a different arrangement of the points.

5. How does the listing of points affect the final result or outcome?

The listing of points does not necessarily affect the final result or outcome. However, it can be used to determine the order in which the points are visited or used in a specific problem or scenario. In some cases, the listing may be important in order to achieve a desired outcome, while in others it may not have any impact.

Similar threads

  • Math POTW for University Students
Replies
1
Views
2K
  • Math POTW for University Students
Replies
1
Views
2K
  • Math POTW for University Students
Replies
1
Views
3K
  • Math POTW for University Students
Replies
1
Views
2K
  • Math POTW for University Students
Replies
1
Views
3K
  • Math POTW for University Students
Replies
1
Views
3K
  • Math POTW for University Students
Replies
1
Views
2K
  • Math POTW for University Students
Replies
1
Views
2K
  • Math POTW for University Students
Replies
1
Views
3K
  • Math POTW for University Students
Replies
1
Views
2K
Back
Top