document.write( "Question 1032383: Find the derivatives of the following functions:
\n" );
document.write( "(a) f(x) =√x cos x\r
\n" );
document.write( "\n" );
document.write( "(b) g(x) = (x^3 + 1) / (sin x)\r
\n" );
document.write( "\n" );
document.write( "(c) h(x) = e^x sin(2x) \r
\n" );
document.write( "\n" );
document.write( "(d) k(x) = (x^2) / (log x)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #647052 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find the derivatives of the following functions: \n" ); document.write( "(a) f(x) = sqrt(x)*cos(x) \n" ); document.write( "f'(x) = d/dx(sqrt(x))*cos(x) = sqrt(x)*d/dx(cos(x)) \n" ); document.write( "= (1/2)/sqrt(x)*cos(x) - sqrt(x)*sin(x) \n" ); document.write( "= 2sqrt(x)*cos(x)/x - sqrt(x)*sin(x) \n" ); document.write( "==================== \n" ); document.write( "(b) g(x) = (x^3 + 1) / (sin x) \n" ); document.write( "g(x) = (x^3+1)*csc(x) \n" ); document.write( "=================== \n" ); document.write( "(c) h(x) = e^x sin(2x) \n" ); document.write( "Too easy. \n" ); document.write( "=============== \n" ); document.write( "(d) k(x) = (x^2) / (log x) --- assuming natural logs \n" ); document.write( "k(x) = x^2*(log(x))^-1 \n" ); document.write( "k'(x) = 2x*(log(x))^-1 + x^2*(-1)*(log(x))^-2*(1/x) \n" ); document.write( "= 2x/ln(x) - x/(ln(x))^2\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |