Find parametric equations for the tangent line to the curve with the given parametric equations at the specified point. $$x = e^{-t}\cos t, y = e^{-t} \sin t, z = e^{-t}; (1, 0, 1). $$
The solution states I form $r(t)$ then get the $r'(t)$. After, it says: The point $(1, 0, 1)$ correspond to $t = 0$. Then they solve $r'(0)$ and thus, the tangent line is parallel to the vector $r'(0)$.
I'm pretty confused by the whole process.
The curve you mention is given by $$r(t) = (e^{-t}\cos t, e^{-t}\sin t, e^{-t}).$$ (You may have $\textbf{r}(t)$ instead) More precisely, the image of this function is the curve under consideration, so every point on the curve is of the form $r(t)$ for some $t$. When they say the point $(1, 0, 1)$ corresponds to $t = 0$, they mean that the point $(1, 0, 1)$ is on the curve and $r(0) = (1, 0, 1)$.
How did they determine this? By solving the equation $r(t) = (1, 0, 1)$ which reduces to simultaneously solving the three equations \begin{align} e^{-t}\cos t &= 1\\ \\e^{-t}\sin t &= 0\\ \\e^{-t} &= 1.\end{align} The third equation is the easiest to solve as the other two involve products. The equation $e^{-t} = 1$ has unique solution $t = 0$. However, we need to solve these equations simultaneously. That is, we need to find the value(s) of $t$ such that all three equations hold, not just one of them. So we know that $e^t = 1$ holds if $t = 0$. As $e^0\cos 0 = 1\times 1 = 1$ and $e^0\sin 0 = 1\times 0 = 0$, $t = 0$ also satisfies the first and second equations as well. We can then conclude that the point $(1, 0, 1)$ is on the curve, and it corresponds to $t = 0$; that is, $r(0) = (1, 0, 1)$.
If you really want to make sure you have understood this process, I encourage you to try the following for yourself. I have hidden the answers below the questions. You can see them by placing your mouse over the box but you should have a go at them yourself first.
Is the point $(e, 0, e)$ on the curve? If so, which $t$ does it correspond to?
Is the point $(\frac{1}{\sqrt{2}}\sqrt[4]{e^{\pi}}, -\frac{1}{\sqrt{2}}\sqrt[4]{e^{\pi}}, \sqrt[4]{e^{\pi}})$ on the curve? If so, which $t$ does it correspond to?
Does the curve intersect the $xy$-plane?