"Two particles travel along the space curves
=<t,t^2,t^3> )
and
=<1 + 2t, 1+6t, 1+14t>)
Do they collide, and do their paths intersect?"
These two questions are in fact one and the same, and what you've to do is to find out whether
there exist
.
As far as I can see, vectorial derivatives have nothing necessarily to do with this question.
Tonio
I calculated that
=<1, 2t, 3t^2>)
and
= < 2, 6, 14 >)
but I'm not entirely sure where to go from there or how I can use this information to solve the problem. I'm guessing I should find a t where all x coordinates and y coordinates and z coordinates are equal for the intersecting part? But how do I determine if they collide?
Edit: I'm also learning about shapes in 3D (hyperboloids, paraboloids, etc.) While I'm pretty good at determining what the shape will be based on the equation, I'm having trouble visualizing and drawing the graphs of difficult ones like hyperbolic paraboloids. Does anyone know of a (free) program that will allow me to graph functions of 2 variables so I can visualize this better? Thanks!