Soccer Ball Resistor Puzzle

  • Context: Undergrad 
  • Thread starter Thread starter bob012345
  • Start date Start date
  • Featured
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
8 replies · 476 views
bob012345
Gold Member
Messages
2,398
Reaction score
1,101
TL;DR
A truncated icosahedron (soccer ball) is made from 90 identical 1 Ω resistors, one on each edge. The exercise is to find the exact equivalent resistances between adjacent vertices.
I worked on this problem during the World Cup. A truncated icosahedron (soccer ball) is made from 90 identical 1 Ω resistors, one on each edge.

Part (a) Determine the exact equivalent resistance between two adjacent vertices across a hexagon–hexagon edge.

Part (b)Without solving a second resistor network from scratch, determine the exact equivalent resistance between two adjacent vertices across a hexagon–pentagon edge.
 
Physics news on Phys.org
Baluncore said:
(a) hex-hex edge R = 0.66897929
(b) hex-pent edge R = 0.6488431
Can you confirm, or what did you get ?
Those numbers look numerically close but can you give me the exact values? How did you get these?
 
Here are my exact values.

##R_{hex-hex}=\frac{16778}{25080}##

##R_{hex-pent}=\frac{16273}{25080}##
 
I cheated by avoiding van Steenwijk’s method.

Found the graph of the TI on Wikipedia, numbered all 60 nodes, then numbered all 90 edges.
I wrote out the 90x 1 ohm resistors in SPICE format; R90 node1 node2 1

I pasted the 90 element table into LTspice, then grounded one node, while injecting a current of 1 amp into the other node. The voltage on the injection node gave the resistance of the network to the grounded node.

I checked my results by comparing two similar edges on the network. They were the same, so the graph entered was symmetrical.
 
Reply
  • Like
Likes   Reactions: bob012345
I started in a similar vein but a bit different. I drew the 2D projection of the TI modified to fit a flat x-y format. Then I drew it in LTspice also. It looks like this;

IMG_6177.webp

The loops numbered 1-12 are the pentagons and the others are the hexagons. This gave me the numerical numbers that matched yours but what I really wanted are the exact fractions. The next step was to use symmetry to reduce this to a much simpler circuit of which I solved the system of equations exactly to get ##R_{hex-hex}##.

Once ##R_{hex-hex}## is known, there is a trivial way to get the other nearest neighbor value ##R_{hex-pent}## without having to solve another network. That is part b of this puzzle.
 
Baluncore said:
Two-point resistances in Archimedean resistor networks.
Frédéric Perrier, Frédéric Girault.
Results in Physics 36 (2022) 105443
https://www.sciencedirect.com/science/article/pii/S2211379722001978?via=ihub
Thanks! There is a lot of interesting data in that paper. I liked the table of resistances between different vertices. You can get all the exact fractions with your simulation by multiplying the numerical answer by that factor 25080 and rounding to the nearest integer but that’s not the method I was thinking of for part b.