Wednesday, April 20, 2016

calculus - Find a f function such thatf(x)geq0 but not continuous



I just started reading continuity, differentiability etc. So I was thinking of an example of following type:




Let f:[a,b]R, where f(x) is monotonically increasing continuous function and differentiable on (a,b) or simply f(x)0 for x(a,b).



can we find such function for which f(x) is not continuous?





I could not find any, whatever function I take f(x) is becoming continuous. Is there such function even exists!


Answer



For every x(1,1). Define,
f(x)=100x+x2sin1xwith f(0)=0


which is differentiable and
f(x)=100+2xsin1xcos1xwith f(0)=100

f is not continuous a x=0 and you might choose the interval [a,b] around x=0 as it suite to you. Indeed




f(x)=100+2xsin1xcos1x100+2xsin1x1



Since |sina||a| and 1cosa1 then |2xsin1x|2 i.e 2xsin1x2



therefore



f(x)=100+2xsin1xcos1x10021=97>0

for every xR. so f is increasing and f is not continuous at x=0.


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...