Mark44
Mentor
- 38,080
- 10,611
Yes.Moogie said:If delta < epsilon/2?
Here's the proof that f(x) = 2x is continuous at (2, 4).
Let epsilon > 0 be chosen.
|f(x) - 4| < epsilon
==> |2x - 4| < epsilon
==> 2|x - 2| < epsilon
==> |x - 2| < epsilon/2
Take delta = epsilon/2
Since each of the steps above is reversible, if |x - 2| < delta, then |2x - 4| < epsilon, as required.
This example and your other example (f(x) = x) are very simple, since both functions represent straight lines. As soon as you increase the complexity to nonlinear functions, the proofs get quite a bit trickier.