PDA

View Full Version : calc problem r(t)


Juntao
Oct9-03, 05:05 PM
The curves r1(t)=<t,t^2,t^3> and r2(t)=<sin t, sin 2t, t> intersect at the origin. Find their angle (acute) of interesection correct to the nearest degree. (Think! What angle are you trying to locate? Now dn't go off on a tangent.)

So thats the problem.
All I got so far is
r1(t)=t(i)+t^2(j)+t^3(k)
r2(t)=sint(i)+sin 2t(j)+t(k)

Now I'm stuck. I'm not sure where to go now.

StephenPrivitera
Oct9-03, 10:17 PM
They intersect at the origin at t=0. Now, I only know how to find the angle between two straight lines, so I would disregard the hint and take the derivative. You get r1'(t)=<1,2t,3t^2>=<1,0,0> and r2'(t)=<cost,2cos2t,1>=<1,2,1>.
Now how do you find the angle f between two vectors?
A*B=ABcosf
1=(1)sqrt(6)cosf
f=arccos(sqrt(6)/6)=66 degrees

HallsofIvy
Oct10-03, 08:03 AM
How is that "disregarding" the hint? The purpose of the hint was to direct you to the tangent lines of the curves.

StephenPrivitera
Oct10-03, 12:14 PM
I interpreted, "Don't go off on a tangent" to mean "Tangents aren't the way to solve the problem."

Juntao
Oct10-03, 01:22 PM
Great. My answer matched yours.