Find parametric equations for the tangent line

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Yae Miteo
Messages
41
Reaction score
0

Homework Statement



Find parametric equations for the tangent line to the curve with the given parametric equations at the specified point.

Homework Equations



[tex]x = 1+2 \sqrt{t}, \quad y = t^3 - t, \quad z = t^3 + t, \quad (3, 0, 2)[/tex]

The Attempt at a Solution




I began by re-writing this as [tex]\vec{r}(t) = <1+2 \sqrt{t}, \quad t^3 - t, \quad t^3 + t >[/tex]
and then taking the derivative to find the normal vector: [tex]\vec{r}(t) = <1/ \sqrt{t}, \quad 3t^2 - 1, \quad 3t^2 + 1>[/tex]. From here, I tried plugging in (3, 0, 2) into each of the components for the derivative, but that hasn't worked. I think I need to find a value to use for "t" and then put that into the normal vector, but I am not sure how.
 
Physics news on Phys.org
Yae Miteo said:

Homework Statement



Find parametric equations for the tangent line to the curve with the given parametric equations at the specified point.

Homework Equations



[tex]x = 1+2 \sqrt{t}, \quad y = t^3 - t, \quad z = t^3 + t, \quad (3, 0, 2)[/tex]

The Attempt at a Solution

I began by re-writing this as [tex]\vec{r}(t) = <1+2 \sqrt{t}, \quad t^3 - t, \quad t^3 + t >[/tex]
and then taking the derivative to find the normal vector: [tex]\vec{r}(t) = <1/ \sqrt{t}, \quad 3t^2 - 1, \quad 3t^2 + 1>[/tex]. From here, I tried plugging in (3, 0, 2) into each of the components for the derivative, but that hasn't worked. I think I need to find a value to use for "t" and then put that into the normal vector, but I am not sure how.

Part of your problem may be you are calling both the original equation and its derivative ##r(t)##. Find the ##t## that makes the original equation pass through ##(3,0,2)##.
 
Yae Miteo said:

Homework Statement



Find parametric equations for the tangent line to the curve with the given parametric equations at the specified point.

Homework Equations



[tex]x = 1+2 \sqrt{t}, \quad y = t^3 - t, \quad z = t^3 + t, \quad (3, 0, 2)[/tex]

The Attempt at a Solution




I began by re-writing this as [tex]\vec{r}(t) = <1+2 \sqrt{t}, \quad t^3 - t, \quad t^3 + t >[/tex]
and then taking the derivative to find the normal vector: [tex]\vec{r}(t) = <1/ \sqrt{t}, \quad 3t^2 - 1, \quad 3t^2 + 1>[/tex]. From here, I tried plugging in (3, 0, 2) into each of the components for the derivative, but that hasn't worked. I think I need to find a value to use for "t" and then put that into the normal vector, but I am not sure how.

Please distinguish between ##\vec{r}(t)## and ##\vec{r}'(t)##, which is your second one. Anyway ##\vec{r}'(t)## is NOT a "normal vector"! Can you describe what it actually IS?
 
I made a mistake. I meant to say tangent vector.