Problem:
Let be a unit square in the Cartesian plane with horizontal and vertical sides. For any , the shape is formed by adjoining 9 copies of in a grid, and then removing the center copy. For example, is shown below:
Let be the expected value of , where and are two points chosen randomly within . There exist relatively prime positive integers and such that
Compute .
Solution
Solution:
By symmetry, we only need to consider the -distance, then we can multiply our answer by 2. Let this quantity be .
Divide the th iteration fractal into three meta-columns of equal width. Then the probability that a random point is in the first, second, and third meta-columns is , and , respectively. If the two points end up in neighboring meta columns, the expected value of their -distance is simply the width of a meta-column, which is . If they end up in opposite meta-columns (the left and right ones), it is twice this amount, which is . Finally, if the two points lie in the same meta-column, which happens with probability , the expected -distance is just . Thus, we have
As grows, say this is asymptotic to for some constant . Then we can write . Our final answer is twice this, which is .