retagged by
26,069 views
61 61 votes
A cycle on $n$ vertices is isomorphic to its complement. The value of $n$ is _____.

6 Answers

Best answer
166 166 votes

Method 1: Using number of edges
A cycle with \( n \) vertices has \( n \) edges.
Number of edges in cycle \( = n \)
Number of edges in its complement \( = \dfrac{n(n-1)}{2} - n \).

For isomorphism, both graphs should have equal number of edges.
\[ \begin{align} \dfrac{n(n-1)}{2} - n &= n \\ \Rightarrow \dfrac{n(n-1) - 4n}{2} &= 0 \\ \Rightarrow n(n - 5) &= 0 \\ \Rightarrow n &= 5 \end{align} \]


Method 2: Using vertex degrees
Each vertex in a cycle \( C_n \) has degree \( 2 \).
In its complement, each vertex has degree \( (n - 1) - 2 = n - 3 \).

For both graphs to be isomorphic, degrees must be equal:
\[ 2 = n - 3 \implies n = 5 \]
Answer: \( \boxed{n = 5} \)

 

edited by
42 42 votes

It is $n=5$ only.

Only $C_{5}$ is isomorphic to its complement.

Here $C_4$ and its complement are not isomorphic because both are having different structures.

Here, $C_5$ is isomorphic to its complement. Just imagine the reorganisation of vertices in the complement of $C_5$, it will become the same as $C_5 $.

edited by
20 20 votes

No of edges in graph + no of edges in complement of graph = n(n-1)/2  // No Of edges in complete graph of N vertices

5 + 5 = n(n-1)/2 // Here in C5 edges are there and in isomorphic graph the no of edges should be equal to no of edges in graph.

so solving it we get n = 5 .

10 10 votes
Another Approach:

(degree of compliment) = (degree of complete graph with given 'n' vertices) - (degree of given graph with 'n' vertices)                                                  

 =>         2 =  (n-1) - 2           ( Given graph = a cycle so degree will be 2 and this will also be the degree of its compliment)
 =>         n = 2 +2 + 1 = 5

Hence, n=5.
edited by
0 0 votes
n the vertices in cycle graph(let name as G) than number of edges in this graph(G) is also n(because in cycle graph number of vertices is equal to number of edges).

let Gc is complement of graph then according to question G and Gc are isomorphic.

if G and Gc are isomorphic than they must have equal number of edges and vertices.

 

so,edges in G=edges in Gc=n

G+Gc=n+n=2n(let name this as eqn "1")

G+Gc=makes a complete graph having "n "vertices

G+Gc=n(n-1)/2  (complete graph with 'n' vertices has n(n-1)/2 edges)

2n=n(n-1)/2  (from eqn 1)

n^2 -5n=0

put n=5 (our eqn get statisfy)
0 0 votes
Complement of a graph means, we need to remove the existing edges from the graph and place the new edges which were not earlier among the actual graph.
In a cycle of n vertices, each vertex is connected to other two vertices. So each vertex degree is 2.
When we complement it, each vertex will be connected to remaining n-3 vertices ( one is self and two other vertices in actual graph).
As per given question,
n-3 =2
n=5
Answer:
Position:
Show:

Related questions

51 51 votes
10 answers 10 answers
35.1k
35.1k views
go_editor asked Sep 28, 2014
35,091 views
The maximum number of edges in a bipartite graph on $12$ vertices is____
9 9 votes
3 answers 3 answers
2.1k
2.1k views
go_editor asked Dec 20, 2016
2,075 views
Are the two digraphs shown in the above figure isomorphic? Justify your answer.
40 40 votes
4 answers 4 answers
16.1k
16.1k views
Arjun asked Sep 25, 2014
16,072 views
Which of the following graphs is isomorphic to  
2 2 votes
2 2 answers
4.4k
4.4k views
Misbah Ghaya asked Jun 27, 2016
4,404 views
Consider the graph given below as :Which one of the following graph is isomorphic to the above graph ?