Technical question regarding showing sqrt(n+1) - sqrt(n) converges to 0

  • Thread starter Thread starter gmn
  • Start date Start date
gmn
Messages
4
Reaction score
0

Homework Statement



show the sequence sn= (n+1)1/2 - n1/2 converges to zero

Homework Equations





The Attempt at a Solution



I don't have that much of a problem showing the limit goes to zero, rationalize the numerator (or whatever it's called) to get (n+1)1/2 - n1/2 = 1/((n+1)1/2 + n1/2). My question is that I show this goes to zero because sn<1/n(1/2) which goes to zero, but my professor provides a solution where he writes sn<1/2(n1/2). I don't understand why the 2 is there. Is saying that sn<1/(n1/2) insufficient or not true?

Thanks
 
Physics news on Phys.org
both are true, and sufficient to show it converges to zero, the 2nd is just a little tighter

how about this, as
(n+1)^{1/2} &gt; n^{1/2}
then
\frac{1}{s_n} = n^{1/2} + (n+1)^{1/2} &gt; n^{1/2} + n^{1/2} = 2n^{1/2}
then inverting
s_n = \frac{1}{n^{1/2} + (n+1)^{1/2}} &lt; \frac{1}{n^{1/2} + n^{1/2}} = \frac{1}{2n^{1/2}}
 
\sqrt{n+1}+\sqrt{n}&gt; 2 \sqrt{n}.
taking the inverse on both sides yields
\frac{1}{\sqrt{n+1}+\sqrt{n}} &lt; \frac{1}{2 \sqrt{n}}
your professor is just using a smaller upper bound for s_n. professors like to use bounds that are as small as possible:smile:
 
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...

Similar threads

Back
Top