document.write( "Question 726988: Could you please find the derivative of g'(x) if g(x)=f(kx)\r
\n" );
document.write( "\n" );
document.write( "Is this problem solved using the product rule?\r
\n" );
document.write( "\n" );
document.write( "Could you also please describe how you received the answer. \r
\n" );
document.write( "\n" );
document.write( "I would really appreciate this! \n" );
document.write( "
Algebra.Com's Answer #444916 by KMST(5328)![]() ![]() You can put this solution on YOUR website! You use what is called (at least in the USA) the chain rule. \n" ); document.write( "It applies to composite functions. \n" ); document.write( "You have g(x)=f(h(x)) where f(x) is your function and h(x)=kx \n" ); document.write( "with h'(x)=k, a constant \n" ); document.write( "g'(x)=(h'(x))*(f'(kx))=k*f'(kx) \n" ); document.write( " \n" ); document.write( "Example: \n" ); document.write( "f(x)=sin(x) with f'(x)=cos(x) \n" ); document.write( "k=3 \n" ); document.write( "g(x)=f(3x)=sin(3x) has g'(x)=3*f'(3x)=3cos(3x) \n" ); document.write( " |