Help with Conversion of Logistic Map to Complex Quadratic Form

  • Thread starter Thread starter chinye11
  • Start date Start date
  • Tags Tags
    Set
chinye11
Messages
22
Reaction score
0
Help with Complex quadratic forms

Homework Statement


The question is to plot the julia set of the logistic map f [x] = 4.4x(1-x). I know how to plot the graph of z^2 + c for any given c using mathematica and I'm pretty sure its possible to convert any logistic map to the form z^2 + c but i was wondering if someone could help me with this conversion, how to and the theory with it?


Homework Equations


Logistic Map: r x (1 - x)
Desired Form: z^2 +c


The Attempt at a Solution


Translation 1
c = [( r / 2) - ( ( r ^ 2 ) / 4) ] gives answer 2.89
c = [ 1 - ( ( r -1)^ 2 / 2 ) ] gives answer -2.64

So far i have found two different answers 2.89 and -2.64 using two different translation i have found on the internet and was wondering if someone could help me.
 
Last edited:
Physics news on Phys.org


chinye11 said:

Homework Statement


The question is to plot the julia set of the logistic map f [x] = 4.4x(1-x). I know how to plot the graph of z^2 + c for any given c using mathematica and I'm pretty sure its possible to convert any logistic map to the form z^2 + c but i was wondering if someone could help me with this conversion, how to and the theory with it?


Homework Equations


Logistic Map: r x (1 - x)
Desired Form: z^2 +c


The Attempt at a Solution


Translation 1
c = [( r / 2) - ( ( r ^ 2 ) / 4) ] gives answer 2.89
c = [ 1 - ( ( r -1)^ 2 / 2 ) ] gives answer -2.64

So far i have found two different answers 2.89 and -2.64 using two different translation i have found on the internet and was wondering if someone could help me.

So you have

y_{n+1}=\lambda y_n(1-y_n)

and you want to convert that to:

z_{n+1}=z_n^2+c

How about the linear transformation:

y_n=az_n+b

or:

a z_{n+1}+b=\lambda (a z_n+b)\left(1-(a z_n+b)\right)

Now, can you figure what a and b have to be so that the z_n term drops out and you're left with
z_{n+1}=z_n^2+c

Tell you what though, I don't think this is happenin' for me because I arrive at an expression of z\to z^2-2.6 and that is way far to the left of the Mandelbrot set which means the Julia set is really, really small and my Mathematica code starts chocking at around -1.4. Probably I'm doing something wrong though.
 
Last edited:


no i had a miscalculation in one of my calculations the correct answer is I believe - 2.64 and my mathematica code is plotting it however I have to zoom into see the Julia set, it corresponds to a piece of the thinned out part of the mandelbrot set seen on the left of it as you said.

While I have a chance do you mind if i ask if you know a translation from the general quadratic form: ax^2 + bx + c

to the one requested above zn+1=z2n+c

thanks very much for the help.
 
I thought the linear transformation above would work for the general quadratic case. Doesn't it? Have you tried converting:

h z_{n+1}+k=a(h z_n+k)^2+b(h z_n+k)+c

Oh yeah, wanna' post your code? Ok if you don't want to though.
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...

Similar threads

Replies
6
Views
2K
Replies
17
Views
3K
Replies
5
Views
2K
Replies
1
Views
2K
Replies
22
Views
3K
Replies
2
Views
3K
Replies
4
Views
1K
Back
Top