Resistors and Squares
Colin Beveridge posed two fun teasers at his talk at the MathsJam 2022 gathering in the UK. These were:
- For what values of
can resistors, each of resistance 1 , be assembled into an effective resistance of 1 ? Current much pass through every resistor in the resulting configuration. - For what values of
can a square be partitioned into squares? The sub-squares need not all be the same size.
I quite enjoyed solving these problems, so I’m going to write down my solution to these problems here.
Click to reveal solutions
The first problem
Let us set up notation to make things easier. If
is good for all , since we can use the configuration .- If
and are good with configurations and , then is good since we can replace any reisistor in with all of . By iterating this, we see that is good. - By (1), 4 is good. This means that if
is good then is good by (2). - Combining the previous points, all numbers of the form
are good (for ) since 1 is good. - Since
is good (by (1)), all multiples of 3 that are are good by (3). - All even numbers
are good. This one takes some trial and error to stumble upon. The configuration required is [1]/k + (1 || (k-1)[1]) for any , and this configuration uses resistors. The route to working it out for me was to see that had an effective resistance of ohms. All that is left to make it one ohm is a resistancce of ohms, which is easily achieved through resistors in parallel. - Using the above, we also have that 8 is good. This means that every number of the form
that is is good (again using (3)). - We are ony left with 2, 3, and 5 resistors. It is easy to check that 2 and 3 are not good by enumerating every possible arrangement of 2 and 3 resistors. The last case 5 is a bit special. There is a configuration of 5 resistors called the Wheatstone bridge that has an effective resistance of 1
, but this is deceptive. If you work out the math, there is no current going through the middle resistor since the voltage drop across it is zero (simply by symmetry). The remaining cases of 5 resistors can be checked by hand, and it turns out that 5 is not good.
So our final answer to the first problem is that all values of
The second problem
The second problem has a similar solution to the first one. Call
- All square numbers are good by the obvious construction.
- If
and are good, then is good (divide the square into squares, then divide one of the smaller squares into squares). - All even numbers are good because one can line up
squares along two sides of the square, and the remaining space is a single square. - The number
is not good. This is because if were good, at least one of the two squares would have its corners at one of the corners of the big square and its sides overlapping the sides of the big square. This would force that square to completely overlap the big square or it would force the remaining square to be an shape. Both of these are absurd. - The numbers
and are not good. This is because an shape with equal sized prongs cannot be divided into two or four squares. The proof is similar to the proof of the previous point but breaks into a number of cases, so I am not going to write it down. - Since our solution to the previous problem only used these facts, the answer is the same as in the previous problem.