md`## Mathematical Basis
According to [Wolfram MathWorld](http://mathworld.wolfram.com/LogarithmicSpiral.html), there are many spiral types and corresponding equations. This exercise focuses on logarithmic spirals of the common polar form:
## ${tex.block`r=ae^{b\theta}`}
Where:
${tex`r`} is the distance from the origin,
${tex`\theta`} is the angle from the x-axis,
${tex`a`} is the initial radius at ${tex`\theta=0`}, and
${tex`b`} is the growth rate.`