Using Graph theory to show the resistance in an edge is ((2^n)-1)/(n*2^(n-1))

231 Views Asked by At

Consider the hypercube {0,1}n, with 2n vertices, and with edges between vertices (a1, . . . , an), (b1, . . . , bn) ∈ {0,1}n when they differ in exactly one coordinate. Show that the effective resistance across an edge is 2n−1/ n2n−1

This question was on my graph theory final and I have NO idea how to approach it and solve it.. Any help would be greatly appreciated.

1

There are 1 best solutions below

0
On

By Foster's theorem, the sum of all effective resistances should be equal to the number of nodes in the graph minus one, i.e., $\sum_e R_e =2^n-1$. By symmetry all edges have the same effective resistance. Since there are $n2^{n-1}$ edges, this gives the desired result