document.write( "Question 217709: Hi, i was wondering if someone could help me with this problem.\r
\n" );
document.write( "\n" );
document.write( "Find the derivative of the following:
\n" );
document.write( "(x^2)^sin(x)\r
\n" );
document.write( "\n" );
document.write( "Thanks in advance. \n" );
document.write( "
Algebra.Com's Answer #164092 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! f(x) = (x^2)^sin(x) \n" ); document.write( "= x^(2sinx) \n" ); document.write( "f' = (2sinx*x^(2sinx - 1))*2cosx \n" ); document.write( "f' = 4sinxcosx*x^(2sinx-1) \n" ); document.write( " \n" ); document.write( " |