Thread Closed

Help with graph theory

 
Share Thread
Sep23-10, 06:44 AM   #1
 

Help with graph theory


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?
PhysOrg.com science news on PhysOrg.com

>> City-life changes blackbird personalities, study shows
>> Origins of 'The Hoff' crab revealed (w/ Video)
>> Older males make better fathers: Mature male beetles work harder, care less about female infidelity
Sep23-10, 08:27 AM   #2
 
Blog Entries: 1
Recognitions:
Homework Helper Homework Help
Any connected subgraph containing u and v has to contain a set of vertices/edges satisfying what property?
Sep23-10, 08:31 AM   #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?
Sep23-10, 08:42 AM   #4
 
Blog Entries: 1
Recognitions:
Homework Helper Homework Help

Help with graph theory


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
Sep23-10, 08:54 AM   #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?
Sep23-10, 09:21 AM   #6
 
Blog Entries: 1
Recognitions:
Homework Helper Homework Help
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...
Sep23-10, 10:44 AM   #7
 
Quote by Office_Shredder View Post
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?
Sep23-10, 10:50 AM   #8
 
Blog Entries: 1
Recognitions:
Homework Helper Homework Help
Quote by Kipster1203 View Post
a path of length 1?
That probably doesn't exist (unless u and v are connected)
Sep23-10, 11:08 AM   #9
 
Quote by Office_Shredder View Post
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
Sep23-10, 03:44 PM   #10
 
Blog Entries: 1
Recognitions:
Homework Helper Homework Help
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/cs1...t_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
Sep23-10, 10:15 PM   #11
 
yes, that is one example. But the question asks for the minimum size.
Sep23-10, 10:27 PM   #12
 
Blog Entries: 1
Recognitions:
Homework Helper Homework Help
I'm confused. Yes, it's an example, and the point is that the answer is not always two
Thread Closed

Similar discussions for: Help with graph theory
Thread Forum Replies
Graph Theory: Complement of a Graph General Math 4
[Graph theory] Formula for the size of a line graph Calculus & Beyond Homework 0
Graph theory line graph proof Calculus & Beyond Homework 0
Graph and Free Graph in Category Theory General Math 0
Graph Theory -- How do I construct this graph? Calculus & Beyond Homework 2