What is the distance between two ships and the correct solution to calculate it?

  • Thread starter Thread starter peripatein
  • Start date Start date
  • Tags Tags
    Ships
AI Thread Summary
The discussion centers on calculating the distance between two ships, A and B, given their velocities and positions over time. Ship A travels east at 30 km/h and initially spots ship B 15 km away at a 30° angle from the north. After 40 minutes, ship A observes ship B at 60° from the north. The proposed solution involves vector calculations to determine ship B's velocity and the distance between the two ships, resulting in a calculated distance of 12.14 km. The correctness of the equations and the solution is questioned, emphasizing the need for verification.
peripatein
Messages
868
Reaction score
0
Hello,

I'd like to verify whether my solution to the problem as described below is indeed correct.

Ship A is traveling east at a constant velocity of 30km/h. It notices ship B 15 km away and 30° from the north. Ship B is traveling at a constant velocity. 20 minutes later ship A notices ship B 45° from the north, and 20 more minutes after that ship B is observed 60° from the north. The distance between ship A and B at that point in time ought to be calculated, including the velocity (magnitude and direction) of ship B.

Proposed solution:

Supposing ship A first spots ship B from O, (0,0):

1) (1/3Va)(OB + 1/3Vb) / |(1/3Va)||(OB + 1/3Vb)| = 1/SQRT(2)

2) (2/3Va)(OB + 2/3Vb) / |(2/3Va)||(OB + 2/3Vb)| = SQRT(3)/2

[Va, Vb, OB are vectors; 1/SQRT(2) = cos 45°; SQRT(3)/2 = cos 30°]

I got Vb = (27.56,15.91), |Vb| = 31.82 km/h, distance between ship A and B 40 minutes later = 12.14 km

Are these equations correct? Is their solution?
 
Physics news on Phys.org
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Back
Top