document.write( "Question 275511: Find the equation of the line tangent to the circle at the indicated point.
\n" );
document.write( "x^2 + y^2 = 25
\n" );
document.write( "(3,4)\r
\n" );
document.write( "\n" );
document.write( "I believe the circle has a center of (0,0) and a radius of 5. I do know that the point (3,4) is perpendicular to the radius of the circle.\r
\n" );
document.write( "\n" );
document.write( "I am not sure how to plug the line tanget points into this and find an equation for that tangent line though.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #200932 by Theo(13342)![]() ![]() You can put this solution on YOUR website! the line tangent to the circle would be perpendicular to the radius of the circle at that point.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the circle of x^2 + y^2 = 25 has a radius of 5 units and the center of the circle is at the point (0,0).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "to graph the circle you solve for y.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "equation would be y = +/- sqrt(25-x^2) and would look like this on the graph.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The equation of the radius intersecting the circle at the point (3,4) would be found as follows:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "let x1,y1 = 0,0 \n" ); document.write( "let x2,y2 = 3,4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "slope = y2-y1 / x2-x1 = 4/3\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y-intercept would be at point (0,0).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "equation would be y = mx + b where m is the slope and b is the y intersect.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "this makes the equation of the radius y = (4/3)*x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "add that line to the graph and it looks like this.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "line tangent to the graph at the point (3,4) will be perpendicular to this line.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "that means that the line will have a slope that is a negative reciprocal to the radius at that point.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "slope of the radius = (4/3).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "negative reciprocal of (4/3) is equal to -(3/4).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the line perpendicular to the radius goes through the point (3,4), so the y-intercept would be found by taking the equation of y = -(3/4)x + b and substituting 4 for y and 3 for x to get:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4 = -(3/4)*3 + b\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "solve for b to get b = 25/4\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equation of the line is y = -(3/4)x + (25/4)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "add that line to the graph and it looks like this:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "you can see that the line goes through the point (3,4) and is perpendiular to the radius of the circle that also goes through the point (3,4).\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "the equation of the line tangent to the circle at the point (3,4) is:\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "y = -(3/4)*x + 25/4 \n" ); document.write( " \n" ); document.write( " |