document.write( "Question 1190557: 6) Given the curve y = x^3 - 3x^2 - 9x+11, find dy/dx.Hence obtain
\n" );
document.write( "a) the x-coordinates of the points where the gradient is 15,
\n" );
document.write( "b) the coordinates of the points where the gradient is zero. \n" );
document.write( "
Algebra.Com's Answer #822260 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Given the curve y = x^3 - 3x^2 - 9x+11, find dy/dx. \n" ); document.write( "dy/dx = 3x^2 - 6x - 9 \n" ); document.write( "========================= \n" ); document.write( "Hence obtain \n" ); document.write( "a) the x-coordinates of the points where the gradient is 15 \n" ); document.write( "f'(x) = 3x^2 - 6x - 9 = 15 \n" ); document.write( "3x^2 - 6x - 24 = 0 \n" ); document.write( "x^2 - 2x - 8 = 0 \n" ); document.write( "(x+2)*(x-4) = 0 \n" ); document.write( "x = -2 \n" ); document.write( "x = 4 \n" ); document.write( "Find the ordinates for each x. \n" ); document.write( "--------------- \n" ); document.write( "b) the coordinates of the points where the gradient is zero. \n" ); document.write( "3x^2 - 6x - 9 = 0 \n" ); document.write( "Solve for x and y. \n" ); document.write( " |