document.write( "Question 1010269: differentiate the following function:\r
\n" );
document.write( "\n" );
document.write( " f(x)=(x^2+1/x^3 )(x^3-x^2+1)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #626774 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Straighten out first. \n" ); document.write( "f(x)=(x^2+1/x^3 )(x^3-x^2+1) \n" ); document.write( "f(x) = (x^2 + x^-3)(x^3-x^2+1) \n" ); document.write( "Multiply next \n" ); document.write( "f(x) = x^5 - x^4 + x^2 + 1 - x^-1 + x^-3 \n" ); document.write( "f'(x) = 5x^4 - 4x^3 + 2x + x^-2 - 3x^-4 \n" ); document.write( "f'(x) = 5x^4 - 4x^3 + 2x + 1/x^2 - 3/x^4 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |