Skip to main content

Exercises 15.6 Exercises

Recognizing paths and trails.

In each of ExercisesΒ 1–4, you are given a walk through a graph. Determine whether the walk is a path, a trail, or neither. Also determine whether the walk is open or closed.

1.

\(v_1, e_1, v_2, e_2, v_3, e_3, v_4, e_{12}, v_6, e_6, v_3 \text{.}\)

2.

\(v_1, e_1, v_2, e_2, v_3, e_3, v_4, e_4, v_5, e_5, v_6, e_6, v_3, e_7, v_7, e_8, v_1 \text{.}\)

5.

Consider the graph in FigureΒ 15.6.1.
An example graph for an exercise.
Figure 15.6.1. An example graph.

(a)

Determine four different paths from vertex \(1 \) to vertex \(5 \text{.}\)

(b)

Determine four different trails from vertex \(1 \) to vertex \(5 \text{,}\) none of which are paths.

(c)

Determine four different walks from vertex \(1 \) to vertex \(5 \text{,}\) none of which are trails.

Recognizing bridges.

In each of ExercisesΒ 7–10, identify each edge that is a bridge.

11.

Among all possible nonconnected graphs with \(n \) vertices, let \(H \) be one with the maximum number of edges. Prove that \(H \) has exactly two connected components.
Hint.
Argue by contradiction.

12.

Suppose \(G \) is a connected graph that contains a closed path that is also a trail. Prove that it is possible to remove any single edge from this path and be left with a connected subgraph of \(G \text{.}\) That is, prove that no edge in this path could be a bridge.

13.

Prove that a graph in which every edge is a bridge cannot have a closed path that is also a trail.