document.write( "Question 1146375: Given a circle of radius of 4 and center at (6, 8). Find the locus of the center of all circles that is tangent to the x - axis and the given circle. \n" ); document.write( "
Algebra.Com's Answer #767644 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "The required conditions for each point in the locus are

\n" ); document.write( "(1) The radius of the circle is the y value; and
\n" ); document.write( "(2) The radius of the circle plus 4 is the distance between the point and the center of the circle.

\n" ); document.write( "Those two requirements give us, for any point (x,y) on the locus,

\n" ); document.write( "\"y%2B4+=+sqrt%28%28x-6%29%5E2%2B%28y-8%29%5E2%29%29\"
\n" ); document.write( "\"y%5E2%2B8y%2B16+=+x%5E2-12x%2B36%2By%5E2-16y%2B64\"
\n" ); document.write( "\"0+=+x%5E2-12x-24y%2B84\"
\n" ); document.write( "\"24y+=+%28x%5E2-12x%2B36%29%2B48\"
\n" ); document.write( "\"y+=+%281%2F24%29%28x-6%29%5E2%2B2\"

\n" ); document.write( "Here is another path to the same solution.

\n" ); document.write( "With the circle with center (6,8) and radius 4, the point on the circle closest to the x-axis is (6,4); then clearly one point on the locus is (6,2) -- halfway between (6,4) and the x-axis.

\n" ); document.write( "It should also by clear by symmetry that the locus will be symmetrical about the line x=6; any point on the locus \"a\" units to the right of the line x=6 will be mirrored by a point on the locus \"a\" units to the left of the line x=6.

\n" ); document.write( "So the locus is symmetrical about the line x=6; it is therefore a parabola with vertex (6,2) and an equation of the form

\n" ); document.write( "\"y-2+=+a%28x-6%29%5E2\"

\n" ); document.write( "To determine the value of the constant a, note that a point on the locus to the right of x=6 will have a y value of 8 and an x value of 6 (center of circle) plus 4 (radius of circle) plus 8 (equal to the y value).

\n" ); document.write( "That gives us the point (18,8). Plugging those values in the equation of the parabola gives us the value of a:

\n" ); document.write( "\"8-2+=+a%2818-6%29%5E2\"
\n" ); document.write( "\"6+=+144a\"
\n" ); document.write( "\"a+=+1%2F24\"

\n" ); document.write( "And again we find the equation of the locus i

\n" ); document.write( "\"y-2+=+%281%2F24%29%28x-6%29%5E2\"

\n" ); document.write( "or

\n" ); document.write( "\"y+=+%281%2F24%29%28x-6%29%5E2%2B2\"
\n" ); document.write( "
\n" );