Epsilon delta proof of the square root function

Click For Summary
The discussion focuses on proving the limit of the square root function using the epsilon-delta method. The proof establishes that for any arbitrary epsilon greater than zero, a corresponding delta can be defined, ensuring that the difference between the square roots of x and a remains less than epsilon when x is sufficiently close to a. It confirms that the square root function is strictly increasing and positive for positive a, which supports the validity of the proof. The conclusion drawn is that the limit as x approaches a of the square root of x equals the square root of a, provided a is greater than zero. The proof is deemed reasonable and correctly structured.
issacnewton
Messages
1,035
Reaction score
37
Homework Statement
Prove that
$$ \lim_{x\to a} \sqrt{x} = \sqrt{a} $$
using ##\varepsilon-\delta## method. We are given that ##a > 0##.
Relevant Equations
epsilon delta definition of a limit
Let ##\varepsilon > 0## be arbitrary. Now define ##\delta = \text{min}\{\frac{a}{2}, \varepsilon \sqrt{a}\}##. Now since ##a>0##, we can deduce that ##\delta > 0##. Now assume the following
$$ 0< |x-a| < \delta $$
From this, it follows that ##0 < |x-a| < \frac{a}{2} ## and ##0 < |x-a| < \varepsilon \sqrt{a} ##. We have to prove that
$$ | \sqrt{x} - \sqrt{a} | < \varepsilon $$
From ##0 < |x-a| < \frac{a}{2} ##, we can deduce that ## 0 < \frac{a}{2} < x < \frac{3a}{2} ##. From here it follows that
$$ 0 < \sqrt{\frac{a}{2}} < \sqrt{x} < \sqrt{\frac{3a}{2}} $$
$$\therefore 0< \sqrt{a} + \sqrt{\frac{a}{2}} < \sqrt{x} + \sqrt{a} $$
$$\Rightarrow \frac{1}{\sqrt{x} + \sqrt{a} } < \frac{1}{\sqrt{a}(1+\frac{1}{\sqrt{2}})} $$
Now since ##\sqrt{x} + \sqrt{a} > 0##, we have that ## \sqrt{x} + \sqrt{a} = | \sqrt{x} + \sqrt{a} | ##. So the inequality becomes as follows
$$\Rightarrow \frac{1}{|\sqrt{x} + \sqrt{a} | } < \frac{1}{\sqrt{a}(1+\frac{1}{\sqrt{2}})} < \frac{1}{\sqrt{a}}$$
$$\Rightarrow \frac{1}{|\sqrt{x} + \sqrt{a} | } < \frac{1}{\sqrt{a}}$$
Now, we can write the ##| \sqrt{x} - \sqrt{a} | ## as follows
$$ | \sqrt{x} - \sqrt{a} | = \frac{|x-a| }{ |\sqrt{x} + \sqrt{a} | } $$
We had deduced that
$$ \frac{1}{|\sqrt{x} + \sqrt{a} | } < \frac{1}{\sqrt{a}}$$
Since ##0 < |x-a| ##, it follows that
$$ \frac{|x-a| }{ |\sqrt{x} + \sqrt{a} |} < \frac{|x-a|}{\sqrt{a}}$$
But with the choice of ##\delta##, we have done, we have that ##0 < |x-a| < \varepsilon \sqrt{a} ##. Using this, we can deduce that
$$ \frac{|x-a| }{ |\sqrt{x} + \sqrt{a} |} < \frac{|x-a|}{\sqrt{a}} < \varepsilon$$
$$\Longrightarrow | \sqrt{x} - \sqrt{a} | < \varepsilon $$

Since ##\varepsilon > 0## was arbitrary, this proves that
$$\lim_{x\to a} \sqrt{x} = \sqrt{a} \text{ if } a> 0$$

Is my proof reasonable ?
Thanks ## :)##
 
  • Like
Likes PeroK
Physics news on Phys.org
IssacNewton said:
Problem Statement: Prove that
$$ \lim_{x\to a} \sqrt{x} = \sqrt{a} $$
using ##\varepsilon-\delta## method. We are given that ##a > 0##.
Relevant Equations: epsilon delta definition of a limit

Let ##\varepsilon > 0## be arbitrary. Now define ##\delta = \text{min}\{\frac{a}{2}, \varepsilon \sqrt{a}\}##. Now since ##a>0##, we can deduce that ##\delta > 0##. Now assume the following
$$ 0< |x-a| < \delta $$
From this, it follows that ##0 < |x-a| < \frac{a}{2} ## and ##0 < |x-a| < \varepsilon \sqrt{a} ##. We have to prove that
$$ | \sqrt{x} - \sqrt{a} | < \varepsilon $$
From ##0 < |x-a| < \frac{a}{2} ##, we can deduce that ## 0 < \frac{a}{2} < x < \frac{3a}{2} ##. From here it follows that
$$ 0 < \sqrt{\frac{a}{2}} < \sqrt{x} < \sqrt{\frac{3a}{2}} $$
$$\therefore 0< \sqrt{a} + \sqrt{\frac{a}{2}} < \sqrt{x} + \sqrt{a} $$
$$\Rightarrow \frac{1}{\sqrt{x} + \sqrt{a} } < \frac{1}{\sqrt{a}(1+\frac{1}{\sqrt{2}})} $$
Now since ##\sqrt{x} + \sqrt{a} > 0##, we have that ## \sqrt{x} + \sqrt{a} = | \sqrt{x} + \sqrt{a} | ##. So the inequality becomes as follows
$$\Rightarrow \frac{1}{|\sqrt{x} + \sqrt{a} | } < \frac{1}{\sqrt{a}(1+\frac{1}{\sqrt{2}})} < \frac{1}{\sqrt{a}}$$
$$\Rightarrow \frac{1}{|\sqrt{x} + \sqrt{a} | } < \frac{1}{\sqrt{a}}$$
Now, we can write the ##| \sqrt{x} - \sqrt{a} | ## as follows
$$ | \sqrt{x} - \sqrt{a} | = \frac{|x-a| }{ |\sqrt{x} + \sqrt{a} | } $$
We had deduced that
$$ \frac{1}{|\sqrt{x} + \sqrt{a} | } < \frac{1}{\sqrt{a}}$$
Since ##0 < |x-a| ##, it follows that
$$ \frac{|x-a| }{ |\sqrt{x} + \sqrt{a} |} < \frac{|x-a|}{\sqrt{a}}$$
But with the choice of ##\delta##, we have done, we have that ##0 < |x-a| < \varepsilon \sqrt{a} ##. Using this, we can deduce that
$$ \frac{|x-a| }{ |\sqrt{x} + \sqrt{a} |} < \frac{|x-a|}{\sqrt{a}} < \varepsilon$$
$$\Longrightarrow | \sqrt{x} - \sqrt{a} | < \varepsilon $$

Since ##\varepsilon > 0## was arbitrary, this proves that
$$\lim_{x\to a} \sqrt{x} = \sqrt{a} \text{ if } a> 0$$

Is my proof reasonable ?
Thanks ## :)##

On first sight, it looks perfectly fine! Note that you used that ##\sqrt{\cdot}## is a strictly increasing function. If you proved this earlier, your proof is ok.
 
You can simplify the proof a bit by noting that because ##\sqrt x > 0##, you have ##\sqrt x + \sqrt a > \sqrt a ##; hence, it follows that
$$\frac 1{\sqrt x + \sqrt a} < \frac 1{\sqrt a}.$$
 
  • Like
Likes member 587159
yes, so if ##x> 0##, then there is another theorem which guarantees that there is a unique positive square root of ##x## , such that ##\sqrt{x} > 0##. So with this, we can go ahead as you guys pointed out.
Thanks
 
Question: A clock's minute hand has length 4 and its hour hand has length 3. What is the distance between the tips at the moment when it is increasing most rapidly?(Putnam Exam Question) Answer: Making assumption that both the hands moves at constant angular velocities, the answer is ## \sqrt{7} .## But don't you think this assumption is somewhat doubtful and wrong?

Similar threads

  • · Replies 31 ·
2
Replies
31
Views
2K
  • · Replies 105 ·
4
Replies
105
Views
6K
Replies
4
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K