Can a knight make every possible move on an 8x8 chess board exactly once?

In summary, the professor posed the question is it possible for a knight to move around an 8x8 chess board so that it makes every possible move exactly once? (consider a move between two squares connected by a knight to be completed when the move is made in either direction). After outlining an 8x8 grid, it seems like there will be 2 vertices of odd degree and the graph is a connected graph following Euler's formula of r=e-v+2. However, due to the board's symmetry, it is impossible to find an Euler cycle or Euler path.
  • #1
JasonJo
429
2
a professor posed the following question in class:
Is it possible for a knight to move around an 8x8 chess board so that it makes every possible move exactly once? (consider a move between two sqaures connected by a knight to be completed when the move is made in either direction)

so i outlined an 8x8 grid. and it seems like there will be 2 vertices of odd degree and i "think" the graph is a connected graph following Euler's formula of r= e - v + 2, but obviously i can't prove or derive any of this. can anyone reccomend a good approach to this problem? i don't believe there is an Euler cycle, but there is an Euler path?
*Note: this problem is posed before we ever started Hamiltonian circuits

and a general homework problem that i am having a lot of trouble proving (much like everything else in graph theory)

1) G is a planar graph that is not necessarily connected, as required in Euler's forumula. Recall that a component H is a connected subgraph of G with the property that there is no path between any vertex in H and any vertex of G not in H.
(a) find the appropriate modification of Euler's formula for a planar graph with c components
(b) show that the corollary is valid for unconnected plana graphs (e is less than or equal to (3v-6), but in terms of the new modified Euler's formula)

*this was an odd numbered problem and i looked in the back of the book, the answer was:
(a) r = e - v + c + 1
(b) corollary becomes e (less than or equal to) 3v - 3c - 3

I don't really understand the idea of connected graphs, especially counting the unbounded region twice or once, not too sure.

2) If G is a connected planar graph with all circuits of at least length k, show that the inequality e (less than or equal to) 3v - 6 can be strengthened to e (less than or equal to) (k/(k-2))
- for this one, i think i use the fact that k will be less than or equal to the sum of the degrees of the vertices or 2e, but after that i tried many ways to dervice the strengthened formula, and failed. anyone have any helpful hints to push me along?

sorry for not knowing how to use the symbols guys.

even though graph theory is a difficult class, not really necessary for what i want to do (actuarial), i love the class. it might mess up my gpa a little, but i want really badly to be able to do graph theory problems. i see it as one of the purest fields and one of the most difficult as well.

ok guys, thanks for the help
 
Physics news on Phys.org
  • #2
(For the chess problem)

Do you agree that the graph is connected if and only if you can move a knight between any two squares on the chessboard?

And given the symmetry of the problem, don't you find it suspcious to have exactly two vertices of odd degree?
 
  • #3
hmm, wow

ok, so due to the board's symmetry, if there 1 vertice of odd degree, there will be at least 4 verticies of odd degree, meaning no Euler cycle or Euler path possible. am i heading in the right direction?

hurkyl, can you expand on the if and only if statement and the graph being connected? i am very interested in that statement, i just don't quite grasp it yet

excellent hints though

*i solved the other two problems, and i thanks to you i might have the chessboard problem
 
  • #4
Just rephrase all your graph theoretical concepts in terms of chess.
 

1. What is graph theory?

Graph theory is a branch of mathematics that deals with the study of graphs, which are mathematical structures used to model relationships between objects.

2. What are some real-world applications of graph theory?

Graph theory has many practical applications, such as in computer networking, social networks, transportation systems, and scheduling problems. It is also used in fields such as biology, chemistry, and physics.

3. What are the basic concepts in graph theory?

The basic concepts in graph theory include vertices (or nodes), edges (or connections between vertices), and graphs (or collections of vertices and edges). Other important concepts include degree, path, and cycle.

4. How is graph theory used in computer science?

Graph theory is used in computer science to model and solve problems related to data structures, algorithms, and networks. For example, graph algorithms are used to find the shortest path between two points or to determine the most efficient route in a network.

5. What are some common types of graphs in graph theory?

Some common types of graphs in graph theory include directed and undirected graphs, complete graphs, weighted graphs, and trees. Each type has its own properties and is used to solve different types of problems.

Similar threads

Replies
7
Views
2K
  • Precalculus Mathematics Homework Help
Replies
4
Views
1K
  • Introductory Physics Homework Help
Replies
2
Views
7K
Replies
1
Views
2K
  • Beyond the Standard Models
Replies
11
Views
2K
  • Calculus and Beyond Homework Help
Replies
1
Views
2K
Replies
1
Views
933
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • STEM Academic Advising
Replies
13
Views
2K
Replies
10
Views
2K
Back
Top