Epsilon-Delta Proof: Prove sqrt(x)=sqrt(a)

  • Thread starter Thread starter tvguide123
  • Start date Start date
  • Tags Tags
    Proof
tvguide123
Messages
9
Reaction score
0

Homework Statement


Let a rep. any real number greater than 0
Prove that the limit as x->a of sqrt(x) = sqrt(a)

I hav to prove the above equation using using an Epsilon-Delta proof but I am not sure how to start it off.

2. The attempt at a solution

I assumed that if 0<|x-a|<d
then |f(x) - f(a)|
= |sqrt(x) - sqrt(a)|

I am allowed to use basic manipulations of numbers that preserved the equation and also make helper assumption values for delta if needed as long as i account for them in my proof.

I've been stuck on this question for 3-1/2 hours now so I would really appreciate any help!
 
Physics news on Phys.org
Try multiplying |sqrt(x) - sqrt(a)| by |sqrt(x) + sqrt(a)| /|sqrt(x) + sqrt(a)|
 
Given epsilon>0, let delta = epsilon*sqrt(a), and remember that sqrt(x) + sqrt(a) >= sqrt(a) if x>=0.
 
Ah thanks a bunch guys, I couldn't figure out the first step for so long!

cheers :)
 
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