Intersection between hyperplane within a simplex

  • Context: Graduate 
  • Thread starter Thread starter Debashis
  • Start date Start date
  • Tags Tags
    Intersection
Click For Summary

Discussion Overview

The discussion revolves around the intersection of a hyperplane with the edges of an n-simplex, exploring the maximum number of intersection points that can occur. The scope includes mathematical reasoning and conceptual clarification related to geometry and graph theory.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Conceptual clarification

Main Points Raised

  • One participant inquires about the maximum number of intersection points between a hyperplane and the edges of an n-simplex, providing examples for 2-simplex and 3-simplex.
  • Another participant questions the clarity of the original question, suggesting that it may be more appropriate to ask about the maximum number of edges intersected rather than the maximum number of intersection points.
  • A third participant proposes a graph theory perspective, equating an n-simplex to a complete graph with n vertices and discussing how to partition this graph to maximize the number of edges crossing between two subgraphs. They provide a formula for the maximum number of intersection points based on whether n is even or odd.
  • A later reply expresses gratitude for the mathematical insight and asks how to represent the hyperplane within the graph of n vertices.

Areas of Agreement / Disagreement

Participants have not reached a consensus on the original question's clarity, with differing interpretations regarding the focus on intersection points versus intersected edges. Multiple viewpoints on the problem's framing and mathematical modeling remain present.

Contextual Notes

The discussion includes assumptions about the definitions of intersection points and edges, and the mathematical steps to derive the proposed formula are not fully resolved.

Debashis
Messages
2
Reaction score
0
Hi,

If we contract a (n-1)d hyperplane with a n-simplex, then what is maximum number of intersection points with the egdes of the simplex and the hyperplane ?

For, if we draw a line within a 2-simplex (there are 3 edges), it will have a intersection of maximum two edges. For 3-simplex, any plane within the tetrahedron (where there are 6 egdes) can have maximum intersection with 4 edges. What is the value for n-simplex ?
 
Physics news on Phys.org
The question is a bit unclear. A line can intersect the edges of a 2-simplex in infinitely many points if you just make the edge a subset of the line. Do you mean to ask what is the maximum number of edges that can be intersected, rather than the maximum number of points?
 
Think of this as a graph theory problem instead. An n-simplex is just a complete graph with n vertices; i.e., each vertex is connected to every other vertex. Then the question is, how should we partition a complete graph on n vertices into two subgraphs, such that the number of edges crossing between the two subgraphs is maximized.

A complete graph has ##n!## edges. If we take ##k## vertices and call them subgraph A, while the remaining ##n-k## vertices we call subgraph B. Now we want to know the number of edges that go between A and B. Since each vertex has an edge connecting to every other vertex, then the number of edges going between A and B must be given by

$$k (n-k)$$
To maximize this for a given ##n##, we must clearly choose the ##k## that is closest to ##n/2##. Therefore the maximum number of (isolated) points in which a hyperplane can intersect a simplex is given by

$$f(n) = \begin{cases} \frac{n^2}{4} & n \; \text{even} \\ \frac{n^2 - 1}{4} & n \; \text{odd} \end{cases}$$
which gives the expected result for ##n=3## (triangle) and ##n=4## (tetrahedron).
 
thank you very much for the answer. How can we represent that hyperplane in the respective graph of n-vertices ?
 
Last edited:

Similar threads

  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 1 ·
Replies
1
Views
4K
  • · Replies 26 ·
Replies
26
Views
4K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K