Polynomial Julia Sets

Enter a comma separated list of polynomial coefficients in the order of ascending degree to define a polynomial. Hit the generate button to generate the filled Julia set of the resulting polynomial using an escape time algorithm. You can click on the image to choose an initial seed and visualize the resulting orbit.

coefficients:
zmin: zmax: Axes:

Some theory

The Julia set

Definition: The filled Julia set of a polynomial \(f\) is exactly the set of all initial seeds \(z_0\in\mathbb C\) that lead to bounded orbits under iteration of \(f\). The Julia set of \(f\) is the boundary of the filled Julia set.

Since the Julia set is the boundary of the filled Julia set any neighborhood (no matter how small) of any point in the Julia set contains points that stay bounded under iteration of \(f_c\) and points that diverge to \(\infty\) under iteration of \(f_c\). The Julia set is exactly where the chaos lies under iteration of \(f_c\).

The escape time algorithm

We can generate an image of the filled Julia of the general polynomial \(f(z)= a_nz^n+a_{n-1}z^{n-1}+\cdots+a_0\) as follows.