Solving Tangent Equation at Point P: r(t) = (t, t^2, t^3)

  • Thread starter Thread starter Beretta
  • Start date Start date
  • Tags Tags
    Tangent
Beretta
Messages
38
Reaction score
0
Let C be the curve: r(t) = (t, t^2, t^3) in R3.

Find the equation of the tangent line at P = (2,4,8).

In this case should I calculate the unite tanget T= r'(t)/||r'(t)||?
Or just the velocity r'(t) = 1i + 2tj + (3t^2)k? How to calculate the tangent equation at the point P?
 
Mathematics news on Phys.org
U don't need the versor (unit vector) for that drection.Just the parametrical equation for the tangent,which u already found...

Then all u have to do is

\vec{T}_{(2,4,8)}=\left[1\vec{i}+2t\vec{j}+\left(3t^{2}\right)\vec{k}\right]_{t=2}

Daniel.
 
Why did you chose t=2 please? I don't know how to put the point (2.4.8) in the equation. Is there any formula to plug the points into r'?
 
Yes,the point (2,4,8) is on the graph of the original curve,iff t=2...

Daniel.
 
A line is a 1-dimensional linear manifold: in order to specify it, you need two vectors: the first one, call it p, can be any point on the line. The second, call it q, represents the direction of the line (in technical jargon, it forms a basis for the directing space of the manifold). In this case, the line is the set

\{ p + kq \ | \ k \in \mathbb{R} \}

(assuming your vector space is over \mathbb{R}). Alternatively we just say that the line is specified by the equation

v = p + kq

where k is an arbitrary constant (in the appropriate field, here \mathbb{R}).

in this case, you are given that p = (2, \ 4, \ 8) is on the tangent line. You now need to find the direction. This is what your 1i + 2tj + (3t^2)k gives you (it does not matter if the vector is normalized or not, since to make our line we scale take every scalar multiple anyway!). First you need to find the appropriate value for t. You do this by solving r(t) = (2, \ 4, \ 8), since you want the direction to be appropriate to that particular point. As dexter said, you find t=2, so the direction is dexter's \vec{T}_{(2, \ 4, \ 8)}=q.

Now just put this together with what I said at the beginning to get the equation of the line.
 
Is it enough as an answer to the tangant equation to put the velocity in t=2?
ie: r'(t) = [1i + 2tj + (3t^2)k] at t=2. T = 1i + 4j + 12k or should I leave it in the form of dexter's?
 
That is the direction of the tangent when t=2, not the equation of the tangent. Read my last post (carefully :smile:).
 
Back
Top