How Can You Show That Two Ships Will Collide Using Vectors?

  • Thread starter Thread starter NinaL
  • Start date Start date
  • Tags Tags
    Mechanics
AI Thread Summary
To determine if two ships will collide using vectors, start by expressing their position vectors as functions of time based on their initial positions and velocities. Ship A's position vector is given by \(\vec{r}_1(t) = (-5 + 2t)i + (10 + 2t)j\) and Ship B's by \(\vec{r}_2(t) = (3 - 2t)i + (4 + 5t)j\). Set these two equations equal to each other to find a common time \(t\) when both ships occupy the same position. Solving the resulting system of equations will reveal if there is a time \(t\) that satisfies both conditions, indicating a collision. If a solution exists, the ships will collide; if not, they will not intersect.
NinaL
Messages
5
Reaction score
0
I came across this question in a past paper, and am absolutely stuck.

A coastguard station 0 monitors the movements of ships in a channel. At noon, the station's radar records two ships moving with constant speed. Ship A is at the point with position vector (-5i + 10j) km relative to 0 and has velocity (2i + 2j) km/h. Ship B is at the point with position vector (3i + 4j) km and has velocity (-2i + 5j) km/h.

(a) Given that the two ships maintain these velocities, show that they collide.



Is there anyone who can help? Even if it's just tips on where to start etc?
Thanks in advance!
 
Physics news on Phys.org
NinaL said:
I came across this question in a past paper, and am absolutely stuck.

A coastguard station 0 monitors the movements of ships in a channel. At noon, the station's radar records two ships moving with constant speed. Ship A is at the point with position vector (-5i + 10j) km relative to 0 and has velocity (2i + 2j) km/h. Ship B is at the point with position vector (3i + 4j) km and has velocity (-2i + 5j) km/h.

(a) Given that the two ships maintain these velocities, show that they collide.



Is there anyone who can help? Even if it's just tips on where to start etc?
Thanks in advance!

The problem is not difficult.
HINTS
1.\vec{r}(t)=\vec{r}(0)+\vec{v}t (1)
2.The condition that the two ships collide reads
\vec{r}_{1}(t)=\vec{r}_{2} (t)(2)
3.Combining (1) with (2) will bring u an algebraic system of 2 equations with one unknown.For the crash to happen,they need to have the same solution.


Daniel.
 
Wow, I feel so stupid!
Sorry, but can you explain the symbols that you've used? :)
Sorry!


Thank you for the help though!
 
Look at the bright side...It's better to feel stupid,than to be stupid...
\vec{r} is the position vector of a body.\vec{r}_{1} is the position vector for the first ship.\vec{r}_{2} is the position vector for the second ship.In order to collide,the 2 ships must have the same position,which means the same position vector.So that explains the second equation.
The first equation gives the connection between the position vector of a body,the velocity vector and 'the time'.
U'll need to write two equations similar to the first:one for the first ship,one for the second.And then,simply ask that that the position vectors of the two vectors coincide.

Daniel.
 
dextercioby said:
The problem is not difficult.
HINTS
1.\vec{r}(t)=\vec{r}(0)+\vec{v}t (1)
2.The condition that the two ships collide reads
\vec{r}_{1}(t)=\vec{r}_{2} (t)(2)
3.Combining (1) with (2) will bring u an algebraic system of 2 equations with one unknown.For the crash to happen,they need to have the same solution.


Daniel.
Daniel's first equation is just your position equation for vectors(s_f=s_i+vt+1/2at^2), except there's no acceleration in this case.

Your initial position is s_i and your velocity is given in vector format. So, you'd have:

\vec{r}(t)=(-5_i + 10 _j) + (2_i + 2_j)t
Note that the velocity vector could also be written: (2t_i + 2t_j)
Per vector addition, your final position vector is:
\vec{r}(t) = (-5+2t)_i + (10+2t)_j

You do the same for the second boat.

Daniel's 2nd equation says that at some given instant, both vector sums are equal. In other words, subtracting one vector from the other will give you a null vector (0_i + 0_j). By combining terms you should be able to figure out one value for t that will zero out both your i and j terms. If you can, they collide. If they can't, they won't collide.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top