Exploring Discrete Math Graph Theory Problems: A Scientist's Perspective

In summary, the conversation is about a person seeking help with various problems and being directed to follow certain rules and guidelines. The first problem, problem A, involves questions about graph theory and finding the number of edges in a graph and its complement. The second problem, problem B, requires drawing a graph with specific properties. Finally, problem C involves using the fact that the number of pairs of vertices in a graph is an integer.
Physics news on Phys.org
  • #2
First, I'd like to point out http://www.mathhelpboards.com/misc.php?do=vsarules #8: "Do not ask more than two questions in a post" and rule #11: "Show some effort". I recommend starting separate threads for problems 2–5 and describing what you have done and/or what difficulty you are having.

I'll give some hints about problem 1. For A, answer the following questions.

  1. How many (unordered) pairs of vertices does a graph with $n$ vertices have? Let's denote this number by $C(n)$.
  2. If a graph $G$ has $e$ edges, how many edges does the complement of $G$ have? Make sure you know what a graph complement is. The answer should use $C(n)$.
  3. What can be said about the number of edges in isomorphic graphs?
  4. Suppose a self-complementary graph with $n$ vertices has $e$ edges. Write an equation on $e$ using the definition of a self-complementary graph and points 2 and 3 above.

For B, draw a graph connecting each pair of vertices using either solid or dashed line. The number of edges of each type should be what you found in point A. The solid graph should be isomorphic to the dashed one. Put 4 vertices in the corners of a square. Make it so that rotating the picture by 90 degrees maps solid edges into dashed ones and vice versa. For 5 vertices, prove that a regular pentagon is self-complementary (construct an explicit bijection between vertices and check that it is an isomorphism).

For C, use the fact that $C(n)$ is an integer.
 

FAQ: Exploring Discrete Math Graph Theory Problems: A Scientist's Perspective

What is Discrete Math Graph Theory?

Discrete Math Graph Theory is a branch of mathematics that deals with the study of graphs, which are mathematical structures that represent relationships between objects. It involves using mathematical concepts and algorithms to analyze and solve problems related to graphs and their properties.

What are the basic elements of a graph?

A graph consists of vertices (also known as nodes) and edges. Vertices are the points or objects in a graph, while edges represent the connections or relationships between those points.

What are the applications of Discrete Math Graph Theory?

Discrete Math Graph Theory has a wide range of applications in various fields, such as computer science, engineering, economics, and social sciences. It can be used to model and analyze networks, transportation systems, social networks, and communication networks, among others.

What are the main concepts in Discrete Math Graph Theory?

The main concepts in Discrete Math Graph Theory include graph properties, graph algorithms, graph coloring, connectivity, paths and cycles, and planar graphs. These concepts are used to analyze and solve problems related to graphs.

What are some common algorithms used in Discrete Math Graph Theory?

Some common algorithms used in Discrete Math Graph Theory include Dijkstra's algorithm, Kruskal's algorithm, Prim's algorithm, and Floyd-Warshall algorithm. These algorithms are used for tasks such as finding the shortest path between two vertices, finding the minimum spanning tree of a graph, and determining the connectivity of a graph.

Similar threads

Replies
5
Views
2K
Replies
4
Views
2K
Replies
1
Views
2K
Replies
4
Views
9K
Replies
2
Views
2K
Replies
3
Views
2K
Replies
4
Views
2K
Back
Top