Proving Continuity of f(x) = \sqrt{x} for x>0

  • Thread starter Thread starter jgens
  • Start date Start date
  • Tags Tags
    Continuity
jgens
Gold Member
Messages
1,575
Reaction score
50
I've been reviewing my calculus textbook and came across this problem: Prove that the function f defined by f(x) = \sqrt{x} is continuous if x>0. Would anyone mind verifying (or correcting) my proof? Suggestions are welcome. Thanks!

Proof: Let \epsilon > 0 and choose \delta such that \delta = \mathrm{min}(x_0, \epsilon\sqrt{x_0}). Clearly if 0 < |x - x_0| < \delta then we have that 0 < x < 2x_0 which proves that x > 0. Since x > 0 we can apply a handy factoring technique and show that |x - x_0| = |\sqrt{x} - \sqrt{x_0}|(\sqrt{x} + \sqrt{x_0}) < \delta. Using the fact that \sqrt{x} \geq 0 we know that \sqrt{x} + \sqrt{x_0} \geq \sqrt{x_0} and consequently |\sqrt{x} - \sqrt{x_0}|\sqrt{x_0} < \epsilon\sqrt{x_0} completing the proof.
 
Physics news on Phys.org


You seem to have chosen delta correctly and everything, but I think you could make it more clear by working with |f(x) - L| and end up with a chain of inequalities that shows that |f(x) - L| is less than epsilon. This makes it easier to follow the logic that you have set up.

*EDIT* Of course, in this case I meant L = f(x_0).
 


Just to make sure I'm understanding your advice, I should show the chain of inequalities like this:

\epsilon\sqrt{x_0} > |\sqrt{x} - \sqrt{x_0}|(\sqrt{x} + \sqrt{x_0}) \geq \sqrt{x_0}|\sqrt{x} - \sqrt{x_0}|

Thanks for the suggestion!
 


I was thinking of something more along the lines of starting with

|\sqrt{x} - \sqrt{x_0}| = \frac{|x - x_0|}{\sqrt{x} + \sqrt{x_0}}.

The very first expression is |f(x) - f(x_0)|. Now if you start at your line in the original proof "Using the fact that..." and take reciprocals of the fact you demonstrated, then the right hand side of the line above is less than

\varepsilon\sqrt{x_0}\cdot\frac{1}{\sqrt{x_0}},

which follows from the inequality you demonstrated and your choice of delta.
 
Last edited:


Ah! I understand now. Thanks for the suggestion!
 


Just a quick note. You don't have to prove that x>0 because you are only dealing with those x that are in that interval in the first place. Also, sqrt(x) is uniformly continuous on x>0, which means that the delta doesn't depend on the x0 chosen. This might be good practice to do as well.
 


n!kofeyn said:
Just a quick note. You don't have to prove that x>0 because you are only dealing with those x that are in that interval in the first place. Also, sqrt(x) is uniformly continuous on x>0, which means that the delta doesn't depend on the x0 chosen. This might be good practice to do as well.
It is not, because sqrt^\prime(x) \to +\infty as x \to 0. It is, however, uniformly continuous on every interval (\varepsilon ; +\infty), \varepsilon > 0.
 


f(x) = \sqrt{x} is uniformly continuous on [0, infinity). It is uniformly continuous on [0, N] for any N > 0 by continuity on compact metric space (or more easily, note that sqrt(x) is holder continuous for say, [0,1], and this is really all we need), and for any \delta > 0, f'(x) = \frac{1}{2\sqrt{x}} \leq \frac{1}{2\sqrt{\delta}} for x in [\delta, \infty).

Then uniform continuity on [0, infinity) comes from uniform continuity on say [0,1] and [1, infinity). You can prove this using some basic analysis. It's even easier if you overlap the intervals say by working with [0,3] and [1, infinity).
 


Argh, yeah, you're right, of course. I must have been thinking about Lipschitz continuity rather than uniform continuity.
 
Back
Top