Article 5MTVE 3D bifurcation diagram

3D bifurcation diagram

by
John
from John D. Cook on (#5MTVE)

The following 2D bifurcation diagram is famous. You've probably seen it elsewhere.

logistic_bifurcation.png

If you have seen it, you probably know that it has something to do with chaos, iterated functions, fractals, and all that. If you'd like to read in more detail about what exactly the plot means, see this post.

I was reading Michael Trott's Mathematica Guidebook for Numerics and ran across a 3D version of the above diagram. I'd never seen that before. He plots the iterations of the system

x a - y( x + (1 - ) y)
y x + y^2/100

The following plot is for = 1/4 using the code included in the book. (I changed the parameter in the book to because the visual similarity between a and was a little confusing.)

bifurcation3D.png

Trott cites four papers regarding this iteration. I looked at a couple of the papers, and they contain similar systems but aren't quite the same. Maybe his example is a sort of synthesis of the examples he found in the literature.

The post 3D bifurcation diagram first appeared on John D. Cook.22nWhOYlzIY
External Content
Source RSS or Atom Feed
Feed Location http://feeds.feedburner.com/TheEndeavour?format=xml
Feed Title John D. Cook
Feed Link https://www.johndcook.com/blog
Reply 0 comments