What is the Proof for the Limit of Square Root Function?

marco0009
Messages
4
Reaction score
0

Homework Statement


Prove: \lim_{x \to a} \sqrt{x} = \sqrt{a}, if a>0


Homework Equations


|f(x)-L| < \epsilon
|x-a| < \delta


The Attempt at a Solution


|\sqrt{x}-\sqrt{a}| < \epsilon, when |x-a| < \delta
|x - 2\sqrt{x}\sqrt{a}-a| < \epsilon^2, when |x-a| < \delta

From here I don't know where to go. I don't see any obvious way to get delta into terms of epsilon.
 
Physics news on Phys.org
well |\sqrt{x}-\sqrt{a}| =|(\sqrt{x}-\sqrt{a})\frac{\sqrt{x}+\sqrt{a}}{\sqrt{x}+\sqrt{a}}| can you see what to do now?
 
Yep. Thanks, it has been a long night.
 
marco0009 said:
Yep. Thanks, it has been a long night.
It is 3 in the morning here, lol !
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top