document.write( "Question 1093704: The focal chord that cuts the parabola x^2= -6y at (6, -6) and cuts the parabola again at X. Find the coordinates of X. \r
\n" );
document.write( "\n" );
document.write( "I tried to solve it...what am I doing wrong:
\n" );
document.write( "concave down
\n" );
document.write( "-4a=-6
\n" );
document.write( "a= -3/2
\n" );
document.write( "vertex at (0,0)
\n" );
document.write( "so, focus is at (0,3/2)\r
\n" );
document.write( "\n" );
document.write( "I used the 2 point formula y - y1 = m(x - x1) and found the gradient of (6,-6) and (0,3/2):
\n" );
document.write( "m= -4/3
\n" );
document.write( "y-6=-4/3 (x+6)
\n" );
document.write( "y=-4/3x+14\r
\n" );
document.write( "\n" );
document.write( "used simultaneous equations x^2= -6y and y=-4/3x+14 to find the intersection points but did not get the right answer.. is my process right?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #708328 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! any chord that passes through the Parabola's focus point is a focal cord \n" ); document.write( ": \n" ); document.write( "x^2 = -6y \n" ); document.write( ": \n" ); document.write( "we are given one intersection point of the focal cord, namely (6, -6) \n" ); document.write( ": \n" ); document.write( "the center is at (0,0) \n" ); document.write( ": \n" ); document.write( "4p = -6 \n" ); document.write( ": \n" ); document.write( "p = -6/4 = -3/2 = -1.5 \n" ); document.write( ": \n" ); document.write( "the focus is -1.5 units from y coordinate of the center, namely (0, -1.5) \n" ); document.write( ": \n" ); document.write( "we have two points on the cord, (6, -6) and (0, -1.5) \n" ); document.write( ": \n" ); document.write( "slope = (-1.5 -(-6)) / (0 -6) = 4.5 / -6 = -0.75 = -3/4 \n" ); document.write( ": \n" ); document.write( "y = -3x/4 +b \n" ); document.write( ": \n" ); document.write( "use point (6, -6) to find b \n" ); document.write( ": \n" ); document.write( "-6 = -3(6)/4 + b \n" ); document.write( ": \n" ); document.write( "-24 = -18 +4b \n" ); document.write( ": \n" ); document.write( "4b = -6 \n" ); document.write( ": \n" ); document.write( "b = -6/4 = -1.5 \n" ); document.write( ": \n" ); document.write( "y = -3x/4 -1.5 \n" ); document.write( ": \n" ); document.write( "-3x/4 -1.5 = -x^2/6 \n" ); document.write( ": \n" ); document.write( "-9x -18 = -2x^2 \n" ); document.write( ": \n" ); document.write( "2x^2 -9x -18 = 0 \n" ); document.write( ": \n" ); document.write( "(2x+3) * (x-6) = 0 \n" ); document.write( ": \n" ); document.write( "x = -3/2 and x = 6 \n" ); document.write( ": \n" ); document.write( "***************************************** \n" ); document.write( "we choose x = -1.5 then \n" ); document.write( ": \n" ); document.write( "y = -3(-1.5)/4 -1.5 = 1.125 -1.5 = −0.375 \n" ); document.write( ": \n" ); document.write( "coordinates of X are (-1.5, -0.375) \n" ); document.write( "***************************************** \n" ); document.write( " |