Let $r(t)$ be a unit speed curve such that for all $t$, $\frac{\tau(t)}{\kappa(t)}=\cot(\theta)$ for some $0 < \theta < \pi$. Show that there is a constant vector $a$ satisfying $T(t) * a = \cos(\theta)$ for all $t$
(Where $\tau$ is torsion, $\kappa$ is curvature, and T is the tangent in the sense of Frenet Formula)
I noticed that if given $T(t)*a$ equal to some constant, then taking the derivitive gives $N(t)*a=0$ (Where N is the normal in Frenet). On another problem similar to this, I saw $a$ constructed such that if $Ta=\alpha$ and $||a||^2=\alpha^2+\beta^2$
$a=\alpha T(t) + \beta B(t)$ (B(t) being the Binormal) and thus, taking the derivitive $0=\alpha \kappa N(t) - \beta \tau N(t)$
From here, $\frac{\beta}{\alpha} \frac{\tau}{\kappa} N(t)=N(t)$. Taking the norm of both sides gives $\frac{\beta}{\alpha} \cot(\theta)=1$ So $\alpha$ could be $\cos(\theta)$ if $\beta$ was $\sin(\theta)$ but that is not necessarily the unique case. Obviously I'm missing some logic in here, but after playing around with it for a while I can't seem to get on the right track. If anyone can help me out doing it like this, or even a completely different way if that is simpler and I'm totally on the wrong track.
Edit: Maybe if we somehow knew that $||a||^2$=1? Just trying to think of something.