lanedance said:
so let's start by writing x=2+d, with \delta =|d| and substitute in
|((2+d)^3 − 3(2+d) + 5-7| <0.2
I don't see at all how this is helpful, and cannot recall when this serves as a good approach.
fillipeano-
I don't see how it is easier to solve it for a specific \epsilon rather than a general one, so let's try and guide you on the general one. Then we'll just substitute the values given.
So let \epsilon > 0.
As usually, you need to start from the end.
Let's say f(x) = x
3 -3x + 5
I can understand of course how you got to the equation you wrote, but it should actually be an inequality. We need to find a \delta, so that for each x for which |x-2|<\delta| holds, |f(x) - 7|<\epsilon also holds. (instead of saying \epsilon you could say "0.2")
So, let see how we can "control" the expression |f(x)-7|:
|x
3 -3x + 5 - 7| = |x
3 - 3x-2|.
Now we're stuck.
However, we know that this has to do somehow with "|x-2|", because we want to use that fact that |x-2|<\delta|.
That should make you think about polynomial division. Do you know the technique?
Then you could have |x
3 - 3x-2| = |x-2| * |P(x)| < \delta |P(x)|,
where P(x) is some polynomial of second order which you might also be able to control. :)
See if you could take it from there...