Saladsamurai
- 3,009
- 7
Homework Statement
Given f(x) = mx + b, m > 0, L = (m/2) + b, xo = 1/2 , \epsilon = c >0 find (a) an open interval on which the inequality
|f(x) - L| < \epsilon
holds. Then find (b) \delta such that 0 < |x - xo| < \delta\Rightarrow |f(x) - L| < \epsilon
Here is my problem with the book's solution. Since the condition \epsilon=c>0 was given, I only used the right-hand-side of the inequality:
-c<|f(x)-L|<c because to me it did not make sense to solve the inequality under a condition that cannot be. Instead, I chose to write the above inequality as:
0<|f(x)-L|<c
But the text gave answer of (a) (\frac{1}{2}-\frac{c}{m}, \frac{c}{m}+\frac{1}{2}) and (b) \delta = c/m
Why did they use the left-hand-side of the inequality if it was given that c > 0 ?