I am working with $\alpha(t) = \cfrac{e^{at}}{a^2+1}(\sin(t) + a\cos(t),a \sin(t) - \cos(t))$, a reparametrization of $\alpha(s) = \left(\cfrac{(as+b)\left(\sin\left(\cfrac{\log(as+b)}{a}\right) + a\cos\left(\cfrac{\log(as+b)}{a}\right) \right) }{a^2 + 1},\cfrac{(as+b)\left(a\sin\left(\cfrac{\log(as+b)}{a}\right) - \cos\left(\cfrac{\log(as+b)}{a}\right) \right)}{a^2 + 1} \right)$
the latter is parameterized by arclength, but obviously the former is easier to work with. Here, both $a$ and $b$ are constants. I'm trying to get it into something like $\beta(t) = e^t(\cos(t),\sin(t))$, but it's been tough.
Define $\delta$ such that $\cot \delta = a$. Then we have $$ \sin t + a \cos t = \sin t + \cot \delta \cos t = \frac{1}{\sin \delta} (\sin \delta \sin t + \cos \delta \cos t) = \frac{\cos(t - \delta)}{\sin \delta} $$ and $$ a \sin t - \cos t = \cot \delta \sin t - \cos t = \frac{1}{\sin \delta} (\cos \delta \sin t - \sin \delta \cos t) = \frac{\sin(t - \delta)}{\sin \delta} $$ Moreover, we have $$ \sin \delta = \frac{1}{\csc \delta} = \frac{1}{\sqrt{1 + \cot^2 \delta}} = \frac{1}{\sqrt{1 + a^2}} $$ and so putting this all together, we have $$ \alpha(t) = \cfrac{e^{at}}{a^2+1}(\sin(t) + a\cos(t),a \sin(t) - \cos(t)) = \frac{e^{at}}{\sqrt{1 + a^2}} \left(\cos (t - \delta), \sin (t - \delta) \right), $$ which is simply an exponential spiral that starts at an angle $\theta = -\delta$ when $t = 0$, rather than at $\theta = 0$.
In general, any phase-shifted sinusoid can be written in one of two ways: either $x(t) = C \cos (t + \delta)$, or $x(t) = A \sin t + B \cos t$. Any expression in the first form can be rewritten in the second form, and vice versa. If you're going to be spending a significant amount of time dealing with sinusoidal functions, it's a useful skill to be able to translate between these two forms, and I would encourage you to spend a bit of time exploring how to do this on your own.