Finding the angle between two tangent vectors

navalava
Messages
9
Reaction score
0

Homework Statement


Consider the two space curves
r1(t) = <cos(t − 1), t^2 − 1, 2t^4>
r2(s) = <1 + ln s, s^2 − 2s + 1, 2s^2>,
where t and s are two independent real parameters.
Find the cosine of the angle between the tangent vectors of the two curves at the intersection point
(1, 0, 2).

Please show me steps..thank you!


Homework Equations





The Attempt at a Solution


I set cos(t-1)=1 and got t=1.
In the same manner, I got s=1.
But I'm not sure how to get r'(1)...I'd appreciate any help on this!
 
Physics news on Phys.org
You find a tangent vector to a curve by differentiating the curve, don't you?
 
Yeah, I differentiated it and got r'(1)=<0.841,0,0> and |r'(1)|=0.841, which seems like an odd number...I wanted to confirm that I did it right.
I also got r2'(1)=<1,0,4> and |r2'(1)|=sq.root17.
Is this right? And I just set them over each other to get the tangent vector right?
 
0.841=sin(1). Seems ok so far. You set them 'over each other' to get two unit tangent vectors. Then what?
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top