document.write( "Question 573037: y=x(x-1)^3
\n" );
document.write( "maximum?
\n" );
document.write( "minimum? \n" );
document.write( "
Algebra.Com's Answer #368639 by htmentor(1343) You can put this solution on YOUR website! The maximum value of this function is \n" ); document.write( "The minimum value is obtained when the derivative, dy/dx = 0: \n" ); document.write( "dy/dx = 0 = (x-1)^3 + 3x(x-1)^2 \n" ); document.write( "Divide through be (x-1)^2 -> (x-1) + 3x = 0 \n" ); document.write( "4x - 1 = 0 \n" ); document.write( "x = 1/4 \n" ); document.write( "Putting this value in the original function gives y = (1/4)(-3/4)^3 = -27/256 ~ -0.105 \n" ); document.write( " |