document.write( "Question 587243: What is the slope of the line tangent to the curve 3y^2-2x^2=6-2xy at the point (3,2)? \n" ); document.write( "
Algebra.Com's Answer #374039 by Alan3354(69443) You can put this solution on YOUR website! What is the slope of the line tangent to the curve 3y^2-2x^2=6-2xy at the point (3,2)? \n" ); document.write( "------------ \n" ); document.write( "3y^2-2x^2=6-2xy \n" ); document.write( "6ydy - 4xdx = -2(xdy + ydx) = -2xdy - 2ydx \n" ); document.write( "6ydy + 2ydy = -2ydx + 4xdx \n" ); document.write( "4ydy = (2x - y)dx \n" ); document.write( "dy/dx = (2x - y)/4y \n" ); document.write( "---------------------- \n" ); document.write( "f'(3,2) = (6 - 2)/(4*2) = 1/2 \n" ); document.write( "Tangent line: 2y = x + 1\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |