How to bound the denominator in proving √x limit

  • Thread starter Thread starter kreil
  • Start date Start date
  • Tags Tags
    Limit Proof
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
14 replies · 3K views
Science Advisor
Insights Author
Messages
665
Reaction score
68
Show [tex]\lim_{x{\rightarrow}c}\sqrt{x}=\sqrt{c}[/tex]

In other words, [tex]\forall \epsilon > 0 \exists \delta > 0 s.t. |x-c|< \delta \implies |\sqrt{x}-\sqrt{c}|< \epsilon[/tex]

So [tex]0<|x-c|<\delta \implies |\sqrt{x}-\sqrt{c}|=|\frac{x-c}{\sqrt{x}+\sqrt{c}}|[/tex]

and this is where I am stuck, a hint the teacher gave was "bound the denominator" but I am not sure how to do that...can anyone help?

Josh
 
Physics news on Phys.org
You want to show:

[tex]\frac{|x-c|}{\sqrt{x}+\sqrt{c} } < \epsilon[/tex]

The way these things work is that you want to find something bigger than the LHS that is still smaller than RHS, because then the LHS is definitely smaller than the RHS. So keep replacing the LHS by something bigger and bigger until it's in a form that is easy to compare to the RHS. What can you replace the denominator by (that's independent of x) to get something larger than the LHS?
 
[tex]\frac{|x-c|}{\sqrt{x}+\sqrt{c}}<\frac{|x-c|}{1}<\delta=\epsilon[/tex]

Can I do that and just choose delta = epsilon?
 
No, that isn't true. If x=c=1/16, then the denominator is 1/2, and so the LHS is not less than the middle. The bound will depend on c.
 
[tex]\frac{|x-c|}{\sqrt{x}+\sqrt{c}}<\frac{|x-c|}{3\sqrt{c}}[/tex]

then this should work since if x=c=1/16, the LHS is 1/2 and the RHS is 3/4

can I then continue this so that

[tex]\frac{|x-c|}{3\sqrt{c}}<3\sqrt{c}\delta=\epsilon[/tex] ...??
 
No. First of all, you can't show something works with a single example. But it doesn't even work for that one. Remember, if you want to increase a fraction, you have to decrease its denominator. So you have to find something that is less than [itex]\sqrt{x}+\sqrt{c}[/itex].
 
Yea, that's less than [itex]\sqrt{x}+\sqrt{c}[/itex]. So what's your answer?
 
In other words, choose [tex]\delta=\frac{\epsilon}{\sqrt{c}}[/tex]

[tex]\frac{|x-c|}{\sqrt{x}+\sqrt{c}}<\frac{|x-c|}{\sqrt{c}}<\sqrt{c} \delta = \epsilon[/tex]
 
Last edited:
Another limit question

I need to show that [tex]\lim_{x{\rightarrow}a}x^3=a^3[/tex]

then [tex]0<|x-a|<\delta \implies |x^3-a^3|< \epsilon[/tex]

I'm having a lot of trouble getting the cubed terms to be less than an expression with |x-a|. Should I try turning the cubed terms into a fraction? I need a direction to go in.

Josh
 
Also you could use |x|, |a| < |a| + e. That turns the second factor into something less than 3(a + e)^2
 
Yet Another E-d proof

I got that one now, thanks.

Now this one is giving me a problem...

Show [tex]\lim_{x{\rightarrow}1}\frac{x^2-x+1}{x+1}=\frac{1}{2}[/tex]

i.e. show [tex]\forall \epsilon > 0 \exists \delta > 0 s.t. |x-1|< \delta \implies |\frac{x^2-x+1}{x+1}-\frac{1}{2}|<\epsilon[/tex]

The teacher says to let [tex]x=1+ \lambda[/tex] so that as [tex]x \rightarrow 1, \lambda \rightarrow 0[/tex]. I wasn't quite sure how to properly incorporate this into the proof, because it gave me problems choosing delta:

[tex]|\frac{x^2-x+1}{x+1}-\frac{1}{2}|=|\frac{2x^2-3x+1}{2(x+1)}<br /> |=|\frac{(1+ \lambda -1)(2+2 \lambda -1)}{2(1+ \lambda +1)}|=|\frac{(\lambda)(2 \lambda +1)}{2( \lambda + 2)}=0< \epsilon[/tex]

I know that this can't be right since it doesn't even require me to choose a delta, so it doesn't really satisfy the definition. Any help incorporating the hint will be helpful.
 
Last edited:
lambda is not equal to 0, lambda is some constant. You want to show that when 0 < |lambda| < delta for some delta, your expression on the right is less than epsilon.