Continuous Functions Homework: Examples & Justification

HappyN
Messages
16
Reaction score
0

Homework Statement


Find an example of a continuous function f:R->R with the following property.
For every epsilon >0 there exists a delta >0 such that |f(x)-f(y)| <epsilon whenever x,y e R with |x-y|<delta.
Now find an example of a continuous function f:R->R for which this property does nto hold.
Justify your examples carefully.


The Attempt at a Solution


I think the property they've stated is just the definition for continuity? so for the first part sin(x) would work?
but for the second part how can you find a function which is continuous where the definition of continuity doesn't hold?
if the property above differs from the definition of continuity please explain how? thanks
 
Physics news on Phys.org
I think this definition stated here looks a bit like Uniform continuity, which has a subtle but important difference.

In 'normal' continuity, delta can depend on x, so f(x) : R -> R, f(x) = x^2, is continuous

With Uniform continuity, delta cannot depend on x, so is a global property of a function, not a pointwise property. f(x) : R -> R, f(x) = x^2, is not uniformly continuous. You can think of it as saying |f(x) - f(y)| has no upper bound for a given delta

Edit: You'll probably want to look at your definitions closely, as they look very similar
 
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