16

After doing a bit of research on fractals, I was wondering what sort of real-life applications do fractal have and in what way would they be used to help solve a problem. I already know people use fractals to map coastlines and borders, but is there any other 'smaller' problems that could be solved by using the principle of fractals and what would be some examples of these and how do they work?

Also, is there a way to generate a problem of a certain situation that could be solved by a fractal or its principles?

Alex
  • 161

6 Answers6

14

Fractals are used in many computer games to render realistic graphics for mountains, landscapes & 3D terrains, especially for flight simulations, computer games, digital artworks & animations. Rather than storing a huge amount of detailed height data in the computers memory, fractal-based algorithms generate the data 'on-the-fly' to render realistic landscapes in real-time. Algorithms for generating fractal-based landscapes take advantage of the 'self-similarity' which exist in the natural world to render visually rich and complex images with attention to fine detail at all scales to appear smooth and not suffer from 'pixelation' even when zooming in close.

These algorithms use methods such as recursive subdivision and fractional Brownian motion to generate a 3D landscape which is then smoothed using a variety of techniques such as image filtering and polynomial interpolation (splines & Bezier curves) to generate photorealistic images of rolling hills & other natural scenes.

Pioneers in this field include Ken Musgrave, digital artist and CEO of Pandromeda (http://www.pandromeda.com/) and Loren Carpenter who went on to form Pixar Studios.

theo
  • 422
10
Rod Carvalho
  • 2,991
8

The Weierstrass function is technically a fractal since it exhibits self-similarity and is a great example of a function that is everywhere continuous and nowhere differentiable. The idea being that no matter how closely you look at the curve, everywhere is a "corner" and so non-differentiable.

Also, l-systems are used to model plant life and biological systems using very simple recursive rules.

Jemmy
  • 1,411
6

Based on the idea that solutions of the wave equation tend to resonate poorly on domains with irregular boundary, Bernard Sapoval and Marcel Filoche invented the fractal sound barrier, for use along highways, etc. My understanding is that it is extremely effective, though not yet common because of its higher cost.

There is a story that an early installation encountered problems when local authorities decided they didn't like the color of the sound barrier, and had it painted! The paint filled in the material's fine pores, destroying its fractal structure and leaving it no better than an ordinary wall.

Nate Eldredge
  • 97,710
4

I was pretty impressed by the digital sundial.

The theory was developed by Kenneth Falconer whose book Fractal Geometry: Mathematical Foundations and Applications may be of interest.

James
  • 328
-1

Not clear of what you mean by 'smaller' problems but anyway I suppose you should take a glance of the journals 'Fractals' and 'Chaos, Solitons & Fractals'.