document.write( "Question 823774: A point P moves such that it is always twice as far from the points (4,0) as it is on the line x = 1\r
\n" ); document.write( "\n" ); document.write( "a) find the equation of the locus
\n" ); document.write( "b) identify the locus and graph \r
\n" ); document.write( "\n" ); document.write( "Thanks so much in advance:)
\n" ); document.write( "

Algebra.Com's Answer #495794 by jsmallt9(3758)\"\" \"About 
You can put this solution on YOUR website!
Let (x, y) be the point P. Then the distance from point P to (4, 0) would be (using the distance formula):
\n" ); document.write( "\"sqrt%28%28x-4%29%5E2%2B%28y-0%29%5E2%29\"
\n" ); document.write( "which simplifies to:
\n" ); document.write( "\"sqrt%28x%5E2-8x%2B16%2By%5E2%29\"

\n" ); document.write( "The distance between a point and a line is always measured perpendicularly. Since the given line x = 1 is a vertical line, we will measure the distance from point P to the line x = 1 horizontally. A horizontal distance is simply the difference between the x-coordinates. The x-coordinates of all the points on the line x = 1 are 1's. Since we do not know if the x-coordinate of P is greater than or less than 1 we do not know which to put first in the difference. This problem can be solved using absolute value. This makes the distance from point P to the line x = 1:
\n" ); document.write( "\"abs%28x-1%29\"

\n" ); document.write( "With the two expressions for the distances we can translate \"A point P moves such that it is always twice as far from the points (4,0) as it is on the line x = 1\" into the equation:
\n" ); document.write( "\"sqrt%28x%5E2-8x%2B16%2By%5E2%29+=+2%2Aabs%28x-1%29\"

\n" ); document.write( "Now we solve. Squaring both sides:
\n" ); document.write( "\"x%5E2-8x%2B16%2By%5E2+=+%282%2Aabs%28x-1%29%29%5E2\"
\n" ); document.write( "\"x%5E2-8x%2B16%2By%5E2+=+%282%29%5E2%2A%28abs%28x-1%29%29%5E2\"
\n" ); document.write( "Squaring the 2 is simple. But how do you square an absolute value? The answer may be obvious to you. If not then a basic property of absolute values can help:
\n" ); document.write( "\"abs%28a%29%2Aabs%28b%29+=+abs%28a%2Ab%29\"
\n" ); document.write( "Now, if we rewrite \"%28abs%28x-1%29%29%5E2\" without an exponent:
\n" ); document.write( "\"abs%28x-1%29%2Aabs%28x-1%29\"
\n" ); document.write( "and then use the property we get:
\n" ); document.write( "\"abs%28%28x-1%29%28x-1%29%29\"
\n" ); document.write( "or
\n" ); document.write( "\"abs%28%28x-1%29%5E2%29\"
\n" ); document.write( "Now we have the absolute value of a perfect square. But perfect squares can never be negative. And since the absolute value of a non-negative is simply itself, \"abs%28%28x-1%29%5E2%29\" is just equal to:
\n" ); document.write( "\"%28x-1%29%5E2\"

\n" ); document.write( "Back to squaring the right side of:
\n" ); document.write( "\"x%5E2-8x%2B16%2By%5E2+=+%282%29%5E2%2A%28abs%28x-1%29%29%5E2\"
\n" ); document.write( "which simplifies as follows:
\n" ); document.write( "\"x%5E2-8x%2B16%2By%5E2+=+4%2A%28x-1%29%5E2\"
\n" ); document.write( "\"x%5E2-8x%2B16%2By%5E2+=+4%2A%28x%5E2-2x%2B1%29\"
\n" ); document.write( "\"x%5E2-8x%2B16%2By%5E2+=+4x%5E2-8x%2B4%29\"

\n" ); document.write( "Last of all we put it in general standard form. For this we gather all the terms on one side. Subtracting the entire right side from both sides we get:
\n" ); document.write( "\"-3x%5E2%2B12%2By%5E2+=+0\"
\n" ); document.write( "Reordering:
\n" ); document.write( "\"-3x%5E2%2By%5E2%2B12+=+0\"
\n" ); document.write( "Multiplying both sides by -1 (because I prefer positive leading coefficients):
\n" ); document.write( "\"3x%5E2-y%5E2-12+=+0\"

\n" ); document.write( "At this point we should recognize the equation as the equation of a hyperbola. To help you graph it, let's put it in the standard form for hyperbolas:
\n" ); document.write( "\"%28x-h%29%5E2%2Fa%5E2+-+%28y-k%29%5E2%2Fb%5E2+=+1\"
\n" ); document.write( "Adding 12 to both sides of our equation:
\n" ); document.write( "\"3x%5E2-y%5E2=12\"
\n" ); document.write( "Dividing both sides by 12:
\n" ); document.write( "\"3x%5E2%2F12-y%5E2%2F12=1\"
\n" ); document.write( "The first fraction reduces:
\n" ); document.write( "\"x%5E2%2F4-y%5E2%2F12=1\"
\n" ); document.write( "which can be rewritten as:
\n" ); document.write( "\"%28x-0%29%5E2%2F4-%28y-0%29%5E2%2F12=1\"

\n" ); document.write( "From this we can see that the center is the point (0, 0), the \"a%5E2+=+4\" and the \"b%5E2+=+12\". I'll leave the graph up to you.
\n" ); document.write( "
\n" );