document.write( "Question 826426: A parabola is defined as a set of points that are equidistant from a given line (called the directrix of the parabola) and a given point (called the focus) of the parabola.\r
\n" ); document.write( "\n" ); document.write( "Find an equation that describes all the points that are the same distance from the x-axis and the point (0,2).
\n" ); document.write( "

Algebra.Com's Answer #498080 by Edwin McCravy(20055)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "Every one of those vertical green lines from the curve down to the\r\n" );
document.write( "x-axis must be equal to the slanted line that it's connected to that\r\n" );
document.write( "goes to the point (0,2). Not only those but also an infinite number of \r\n" );
document.write( "possible pairs of green lines that COULD be drawn.\r\n" );
document.write( "\r\n" );
document.write( "Let's pick one of those pairs of green line at random, and label it\r\n" );
document.write( "with the variable coordinates (x,y).  the bottom of the green line\r\n" );
document.write( "must have the same x-coordinate, so it has the coodinates (x,0).\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "\r\n" );
document.write( "We use the distance formula\r\n" );
document.write( "\r\n" );
document.write( "d = √(x2-x1)²+(y2-y1\r\n" );
document.write( "\r\n" );
document.write( "to set the distance from (x,y) to (x,0) equal to the distance between\r\n" );
document.write( "(x,y) to (0,2)\r\n" );
document.write( "\r\n" );
document.write( " \r\n" );
document.write( "    √(x-x)²+(0-y)² = √(0-x)²+(2-y)² \r\n" );
document.write( "\r\n" );
document.write( "Squaring both sides takes away the radicals\r\n" );
document.write( "\r\n" );
document.write( "     (x-x)²+(0-y)² = (0-x)²+(2-y)²\r\n" );
document.write( "\r\n" );
document.write( "        (0)²+(-y)² = (-x)²+(2-y)²\r\n" );
document.write( "\r\n" );
document.write( "              0+y² = x²+(4-4y+y²)\r\n" );
document.write( "\r\n" );
document.write( "                y² = x²+4-4y+y²\r\n" );
document.write( "\r\n" );
document.write( "                 0 = x²+4-4y\r\n" );
document.write( "\r\n" );
document.write( "                4y = x²+4\r\n" );
document.write( "\r\n" );
document.write( "                 y = \"1%2F4\"x²+1\r\n" );
document.write( "\r\n" );
document.write( "That's the equation.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );