Continuity of sqrt(x) at x = 0

  • Thread starter Thread starter bjgawp
  • Start date Start date
  • Tags Tags
    Continuity
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 16K views
bjgawp
Messages
84
Reaction score
0

Homework Statement


The question is to find 2 functions (f(x) and g(x) let's say) such that they're both NOT continuous at point a but at the same time, f(x)+g(x) and f(x)g(x) are continuous.



Homework Equations





The Attempt at a Solution


I was thinking of letting f(x) = x + [tex]\sqrt{x}[/tex] and g(x) = x - [tex]\sqrt{x}[/tex], claiming that f(x) and g(x) are not continuous at a = 0. This yields f(x) + g(x) = 2x and f(x)g(x) = [tex]x^{2} - x[/tex]. However, that is the problem at hand. Is [tex]\sqrt{x}[/tex] continuous at x = 0? Using the definition of continuity, the limit does NOT exist as you can only find the limit on one-side (not considering the complex plane). However, according to my textbook (Stewart), it says that all root functions are continuous for every number in its domain. If the latter is the case, what two functions would satisfy the above? Thank you so much for your help guys!
 
Physics news on Phys.org
here's a hint : mod functions.
 
Think of the functions graphically and what discontinuous functions look like. Draw a bunch of different kinds and think of how you maybe be able to add them together and piece them together to make them continuous after adding them.
 
Well my original tactic was to let
f(x) = x + (some discontinuous function)
g(x) = x - (some discontinuous function)
so that f(x) + g(x) = 2x and f(x)g(x) = [tex]x^{2}[/tex] - (some discontinuous function)[tex]^{2}[/tex] hoping that the latter would become continuous once squared (which is why I wondered if [tex]\sqrt{x}[/tex] was discontinuous at 0 or not). But since that isn't the case, I guess I've got to find some other way.
 
Last edited:
What kind of discontinuities can you add so that it'd produce a continuous function? The only way I see is to get rid of them by cancelling them (hence my previous post). I thought about floor and ceiling functions as someone suggested but what can you add to them to make it continuous o.O.
 
Hey, here is an example :
f(x) = x + |x|
g(x) = x - |x|
 
Aren't those continuous in the first place? f(x) is continuous for all x in its domain and is right-continuous at x = 0 and g(x) is also continuous with it being left-continuous at x = 0. Otherwise, wouldn't my example with f(x) = x - sqrt(x) and g(x) = x + sqrt(x) have worked?