document.write( "Question 1099285: . Find the derivatives of the following functions, where a, b, c are constants:
\n" );
document.write( "1. f(x) = cos( a√x +b/√x)\r
\n" );
document.write( "\n" );
document.write( "2. h(x) = loge(ax^2 + bx + c);\r
\n" );
document.write( "\n" );
document.write( "3.(c) g(x) = x^2e^(x^2+x^2−5)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #713755 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! . Find the derivatives of the following functions, where a, b, c are constants: \n" ); document.write( "1. f(x) = cos( a√x +b/√x) \n" ); document.write( "IDK what that symbol is. \n" ); document.write( "================= \n" ); document.write( "2. h(x) = loge(ax^2 + bx + c) \n" ); document.write( "h(x) = ln(ax^2 + bx + c) \n" ); document.write( "h'(x) = (1/(ax^2 + bx + c))*(2ax + b) \n" ); document.write( "h'(x) = (2ax+b)/(ax^2 + bx + c) \n" ); document.write( "====================== \n" ); document.write( "3.(c) g(x) = x^2e^(x^2+x^2-5) \n" ); document.write( "g(x) = x^2e^(2x^2-5) \n" ); document.write( "g'(x) = 2x*e^(2x^2-5) + x^2*e^(2x^2-5)*4x \n" ); document.write( "g'(x) = \n" ); document.write( " \n" ); document.write( " |