document.write( "Question 1201980: Find the maximum value of y = x3 - 2x2 + x - 2 on the horizontal span from 2 to 5. \n" ); document.write( "
Algebra.Com's Answer #836588 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "ANSWER: 78 (at x=5) \n" ); document.write( "method 1: use a graphing calculator (or some other graphing utility) to see that the function is increasing everywhere on the given interval. \n" ); document.write( "method 2: use algebra to factor the polynomial as (x^2+1)(x-2); then, since x^2+1 is always positive, you know that the function is increasing everywhere to the right of x=2. \n" ); document.write( "method 3: use calculus to find the derivative is 3x^2-4x+1 = (3x-1)(x-1), telling you that the zeros of the derivative are at x=1/3 and x=1, and that therefore the function is increasing everywhere to the right of x=1, which means it is increasing everywhere on the given interval. \n" ); document.write( "And there are undoubtedly other methods.... \n" ); document.write( " \n" ); document.write( " |