document.write( "Question 427214: Find the derivative of the function. HINT [See Quick Examples on page 835.]
\n" );
document.write( "f(x) = (6x2 − x)ln x
\n" );
document.write( "f '(x) = \r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #297088 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Do you mean f(x) = (6x^2 - x)*ln(x) ? \n" ); document.write( "--------- \n" ); document.write( "f' = (12x - 1)ln(x) + (1/x)*(6x^2 - x) \n" ); document.write( "= (12x - 1)ln(x) + 6x - 1 \n" ); document.write( " \n" ); document.write( " |