8. BLURRED DIMENSIONS             

Peano curve, dimension

Travelling in a time machine may take you to some
unexpected, exotic dimension, but dimension in mathematics
is much more down-to-earth and straight-forward. Or is it?

























Basic ideas

When we start learning geometry, it is almost axiomatic that:

a straight line has dimension 1,
a plane has dimension 2,
space has dimension 3.

But exactly what is this dimension? An intuitive idea is that the dimension corresponds to ‘the number of degrees of freedom’ the object has. This looks like replacing a hard idea with an even harder one!

But perhaps we can best explain it using coordinates. The position of a point on a line can be given using just one coordinate – for example we might take the signed distance from the origin.

On the other hand, to describe the position of a point in the plane requires two coordinates – corresponding to two, generally perpendicular, axes. Similarly the position of a point in space can be described by three coordinates.

It seems then that the dimension of an object can be defined as the number of coordinates required to specify the position of a general point of the object. Notice that in the case of a line, we do not require the line to be straight: for example, an arc of a circle has dimension 1.

This seems to tie up the idea of dimension pretty well, but we are in for some surprises!



























A ball of twine

Consider now a ball of twine. We ask: what is the dimension of this ball?

1. (a) Think of looking at the ball from a distance. It appears to be a solid ball. What is its dimension?

(b) Now look at the ball a little more closely. You can see that it is made up of twine – a line which is wrapped around and around. What is its dimension?

(c) On closer inspection we see that the twine itself appears to be solid. What is its dimension?

(d) Through a magnifying glass we see that the twine itself is made up of strands – each strand a line. What is the dimension here?

(e) What do we see with the help of a microscope? Continue the analysis for several increasing powers of magnification.

It seems then that the dimension of an object may depend on the way we look at it. Perhaps dimension is not such a simple idea after all!


























The Peano curve

In 1890 Giuseppe Peano discovered the Peano curve. This curve has a new and very strange property: it actually fills a portion of the plane. For this reason it is sometimes called a space-filling curve.

The initial line segment is replaced by nine smaller segments, as in the figure below. In the same way, each of these nine segments is then replaced with a further nine segments. At each level, the Peano curve is contained in a diagonal square, S, which is ultimately filled in. The Peano curves of levels 2 and 3 are illustrated.

Peano showed that in the limit this curve passes through every point of S. So although it is a curve (of dimension 1?), it actually completely fills in region S (dimension 2). How can we resolve this dilemma?

to Peano :size :level
 if :level = 0 [fd :size stop]
 Peano :size / 3 :level - 1
 lt 90 Peano :size / 3 :level - 1
 repeat 3 [rt 90 Peano :size / 3 :level - 1]
  repeat 3 [lt 90 Peano :size /3 :level - 1]
  rt 90 Peano :size / 3 :level - 1
end
pu setx -80 seth 90 pd
Peano 180 4
         
  






















Dimension: a new definition

Right is shown a line segment, square, and cube, each of side length 1, cut into smaller copies of itself. Each smaller copy is reduced from the original by a factor of 1/2. We see that the segment, square and cube are made up of 2, 4, and 8 smaller copies respectively. What if we use different scale factors?

2. Complete and extend the table (below). Knowing that the dimensions of the line segment, square and cube are 1, 2 and 3, where do these occur in the table? Can you make a conjecture?

Object Red. factor, r # of pieces, N
segment
segment
1/2
1/3
2
square
square
1/2
1/3
4 (= 22)
cube
cube
1/2
1/3
8 (= 23)
Let us obtain a smaller copy of the line segment, square, or cube by using a reduction factor r. Then if the original object has dimension D ( = 1, 2 or 3 here), it can be broken up into N = (1/r)D of these smaller copies. There is nothing very surprising here. But let us see how the method applies to the Peano curve.

3. Complete the table below as before. Choose r carefully so the original curve will be a combination of the smaller copies. What value of D do you get?

Object Red. factor, r Num. of pieces, N
Peano curve 1/3
1/9
_
When r = 1/3, N = 9, so N = (1/r)2. So D = 2 and the Peano curve has dimension 2!

























Further investigations

4. A point is usually said to have dimension 0. Draw a point. Does it have length? breadth? What if you drew it very carefully? Must we distinguish between a drawn point and a mathematical (ideal) point? (The same argument applies to straight lines.)

5. (a) What is the dimension of a space in which the position of each point is given by four coordinates? Can you picture such a space?

(b) Imagine a fly in a box-shaped room. Show how you could specify the position (x, y, z) of the fly at any moment, using suitable axes.

(c) But now we need to include the instant of time, t. Explain the use of coordinates (x, y, z, t).
[This suggests the use of time as the fourth dimension.]

6. Consider the following set of instructions.

(a) Begin with a point (0 dimensions).

(b) Join two points which are distinct to obtain a line segment (1-dimension).

(c) Join three points, not on the same line, to get a triangle (2 dimensions).

(d) Describe (draw) the 3-dimensional figure.

(e) Now describe the 4-dimensional figure. How many vertices? edges? Draw a 2-dimensional picture of it (even if you do not believe it exists!) Make a 3-dimensional model of it from wooden rods and plasticene.

7. (a) ‘Flatlanders’ are people who live in the plane. They can’t see ‘up’ or ‘down’. A sphere comes to visit them, and passes right through their plane. What do the Flatlanders see?

(b) Could you define a 4-dimensional sphere? If a 4-dimensional sphere came to visit us, what would we see? (Would we believe it?!)