12.07.2015 Views

Chapter 13 - Davidson Physics

Chapter 13 - Davidson Physics

Chapter 13 - Davidson Physics

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

CHAPTER 14. FRACTALS AND KINETIC GROWTH MODELS 530d = 1 d = 2Figure 14.6: Examples of one-dimensional and two-dimensional objects.}c o n t r o l . setValue ( "Number of iterations " , 3 ) ;}public s t a t i c void main ( S t r i n g a r g s [ ] ) {C a l c u l a t i o n C o n t r o l . createApp (new KochApp ( ) ) ;}How can we determine the fractal dimension of the Koch and similar mathematical objects?There are several generalizations of the Euclidean dimension that lead naturally to a definition ofthe fractal dimension (see Section 14.5). Here we consider a definition based on counting boxes.Consider a one-dimensional curve of unit length that has been divided into N equal segmentsof length l so that N = 1/l (see Figure 14.6). As l decreases, N increases linearly, which isthe expected result for a one-dimensional curve. Similarly if we divide a two-dimensional squareof unit area into N equal subsquares of length l, we have N = 1/l 2 , the expected result for atwo-dimensional object (see Figure 14.6). In general, we have N = 1/l D , where D is the fractaldimension of the object. If we take the logarithm of both sides of this relation, we can express thefractal dimension asD =log N . (box dimension) (14.8)log(1/l)Now let us apply this definition to the Koch curve. Each time the length l of our measuringunit is reduced by a factor of 3, the number of segments is increased by a factor of 4. If we use thesize of each segment as the size of our measuring unit, then at the nth iteration we have N = 4 nand l = (1/3) n , and the fractal dimension of the triadic Koch curve is given byD =log 4nlog 3 n = n log 4 ≈ 1.2619. (triadic Koch curve) (14.9)n log 3From (14.9) we see that the Koch curve has a fractal dimension between that of a line and a plane.Is this statement consistent with your visual interpretation of the degree to which the triadic Kochcurve fills space?Problem 14.4. The recursive generation of regular fractalsa. Recursion is used in method iterate in KochApp and is one of the more difficult programmingconcepts. Explain the nature of recursion and the way it is implemented .

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!