document.write( "Question 1036690: Given the function on the domain
, find the value of a at which two ends of the domain give the same value , equal to the maximum value of the interval. \n" );
document.write( "
Algebra.Com's Answer #651472 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! The graph of the equation f(x) = x^3 -3x + 2 is \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( ": \n" ); document.write( "note that x^3 -3x +2 = (x-1)^2 * (x+2) \n" ); document.write( ": \n" ); document.write( "we are looking for the value of a that satisfies \n" ); document.write( ": \n" ); document.write( "a^3 -3a + 2 = (a+2-1)^2 * (a+2+2) \n" ); document.write( ": \n" ); document.write( "a^3 -3a +2 = a^3 +6a^2 +9a +4 \n" ); document.write( ": \n" ); document.write( "6a^2 +12a +2 = 0 \n" ); document.write( ": \n" ); document.write( "a^2 +2a + 1/3 = 0 \n" ); document.write( ": \n" ); document.write( "a^2 +2a + 1 = (-1/3) + 1 \n" ); document.write( ": \n" ); document.write( "(a+1)^2 = 2/3 \n" ); document.write( ": \n" ); document.write( "a = -1 + square root(2/3) = -0.18 \n" ); document.write( "a = -1 - square root(2/3) = -1.82 \n" ); document.write( ": \n" ); document.write( "check these values \n" ); document.write( ": \n" ); document.write( "f(-0.18) = 2.53 \n" ); document.write( "f(1.82) = 2.53 \n" ); document.write( ": \n" ); document.write( "************************* \n" ); document.write( "interval is [-0.18, 1.82] \n" ); document.write( "************************* \n" ); document.write( ": \n" ); document.write( "note the interval [-1.82, 0.18] has the local max 4 at a=-1, therefore we exclude this interval \n" ); document.write( ": \n" ); document.write( " \n" ); document.write( " |