document.write( "Question 986687: Determine the gradient of the tangent to the following curve where x=2: y=(x^2 -3)(x+3)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #607459 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "y = (x^2 - 3)(x + 3) \n" ); document.write( "y = x^3 + 3x^2 - 3x - 9 \n" ); document.write( "Differentiate: \n" ); document.write( "dy/dx = 3x^2 + 6x - 3 \n" ); document.write( "Substitute x = 2 \n" ); document.write( "= 3(2)^2 + 6(2) - 3 \n" ); document.write( "= 12 + 12 - 3 \n" ); document.write( "= 21 \n" ); document.write( "Gradient of tangent = 21 \n" ); document.write( "Hope this helps :-) \n" ); document.write( " |