37.4k views
23 votes
If two objects travel through space along two different curves, it's often important to know whether they will collide. (Will a missile hit its moving target? Will two aircraft collide?) The curves might intersect, but we need to know whether the objects are in the same position at the same time. Suppose the trajectories of two particles are given by the vector functions for t 0. Do the particles collide? If they collide find t. If not enter NONE.

r1(t) = t^2, 8t − 15, t^2
r2(t) = 11t − 30, t^2, 13t − 40
t=

1 Answer

11 votes

Answer:

Explanation:


r_1(t) = < t^2 , 8t-15,t^2> \\ \\ r_2(t) = < 11t-30, \ t^2 , \ 13t-40> \\ \\ at \ r_1 = r_2 \\ \\ t^2 = 11t - 30 , \ \ \ \ \ \ \ \ \ \ \ \ 8t - 15 = t^2 , \ \ \ \ \ \ \ \ \ t^2 = 13t -40 \\ \\ t^2 - 11t + 30\ \ \ \ \ \ \ \ \ \ \ \ t^2 -8t + 15 , \ \ \ \ \ \ \ \ \ \ \ \ t^2 -13t + 40 \\ \\ t^2 -8t-3t + 30=0 \ \ \ \ \ \ t^2 - 2t -4t + 15=0 \ \ \ \ \ \ t^2 - 1t - 13t + 40 =0


(t-6)(t-5) \ \ \ \ \ \ \ \ \ \ \ (t-5)(t-3) \ \ \ \ \ \ \ \ \ \ \ (t-5)(t-8)


\mathbf{The \ common \ value \ of \ t \ = \ 5}

User Nereyda
by
4.1k points