Questions: Expander Graphs

4 questions to test your understanding

Score: 0 / 4
Question 1 Multiple Choice

A d-regular graph on n vertices has eigenvalues d = lambda_1 >= lambda_2 >= ... >= lambda_n. The graph is a good expander when the spectral gap d - |lambda_2| is large. What does the spectral gap control?

AThe number of edges in the graph
BThe mixing time of random walks (how quickly the walk distribution converges to uniform) and the edge expansion (minimum ratio of boundary edges to subset size) — larger spectral gap means faster mixing and better expansion
CThe chromatic number of the graph
DThe diameter of the graph only, not expansion
Question 2 True / False

Explicit constructions of Ramanujan graphs achieve the optimal spectral gap: |lambda_2| <= 2*sqrt(d-1) for d-regular graphs. The Alon-Boppana bound proves this is the best possible for any infinite family.

TTrue
FFalse
Question 3 Short Answer

Explain how expander graphs are used for derandomization — specifically, how a random walk on an expander can replace independent random samples.

Think about your answer, then reveal below.
Question 4 True / False

Every random d-regular graph is a good expander with high probability for d >= 3.

TTrue
FFalse