document.write( "Question 1169029: Two control towers are located at points Q(-400,0) and R(400,0), on a straight shore
\n" );
document.write( "where the x-axis runs through (all distances are in meters). At the same moment, both
\n" );
document.write( "towers sent a radio signal to a ship out at sea, each traveling at 250 m/µs. The ship
\n" );
document.write( "received the signal from Q 2.9 µs (microseconds) before the message from R. Find the
\n" );
document.write( "equation of the curve containing the possible location of the ship. \n" );
document.write( "
Algebra.Com's Answer #793802 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Ok, I'll give this one a try. I was reminded of the definition of the hyperbola \n" ); document.write( "when the problem mentioned a fixed time difference between the signals arriving \n" ); document.write( "from Q vs. the signals from R. The hyperbola is the set of all points \n" ); document.write( "(x,y) such that the difference of the distances from (x,y) to the foci is constant. If we \n" ); document.write( "place a tower at each focus, then we can satisfy the conditions \n" ); document.write( "of the problem with a hyperbola to describe the possible locations of the ship. \n" ); document.write( "The difference in the distances between a point on the curve and the \n" ); document.write( "two foci = 2a, for the vertex at (a,0). The foci are at the points (-c,0) and (c,0), and b = sqrt(c^2 - a^2). \n" ); document.write( "Since the signal velocity is 250 m/us, the difference in the travel times \n" ); document.write( "from each of the towers is \n" ); document.write( "d2/250 - d1/250 -> d2 - d1 = 250 m/us * 2.9 us = 2a = 725. \n" ); document.write( "Thus d2 - d1 = 250*2.9 = 725 m. Thus a = 725/2 = 362.5 \n" ); document.write( "Therefore b = sqrt(400^2 - 362.5^2) = 169.09687 \n" ); document.write( "The equation for a hyperbola centered at the origin is (x/a)^2 - (y/b)^2 = 1. \n" ); document.write( "So the possible locations for the ship are given by: \n" ); document.write( "(x/362.5)^2 - (y/169.09687)^2 = 1. \n" ); document.write( " |