Question 1036690
The graph of the equation f(x) = x^3 -3x + 2 is
:
{{{ graph( 300, 200, -2.5, 2.5, -5, 10, x^3 -3x + 2) }}}
:
note that x^3 -3x +2 = (x-1)^2 * (x+2)
:
we are looking for the value of a that satisfies
:
a^3 -3a + 2 = (a+2-1)^2 * (a+2+2)
:
a^3 -3a +2 = a^3 +6a^2 +9a +4
:
6a^2 +12a +2 = 0
:
a^2 +2a + 1/3 = 0
:
a^2 +2a + 1 = (-1/3) + 1
:
(a+1)^2 = 2/3
:
a = -1 + square root(2/3) = -0.18
a = -1 - square root(2/3) = -1.82
:
check these values
:
f(-0.18) = 2.53
f(1.82) = 2.53
:
*************************
interval is [-0.18, 1.82]
*************************
:
note the interval [-1.82, 0.18] has the local max 4 at a=-1, therefore we exclude this interval
: