Nearest Distance between 2 boats

  • Thread starter Thread starter zimbabwe
  • Start date Start date
AI Thread Summary
Ship A is 10 km west of Ship B, moving north at 30 km/h, while Ship B heads 60 degrees west of north at 20 km/h. The relative velocity of Ship B to Ship A is calculated to be 26.5 km/h directed South 41 degrees West, correcting earlier component miscalculations. To find the distance of closest approach, the relative position vector R is established, and the intersection of the lines representing the boats' paths is determined. This involves solving simultaneous equations or using dot products to find the minimum distance between the two paths. The discussion emphasizes the importance of correctly interpreting vector components and applying geometric principles.
zimbabwe
Messages
33
Reaction score
0
Ship A is 10 km due west of ship B. Ship A is heading directly north at a speed of 30km/hr, whilst ship B is heading in a direction 60 degress west of norht at a speed of 20km/hr.

a) Deteremine the magnitude and direction of the velocity of ship B relative to ship A.

b) What will be their distance of closest approach?


My Attempt for the first part


B Relative to A, first into compentents, so sin(60)*20=17.3 and cos(60)*20=10
Then relative to A
would be 10 km west and 30-17.3= 12.67 km south

however the actual answer is Velocity is 26.5 km/h in a direction South 41 degrees West.

How was i supposed to do it, and how do i start part b.
 
Physics news on Phys.org
zimbabwe said:
Ship A is 10 km due west of ship B. Ship A is heading directly north at a speed of 30km/hr, whilst ship B is heading in a direction 60 degress west of norht at a speed of 20km/hr.

a) Deteremine the magnitude and direction of the velocity of ship B relative to ship A.

b) What will be their distance of closest approach?


My Attempt for the first part


B Relative to A, first into compentents, so sin(60)*20=17.3 and cos(60)*20=10
Then relative to A
would be 10 km west and 30-17.3= 12.67 km south

however the actual answer is Velocity is 26.5 km/h in a direction South 41 degrees West.

How was i supposed to do it, and how do i start part b.

For part a), you have simply got the components confused. Sin() gives the 'west' component not 'south', and vice versa. Try drawing the triangle to see your mistake (sin = opp/hyp, etc).

For part b), now that you have the relative velocity vector you can set up t-dependent vector R giving the relative position of the boats. Now the problem is simply a matter of finding the shortest distance between a point and a line. One way to do it is to construct a line which goes through the origin and whose dot-product with R is zero (therefore orthogonal to R). Then evaluate the point of intersection of the two lines and take the magnitude of the separation.
 
Right i see part the mistake, so now i have 20 km/hr south and 17.3km/hr west. Find the hypontuse of this I get 26.4 km/hr, ok i got it. Thank you

b)i don't see it, by vector r does it mean, r=(10,0)+t(-17.3,-20)
 
zimbabwe said:
Right i see part the mistake, so now i have 20 km/hr south and 17.3km/hr west. Find the hypontuse of this I get 26.4 km/hr, ok i got it. Thank you

b)i don't see it, by vector r does it mean, r=(10,0)+t(-17.3,-20)

Right, R gives the equation of a line in the x-y plane, with direction (-17.3,-20). So a vector perpendicular to the line could be

L = m(20,-17.3)

With m a parameter which can take any value (similarly to t).

We then find the points (x,y) where the two lines cross:

x = 20m = 10 -17.3t
y = -17.3m = -20t

Now solve the simultaneous equations => t=0.25 etc

A quicker way to do it is to spot that the point we want occurs at

R (dot) [direction of line] = 0

i.e. 10*-17.3 + t(-17.3^2 + -20^2) = 0

=> t = 0.25 etc

A third way to do it is to simply take the modulus of R and minimise it w.r.t. t. Takes a bit more algebra but requires less geometrical thinking.
 
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