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.
 
Kindly see the attached pdf. My attempt to solve it, is in it. I'm wondering if my solution is right. My idea is this: At any point of time, the ball may be assumed to be at an incline which is at an angle of θ(kindly see both the pics in the pdf file). The value of θ will continuously change and so will the value of friction. I'm not able to figure out, why my solution is wrong, if it is wrong .
TL;DR Summary: I came across this question from a Sri Lankan A-level textbook. Question - An ice cube with a length of 10 cm is immersed in water at 0 °C. An observer observes the ice cube from the water, and it seems to be 7.75 cm long. If the refractive index of water is 4/3, find the height of the ice cube immersed in the water. I could not understand how the apparent height of the ice cube in the water depends on the height of the ice cube immersed in the water. Does anyone have an...
Thread 'A bead-mass oscillatory system problem'
I can't figure out how to find the velocity of the particle at 37 degrees. Basically the bead moves with velocity towards right let's call it v1. The particle moves with some velocity v2. In frame of the bead, the particle is performing circular motion. So v of particle wrt bead would be perpendicular to the string. But how would I find the velocity of particle in ground frame? I tried using vectors to figure it out and the angle is coming out to be extremely long. One equation is by work...
Back
Top