Third Homework Set Answers

4(e) (i) On the left is the completed table, on the right is the graph.
  r    N(r)    1/r    Log(1/r)    Log(N(r))  
1/232 0.3010.477
1/484 0.6020.903
1/8198 0.9091.279
1/164216 1.2041.623
1/328932 1.5051.949
1/6418464 1.8062.265
   
The first two points do not appear to fall along the same line as the remaining four. The slope of this line approximates the box-counting dimension. We measure dim = (2.265 - 1.279)/(1.806 - 0.909) = 1.099.
(ii) Following the first hint, we look for patterns in the box counts.
1/2nN(2n)
1/22 + 2 - 1
1/44 + 4 - 1 + (2 - 1)
1/88 + 8 - 1 + (4 - 1) + (2 - 1)
1/1616 + 16 - 1 + (8 - 1) + (4 - 1) + (2 - 1)
In general, for boxes of side length 1/2n we have
N(2n)= 2n + 2n - 1 + (2n-1 - 1) + (2n-2 - 1) + ... + (2 - 1)
= 2n + 2n + 2n-1 + 2n-2 + ... + 2 - n
= 2n + 2n + 2n-1 + 2n-2 + ... + 2 + 1 - (n + 1)
= 2n + 2n+1 - 1 - (n + 1)
= 2n+1 + 2n - (n + 2)
Then the box-counting dimension is the limit
db = limn → ∞Log(2n+1 + 2n - (n + 2))/Log(2n)
= limn → ∞Log(2n+1(1 + 2-1 - (n + 2)/2n+1))/Log(2n)
= limn → ∞Log(2n+1)/Log(2n) + limn → ∞Log(1 + 2-1 - (n + 2)/2n+1)/Log(2n)
= limn → ∞(n+1)/n + limn → ∞Log(1 + 2-1 - (n + 2)/2n+1)/nLog(2)
= 1
because the limit of the second term is 0: the numerator goes to Log(3/2) while the denominator gets large without bound.
(iii) The results of (i) and (ii) are close, but not identical because (i) was not calculated with boxes small enough to detect the limiting value.

Return to Homework 3 Practice.