Skip to main content

Subsection 2.6.2 The period doubling cascade

Let's work towards a deeper, theoretical understanding of the period doubling that we see in the bifurcation diagram of Figure 2.26. Again, we are dealing with the family of functions fc(x)=x2+c. For c just a bit larger than −0.75 it appears that we have an attractive fixed point while, for c just a bit smaller than −0.75, it appears that we have an attracting orbit of period two. Why, exactly does this happen?

First, let's explore the fixed points of fc; we can find them by solving fc(x)=x:

x2+c=x⟺x2−x+c=0.

Applying the quadratic formula, we find

x=1±1−4c2.

For c<1/4, we have two real fixed points but a glance at the graphs from Figure 2.24 shows that it's the smaller of these two fixed points we're interested in. Of course, f′(x)=2x, so the value of the derivative at the smaller fixed point is 1−1−4c. Plugging c=−3/4 into this formula, we find that this is −1. For c slightly larger than −3/4, this is bigger than −1 and for c slightly smaller than −3/4, this is smaller than −1. This explains why we have an attractive fixed point for c slightly larger than −3/4 that is no longer attractive once c passes below −3/4.

Now, we ask - why does the attractive orbit of period two appear as the attractive fixed point disappears? To see this, we consider the function

Fc(x)=fc∘fc(x)=(x2+c)2+c=x4+2cx2+(c2+c).

We are interested in the fixed points, thus we must solve

(2.1)x4+2cx2+(c2+c)=x or x4+2cx2−x+(c2+c)=0.

Here is an observation that helps us factor this polynomial: Any point that is fixed by fc must also be fixed by Fc. Thus, we expect x2+c−x to be a factor of the polynomial in (2.1). Using this, we find that

x4+2cx2−x+(c2+c)=(x2−x+c)(x2+x+c+1).

We can then apply the quadratic formula to get the two new fixed points of Fc, namely

x=−1±1−4(c+1)2=−1±−(3+4c)2.

These two points form an orbit of period two for fc. Since fc′(x)=2x we can multiply those points by two and multiply the results to get the multiplier for the orbit. The result is:

(−1+−(3+4c))(−1−−(3+4c))=4+4c.

When c=−3/4, the multiplier is 1. For c a little less than −3/4, the multiplier is a little less than one. Hence the orbit has become attractive.

A nice way to visualize this is to plot fc2 together with fc and y=x on the same set of axes for a few different choices of c. This is shown in Figure 2.27 where we can see exactly how The fixed point went from attractive to repulsive while an attractive orbit of period two showed up as c passed below −0.75.

Figure 2.27. Bifurcation

Note that our cobweb tool allows you to plot iterates of f on the plot to assist in this type of analysis.

Consider the logistic family \(f_{\lambda}(x) = \lambda x(1-x)\text{.}\)

  1. Using our cobweb tool