Skip to main content
Mathematics LibreTexts

6.2: Graphs

  • Page ID
    34205
  • \( \newcommand{\vecs}[1]{\overset { \scriptstyle \rightharpoonup} {\mathbf{#1}} } \) \( \newcommand{\vecd}[1]{\overset{-\!-\!\rightharpoonup}{\vphantom{a}\smash {#1}}} \)\(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\) \(\newcommand{\id}{\mathrm{id}}\) \( \newcommand{\Span}{\mathrm{span}}\) \( \newcommand{\kernel}{\mathrm{null}\,}\) \( \newcommand{\range}{\mathrm{range}\,}\) \( \newcommand{\RealPart}{\mathrm{Re}}\) \( \newcommand{\ImaginaryPart}{\mathrm{Im}}\) \( \newcommand{\Argument}{\mathrm{Arg}}\) \( \newcommand{\norm}[1]{\| #1 \|}\) \( \newcommand{\inner}[2]{\langle #1, #2 \rangle}\) \( \newcommand{\Span}{\mathrm{span}}\)\(\newcommand{\AA}{\unicode[.8,0]{x212B}}\)

    Drawing Graphs

    Example 1

    Here is a portion of a housing development from Missoula, Montana[1]. As part of her job, the development’s lawn inspector has to walk down every street in the development making sure homeowners’ landscaping conforms to the community requirements.

    clipboard_e3234824b359f527fc7293e4adc684a2c.png

    Solution

    Naturally, she wants to minimize the amount of walking she has to do. Is it possible for her to walk down every street in this development without having to do any backtracking? While you might be able to answer that question just by looking at the picture for a while, it would be ideal to be able to answer the question for any picture regardless of its complexity.

    To do that, we first need to simplify the picture into a form that is easier to work with. We can do that by drawing a simple line for each street. Where streets intersect, we will place a dot.

    clipboard_efd3110477b5288027be3334e3b6f4634.pnggt2.svg

    This type of simplified picture is called a graph.

    Graphs, Vertices, and Edges

    A graph consists of a set of dots, called vertices, and a set of edges connecting pairs of vertices.

    While we drew our original graph to correspond with the picture we had, there is nothing particularly important about the layout when we analyze a graph. Both of the graphs below are equivalent to the one drawn above since they show the same edge connections between the same vertices as the original graph.

    gt3.svg

    You probably already noticed that we are using the term graph differently than you may have used the term in the past to describe the graph of a mathematical function.

    Example 2

    clipboard_e28b234701a5f1bdb02e13cff366ed8e3.pngBack in the 18th century in the Prussian city of Königsberg, a river ran through the city and seven bridges crossed the forks of the river. The river and the bridges are highlighted in the picture to the right[2].

    As a weekend amusement, townsfolk would see if they could find a route that would take them across every bridge once and return them to where they started.

    Solution

    Leonard Euler (pronounced OY-lur), one of the most prolific mathematicians ever, looked at this problem in 1735, laying the foundation for graph theory as a field in mathematics. To analyze this problem, Euler introduced edges representing the bridges:

    gt4.svg

    Since the size of each land mass it is not relevant to the question of bridge crossings, each can be shrunk down to a vertex representing the location:

    gt5.svg

    Notice that in this graph there are two edges connecting the north bank and island, corresponding to the two bridges in the original drawing. Depending upon the interpretation of edges and vertices appropriate to a scenario, it is entirely possible and reasonable to have more than one edge connecting two vertices.

    While we haven’t answered the actual question yet of whether or not there is a route which crosses every bridge once and returns to the starting location, the graph provides the foundation for exploring this question.

    Definitions

    While we loosely defined some terminology earlier, we now will try to be more specific.

    Vertex

    A vertex is a dot in the graph that could represent an intersection of streets, a land mass, or a general location, like “work” or “school”. Vertices are often connected by edges. Note that vertices only occur when a dot is explicitly placed, not whenever two edges cross. Imagine a freeway overpass – the freeway and side street cross, but it is not possible to change from the side street to the freeway at that point, so there is no intersection and no vertex would be placed.

    Edges

    Edges connect pairs of vertices. An edge can represent a physical connection between locations, like a street, or simply that a route connecting the two locations exists, like an airline flight.

    Loop

    A loop is a special type of edge that connects a vertex to itself. Loops are not used much in street network graphs.

    gt6.svg

    Degree of a vertex

    The degree of a vertex is the number of edges meeting at that vertex. It is possible for a vertex to have a degree of zero or larger.

    gt7.svg

    Path

    A path is a sequence of vertices using the edges. Usually we are interested in a path between two vertices. For example, a path from vertex A to vertex M is shown below. It is one of many possible paths in this graph.

    gt8.svg

    Circuit

    A circuit is a path that begins and ends at the same vertex. A circuit starting and ending at vertex A is shown below.

    gt9.svg

    Connected

    A graph is connected if there is a path from any vertex to any other vertex. Every graph drawn so far has been connected. The graph below is disconnected; there is no way to get from the vertices on the left to the vertices on the right.

    gt10.svg

    Weights

    Depending upon the problem being solved, sometimes weights are assigned to the edges. The weights could represent the distance between two locations, the travel time, or the travel cost. It is important to note that the distance between vertices in a graph does not necessarily correspond to the weight of an edge.

    Try it Now 1

    The graph below shows 5 cities. The weights on the edges represent the airfare for a one-way flight between the cities.

    1. How many vertices and edges does the graph have?
    2. Is the graph connected?
    3. What is the degree of the vertex representing LA?
    4. If you fly from Seattle to Dallas to Atlanta, is that a path or a circuit?
    5. If you fly from LA to Chicago to Dallas to LA, is that a path or a circuit?

    gt11.svg

    Answer

    a. 5 vertices, 10 edges

    b. Yes, it is connected

    c. The vertex is degree 4

    d. A path

    e. A circuit


    [1] Sam Beebe. http://www.flickr.com/photos/sbeebe/2850476641/, CC-BY

    [2] Bogdan Giuşcă. http://en.Wikipedia.org/wiki/File:Ko...rg_bridges.png


    This page titled 6.2: Graphs is shared under a CC BY-SA 3.0 license and was authored, remixed, and/or curated by David Lippman (The OpenTextBookStore) via source content that was edited to the style and standards of the LibreTexts platform; a detailed edit history is available upon request.

    • Was this article helpful?