document.write( "Question 966011: A circle has equation x^2+y^2-2x+4y-15=0
\n" );
document.write( "Find the values for which the line mx+2y-7=0 is a tangent to this circle \n" );
document.write( "
Algebra.Com's Answer #590476 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! A circle has equation x^2+y^2-2x+4y-15=0 \n" ); document.write( "Find the values for which the line mx+2y-7=0 is a tangent to this circle \n" ); document.write( "------------- \n" ); document.write( "x^2+y^2-2x+4y-15=0 \n" ); document.write( "(x-1)^2 + (y+2)^2 = 20 is the circle. \n" ); document.write( "mx+2y-7=0 \n" ); document.write( "y = mx/2 + 3.5 \n" ); document.write( "A point on the tangent lines (2 of them) is A(0,3.5) \n" ); document.write( "------------- \n" ); document.write( "The center of the circle is C(1,-2) \n" ); document.write( "The distance AC = \n" ); document.write( "The tangent point is P \n" ); document.write( "CP = r = sqrt(20) \n" ); document.write( "ACP is a right triangle \n" ); document.write( " \r \n" ); document.write( "\n" ); document.write( "--------------- \n" ); document.write( "Draw a circle centered at A with r^2 = 11.25 \n" ); document.write( "--> x^2 + (y-3.5)^2 = 11.25 \n" ); document.write( "The 2 points of intersection of the 2 circles are the tangent points. \n" ); document.write( "x^2 + (y-3.5)^2 = 11.25 \n" ); document.write( "x^2 + y^2 - 7y + 12.25 = 11.25 \n" ); document.write( "x^2 + y^2 - 7y = -1 \n" ); document.write( "x^2 + y^2 - 2x + 4y = 15 \n" ); document.write( "------------------------------------------ Subtract \n" ); document.write( "2x - 11y = -16 (the eqn of the line thru the 2 tangent points) \n" ); document.write( "Find the intersection of the line and either circle. \n" ); document.write( "2x - 11y = -16 \n" ); document.write( "y = (2x + 16)/11 \n" ); document.write( "(x-1)^2 + (y+2)^2 = 20 \n" ); document.write( "Sub for y \n" ); document.write( "(x-1)^2 + ((2x+38)/11)^2 = 20 \n" ); document.write( "121x^2 - 242x + 121 + 4x^2 + 152x + 1444 = 2420 \n" ); document.write( "125x^2 - 90x - 855 = 0 \n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "============== \n" ); document.write( "x = -2.28 --> y = 1.04 --> (-2.28,1.04) \n" ); document.write( "x = 3 --> y = 2 --> (3,2) \n" ); document.write( "Can you do the rest? \n" ); document.write( " |