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

  • Thread starter Thread starter Ackbach
  • Start date Start date
Click For Summary
SUMMARY

The discussion centers on the geometric problem of determining the shortest broken-line path connecting $n$ points in the plane, specifically addressing the condition that such a path does not cross itself. The proof provided by castor28 demonstrates that if a path crosses itself, a shorter path can be constructed by replacing intersecting segments with direct connections between non-adjacent points. This conclusion is supported by the triangle inequality, which confirms that the new path length is less than the original. The problem is classified as Problem 89 in the MAA Challenges.

PREREQUISITES
  • Understanding of basic geometric concepts, particularly the triangle inequality.
  • Familiarity with permutations and their application in combinatorial geometry.
  • Knowledge of straight-line segments and their properties in Euclidean space.
  • Ability to interpret and construct geometric proofs.
NEXT STEPS
  • Study the triangle inequality in depth to understand its implications in geometric proofs.
  • Explore combinatorial geometry and its applications in optimization problems.
  • Learn about pathfinding algorithms in computational geometry.
  • Investigate the properties of convex hulls and their relevance to shortest path problems.
USEFUL FOR

Mathematicians, geometry enthusiasts, and students interested in combinatorial optimization and geometric proofs will benefit from this discussion.

Ackbach
Gold Member
MHB
Messages
4,148
Reaction score
94
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
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]​
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
5K
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 2 ·
Replies
2
Views
5K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K