Uniform Continuity proof, does it look reasonable?

spenghali
Messages
11
Reaction score
0

Homework Statement


Note: I will use 'e' to denote epsilon and 'd' to denote delta.

Using only the e-d definition of continuity, prove that the function f(x) = x/(x+1) is uniformly continuous on [0, infinity).

Homework Equations





The Attempt at a Solution



Proof:

Must show that for each e>0 there is d>0 s.t.

|x/(x+1) - a/(a+1)| < e whenever x,a are elements of [0, infinity) |x-a| < d.

|x/(x+1) - a/(a+1)| = |(-x+a)/[(x+1)(a+1)]| \leq |-x+a| = |x-a|.

Thus, given e>0, if we choose d=e then,

|x/(x+1) - a/(a+1)| < e whenever |x-a| < d.

This implies that f(x) = x/(x+1) is uniformly continuous on [0,infinity). QED
 
Physics news on Phys.org
Sure. That works. You could clean up few details, like x/(x+1) - a/(a+1)=(x-a)/((x+1)(a+1)), not (-a+x)/((x+1)(a+1)) and you could also explicitly justify why |(x-a)/((x+1)(a+1))|<=|x-a| but the proof works fine.
 
Cool, thanks for the input.
 
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