5
Graph Theory

Graph Theory. A branch of math in which graphs are used to solve a problem. It is unlike a Cartesian graph that we used throughout our younger years of

Embed Size (px)

Citation preview

Page 1: Graph Theory. A branch of math in which graphs are used to solve a problem. It is unlike a Cartesian graph that we used throughout our younger years of

Graph Theory

Page 2: Graph Theory. A branch of math in which graphs are used to solve a problem. It is unlike a Cartesian graph that we used throughout our younger years of

A branch of math in which graphs are used to solve a problem.

It is unlike a Cartesian graph that we used throughout our younger years of math. Here it is a collection of line segments and points (nodes). These nodes have been called vertices in the past and the line segments, edges. Networks can illustrate this relationship among a variety of objects or sets.

Page 3: Graph Theory. A branch of math in which graphs are used to solve a problem. It is unlike a Cartesian graph that we used throughout our younger years of

Adjacent – two vertices connected by an edge are termed adjacent.Degree of the vertex – the number of edges that begin or end at a vertex. A loop counts as two degrees.Path – connected sequence of verticesCircuit – when a path begins and ends at the same vertex. A circuit depends on the route taken.

Page 4: Graph Theory. A branch of math in which graphs are used to solve a problem. It is unlike a Cartesian graph that we used throughout our younger years of

Networks

Connected – if and only if there is at least one path connecting each pair of vertices.Complete – has an edge between every pair of vertices.

Traceable – all vertices are connected to at least one other vertex and all edges can be traveled exactly once in a continuous path.

A network is traceable if it has only vertices of even degree or exactly two vertices of odd degree.

Page 5: Graph Theory. A branch of math in which graphs are used to solve a problem. It is unlike a Cartesian graph that we used throughout our younger years of

Planar – a network can be drawn on a two dimensional surface so that edges do not cross anywhere except at vertices.

HomeworkPg 49 # 1,3,5,6,7, 8, 9, 10, 11,15, 21