document.write( "Question 33753: Use implicit differentiation to find dy/dx:
\n" );
document.write( "x^2lnx-y^3lny=2 \n" );
document.write( "
Algebra.Com's Answer #20255 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! x^2lnx-y^3lny=2...DIFFERENTIATING WRT X \n" ); document.write( "2X(LN(X))-3(Y^2)(DY/DX)(LN(Y))-(Y^3)(1/Y)(DY/DX)=0 \n" ); document.write( "DY/DX={2X(LN(X)}/{3(Y^2)(LN(Y))+Y^2} \n" ); document.write( " |