Sum of Degrees of Vertices Theorem



Similar documents
Graph Theory Lecture 3: Sum of Degrees Formulas, Planar Graphs, and Euler s Theorem Spring 2014 Morgan Schreffler Office: POT 902

CS311H. Prof: Peter Stone. Department of Computer Science The University of Texas at Austin

Euler Paths and Euler Circuits

Class One: Degree Sequences

Planar Graphs. Complement to Chapter 2, The Villas of the Bellevue

Introduction to Graph Theory

2.5 Zeros of a Polynomial Functions

Chapter 3.1 Angles. Geometry. Objectives: Define what an angle is. Define the parts of an angle.

Midterm Practice Problems

Simple Graphs Degrees, Isomorphism, Paths

The Clar Structure of Fullerenes

136 CHAPTER 4. INDUCTION, GRAPHS AND TREES

WHERE DOES THE 10% CONDITION COME FROM?

Math 2443, Section 16.3

Lecture 1: Systems of Linear Equations

Removing Even Crossings

Examination paper for MA0301 Elementær diskret matematikk

Chapter 4.1 Parallel Lines and Planes

Adding vectors We can do arithmetic with vectors. We ll start with vector addition and related operations. Suppose you have two vectors

OPTIONS TRADING AS A BUSINESS UPDATE: Using ODDS Online to Find A Straddle s Exit Point

DEFINITIONS. Perpendicular Two lines are called perpendicular if they form a right angle.

Geometry Review Flash Cards

Answer: (a) Since we cannot repeat men on the committee, and the order we select them in does not matter, ( )

SURFACE AREA AND VOLUME

A permutation can also be represented by describing its cycles. What do you suppose is meant by this?

Social Media Mining. Graph Essentials

Graph Theory Problems and Solutions

Arrangements And Duality

4. How many integers between 2004 and 4002 are perfect squares?

10.1. Solving Quadratic Equations. Investigation: Rocket Science CONDENSED

Revised Version of Chapter 23. We learned long ago how to solve linear congruences. ax c (mod m)

Circle Name: Radius: Diameter: Chord: Secant:

Chapter 6 Notes: Circles

Lecture 8 : Coordinate Geometry. The coordinate plane The points on a line can be referenced if we choose an origin and a unit of 20

Lecture 9: Lines. m = y 2 y 1 x 2 x 1

Just the Factors, Ma am

V. Adamchik 1. Graph Theory. Victor Adamchik. Fall of 2005

Chapters 6 and 7 Notes: Circles, Locus and Concurrence

Chapter 6: Graph Theory

MATH 13150: Freshman Seminar Unit 10

If A is divided by B the result is 2/3. If B is divided by C the result is 4/7. What is the result if A is divided by C?

Incenter Circumcenter

Labeling outerplanar graphs with maximum degree three

Topological Treatment of Platonic, Archimedean, and Related Polyhedra

INCIDENCE-BETWEENNESS GEOMETRY

Discrete Mathematics Problems

Number Sense and Operations

Rubiks Cube or Magic Cube - How to solve the Rubiks Cube - follow these instructions

Greatest Common Factor and Least Common Multiple

A summary of definitions, postulates, algebra rules, and theorems that are often used in geometry proofs:

ALGEBRA. Find the nth term, justifying its form by referring to the context in which it was generated

MECHANICAL PRINCIPLES HNC/D MOMENTS OF AREA. Define and calculate 1st. moments of areas. Define and calculate 2nd moments of areas.

PERIMETER AND AREA. In this unit, we will develop and apply the formulas for the perimeter and area of various two-dimensional figures.

7.2 Quadratic Equations

MA107 Precalculus Algebra Exam 2 Review Solutions

Outline. NP-completeness. When is a problem easy? When is a problem hard? Today. Euler Circuits


Section 13.5 Equations of Lines and Planes

n 2 + 4n + 3. The answer in decimal form (for the Blitz): 0, 75. Solution. (n + 1)(n + 3) = n lim m 2 1

The minimum number of distinct areas of triangles determined by a set of n points in the plane

Geometry 1. Unit 3: Perpendicular and Parallel Lines

Finding and counting given length cycles

1 Symmetries of regular polyhedra

No Solution Equations Let s look at the following equation: 2 +3=2 +7

The GED math test gives you a page of math formulas that

Graph Theory Origin and Seven Bridges of Königsberg -Rhishikesh

Geometry and Measurement

Grade 7 & 8 Math Circles Circles, Circles, Circles March 19/20, 2013

Contents. 2 Lines and Circles Cartesian Coordinates Distance and Midpoint Formulas Lines Circles...

Algebra 1 Course Title

PRIMARY CONTENT MODULE Algebra I -Linear Equations & Inequalities T-71. Applications. F = mc + b.

EdExcel Decision Mathematics 1

Angles that are between parallel lines, but on opposite sides of a transversal.

6.3 Conditional Probability and Independence

Logo Symmetry Learning Task. Unit 5

Review of Intermediate Algebra Content

ALGEBRA. sequence, term, nth term, consecutive, rule, relationship, generate, predict, continue increase, decrease finite, infinite

Stationary random graphs on Z with prescribed iid degrees and finite mean connections

Discrete Mathematics & Mathematical Reasoning Chapter 10: Graphs

CMPSCI611: Approximating MAX-CUT Lecture 20

Extremal Wiener Index of Trees with All Degrees Odd

8 Polynomials Worksheet

Pythagorean Theorem: Proof and Applications

A Quick Algebra Review

International Indian School, Riyadh SA1 Worksheet Class: VI Mathematics

Example SECTION X-AXIS - the horizontal number line. Y-AXIS - the vertical number line ORIGIN - the point where the x-axis and y-axis cross

A vector is a directed line segment used to represent a vector quantity.

Final Review Geometry A Fall Semester

Grade Level: High School

Max Flow, Min Cut, and Matchings (Solution)

3. Evaluate the objective function at each vertex. Put the vertices into a table: Vertex P=3x+2y (0, 0) 0 min (0, 5) 10 (15, 0) 45 (12, 2) 40 Max

SOLVING EQUATIONS WITH RADICALS AND EXPONENTS 9.5. section ( )( ). The Odd-Root Property

ALGEBRA 2: 4.1 Graph Quadratic Functions in Standard Form

Zeros of Polynomial Functions

MATH STUDENT BOOK. 8th Grade Unit 6

Some Lecture Notes and In-Class Examples for Pre-Calculus:

Mathematical Induction. Lecture 10-11

Transcription:

Sum of Degrees of Vertices Theorem Theorem (Sum of Degrees of Vertices Theorem) Suppose a graph has n vertices with degrees d 1, d 2, d 3,...,d n. Add together all degrees to get a new number d 1 + d 2 + d 3 +...+ d n = D v.thend v =2e. In words, for any graph the sum of the degrees of the vertices equals twice the number of edges. Stated in a slightly di erent way, D v =2e says that D v is ALWAYS an even number. Example (Using the Sum of Degrees of Vertices Theorem) It is impossible to make a graph with v =6wherethevertices have degrees 1, 2, 2, 3, 3, 4. This is because the sum of the degrees D v is D v = 1 + 2 + 2 + 3 + 3 + 4 = 15 D v is always an even number but 15 is odd!

Using the Sum of the Degrees of Vertices Formula 1 Example (Using the Sum of the Degrees of Vertices Formula 1) Consider the following scenarios: A graph has 4 vertices with degrees 0, 0, 0, and 0. What does this graph look like? A graph has 1 vertex with degree 2. What does this graph look like? A graph has 4 vertices with degrees 2, 3, 3, and 4. How many edges are there? A graph has 4 vertices with degrees 2, 2, 2, and 4. Can you say what this graph looks like?

Using the Sum of the Degrees of Vertices Formula 2 Example (Using the Sum of the Degrees of Vertices Formula 2) Consider the following scenarios: Is it possible to have a graph with vertices of degrees: 1 and 1? Is it possible to have a graph with vertices of degrees: 1 and 2? Is it possible to have a graph with vertices of degrees: 1, 1, 2, 3? Is it possible to have a graph with vertices of degrees: 1, 1, 2, 3, 3?

Planar Graphs Definition (Planar Graph) A graph is Planar if can be drawn in such a way that its edges do not cross. To determine if a graph is planar we have to consider isomorphic versions of the graph. Example (Using Isomorphisms to Make Planar) The graph on the left is definitely planar (edges do not cross). Even though the graph to the right does not appear to be planar,it is because it is isomorphic to the graph to the left!

Faces of a Planar Graphs Definition (Faces of a Planar Graphs) In any planar graph, drawn with no intersections, the edges divide the planes into di erent regions. The regions enclosed by the planar graph are called interior faces of the graph. The region surrounding the planar graph is called the exterior (or infinite) face of the graph. When we say faces of the graph we mean BOTH the interior AND the exterior faces. We usually denote the number of faces of a planar graph by f. BEFORE YOU COUNT FACES, IT IS VERY IMPORTANT TO FIRST DRAW A PLANAR GRAPH SO THAT NO EDGES CROSS!

Counting Faces of a Planar Graphs Example (Counting Faces of a Planar Graphs) It is really tempting to try to count the faces in the graph below: Remember, the idea of faces only applies to Planar Graphs drawn with no edge crossings. Instead we need to redraw the graph to get an isomorphic version: In the bottom version it is easy to see there are 3InteriorFaces and 1 Exterior Face for a total of 4 Faces.

Degree of a Face Definition (Degree of a Face) For a planar graph drawn without edges crossing, the number of edges bordering a particular face is called the degree of the face. In the graph below each of the two interior faces have degree 3. The infinite (exterior) face has degree 4. Adding up degrees gives a result that is curiously similar to one before. Theorem (Sum of the Degrees For Faces) In any planar graph, the sum of the degrees of all faces is equal to twice the number of edges. In symbols, D f =2e.

Counting Faces and Degrees 1 Example (Counting Faces and Degrees 1) C A B D E F How many faces does this graph have? What is the degree of each face? List v, e, andf for this graph.

Making Graphs Look Planar Here are a couple more graphs that don t look planar at first. Can you count the faces? Left Graph (Cube) Right Graph (K 3,2 ) Vertices v 8 5 Edges e 12 6 Faces f 6 3 These numbers are giving more evidence of some big ideas with planar graphs.

Counting Faces and Degrees 2 Example (Counting Faces and Degrees 2) C A B D E F How many faces does this graph have? What is the degree of each face? List v, e, andf for this graph.

Counting Faces and Degrees 3 Example (Counting Faces and Degrees 3) A B D C E F How many faces does this graph have? What is the degree of each face? List v, e, andf for this graph.

Euler s Formula Theorem (Euler s Formula) Take any connected planar graph drawn with no intersecting edges. Let v be the number of vertices in the graph. Let e be the number of edges in the graph. Let f be the number of faces in the graph. Then v e + f =2. Check the planar graphs on the previous slide: Cube v e + f =8 12 + 6 = 2 K 3,2 v e + f =5 6+3=2 Let s see what Euler s Formula can do for us!

Using Euler s Formula 1 Example (Using Euler s Formula 1) C B A D E F What is v? What is e? If the graph is planar, what must f be? Redraw the graph with vertices/edges moved around so the graph appears planar.

Useful Facts for Planar Graphs We can combine the following theorems to answer questions about planar graphs. Theorem (Sum of the Degrees For Vertices) In any graph, the sum of the degrees of all vertices is equal to twice the number of edges. along with what we just looked at Theorem (Sum of the Degrees For Faces) In any planar graph, the sum of the degrees of all faces is equal to twice the number of edges. along with Euler s Formula Theorem (Euler s Formula) For a connected planar graph with vertices v, edges e, andfacesf, the following must hold: v e + f =2.

Using Euler s Formula 2 Example (Using Euler s Formula 2) A connected planar graph has 8 vertices and 12 edges. How many faces are there? A connected planar graph has 6 vertices and 4 faces. How many edges are there? A connected planar graph has 8 vertices with degrees: 1, 1, 2, 2, 3, 3, 4, 4. How many edges are there? A connected planar graph has 8 vertices with degrees: 1, 1, 2, 2, 3, 3, 4, 4. How many faces are there?

Using Euler s Formula 3 Example (Using Euler s Formula 3) A connected planar graph has 6 faces and 12 edges. How many vertices are there? A connected planar graph has 4 faces with degrees: 3, 3, 4, 4. How many edges are there? A connected planar graph has 4 faces with degrees: 3, 3, 4, 4. How many vertices are there? Draw a connected planar graph with 4 faces with degrees: 3, 3, 4, 4. Is there only one such isomorphic graph?

Using Euler s Formula 4 Example (Using Euler s Formula 4) B A C E D F What is v? Whatise? Though it doesn t look it, this is graph is planar. What is f?