Mobile Notice
You appear to be on a device with a "narrow" screen width (i.e. you are probably on a mobile phone). Due to the nature of the mathematics on this site it is best viewed in landscape mode. If your device is not in landscape mode many of the equations will run off the side of your device (you should be able to scroll/swipe to see them) and some of the menu items will be cut off due to the narrow screen width.
Section 12.8 : Tangent, Normal and Binormal Vectors
4. Find the tangent line to →r(t)=⟨7e2−t,16t3,5−t⟩ at t=2.
Show All Steps Hide All Steps
Start SolutionFirst, we’ll need to get the tangent vector to the vector function. The tangent vector is,
→r′(t)=⟨−7e2−t,−48t4,−1⟩Note that we could use the unit tangent vector here if we wanted to but given how messy those tend to be we’ll just go with this.
Show Step 2Now we actually need the tangent vector at the value of t given in the problem statement and not the “full” tangent vector. We’ll also need the point on the vector function at the value of t from the problem statement. These are,
→r(2)=⟨7,2,3⟩→r′(2)=⟨−7,−3,−1⟩ Show Step 3To write down the equation of the tangent line we need a point on the line and a vector parallel to the line. Of course, these are just the quantities we found in the previous step.
The tangent line is then,
→r(t)=⟨7,2,3⟩+t⟨−7,−3,−1⟩=⟨7−7t,2−3t,3−t⟩