Monday, December 19, 2016

analysis - Constructing a continuous function whose graph seems 'special'




I've been reading through Zorich's "Analysis I" book recently, and I came across this nice little exercise.



Let f:[0,1]R be a continuous function such that f(0)=f(1). Show that




  • for any nN there exists a horizontal closed interval of length 1n with endpoints on the graph of this function;


  • if the number is not of the form 1n there exists a function of this form on whose graph one cannot inscribe a horizontal chord of length .





The first part can be proven like this:
Consider g:[0,(n1)/n]R given by g(x)=f(x)f(x+1/n). Then



n1k=0g(k/n)=0



and therefore either all of these points are zero or there exists both a point where g is positive and a point where g is negative. By continuity, there must then also be a point where g=0. So we are done.



Now, the second statement seemed rather counterintuitive, and I have given it some time now, but don't see a counterexample for <1/2.




(For >1/2 the function f(x)=sin(2πx) will do.)



Can anyone help me out?



Cheers,


Answer



Try f(x)=sin2(πx/)xsin2(π/)


No comments:

Post a Comment

analysis - Injection, making bijection

I have injection f:AB and I want to get bijection. Can I just resting codomain to f(A)? I know that every function i...