Minimum Size of Connected Subgraph in Graph Theory | Help with u and v in G

In summary, the minimum size of a connected subgraph in graph theory is determined by finding the shortest path between two given vertices, u and v, on the graph. This can be done using various algorithms, such as Dijkstra's algorithm or Breadth-First Search. The goal is to find the smallest subset of vertices that are connected to each other, while still including u and v. This minimum connected subgraph is important in analyzing the structure and connectivity of graphs, and has applications in various fields such as computer science, social networks, and transportation systems.
  • #1
Kipster1203
9
0
Let u and v be distinc vertices in a connected graph G. There may be several connected subgraphs of G containing u and v. What is the minimum size of a connected subgraph of G containing u and v?

and does this suggest another question?
 
Physics news on Phys.org
  • #2
Any connected subgraph containing u and v has to contain a set of vertices/edges satisfying what property?
 
  • #3
that they are connected.

Size is the number of edges right? So if the subgraph only contained adjacent u and v, then wouldn't the minimum size be 1?
 
  • #4
that they are connected.

I already said the subgraph is connected. What does it mean for that to be true?

Size is the number of edges right? So if the subgraph only contained adjacent u and v, then wouldn't the minimum size be 1?

Size can be referring to either the number of edges or the number of vertices depending on context. I'm not sure which one they mean here, but it turns out to be the same answer regardless
 
  • #5
The number of vertices is the defined as the order of a graph.

A graph is said to be connected when a path exists between every pair of vertices?
 
  • #6
A graph is said to be connected when a path exists between every pair of vertices?

And a path is a special kind of a connected graph. So every connected subgraph containing u and v contains a path from u to v, which means the smallest connected subgraph must be...
 
  • #7
Office_Shredder said:
And a path is a special kind of a connected graph. So every connected subgraph containing u and v contains a path from u to v, which means the smallest connected subgraph must be...

a path of length 1?
 
  • #8
Kipster1203 said:
a path of length 1?

That probably doesn't exist (unless u and v are connected)
 
  • #9
Office_Shredder said:
That probably doesn't exist (unless u and v are connected)

Oh because it says u and v are distinct, so the smallest that could exist would have length 2
 
  • #10
Oh because it says u and v are distinct, so the smallest that could exist would have length 2
Consider the following graph

http://www.cs.ucr.edu/~neal/2005/cs141/wikidb/uploads/cut_vertices.png

Ignoring the other stuff on the pictures, what's the size of the smallest connected subgraph containing a and h? It certainly isn't two; that implies that they are connected by an edge
 
  • #11
yes, that is one example. But the question asks for the minimum size.
 
  • #12
I'm confused. Yes, it's an example, and the point is that the answer is not always two
 

Related to Minimum Size of Connected Subgraph in Graph Theory | Help with u and v in G

1. What is graph theory?

Graph theory is a branch of mathematics that studies the properties and relationships of graphs, which are mathematical structures used to represent pairwise relationships between objects.

2. How is graph theory used in science?

Graph theory has applications in various fields of science, such as computer science, biology, chemistry, and physics. It is used to model and analyze complex systems, networks, and relationships.

3. What are the basic concepts in graph theory?

The basic concepts in graph theory include vertices (or nodes), edges, paths, cycles, and connectivity. These elements are used to represent and study the properties of graphs.

4. What are some common algorithms used in graph theory?

Some common algorithms used in graph theory include Breadth-First Search (BFS), Depth-First Search (DFS), Dijkstra’s algorithm, and Prim’s algorithm. These algorithms are used to solve various problems related to graphs, such as finding the shortest path or the minimum spanning tree.

5. How can I improve my understanding of graph theory?

To improve your understanding of graph theory, it is recommended to read books or attend courses on the subject. You can also practice solving problems and implementing algorithms on different types of graphs. Collaborating with others and discussing different approaches can also help improve your understanding of graph theory.

Similar threads

  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
15
Views
4K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
11
Views
624
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
2K
  • Set Theory, Logic, Probability, Statistics
Replies
2
Views
2K
  • General Math
Replies
5
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
2K
Back
Top