Proving the Limit of a Square Root Using Epsilon and Delta

  • Thread starter Thread starter drawar
  • Start date Start date
  • Tags Tags
    Definition Limit
drawar
Messages
130
Reaction score
0

Homework Statement



Using the epsilon and delta definition, prove that:
\mathop {\lim }\limits_{x \to - 3} \sqrt {{x^2} + 16} = 5

Homework Equations


The Attempt at a Solution



Given epsilon > 0. Choose \delta {\rm{ = min}}\left\{ {{\rm{1,}}\frac{{\left( {5 + \sqrt {20} } \right)\varepsilon }}{7}} \right\}, then:
0 < \left| {x + 3} \right| < \delta \Rightarrow \left| {\sqrt {{x^2} + 16} - 5} \right| = \frac{{\left| {x + 3} \right|.\left| {x - 3} \right|}}{{5 + \sqrt {{x^2} + 16} }}
Moreover, \left| {x + 3} \right| < 1 \Rightarrow \left| {x - 3} \right| < 7 and 5 + \sqrt {{x^2} + 16} > 5 + \sqrt {20}
Hence, \frac{{\left| {x + 3} \right|.\left| {x - 3} \right|}}{{5 + \sqrt {{x^2} + 16} }} < \frac{{\frac{{\left( {5 + \sqrt {20} } \right)\varepsilon }}{7}.7}}{{5 + \sqrt {20} }} = \varepsilon .This completes the proof.

Please correct if there's anything wrong with it. Thanks!
 
Last edited:
Physics news on Phys.org
Looks good.
 
Small nitpick on calculations:

in part 3, after "then" , at the end, the factors should be |x-5||x+5|.
 
Bacle2 said:
Small nitpick on calculations:

in part 3, after "then" , at the end, the factors should be |x-5||x+5|.

How did you get that?
 
Bacle2 said:
Small nitpick on calculations:

in part 3, after "then" , at the end, the factors should be |x-5||x+5|.
You may want to recheck that.

(\sqrt{x^2+16}\ )^2 - 5^2=x^2+16-25=x^2-9=\dots
 
voko said:
How did you get that?

Never mind, my bad. Computation mistake from jumping-in too quickly.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top