A motorboat travels around a buoy in a perfect circular path with a radius of 2500 feet, at a speed of 75 ft/sec. A second motorboat starts at the buoy and begins to travel at the same speed as the first, such that it is always between the first motorboat and the buoy (the three are always collinear).
If the two motorboats maintain this same constant speed, after how many seconds will their paths intersect?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Rewriting the problem in more general terms: let R be the radius of the circular path of motorboat 1, S be the speed of the two motorboats, and ( r 1 , θ 1 ) and ( r 2 , θ 2 ) respectively be the positions of motorboats 1 and 2 (in polar coordinates, with the buoy at the origin). The velocity vector of a moving particle expressed in polar coordinates (when θ is in radians) is
V ^ = d t d r r ^ + r d t d θ θ ^
The speed of a moving object is the magnitude of this vector:
S = d t d r 2 + r 2 d t d θ 2
Since the speeds of the two motorboats are equal, we have the following equation:
d t d r 1 2 + r 1 2 d t d θ 1 2 = d t d r 2 2 + r 2 2 d t d θ 2 2
Because the motorboats and the buoy are always in line, the angles θ 1 and θ 2 are always equal, so we can just use θ to describe them both. Because θ is measured in radians, θ = R S t ; therefore d t d θ = R S . d t d r 1 = 0 because r 1 = R , a constant. Using these facts, we can turn the above equation into the following differential equation:
d t d r 2 = S 1 − ( R r 2 ) 2
This is a separable DE, and can be turned into the following:
S 1 − ( R r 2 ) 2 d r 2 = d t
Integrating both sides:
S R sin − 1 ( R r 2 ) = t + C
Because r 2 , the distance of the second motorboat from the buoy, is zero at time t = 0 , we can say that the constant C above is simply zero. Therefore t = S R sin − 1 ( R r 2 ) . The two boats will meet when r 2 = R , which will mean that t = S R sin − 1 ( 1 ) . In this case, that would be equivalent to 2 × 7 5 2 5 0 0 π or approximately 5 2 . 3 5 9 8 7 7 .