Proving or Disproving Continuity and Limits for Functions in R

daniel_i_l
Gold Member
Messages
864
Reaction score
0

Homework Statement


You have the function f:R->R and f(x) = f(x+k) where k is in R and k>0.
Prove or disprove:
1) If f is continues at x0 then it's also continues at x0 + k
2)If the limit of f at infinity is 0 then f(x)=0 for all x in R.


Homework Equations





The Attempt at a Solution


1)Yes: If for every epsilon>0 there's a lambda>0 so that for every x where 0<|x-x0|<lambda => |f(x) - f(x0)| < epsilon then for every 0<|x-(x0+k)|<lambda => 0<|(x-k)-x0|<lambda => |f(x-k) - f(x0)| < epsilon => |f(x) - f(x0+k)| < epsilon

2)Yes: If we have an x0 in R so that f(x0)>0 then we can choose epsilon=f(x0)/2 and then |f(x0)-0| > epsilon. So then for every N>0 we can find a k so that x0+nk > N and so |f(x0+nk)-0| > epsilon and we've proved that the limit of f at infinity isn't 0 - which is a contradiction to the information given in the question. (if there's some x0 where f(x0)<0 the proof in analogues) So for all x in R, f(x)=0.

Are those right?
Thanks.
 
Physics news on Phys.org
Looks good to me. Congratulations.
 
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