Degree of Vertex, Isolated & Pendant Vertex

Duration: 4 min

This video lesson is available to enrolled students.

Enroll to watch — ISRO Scientist/Engineer 'SC'

AI Summary

An AI-generated summary of this video lecture.

This educational video provides a detailed introduction to graph theory concepts, specifically focusing on the Degree of a Vertex and the Hand-shaking theorem. The instructor begins by defining the degree of a vertex in an undirected graph as the count of edges connected to that specific vertex. He uses a visual example with vertices labeled 'a' through 'j' to demonstrate the calculation process. The lecture further classifies vertices based on their degrees, introducing terms like isolated vertex and pendant vertex. Finally, the session culminates in the Hand-shaking theorem, which establishes a mathematical relationship between the sum of all vertex degrees and the total number of edges in the graph.

Chapters

  1. 0:00 2:00 00:00-02:00

    The instructor introduces the core definition: Degree of a Vertex: The degree of a vertex in an undirected graph is the number of edges associated with it, denoted by deg(vi). He underlines key phrases on the slide to emphasize the definition. He then analyzes a specific graph diagram containing vertices 'a' through 'j'. A table is displayed next to the graph, listing the calculated degree for each vertex (e.g., vertex 'd' has a degree of 4, vertex 'e' has a degree of 4). He circles vertices 'a', 'b', and 'c' to identify them as having a degree of 1. He also writes deg(k) = 0 to explain the concept of an isolated vertex, which has no edges. The slide explicitly defines a Pendant vertex as a vertex with degree one.

  2. 2:00 3:40 02:00-03:40

    The lecture transitions to the Hand-shaking theorem. The slide text states: Since each edge contribute two degree in the graph, the sum of the degree of all vertices in G is twice the number of edges in g. The instructor explains that because every edge connects two vertices, it contributes exactly two to the total degree sum. The mathematical formula sum(d(vi)) = 2|E| is shown on the screen. This theorem provides a method to verify the consistency of a graph's structure. The instructor likely uses the previous example graph to demonstrate that the sum of the degrees equals twice the number of edges, confirming the theorem.

The video builds a coherent understanding of graph connectivity. It starts with the local property of a single vertex (degree), moves to classifying specific types of vertices (pendant, isolated), and concludes with a global property (Hand-shaking theorem). This progression allows students to understand how local connections sum up to define the entire graph's structure. The visual aids, including the graph diagram and the degree table, are crucial for reinforcing the abstract definitions with concrete examples. The theorem serves as a fundamental check for graph validity.