Fractals

19
DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING FRACTALS AVEEK KUMAR CHAKRABORTY----ROLL 15 ANJAN GHOSH----ROLL 25 MONOSIJ MAITRA----ROLL 55 FUTURE INSTITUTE OF ENGINEERING & MANAGEMENT

description

Its a presentation on fractals for beginners as well as advanced learners.Really good stuff. Done by a group of students in an engineering college.

Transcript of Fractals

Page 1: Fractals

DEPARTMENT OF COMPUTER SCIENCE & ENGINEERING

FRACTALS

AVEEK KUMAR CHAKRABORTY----ROLL 15

ANJAN GHOSH----ROLL 25

MONOSIJ MAITRA----ROLL 55

FUTURE INSTITUTE OF ENGINEERING & MANAGEMENT

Page 2: Fractals

WHAT EXACTLY IS A FRACTAL?

Fractals are a part of fractal geometry, which is a branch of mathematics concerned with irregular patterns made of parts that are in some way similar to the whole (e.g.: twigs and tree branches). Fractal geometry should not be confused with conventional geometry. Conventional geometry concerns mostly with regular shapes and whole number dimensions, such as lines which are one-dimensional or cones, which are three-dimensional.

Fractal geometry on the other hand deals with shapes found in nature that have non-integer, or fractal dimensions -- like rivers with a fractal dimension of about 1.2 and cone-like mountains with a fractal dimension between 2 and 3.

Page 3: Fractals

“HISTORY OF FRACTALS”BEING A DESIGN OF INFINITE

DETAILS, ITS ORIGIN LEADS

US BACK TO THE WORKS OF

SOME OF THE GREATEST

MATHEMATICIANS LIKE LEIBNIZ,

CANTOR, HAUSDORFF, KOCH,

POINCARE, SIERPINSKI, &

WEIERSTRASS. THEY ALL HAD

IDEAS WHICH WERE LARGELY

IGNORED UNTIL MANDELBROT'S

PRESENCE WHO TOOK THESE

IDEAS TO A NEW LEVEL.

MANDELBROT COINED THE TERM

FRACTAL FIRST.

Page 4: Fractals

Of all types of fractals one of the most basic & important is the Mandelbrotset. Its importance lies in its mathematical foundation & algorithmic implementation in the field of computer graphics.The mathematical explanation:

The Mandelbrot set is a set of complex numbers defined in the following way:

where: C is the set of all complex numbers &

That is, the Mandelbrot set is the set of all complex numbers which fulfill the condition described above, that is, if the value of the (recursive) function Zn for the value c is not infinite when n approaches infinity, then c belongs to the set.

Page 5: Fractals

Attractors are related to the "orbit" of

the function. This orbit is defined by

the path formed by the values of Z at

each step n. The orbit of Z for a certain

value c either tends towards the

attractor or not. In this type of fractals

a value c causing the orbit of Z to go to

the attractor point is considered to be

outside the set.

As with many other fractal functions,

it is said that this function has an

attractor, which in this case is located

at infinity.

Page 6: Fractals

COLLECTION OF MANDELBROT SETS IN 3DIMENSION

Page 7: Fractals

LET US TAKE AN EXAMPLE OF A FRACTAL CONSTRUCTION

The Koch Snowflake

1Length

After 1iteration

3

4Length

After 2 iterations

34

2

Length

Page 8: Fractals

34

3

Length

34

n

Length

34

Length

The Koch snowflake is six of these put together to form . . .

After3 iterations

After n iterations

After infiniteiterations

Page 9: Fractals

Snowflake.

Notice that the perimeter of the Koch snowflake is infinite . . . . but that the area it bounds is finite (indeed, it is contained in the white square).

Each of the six sides of the Koch snowflake is self-similar: If we take a small copy of it , then dilate by a factor of 3 . . . we get four copies of the original.

But “self-similarity” is not what makes the Koch snowflake a fractal! (Contrary to a common misconception.)

Page 10: Fractals

FOR EXAMPLE:

If we take a small square . . .

...and dilate by a factor of 2,then we get 4 copies of the original.

...and dilate by a factor of 3,then we get 9 copies of the original.

These are self-similar structures, but doesn't fall under the category of fractal geometry...

The reason is as follows:

Page 11: Fractals

Let k be the scale factor.Let N be the number of copies of the original that we get

Note that for the squares, we have that:

Nk 2 =>

2log NkLine segment: Original

Dilated

k=2N=2

=>

1log Nk

Triangle: Original

Dilated2log Nk

k=2N=4

=>

Cube: Original

Dilated

k=2N=8

=>

3log Nk

Page 12: Fractals

Nklog

Hence for self-similar structures,

is a definition of its dimension.Nklog

It turns out that this definition coincides with a much more general definition of dimension called the fractal dimension.

Shape

Square 2

Line segment 1

Triangle 2

Cube 3

Page 13: Fractals

Now let’s recall what k and N were for one side of the Koch snowflake:

k = scale factor = 3

N = number of copies of original = 4

...261.14loglog 3 Nk The fractional dimension gives the proof of Koch curve to be a fractal.

Page 14: Fractals

Fractals can also be classified according to their self-similarity. There arethree types of self-similarity found in fractals-

• Exact self-similarity – This is the strongest type of self similarity; the fractal appears identical at different scales.

•Quasi-self-similarity – This is a loose form of self-similarity; the fractal appears approximately (but not exactly) identical at different scales.

•Statistical self-similarity – This is the weakest type of self-similarity; the fractal has numerical or statistical measures which are preserved across scales.

Page 15: Fractals

Fractals in nature:

Page 16: Fractals
Page 17: Fractals

Most amazing thing about fractals is the variety of their applications. Besides theory, they were used to compress data in the Encarta Encyclopedia and to create realistic landscapes in several movies like Star Trek. The places where we can find fractals include almost every part of the universe, from bacteria cultures to galaxies to our body.

Some of the wide known applications are :1. Astrophysics -Modelling of Universe2. Cloud & Coastline measurement3. Data Compression4. Fractal Art5. Fractal in Study of Music6. Special Effects(Computer Graphics)7. Weather Forecasting8. Human Anatomy9. Population Growth8. Plants, Chemical Reactions & many more......

Page 18: Fractals
Page 19: Fractals

THANK YOU!!!