Euler's path same as Hamiltonian cycle

AI Thread Summary
The discussion focuses on identifying graphs with n vertices where the Euler's path coincides with the Hamiltonian cycle. It suggests that regular graphs with a degree greater than n/2, as per Dirac's Theorem, may exhibit this property, particularly when n is even. However, it emphasizes that having both paths does not guarantee they are identical. The key condition is that the graph must contain only the edges of the Hamiltonian cycle without any additional edges. The Cycle Graph is proposed as a potential unique example, and a recommendation is made to use the GraphSolver app for further exploration.
v-v
Messages
4
Reaction score
0

Homework Statement


Find (classify) all graphs with n vertices who's Euler's path is the same as their Hamiltonian cycle.

The Attempt at a Solution


I'd say that any regular graphs with a degree greater than n/2 (Dirac's Theorem) with and n divisible by 2 has both and Euler's path and a Hamiltonian cycle. But that doesn't mean they're the same path on that graph. Also that probably does not define all graphs where that's the case.
 
Physics news on Phys.org
Think about what each of the definitions mean. It seems that it's a pretty strong condition that a path touching each vertex once also covers each edge once. Specifically, it means the graph needs to have only the edges in the hamiltonian cycle, and no others. See if you can go from here to find a characterization of such graphs.
 
I don't think there are other graphs but the Cycle Graph that meets that criteria :\
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top