document.write( "Question 1122715: find the derivative of the following function:
\n" );
document.write( "y=(2x-3)(x^3 -2)^1/3 \n" );
document.write( "
Algebra.Com's Answer #738871 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! This is (2x-3)*(1/3)(x^3-2)^(-2/3)*3x^2 + (x^3-2)^(1/3)*2x, using the chain rule \n" ); document.write( "=x^2(2x-3)/(x^3-2)^(2/3) + 2x(x^3-2)^(1/3). There are other ways to rewrite this. \n" ); document.write( " |