html5-img
1 / 14

Graph Models

Graph Models. Notes 23 – Section 5.4. Essential Learnings. Students will understand and be able to use graph modeling to represent a real-life situation. Modeling.

ziven
Download Presentation

Graph Models

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Graph Models Notes 23 – Section 5.4

  2. Essential Learnings • Students will understand and be able to use graph modeling to represent a real-life situation.

  3. Modeling One of Euler’s most important insights was the observation that certain types ofproblems can be conveniently rephrased as graph problems and that, in fact, graphsare just the right tool for describing many real-life situations. The notion of using amathematical concept to describe and solve a real-life problem is one of the oldestand grandest traditions in mathematics. It is called modeling.

  4. Example – The Seven Bridges of Königsberg: Part 2 This map is not entirely accurate – the drawing is not toscale and the exact positions and angles of some of the bridges are changed. Does it matter?

  5. Example – The Seven Bridges of Königsberg: Part 2 The shape and size of the islands, thewidth of the river, the lengths of the bridges–none of these things really matter. So, then, what is it that does matter? Surprisingly little.

  6. Example – The Seven Bridges of Königsberg: Part 2 The only thing that trulymatters to the solution of this problem is the relationship between land masses (islands and banks) and bridges. Which land masses are connected to each otherand by how many bridges? This information is captured by the red edges.

  7. Example – The Seven Bridges of Königsberg: Part 2 Thus, when we strip the map of all its superfluous information, we endup with the graph model shown. The four vertices of the graph represent each of the four land masses; the edges represent the seven bridges.

  8. Example – The Seven Bridges of Königsberg: Part 2 Inthis graph an Euler circuit would represent a stroll around the town that crosseseach bridge once and ends back at the starting point. An Euler path would represent a stroll that crosses each bridge once but does not return to the startingpoint.

  9. Example – Walking the ‘Hood”: Part 2 Recall the problem of the security guard whoneeds to walk the streets of the Sunnyside neighborhood.

  10. Example 5.16 Walking the ‘Hood”: Part 2 In the graphshown, each edge represents a block of the neighborhood andeach vertex is an intersection.

  11. Example 5.16 Walking the ‘Hood”: Part 2 Does the graphhave an Euler circuit? An Euler path? Neither? We will learn how to answer in the next section.

  12. Example 5.17 Delivering the Mail: Part 2 Recall that unlike the security guard, the mail carrier must make two passes through every block that has homes on both sides of the street and must make one pass through blocks that have homes on only one side of the street The carrier does not have to walk along blocks where there are no houses. In this situation an appropriate graph model requires two edges on the blocks that have homes on both sides ofthe street.

  13. Example 5.17 Delivering the Mail: Part 2 There is one edge for the blocks that have homes on only one side of the street and no edges for blocks having no homes on either side of the street.

  14. Assignment p. 193: 17, 19, 20, 21 Quiz Tomorrow!

More Related