0
$\begingroup$

In reference to a question I got in a test, I asked a teacher how many long and short diagonals were in a 15-sided regular polygon. Considering a long diagonal to be any diagonal with a minimum of 2 vertices in between the vertices joined to make the diagonal, and a short diagonal made such that only 1 vertex lies in between, he replied 15 for both.

My question is can we generalise this result? n long and n short diagonals for an n sided regular polygon? It definitely doesn't work for smaller values of n, but I guess the picture seems to blur at bigger values. If not, what's the correct answer? Please do let me know.

$\endgroup$
3
  • 1
    $\begingroup$ It sounds like the teacher thought you meant a diagonal with exactly two vertices between endpoints when you defined a "long diagonal", because indeed there are exactly $15$ of those diagonals in a regular $15$-gon. There are another $15$ diagonals with exactly three vertices between the endpoints, and others with more vertices between endpoints. $\endgroup$
    – David K
    Commented Jan 31, 2021 at 21:03
  • $\begingroup$ But then we'd have chosen all the diagonals to exist, whereas the question asked "if a diagonal is chosen at random, what is the probability that it is neither a shortest, nor a longest diagonal". But I get your point, for the longest diagonal we must choose some other one with maximum possible vertices between endpoints. $\endgroup$ Commented Feb 1, 2021 at 4:48
  • $\begingroup$ If you are interested in the question, "if a diagonal is chosen at random, what is the probability that it is neither a shortest, nor a longest diagonal", you could edit it into the text of your main question. But I agree, a "longest diagonal" would have the maximum possible vertices between endpoints. Next you must determine how many diagonals there are which are neither shortest nor longest. $\endgroup$
    – David K
    Commented Feb 1, 2021 at 5:01

1 Answer 1

1
$\begingroup$

From Finding the diagonals of an n-sided polygon, we know that an $n$-sided regular polygon ($n \geq 3$) will have $\frac13 n(n-3)$ diagonals altogether.

If $n$ is even, then $n\geq 4$ and from any given vertex, there is one and only one "longest" diagonal that connects to that vertex. We can identify the following subsets of vertices: the $2$ vertices at each end of the diagonal, $\frac12(n-2)$ vertices on one side of the diagonal, and $\frac12(n-2)$ vertices on the other side of the diagonal.

We can then partition the vertices into $\frac n2$ sets of two vertices connected by longest diagonals. There is exactly one longest diagonal for each of these sets of two vertices. Hence there are exactly $\frac n2$ longest diagonals.

For every other diagonal in any regular polygon, there will be more vertices on one side of the diagonal than on the other. Choose $k$ such that $0 < k < \frac12(n-2)$; then $k < n - 2 - k$ and from any given vertex there are two diagonals that each have $k$ vertices on one side and $n - 2 - k$ on the other.

Each vertex is connected to two such diagonals but each diagonal connects two vertices, so the number of diagonals is the same as the number of vertices. If you're not familiar with that kind of reasoning, starting any given vertex traverse the perimeter of the polygon counterclockwise through $k$ other vertices and then stop at the next vertex; construct a diagonal through the starting vertex and the stopping vertex, and this diagonal has exactly $k$ vertices on one side. Each vertex gives you exactly one such diagonal, and every diagonal is produced by exactly one such vertex (you get a different diagonal if you start at the other vertex), so there are exactly as many such diagonals as there are vertices.

For $n \geq 5$ we have $n$ diagonals with one vertex between the ends of the diagonal. (We need $n \geq 5$ because in the case $n = 4$ there are only two such diagonals and for $n < 4$ there are none.) For $n \geq 7$ we have $n$ diagonals with exactly two vertices between the ends of the diagonal. For $n \geq 9$ we have $n$ diagonals with exactly three vertices between the ends, and so forth.

So, in summary, in a regular $n$-sided polygon, we have the following diagonals:

  • Altogether there are $\frac12 n(n-3)$ diagonals of all lengths.

  • If $n$ is even, there are $\frac n2$ longest diagonals.

  • For any diagonal that is not a longest diagonal of polygon with an even number of sides, there are $n$ diagonals of that length (where the "length" can be identified by counting the number of vertices on one side of the polygon, choosing the side with the smaller number of vertices).

$\endgroup$
1
  • $\begingroup$ Oh thanks a lot! $\endgroup$ Commented Feb 5, 2021 at 7:14

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .