document.write( "Question 1209260: Find the equation of the tangents drawn from the point (4, 7) to the circle:
\n" ); document.write( " (x - 2)² + y² + 4y = 0.\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #848002 by AnlytcPhil(1806)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "\r\n" );
document.write( "Yes it can be done that way:\r\n" );
document.write( "\r\n" );
document.write( "We use the point-slope formula for the equation of a line through (4,7) \r\n" );
document.write( "\r\n" );
document.write( "\"y-7=m%28x-4%29\"\r\n" );
document.write( "\"y=m%28x-4%29%2B7\"\r\n" );
document.write( "\r\n" );
document.write( "Substitute in\r\n" );
document.write( "\r\n" );
document.write( "\"%28x+-+2%29%5E2+%2B+y%5E2+%2B+4y+=+0\"\r\n" );
document.write( "\r\n" );
document.write( "\"%28x+-+2%29%5E2+%2B+%28m%28x-4%29%2B7%29%5E2+%2B+4%28m%28x-4%29%2B7%29+=+0\"\r\n" );
document.write( "\r\n" );
document.write( "That simplifies to the quadratic in x2\r\n" );
document.write( "\r\n" );
document.write( "\"+%28m%5E2%2B1%29x%5E2%2B%28-8m%5E2%2B18m-4%29x+%2B+16m%5E2-72m%2B81=0\"\r\n" );
document.write( "\r\n" );
document.write( "The point of tangency can be thought of as where \r\n" );
document.write( "the tangent line intersects the circle TWICE at\r\n" );
document.write( "the same point.  So both solutions must be equal.\r\n" );
document.write( "\r\n" );
document.write( "So we set the \"discriminant+=+b%5E2-4ac+=+0\" \r\n" );
document.write( "\r\n" );
document.write( "\"%28-8m%5E2%2B18m-4%29%5E2-4%28m%5E2%2B1%29%2816m%5E2-72m%2B81%29=0\"\r\n" );
document.write( "\r\n" );
document.write( "That simplifies to \r\n" );
document.write( "\r\n" );
document.write( "\"144m-308=0\"\r\n" );
document.write( "\r\n" );
document.write( "\"m=308%2F144=77%2F36\"\r\n" );
document.write( "\r\n" );
document.write( "The equation of the slanted tangent line is\r\n" );
document.write( "\r\n" );
document.write( "\"y=m%28x-4%29%2B7\"\r\n" );
document.write( "\r\n" );
document.write( "\"y=expr%2877%2F36%29%28x-4%29%2B7\"\r\n" );
document.write( "\r\n" );
document.write( "Which simplifies to what I got above.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );