document.write( "Question 1124567: Find the equation of tangent line at the point (2,1) on the circle 2x^2+2y^2=5x. \n" ); document.write( "
| Algebra.Com's Answer #740877 by Alan3354(69443)     You can put this solution on YOUR website! Find the equation of tangent line at the point (2,1) on the circle 2x^2+2y^2=5x. \n" ); document.write( "--------- \n" ); document.write( "Find the slope at (2,1) \n" ); document.write( "2x^2+2y^2=5x \n" ); document.write( "4x*dx + 4y*dy = 5dx \n" ); document.write( "(4x-5)*dx = -4y*dy \n" ); document.write( "dy/dx = -(4x-5)/4y \n" ); document.write( "@(2,1) dy/dx = -3/4 \n" ); document.write( "-------------- \n" ); document.write( "y-1 = -(3/4)*(x-2) \n" ); document.write( "======================= \n" ); document.write( "If you want to do it without calculus email via the TY note, or post it again and ask for an algebraic solution. \n" ); document.write( " \n" ); document.write( " |