Showing posts with label 3rd year essay. Show all posts
Showing posts with label 3rd year essay. Show all posts

Friday, 6 April 2007

Essay Backtrack - Julia Sets

I have been mentioning Julia Sets in my essay updates a lot, and yet I still have not really explained what they are in great detail, or given you any examples. This post aims to explain Julia Sets and some related results in a manner which is graspable by a first year mathematician or so. The prerequisite knowledge really for a basic understanding is Complex Numbers and Functions.

To find a Julia Set, we first need the function for which it is a Julia Set of. Although this concept can be extended to other cases (or reduced to in the case of ), the most common case is that of a function . The function also needs to be quite smooth, specifically it needs to be holomorphic (you do not really need to understand this greatly for a basic understanding, but if you're interested wikipedia has the definition behind the link).

Now, the concept of a Julia Set is based upon the long term effect of repeated iterations of on points in the plane. That is to say, given a point , we want to find out what happens as we take repeated iterations of , that is as . There are, in a simplistic case, 2 different things that can happen. The first is that the point tends off to infinity upon repeated iteration of . The second is that it doesn't, and remains bounded. Now, this may not sound particularly exciting, but this concept can give some surprising results right from the offset.

Generally speaking, a good point to start at in the study of Julia Sets is looking at the Julia Set of a Polynomial Map - (note that it is a simple exercise to notice that in fact any complex polynomial map of the form can be reduced to one of the form ). So, let us look at the most simple of these maps, that is . Now, let us try to find which points are in the set . In this particular case, it is simple. As we know, if we take a point , then , and so all points such that will move towards , all points with will move toward infinity and all points with will stay on the unit circle. We can now say that the filled julia set . Furthermore, the Julia set is . Finally, in terms of definitions, the Fatou Set of this function is defined to be , that is all the points which are not in the filled Julia Set.

So, having seen a very simple example, we may wonder what will the effect be when we change our value of ? Well, this is where we get our surprising result. Running a simple script through MATLAB (which I will write about in the future), we find that our Filled Julia set (with ) now looks like this:



This is a set of fractal nature, that is to say that it has an infinitely fine structure (so if you zoom in on the edge of it, it remains detailed at arbitrary levels) and small parts of it bear a resemblance to the entire set.

Julia Sets were some of the first things I came across when writing my second year essay, and my interest in them has really pushed me towards learning about complex dynamics in general, thus my third year essay!

If you want to find out more about Julia Sets, and in fact fractals in general, I would suggest that the book Fractal Geometry: Mathematical Foundations and Applications by Kenneth Falconer is brilliant, and well worth a read for anyone with interest in this area.

Monday, 2 April 2007

Essay Update - The Böttcher Isomorphism

Right, I'm now at the point in my essay that I need to explore a theorem known as "Böttcher's Theorem." What Böttcher's Theorem states is that given a function of the form with and , then there exists a local holomorphic change of coordinate with which conjugates to through a neighbourhood of . Furthermore, is unique up to multiplication by a root of unity.

So, what does this mean? Essentially, near any critical point of , we find that it is conjugate to a map with . In the case we are looking at, that is polynomial maps of degree taking , we know that it extends to a rational map of which has a superattracting fixed point at with local degree .

Next up is the proof of this theorem. In my essay, I am looking at the specific case of . Of course, our issue with this function is that it is not in a form that the Böttcher Theorem can deal with - it needs a function of the form with a superattracting fixed point at , and our function has a superattracting fixed point at . To get around this, we simply use a conformal isomorphism - that is a function which essentially drags around the Riemann Sphere to a new function . Since and we want , we can simply define . Expanding this, we find that . We can now find the power series around the point of interest - - and find that if is equal to . This was found using a custom MATLAB script using the symbolic math toolbox. We can see now that is of the correct form for Böttcher's Theorem. The Böttcher Theorem will be proven for the case in the next Essay Update.