Consider Julia set generated by iterating complex formula $z_{i+1} = z_i^2 + C $
typically there are some vortexes (centers of spiral patterns). e.g. this for $C= -0.512511498387847167 + i 0.521295573094847167$
https://en.wikipedia.org/wiki/Julia_set#/media/File:Julia_set,_plotted_with_Matplotlib.svg
Now when you smoothly vary C the position of these vortexes are moving
(see https://en.wikipedia.org/wiki/Julia_set#/media/File:JSr07885.gif).
can you think of any way how to track position of the vortex cores as you change C ?
Ideally if there would be some analytical method which does not require to evaluate numerically the value of Julias set at large number many points.
This is rather practical question, aimed to aplication in computer graphics, rather than pure math, I hope you would not consider it irelevant for Math stack-exchange