document.write( "Question 560124: Find the Tangent line of the curve.
\n" );
document.write( "xy+4x-3y=0 at the point p(1,2). \n" );
document.write( "
Algebra.Com's Answer #363684 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the Tangent line of the curve. \n" ); document.write( "xy+4x-3y=0 at the point p(1,2). \n" ); document.write( "---------- \n" ); document.write( "xy+4x-3y=0 \n" ); document.write( "Differentiate implicitly \n" ); document.write( "xdy + ydx + 4dx - 3dy = 0 \n" ); document.write( "dy*(x-3) + dx*(y+4) = 0 \n" ); document.write( "dy/dx = -(y+4)/(x-3) \n" ); document.write( "----- \n" ); document.write( "@ (1,2) y' = -6/(-2) \n" ); document.write( "= 3 \n" ); document.write( "------------- \n" ); document.write( "You could solve for y and get the same result. \n" ); document.write( "y = 4x/(3-x) \n" ); document.write( " \n" ); document.write( " |