+ All Categories
Home > Education > Complex numbers, neeton's method and fractals

Complex numbers, neeton's method and fractals

Date post: 09-Aug-2015
Category:
Upload: annalf
View: 20 times
Download: 1 times
Share this document with a friend
Popular Tags:
38
Transcript
Page 1: Complex numbers, neeton's method and fractals
Page 2: Complex numbers, neeton's method and fractals

ITALY

CALABRIAMY SCHOOLLiceo Scientifico L.Siciliani

Page 3: Complex numbers, neeton's method and fractals
Page 4: Complex numbers, neeton's method and fractals
Page 5: Complex numbers, neeton's method and fractals

The work I’m introducing comesfrom the study and the commitment I have done in the project of “Maths and Reality”. It is a national project linked to Perugia University. It is an extra activity work that has been made in our school for seven years by teacher

Anna Alfieri. I also presented this work at the National Convention “Maths Experiences in Comparison” held in Perugia University from May 3rd to May 5th 2011.

Page 6: Complex numbers, neeton's method and fractals

Aims of the project: • To Study the geometrical

transformations;• To Learn to represent the

reality through mathematical models by using geometrical transformations;

• To Integrate the traditional didactics with new technologies (use of maple);

• To Build known fractals (Sierpinski gasket, snowflake of koch…) identifying the geometrical transformations which describe them

• To Make graphic representations through Maple

• To Conjecture and make individual simulations.

Page 7: Complex numbers, neeton's method and fractals

Contents:

Fractals in general; Definition of a fractal; Origins of fractal geometry; Complex numbers; Newton’s equations; My fractals;

Page 8: Complex numbers, neeton's method and fractals

Since the end of the XIX century Science has focused on a different study of complex systems.

These interests started off the study of the “deterministic chaos”, based on the situations of

chaos obtained through mathematical and physical deterministical process.

In the real universe there are infinite “perturbing” elements This complexity can be simplified by

Complex and chaotic geometric figures determined for approximation from a recoursive

Function.

Page 9: Complex numbers, neeton's method and fractals

Koch Lace

A geometric figure where the same shape is repeated on a smaller uninterruptedly scale.

Page 10: Complex numbers, neeton's method and fractals

A fractal must have some important characteristics:

Autosimilarity:If the details are observed on different scales, we can see an approximative similarity to such an Original fractal.

Indefinite Resolution: It Is not possible to define the border of the figure

Page 11: Complex numbers, neeton's method and fractals

Made his first studies on fractalsidentifying the topological properties,

without neverthelessgiving them a graphic representationbecause he didn’t have capability of

calculation.

Page 12: Complex numbers, neeton's method and fractals

The founder of fractal geometry was:

a comtemporary mathematician that, in the first years of 80‘s, published the results of his research in the volume “the fractal geometry of nature” founding the fractal geometry. The name fractal derives from the latin fractus , because its dimention is not integer.

Page 13: Complex numbers, neeton's method and fractals

Was born in 1924 in Warsaw, he studied at the Ecole Polytechnique and at Paris university, where he graduated in the 50’s in mathematics. Then he became professor of applied mathematics at Harvard University, and professor of mathematics science at Yale University. He received several prizes, like the Wolf Prize for phisics. Since the 60’s he has devoted himself to the studies of finance.

Page 14: Complex numbers, neeton's method and fractals

Objectives:

xⁿ±a=0

Knowledge of complex numbers; Application of complex numbers; Study of iterative fractals by Newton’s equation.

Page 15: Complex numbers, neeton's method and fractals

ALGEBRAIC FORM

COMPLEX NUMBERS

TRIGONOMETRIC FORM

Page 16: Complex numbers, neeton's method and fractals

COMPLEX NUMBERS: “What is the real number

whose square is equal to -4?”

√-1=i IMAGINARY UNIT

Page 17: Complex numbers, neeton's method and fractals

ALGEBRAIC FORM OF COMPLEX NUMBERS:

Real part Imaginary part

Page 18: Complex numbers, neeton's method and fractals

POLAR COORDINATES:Let’s draw a vector OP on a Cartesian plane:

r

x

y

P

O

α

Page 19: Complex numbers, neeton's method and fractals

VECTORS AND COMPLEX NUMBERS:

Let’s consider a complex number a+ib and let’s interpret the coefficients of the real and the imaginary part like the components of a vector named OP.

a+ib

y

O x

Pib

a

Page 20: Complex numbers, neeton's method and fractals

THE TRIGONOMETRIC FORM OF A COMPLEX NUMBER:

α

O

y

P

x

b

a

a+ib=r(cosα+ i sinα)

A complex number a+ib is the equivalent of the vector OP that has its components a and b and its coordinates in P(r;α), so we can write:

a=r·cosα; b=r·sinα.

Page 21: Complex numbers, neeton's method and fractals

THE n-th ROOTS OF A COMPLEX NUMBER:

ⁿ√z=v

Generally we can calculate the n-th roots of a complex number by the equation:

ⁿ√r(cosα+i sinα)=ⁿ√r cos α+2π + isin α+2π n n

Given two complex numbers z and v, we can say that v is the n-th root of z if vⁿ=z.

Page 22: Complex numbers, neeton's method and fractals

Now we can calculate the n-th roots of the equation z^3-8=0:

k=0 2 cosπ+isinπ =2i 2 2

k=1 2 cos7π+isin7π =√3-i 6 6

k=2 2 cos 11π+i sin11π = √3-i 6 6

Page 23: Complex numbers, neeton's method and fractals

NEWTON’S METHOD:

By Newton’s method, named also the method “of the

tangents”, we can find the approximate solutions of an

equation like: xn±a=0 with n≥3.

Page 24: Complex numbers, neeton's method and fractals

Let’s follow an example:

Suppose we have a curve that has an equation like y=xn +a.

Page 25: Complex numbers, neeton's method and fractals

To find the point of intersection with the axis of abscissa we can make a system between the last one and the tangent line to the curve that passes through the point x0:

y-y0=m(x-x0)

y=0

The tangent line of the curve that passes through x0 (where y0=f(x0) e m=f’(x0))The equation of the

axis of abscissa

Page 26: Complex numbers, neeton's method and fractals

-f(x0)= f’(x0)(x-x0)

y=0

x= -f(x0) +f’ (x0) (x0) f’(x0)

y=0

Page 27: Complex numbers, neeton's method and fractals

THIS IS A MAPLE CODE TO GENERATE A NEWTON’S FRACTAL:

Page 28: Complex numbers, neeton's method and fractals

z^7-1=0

AND NOW … MY FRACTALS WITH THEIR EQUATIONS

Page 29: Complex numbers, neeton's method and fractals

OTHER NEWTON’S FRACTALS:

z^3-1=0

Page 30: Complex numbers, neeton's method and fractals

z^9-1=0

Page 31: Complex numbers, neeton's method and fractals

z^3-1=0

Page 32: Complex numbers, neeton's method and fractals

z^8+15z^4-16=0

Page 33: Complex numbers, neeton's method and fractals

z^8-17z^4+16=0

Page 34: Complex numbers, neeton's method and fractals

z^10-10z^5+16=0

Page 35: Complex numbers, neeton's method and fractals

z^5-10z^4+16z^3-2=0

Page 36: Complex numbers, neeton's method and fractals

<<Fractals help to find a new representation starting from the point that the “small” in nature is nothing but the copy of the “big”. I’m firmly convinced that, in a very short time, Fractals will be employed in the comprehension of the neural processes and the human mind will be their new frontier.>> B. Mandelbrot

Page 37: Complex numbers, neeton's method and fractals

BIBLIOGRAFY:

• M. Bergamini, A. Trifone, G. Barozzi: “Manuale blu di matematica”, Zanichelli Editore;•www.phys.ens.fr/~zamponi/archivio/nonpub/newton.pdf

•www.webfract.it/FRATTALI/Metodo%20di%20Newton.htm

•www.google.it

Page 38: Complex numbers, neeton's method and fractals

Thank you for your attention!


Recommended