The Seven Bridges of Konigsberg-Euler's solutiondragan/ST-Spring2016/The Seven Bridges of...

16
The Seven Bridges of Konigsberg-Euler's solution Ajitesh vennamaneni 810838689

Transcript of The Seven Bridges of Konigsberg-Euler's solutiondragan/ST-Spring2016/The Seven Bridges of...

Page 1: The Seven Bridges of Konigsberg-Euler's solutiondragan/ST-Spring2016/The Seven Bridges of Konigsberg... · The Seven Bridges of Konigsberg • The problem goes back to year 1736.

The Seven Bridges of

Konigsberg-Euler's solution

Ajitesh vennamaneni

810838689

Page 2: The Seven Bridges of Konigsberg-Euler's solutiondragan/ST-Spring2016/The Seven Bridges of Konigsberg... · The Seven Bridges of Konigsberg • The problem goes back to year 1736.

Content

Real world problem

Graph construction

Special properties

Solution

applications

Page 3: The Seven Bridges of Konigsberg-Euler's solutiondragan/ST-Spring2016/The Seven Bridges of Konigsberg... · The Seven Bridges of Konigsberg • The problem goes back to year 1736.

The Seven Bridges of Konigsberg

• The problem goes back to year 1736.

• This problem lead to the foundation of graph theory.

• In Konigsberg, a river ran through the city such that in its

center was an island, and after passing the island, the

river broke into two parts.

Page 4: The Seven Bridges of Konigsberg-Euler's solutiondragan/ST-Spring2016/The Seven Bridges of Konigsberg... · The Seven Bridges of Konigsberg • The problem goes back to year 1736.

R-W Problem

• We have seven bridges

for people of the city to

get from one part to

another

• The people wondered

whether or not one could

walk around the city in a

way that would involve

crossing each bridge

exactly once.

Page 5: The Seven Bridges of Konigsberg-Euler's solutiondragan/ST-Spring2016/The Seven Bridges of Konigsberg... · The Seven Bridges of Konigsberg • The problem goes back to year 1736.

Try solving it

Page 6: The Seven Bridges of Konigsberg-Euler's solutiondragan/ST-Spring2016/The Seven Bridges of Konigsberg... · The Seven Bridges of Konigsberg • The problem goes back to year 1736.

Few tries

Page 7: The Seven Bridges of Konigsberg-Euler's solutiondragan/ST-Spring2016/The Seven Bridges of Konigsberg... · The Seven Bridges of Konigsberg • The problem goes back to year 1736.

Lets construct a graph from that R-W

problem

Page 8: The Seven Bridges of Konigsberg-Euler's solutiondragan/ST-Spring2016/The Seven Bridges of Konigsberg... · The Seven Bridges of Konigsberg • The problem goes back to year 1736.

Odd and even vertex

Odd vertex

A vertex is called odd if it has an

odd number of edges leading to

it.

Even vertex

A vertex is called even if it has an

even number of edges leading to

it.

Page 9: The Seven Bridges of Konigsberg-Euler's solutiondragan/ST-Spring2016/The Seven Bridges of Konigsberg... · The Seven Bridges of Konigsberg • The problem goes back to year 1736.

Special Euler's properties

To get the Euler path a graph should have two or less number of odd

vertices.

Starting and ending point on the graph is a odd vertex.

Page 10: The Seven Bridges of Konigsberg-Euler's solutiondragan/ST-Spring2016/The Seven Bridges of Konigsberg... · The Seven Bridges of Konigsberg • The problem goes back to year 1736.

Problem faced

A vertex needs minimum of two

edges to get in and out.

If a vertex has odd edges then

the person gets trapped.

Hence every odd vertex should

be a starting or ending point in

the graph.

Page 11: The Seven Bridges of Konigsberg-Euler's solutiondragan/ST-Spring2016/The Seven Bridges of Konigsberg... · The Seven Bridges of Konigsberg • The problem goes back to year 1736.

In our problem graph we have

four odd vertices hence there

cant be any Euler path possible.

Page 12: The Seven Bridges of Konigsberg-Euler's solutiondragan/ST-Spring2016/The Seven Bridges of Konigsberg... · The Seven Bridges of Konigsberg • The problem goes back to year 1736.

solution

A bridge is added between C

and D

This makes the number of odd

vertices 2 and number of even

vertices 2 which satisfies our

properties

Page 13: The Seven Bridges of Konigsberg-Euler's solutiondragan/ST-Spring2016/The Seven Bridges of Konigsberg... · The Seven Bridges of Konigsberg • The problem goes back to year 1736.

Other Possible Solutions

Page 14: The Seven Bridges of Konigsberg-Euler's solutiondragan/ST-Spring2016/The Seven Bridges of Konigsberg... · The Seven Bridges of Konigsberg • The problem goes back to year 1736.

Applications

Transportation

Biology

Chip designing

Chemistry ….

Page 15: The Seven Bridges of Konigsberg-Euler's solutiondragan/ST-Spring2016/The Seven Bridges of Konigsberg... · The Seven Bridges of Konigsberg • The problem goes back to year 1736.

Reference

http://mathforum.org/isaac/problems/bridges1.html

http://www.maa.org/press/periodicals/convergence/leonard-eulers-

solution-to-the-konigsberg-bridge-problem-konigsberg

Page 16: The Seven Bridges of Konigsberg-Euler's solutiondragan/ST-Spring2016/The Seven Bridges of Konigsberg... · The Seven Bridges of Konigsberg • The problem goes back to year 1736.

Any Queries ??