For the curve given by: $$r(t)= [\sin(t) - t\cos(t), \cos(t) + t\sin(t), 6t^2 + 2]$$ solve for the Unit Normal Vector $N(t)$.
I was successfully able to solve the Unit Tangent Vector $T(t)$ as $r'(t)/|r'(t)|$. The solution is $$ T(t)=\frac{(t\sin(t), t\cos(t), 12(t))}{\sqrt{t^2\sin(t)^2+t^2\cos(t)^2+144t^2}}. $$
Now to solve for the Normal Vector, it should be $N(t)=T'(t)/|T'(t)|$. It is my understanding that $T'(t)=r''(t)=(t\cos(t)+\sin(t), \cos(t)-t\sin(t), 12)$.
My final solution then is: $$ N(t) = \frac{(t\cos(t)+\sin(t), \cos(t)-t\sin(t), 12)}{\sqrt{(t\cos(t)+\sin(t))^2+(\cos(t)-t\sin(t))^2+144}} $$ But that is not correct. Any help?
EDIT:
After some suggestions i was able to factor out a $ t^2 $ from the radical on the bottom resulting in the following for T(t) (please check my math): $$ T(t) = \frac{(\sin(t), \cos(t), 12)}{\sqrt{145}}.$$
Using this to solve for N(t) I get:
$$N(t)=T'(t)/|T'(t)|=\frac{(cos(t), -sin(t), 0)}{sqrt(145)}.$$
But this is still not correct? I feel like I am close but i am not seeing where the problem is. Any more help?
Hint: Your $T$ is just about correct, except for the typo 1144 which should be 144. Now note that $\cos^2(t)+\sin^2(t)=1$ and factor out a $t^2$ from the square root in the denominator. This will put a $t$ downstairs that will cancel and make $T(t)$ nice.
Finally, as noted by one of the comments, you should really take the derivative of $T(t)$, after it is simplified of course, to get $N=T'/|T'|$. You should find $|T'|$ constant.