document.write( "Question 203606: please help me to: find the equation of the line segment, which is the shortest chord of the circle x^2+y^2=9 and passes through the poin (1,2). \n" ); document.write( "
Algebra.Com's Answer #153627 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find the equation of the line segment, which is the shortest chord of the circle x^2+y^2=9 and passes through the poin (1,2). \n" ); document.write( "--------------------------------- \n" ); document.write( "All the points on the circle have the form (x,sqrt(9-x^2)) \n" ); document.write( "-------------- \n" ); document.write( "You want the distance from (1,2)to a point on the line to be a minimum. \n" ); document.write( "___------------------------- \n" ); document.write( "distance = sqrt[(1-x)^2 + (2-sqrt(9-x^2))^2] \n" ); document.write( "D = sqrt[1 - 2x + x^2 + 4 - 4sqrt(9-x^2) + (9-x^2)] \n" ); document.write( "--- \n" ); document.write( "D = sqrt[14 -2x + 4sqrt(9-x^2)] \n" ); document.write( "------------- \n" ); document.write( "Find the derivative of D: \n" ); document.write( "Set it equal to zero and solve for \"x\": \n" ); document.write( "Find the corresponding y-value on the circle. \n" ); document.write( "Use that point and the point (1,2) to find the equation of the line you want. \n" ); document.write( "=================================================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |