Recall that a unit tangent vector to a curve in space is a vector tangent to the curve at a given point with a length of
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
Recall that a unit tangent vector to a curve in space is a vector tangent to the curve at a given point with a length of
Recall that a unit tangent vector to a curve in space is a vector tangent to the curve at a given point with a length of one. Recall the steps for finding a unit tangent vector and note the similarities with doing it in MATLAB: 1. Differentiate the function r=[f(t) g(t) h(t)] (where f, g, and h are anonymous functions) 2. Substitute the given value of t into the derivative to find a tangent vector (using the subs command) 3. Multiply the resulting vector by 1/magnitude to get a unit vector (using the norm command). NOTE that - 1 your answer is ALSO a unit tangent vector (just in the opposite direction). Using the steps above, find a unit tangent vector to the curve r = (cos^3(t), sin^3( t), cos(2 t)) at the point where t = pi/4.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!