If I have the curve $$r(t)=\left\langle \cos t+t\sin t, \sin t-t\cos t,1 \right\rangle$$
How would I find the unit tangent vector as a function of t? Here is a result that I ended up with after taking the derivative of the vector function and finding magnitude.
$$T(t)={{\left\langle -\sin t+t\cos t+\sin t, \cos t+t\sin t+\cos t,0 \right\rangle}\over{\sqrt{(-\sin t+t\cos t+\sin t)^2+(\cos t+t\sin t+\cos t)^2}}}$$
Would that be the correct answer? Is there any way to make it look nicer? As in, simplify it a bit more. I can't see any identities that would work.
Thanks for any help!
For a start, $-\sin t +t\cos t+\sin t=t\cos t$, which helps. Also $\cos t+t\sin t-\cos t=t\sin t$. Using these, your final expression simplifies a lot.