flyingpig
- 2,574
- 1
Homework Statement
Let r(t) = <\cos(e^{-t}),\sin(e^{-t}),3e^{-t}>, find the equation of the line tangent to r(t) at the point \left ( \frac{1}{\sqrt{2}}, \frac{1}{\sqrt{2}}, \frac{3\pi}{4} \right)
Homework Equations
Okay, in just normal Cartesian Coord, we have y - y_0 = f'(x)(x - x_0)
So I suspect in parametric form we have something like r - r_0 = r'(t)(t - t_0)
I am a bit unsure about the t - t0 part.
The Attempt at a Solution
r'(t) = <-e^{-t}\sin(e^{-t}), -e^{-t}\cos(e^{-t}), -3e^{-t}>
So I must find a t corresponding to the point \left ( \frac{1}{\sqrt{2}}, \frac{1}{\sqrt{2}}, \frac{3\pi}{4} \right).
I set r(t) = \left ( \frac{1}{\sqrt{2}}, \frac{1}{\sqrt{2}}, \frac{3\pi}{4} \right)
Solving (well I only need to solve for one of them), I get t = -ln{\frac{\pi}{4}}
Then I evaluated r'(-ln{\frac{\pi}{4}}) = \frac{-\pi}{4}<\frac{1}{\sqrt{2}}, \frac{1}{\sqrt{2}}, 3>
Now the problem is, I don't know how to set up my line. I know I am in Calculus right now and I should know it by now, but I don't so that's why I am here.
Thank you