[Math] Finding parametric equations for the tangent line at a point on a curve

calculusgeometrymultivariable-calculusparametrictrigonometry

Find parametric equations for the tangent line at the point $(\cos(-\frac{4 \pi}{6}), \sin(-\frac{4 \pi}{6}), -\frac{4 \pi}{6}))$ on the curve $x = \cos(t), y = \sin(t), z=t$

I understand that in order to find the solution, I need to use partial derivatives. However, the method in my textbook works for simpler problems — I seem to be making a calculation error when I try to apply the method to this problem.

Can anyone suggest how to approach this problem?

I found a very similar problem and solution here, but the solution by the person who answered is hard for me to follow. Unfortunately, I get stuck at the line where he subtracts $\frac{\pi}{6}$ from $\pi$ within the trigonometric functions.

Here is the "simple" method that I was originally using.

Any sincere help would be appreciated. Thank you.

Best Answer

So $\textbf{r}(t) = \left< \cos t, \sin t, t \right>$. Then $\textbf{r}'(t) = \left<-\sin t, \cos t, 1 \right>$. So $t = -4 \pi/6$. So $\textbf{r'}(-\frac{4 \pi}{6}) = \left<-\sin( -\frac{4 \pi}{6}), \cos \left( -\frac{4 \pi}{6} \right), 1 \right>$. So the equation of the tangent line would be

$$x = \cos(-\frac{4 \pi}{6})+t\left(-\sin\left( -\frac{4 \pi}{6}\right)\right)$$ $$y = \sin(-\frac{4 \pi}{6})+t\left(\cos \left(-\frac{4 \pi}{6} \right) \right)$$ and $$z = -\frac{4 \pi}{6}+t$$

Related Question