Prove that f(x) = 3*x + 11 is uniformly continuous

squaremeplz
Messages
114
Reaction score
0

Homework Statement



Prove that f(x) = 3*x + 11 is uniformly continuous.

Homework Equations



x,y in S and |x-y| < a imply |f(x)-f(y)| < e


The Attempt at a Solution



following the book I get to

f(x) - f(y) = 3(x-y)

i just don't know how to chose e in this case..

would it be |f(x) - f(y)| < e/3

any pointers are greatly appreciated
 
Physics news on Phys.org
The idea is that you can make f(a) arbitrarily close to f(b) by specifying how close a must be to b, regardless of where a and b are.

So if you wanted f(a) to be within 0.03 of f(b), how close must a be to b?
 
squaremeplease said:

Homework Statement



i just don't know how to chose e in this case..

would it be |f(x) - f(y)| < e/3

any pointers are greatly appreciated

You already did, you just forgot to say that the proof was done. By the time you get to | f(x) - f(y) | = | 3(x-y) | then look, you know you can make (x-y) smaller than some d, how small? Smaller than e/3. Then it follows that for e>0
if |(x-y)| < d = (e/3) then |3(x-y)| < 3*(e/3) = e
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top