Fix a constant c and iterate z → z²+c from each starting point. Some starts spiral into a fixed point or cycle (bounded forever); others fly off to infinity. The Julia set is the boundary between the two fates — the infinitely intricate fractal coastline separating capture from escape, and every point on it is a place where the tiniest nudge decides which way you fall. For c=0 the map has fixed points at 0 (attracting) and 1 (repelling); for c=−1 the attractor is a 2-cycle 0 ↔ −1. The whole zoo of shapes comes from one quadratic and one constant.
The demo iterates z→z²+c on the real line: c=0 pulls 0.5 into the fixed point 0; c=−1 settles into a 2-cycle: live demo
“A quadratic is simple.” — iterate z²+c and the boundary between capture and escape is a fractal of infinite detail. One line, an endless coastline. cited
Fall into the fixed point or fly to infinity — and the border between the fates is a coastline without end. Julia & Fatou 1918
On the canonical compiler, c=0 pulls 0.5 into the attracting fixed point 0; c=−1 settles into the 2-cycle 0 ↔ −1: