Logarithmic Spirals
and their nested osculating circles

The logarithmic spirals are defined by these equations:
c(t) = exp(growth*t) * [ cos(t), sin(t) ]
In complex notation: x(t)+i*y(t) = exp((growth+i)*t)
The spirals have monoton curvature functions,
therefore their osculating circles are nested.