Real Analysis: Continuity and Uniform Continuity

danielkyulee
Messages
5
Reaction score
0
Question: Show that f(x)= (x^2)/((x^2)+1) is continuous on [0,infinity). Is it uniformly continuous?


My attempt: So I know that continuity is defined as
"given any Epsilon, and for all x contained in A, there exists delta >0 such that if y is contained in A and abs(y-x)<delta, then abs(f(x)-f(y))<Epsilon.

So i tried expanding the function, but still can not find the values for delta that make this continuous on [0,infinity). Any ideas?

Also, it is NOT uniformly continuous correct?

Thanks!
 
Physics news on Phys.org
well its definitely continuous on [0,inf) - can you show that?

now for the "uniform continuity part", not as the actual proof, but I would consider the derivative - it should give you an idea of how to approach the problem

loosely speaking if a function is uniformly continuous it shouldn't have a derivative that misbehaves

consider
|\frac{f(y)-f(x)}{y-x}|
in the limit y goes to x, this becomes the derivative...
 
Hey, so one of the problem I had was that I could not find a way to show it was continuous. I tried to show it using the delta-epsilon definition of continuity, but couldn't figure out a way to find delta.
 
ok so where did you get stuck?
 
So i did absolute(f(x)-f(y))= abs( ((x^2)/((x^2)+1)) - ((y^2)/((y^2)+1)) ). I simplified this to get abs( ((x^2)-(y^2))/((x^2)+1)((y^2)+1)) ).

Now I tried to set it up so that abs ( x-y ) is less than 1 (which would be one of the minimum components of delta) so that I can try to abs( x-y ) less than something with respect to epsilon. However, I am stuck on how I can use <1 to find the deltas that make abs( f(x)-f(y) ) < E for any given E.
 
danielkyulee said:
Question: Show that f(x)= (x^2)/((x^2)+1) is continuous on [0,infinity). Is it uniformly continuous?


My attempt: So I know that continuity is defined as
"given any Epsilon, and for all x contained in A, there exists delta >0 such that if y is contained in A and abs(y-x)<delta, then abs(f(x)-f(y))<Epsilon.

So i tried expanding the function, but still can not find the values for delta that make this continuous on [0,infinity). Any ideas?

Also, it is NOT uniformly continuous correct?

Thanks!

I believe you have your definitions backwards. A function is continuous at a point x if given epsilon there is a delta. If you pick some different point y, then given the same epsilon, you may need a different delta.

If the same delta works for a given epsilon regardless of x, that is uniform continuity.

What you wrote above is the definition of uniform continuity ... given epsilon, for any x there's a delta. The def of continuity is that given x, for any epsilon there is a delta that depends on x.
 
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