document.write( "Question 1085760: what is the equation of this line?\r
\n" );
document.write( "\n" );
document.write( "question: find the equations of the line described.
\n" );
document.write( "tangent lines to x²+y²-18x-2y+48=0 at points where x=4\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "im solving it using x²+y²-18y-2y+48=0
\n" );
document.write( "at x=4\r
\n" );
document.write( "\n" );
document.write( "my solution (trying)\r
\n" );
document.write( "\n" );
document.write( "P(4,y)\r
\n" );
document.write( "\n" );
document.write( "(4)²+y²-18(4)-2y+48=0
\n" );
document.write( "16+y²-72-2y+48=0
\n" );
document.write( "=y²+2y
\n" );
document.write( "=y(y+2)=0
\n" );
document.write( "y=0 | y+2=0 y=-2\r
\n" );
document.write( "\n" );
document.write( "is it right? \r
\n" );
document.write( "\n" );
document.write( "P(4,0) Q(4,-2) is it right?\r
\n" );
document.write( "\n" );
document.write( "x²+y²-18x-2y+48=0
\n" );
document.write( "(x²-18x)+(y²-2y)= -48 \r
\n" );
document.write( "\n" );
document.write( "is it right? now i dont know whats next.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #699856 by htmentor(1343)![]() ![]() You can put this solution on YOUR website! Your approach is correct to find the y-coordinates of the intersection points, but there is an error in your arithmetic. \n" ); document.write( "When you substitute x=4 into the equation of the circle, you should get \n" ); document.write( "y^2 - 2y - 8 = 0 and this factors as (y-4)(y+2) = 0 \n" ); document.write( "Thus the two intersection points are (4,4) and (4,-2) \n" ); document.write( "We use implicit differentiation to find dy/dx, which is the slope of the tangent line to the circle: \n" ); document.write( "2xdx + 2ydy - 18dx -2dy = 0 \n" ); document.write( "-2xdx = (2y-18)dy -> dy/dx = (9-x)/(y-1) \n" ); document.write( "We want to find dy/dx at the points (4,4) and (4,-2) \n" ); document.write( "Substituting the values we get dy/dx @ (4,4) = 5/3 and dy/dx @ (4,-2) = -5/3 \n" ); document.write( "To find the equations for the lines, we use the point-slope form: \n" ); document.write( "Line 1: y-4 = (5/3)(x-4) -> y = (5/3)x - 8/3 \n" ); document.write( "Line 2: y+2 = (-5/3)(x-4) -> y = (-5/3)x + 14/3 \n" ); document.write( " |