\(\newcommand{\R}{\mathbb{R}}\) \(\newcommand{\N}{\mathbb{N}}\)
  1. Reliability
  2. 7. Paths and Related Graphs
  3. 1
  4. 2
  5. 3
  6. 4

1. Polynomials

In this chapter we study the (half) infinite path, finite paths, and various graphs that can be constructed from paths. Since these graphs are all symmetric, we can do away with the left and right adjectives for the various mathematical objects. A family of polynomials will play a central role.

Define the family of polynomials \(\{P_n: n \in \N\}\) by the following initial conditions and recursion relation: \begin{align} & P_0(t) = 1, \; P_1(t) = t, \quad t \in \R \\ & P_{n+1}(t) = t P_n(t) - P_{n-1}(t), \quad n \in \N_+, \, t \in \R \end{align}

The first few members of the family are \begin{align*} P_0(t) & = 1 \\ P_1(t) & = t \\ P_2(t) & = t^2 - 1 \\ P_3(t) & = t^3 - 2 t \\ P_4(t) & = t^4 - 3 t^2 + 1 \end{align*} This family of polynomials is closely related to a family of Chebyshev polynomials, and with this connection, the important properties follow easily.

\(P_n(t) = U_n(t / 2)\) for \(n \in \N\) and \(t \in \R\) where \(U_n\) is the Chebyshev polynomial of the second kind with degree \(n\).

Details:

This follows directly from the defining conditions for \(\{U_n: n \in \N\}\): \begin{align*} & U_0(t) = 1, \; U_1(t) = 2 t, \quad t \in \R \\ & U_{n+1}(t) = 2 t U_n(t) - U_{n-1}(t), \quad n \in \N_+, \, t \in \R \end{align*}

For \(n \in \N_+\), the roots of \(P_n\) are \[2 \cos\left(\frac{k}{n + 1} \pi\right), \quad k \in \{1, 2, \ldots, n\}\]

Details:

This follows directly from and the roots of the Chebyshev polynomials.

Note that \(P_n\) has \(n\) distinct (and hence simple) roots in the interval \((-2, 2)\).

For \(n \in \N\) and \(\theta \in (0, \pi)\), \[P_n(2 \cos \theta) = \frac{\sin[(n + 1) \theta]}{\sin \theta}\]

Details:

This follows from and the trigonometric definition of the Chebyshev polynomials.