The line graph L(G) of a simple graph G is defined as follows: There is exactly one vertex v(e) in L(G) for each edge e in G. For any two edges e and e' in G, L(G) has an edge between v(e) and v(e'), if and only if e and e' are incident with the same vertex in G. Which of the following statements is/are TRUE? (P) The line graph of a cycle is a cycle. (Q) The line graph of a clique is a clique. (R) The line graph of a planar graph is planar. (S) The line graph of a tree is a tree.
The line graph L(G) of a simple graph G is defined as follows: There is exactly one vertex v(e) in L(G) for each edge e in G. For any two edges e and e' in G, L(G) has an edge between v(e) and v(e'), if and only if e and e' are incident with the same vertex in G. Which of the following statements is/are TRUE? (P) The line graph of a cycle is a cycle. (Q) The line graph of a clique is a clique. (R) The line graph of a planar graph is planar. (S) The line graph of a tree is a tree. Correct Answer P only
The correct answer is “option 1”.
EXPLANATION:
Statement P: True
Every edge in a given cycle graph will become a vertex in the new defined graph L(G) and every vertex of the cycle graph will become an edge in the new graph.
Statement R: False
Consider a planar graph with 5 vertices and 9 edges.
Also assume, the degree of one vertex is 2 and the rest is 4.
So L(G) has 9 vertices (since G has 9 edges) and 25 edges.
But, the planar graph must satisfy the condition:
|E| < = 3|V| - 6
So for 9 vertices,
|E| < = 3×9- 6
|E| < = 21
But L(G) has 25 edges & hence it is not planar.
So this statement is false.
Since Option 2 and 3 contains R, these options are eliminated.
Statement S: False
From this tree:
[ alt="F1 Raju Madhuri 29.05.2021 D12" src="//storage.googleapis.com/tb-img/production/21/05/F1_Raju_Madhuri_29.05.2021_D12.png" style="width: 90px; height: 84px;">
By drawing its line graph, a cycle graph can be formed of 3 vertices.
So this statement is wrong.
Hence, option 4 is wrong.
Hence, the correct answer is “option 1”.