So I have two logarithmic spirals in parametric form $$ x(t) = ae^{bt}\cos t \\ y(t)=ae^{bt}\sin t $$ and $$ x'(t) = \alpha e^{\beta t}\cos t \\ y'(t)=\alpha e^{\beta t}\sin t $$ With $\beta$ and $b$ having opposite signs so the spirals grow in opposite directions. Setting the $x$'s and $y$'s equal and solving for $t$ I get $$ t = \frac{1}{b-\beta}\ln\frac{\alpha}{a} $$ Evaluating $(x(t),y(t))$ for that value does produce a single point of intersection for the two spirals, but I can't seem to find the general form that would give all the points of intersection.
I've fiddled around with it in polar form, both as $r(\theta)$ and as $\theta(r)$, and solved for the intersection points, but I couldn't figure out the general form in those cases either. (I tried integer coefficients, and multiples of $\pi$ and $2\pi$ to no avail.)
Eventually I realized I would prefer the parameterized approach because it'll be easiest to work in terms of $t$.
But I still feel lost in how to find the other points of intersection.
