SOLUTION: a boat travels so that it is twice as far from one buoy as another buoy 3 miles away. describe the path of the boat

Algebra ->  Quadratic-relations-and-conic-sections -> SOLUTION: a boat travels so that it is twice as far from one buoy as another buoy 3 miles away. describe the path of the boat      Log On


   



Question 421278: a boat travels so that it is twice as far from one buoy as another buoy 3 miles away. describe the path of the boat
Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!

Let's place the buoys at the points (-1.5,0) and (1.5,0)
so they will be 3 units (miles) apart:



Let's draw an arbitrary variable point where the boat might be
at one instant and label it (x,y) that appears to be about twice 
as far from (-1.5,0) as it is from (1.5,0), and draw a line from 
this arbitrary variable point to each of the buoy points (-1.5,0)
and (1.5,0). Label the longer line d1 and the shorter 
one d2.



We set d1 equal to 2 times d2

d%5B1%5D=2d%5B2%5D

Now we use the distance formula to substitute for the
two distances d1 and d2


sqrt%28%28x%2B1.5%29%5E2%2B%28y-0%29%5E2%29+=+2sqrt%28%28x-1.5%29%5E2%2B%28y-0%29%5E2%29

sqrt%28%28x%2B1.5%29%5E2%2By%5E2%29+=+2sqrt%28%28x-1.5%29%5E2%2By%5E2%29


Square both sides:

%28sqrt%28%28x%2B1.5%29%5E2%2By%5E2%29%29%5E2+=+%282sqrt%28%28x-1.5%29%5E2%2By%5E2%29%29%5E2

%28x%2B1.5%29%5E2%2By%5E2+=+2%5E2%28sqrt%28%28x-1.5%29%5E2%2By%5E2%29%29%5E2

%28x%2B1.5%29%5E2%2By%5E2+=+4%28%28x-1.5%29%5E2%2By%5E2%29%29

%28x%2B1.5%29%28x%2B1.5%29%2By%5E2+=+4%28%28x-1.5%29%28x-1.5%29%2By%5E2%29%29

x%5E2%2B1.5x%2B1.5x%2B2.25%2By%5E2+=+4%28x%5E2-1.5x-1.5x%2B2.25%2By%5E2%29

x%5E2%2B3x%2B2.25%2By%5E2+=+4%28x%5E2-3x%2B2.25%2By%5E2%29

x%5E2%2B3x%2B2.25%2By%5E2+=+4x%5E2-12x%2B9%2B4y%5E2%29

0+=+3x%5E2-15x%2B6.75%2B3y%5E2%29

3x%5E2-15x%2B6.75%2B3y%5E2=0%29

Divide through by 3

x² - 5x + 2.25 + y² = 0

We can tell this is a circle.  We need to get it in
the standard form (x-h)² + (y-k)² = r²
Get the constant on the right:

x² - 5x + y² = -2.25

Complete the square on the x-terms.

Multiply the coefficient of x, which is -5 by 1%2F2, 
getting -2.5.  Square 2.5, getting 6.25

Add that to both sides:

x² - 5x + y² = -2.25
 

x² - 5x + 6.25 + y² = -2.25 + 6.25

(x - 2.5)(x - 2.5) + y² = 4

Write the (x - 25)(x - 2.5) as (x - 2.5)² 
write y² as (y - 0)²
Write 4 as 2²

(x - 2.5)² + (y - 0)² = 2²

So the boat travels in a circle with center (2.5,0)
and radius 2 

Here is the circle the boat travels in:



Edwin