Proof of Limit: Solving for the Limit of a Sequence with Proof Techniques

  • Thread starter Thread starter courtrigrad
  • Start date Start date
  • Tags Tags
    Limit Proof
Click For Summary

Homework Help Overview

The discussion revolves around proving the limit of a sequence involving square roots, specifically the limit as \( n \) approaches infinity of the expression \( (\sqrt{n+1} - \sqrt{n})(\sqrt{n+\frac{1}{2}}) \). Participants are exploring why the limit does not equal zero despite one component approaching zero, and they are also tasked with finding specific values of \( N_1, N_2, N_3 \) for inequalities involving the sequence \( a_n = \sqrt{n+1} - \sqrt{n} \).

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants discuss the use of binomial expansion and rationalization techniques to simplify the limit expression. There are questions about the validity of certain simplifications and the application of L'Hôpital's rule. Some participants express confusion about the binomial expansion and its application in this context.

Discussion Status

There is ongoing exploration of different methods to approach the limit problem, with some participants providing hints and suggestions for simplification. While some guidance has been offered regarding the use of binomial expansion and rationalization, there is no explicit consensus on the best approach yet.

Contextual Notes

Some participants note that they have not yet learned about series expansions, which may limit their ability to engage with certain suggested methods. Additionally, there is a mention of homework constraints regarding the need to find specific values for \( N_1, N_2, N_3 \) without providing direct answers.

courtrigrad
Messages
1,236
Reaction score
2
Hello all

I need help with the following problems:

Prove that [tex]\lim_{x\rightarrow \infty} (\sqrt{n+1} - \sqrt n)(\sqrt {n+ \frac {1}{2}}) = \frac {1}{2}[/tex]

I know that [tex]\lim_{x\rightarrow \infty} (\sqrt{n+1} - \sqrt n) = 0[/tex]. Then why wouldn't the limit be 0?

Also another question (I posted this in another thread, but it died :-p)

[tex]a_n = \sqrt {n+1} - \sqrt n[/tex] find three numbers [tex]N_1 , N_2, N_3[/tex] such that

[tex]a_n = \sqrt {n+1} - \sqrt n < \frac {1}{10}[/tex] for every [tex]n > N_1[/tex]
[tex]a_n = \sqrt {n+1} - \sqrt n < \frac {1}{100}[/tex] for every [tex]n > N_2[/tex]
[tex]a_n = \sqrt {n+1} - \sqrt n < \frac {1}{1000}[/tex] for every [tex]n > N_3[/tex]
 
Physics news on Phys.org
Reexpress [tex]\sqrt{n + a}[/tex] as [tex]\sqrt{n}\sqrt{1 + \frac{a}{n}[/tex] and use the general binomial expansion to simplify the series. You only need the first order approximation.

That is,

[tex]\sqrt{1 + \frac{a}{n}} \approx \left(1 + (\frac{1}{2})(\frac{a}{n})\right)[/tex]

For the first part the a-values are 1 and [itex]\frac{1}{2}[/itex]

Simplify the algebra, and you'll find the limit.

For the second part use the simplified expression found in the first part for the expression. You should be able to find a simple inequality in each case and solve accordingly. Post if you need further hints.
 
Last edited:
Then why wouldn't the limit be 0?

Because sqrt(n + 1/2) isn't bounded.

Surely 1/n tends to 0 as n tends to infinity. But what's the limit of n * 1/n?
 
ok so for the first part, the simplified expression I got was:

[tex]\sqrt n (\sqrt{1 + \frac {1}{n}} - \sqrt n)\sqrt n ( \sqrt{1+ \frac {1}{2n})[/tex]

So [tex](\sqrt{n+1} - n)( \sqrt {n + \frac {1}{2})[/tex]

and this equals [tex]\frac {1}{2}[/tex] ?

hmm.. it looks like i went in circles
 
Last edited:
courtrigrad said:
ok so for the first part, the simplified expression I got was:

[tex]\sqrt n (\sqrt{1 + \frac {1}{n}} - \sqrt n)\sqrt n ( \sqrt{1+ \frac {1}{2n})[/tex]

So [tex](\sqrt{n+1} - n)( \sqrt {n + \frac {1}{2})[/tex]

and this equals [tex]\frac {1}{2}[/tex] ?

hmm.. it looks like i went in circles

Have you tried using the binomial expansion and simplifying as I advised ?
 
do you mean [tex]\sqrt n (\sqrt{1 + \frac {1}{n}} - \sqrt n)\sqrt n ( \sqrt{1+ \frac {1}{2n}))^n[/tex] ?

NOTE: This is in the beginning of the book. I haven't learned about series expansions yet

Thanks
 
Last edited:
courtrigrad said:
ok so for the first part, the simplified expression I got was:

[tex]\sqrt n (\sqrt{1 + \frac {1}{n}} - \sqrt n)\sqrt n ( \sqrt{1+ \frac {1}{2n})[/tex]

I think there's a mistake here. I think it should be:

[tex]\sqrt n (\sqrt{1 + \frac {1}{n}} - 1)\sqrt n ( \sqrt{1+ \frac {1}{2n})[/tex]

I rewrite as:
[tex]\frac{(\sqrt{1 + \frac {1}{n}} - 1) ( \sqrt{1+ \frac {1}{2n}})}{\frac{1}{n}}[/tex]

Substitue x=1/n. So x->0 for the limit.

Then you can use L'Hopital's rule (since numerator and denominator go to zero), if you've covered that.
 
thanks for the help. but how would you use the binomail expansion? Thats what's confusing me

Thanks
 
courtrigrad said:
thanks for the help. but how would you use the binomail expansion? Thats what's confusing me

Thanks

Have a look at my previous post. Do you know l'Hopital's rule? I personally find this easier, as I tend to make mistakes when substituting the binomial expansion.

But you can also use binomial expansion:

[tex]\sqrt {1+x} = {(1+x)}^{(1/2)}= 1 + (1/2)x + [(1/2)((1/2) - 1)/2!]x^2 + ...[/tex]

Under the first square root x=1/n, under the second x=1/(2n).
 
  • #10
Thanks a bunch
 
  • #11
ok so now that i have the binomial expansion, how would i simplify it?
Would I use [tex]\sqrt{1 + \frac{a}{n}} \approx \left(1 + (\frac{1}{2})(\frac{a}{n})\right)[/tex] which when we substitute equals:

[tex](1 + \frac{1}{2n})(1 + \frac{1}{4n}) = (1 + \frac{1}{4n} + \frac{1}{2n} + \frac{1}{8n^2})(\sqrt n)[/tex]

Thanks
 
Last edited:
  • #12
If you don't know the "binomial expansion", you shouldn't be trying to use it for this problem!

[tex]\lim_{x\rightarrow \infty} (\sqrt{n+1} - \sqrt n)(\sqrt {n+ \frac {1}{2}}) = \frac {1}{2}[/tex]

There's nothing wrong with going ahead and multiplying those:
[tex]\sqrt{(n+1)(n+\frac{1}{2}}-\sqrt{n(n+\frac{1}{2}}[/tex]

[tex]\sqrt{n^2+ \frac{3}{2}n+ \frac{1}{2}}-\sqrt{n^2+ \frac{1}{2}n}[/tex]

Now do the usual "trick" of rationalizing the numerator: multiply both numerator and denominator (which is 1) by
[tex]\sqrt{n^2+ \frac{3}{2}n+ \frac{1}{2}}+\sqrt{n^2+ \frac{1}{2}n}[/tex]
That gives
[tex]\frac{n+ \frac{1}{2}}{\sqrt{n^2+ \frac{3}{2}n+ \frac{1}{2}}+\sqrt{n^2+ \frac{1}{2}n}}[/tex]

Finally divide both numerator and denominator by n (which becomes n2 inside the square roots) and take the limit as n goes to infinity.

For the second question, just go ahead and solve the equations!

Find N1 such that [tex]a_n = \sqrt {n+1} - \sqrt n < \frac {1}{10}[/tex]
for all n> N1.

Well, to pass from "<1/10" to ">1/10" it has to be "= 1/10". When is
[tex]a_n = \sqrt {n+1} - \sqrt n = \frac {1}{10} ?[/tex]

Write this as [itex]\sqrt{n+1}= \sqrt{n}+ \frac{1}{10}[/itex] and square both sides:

[itex]n+ 1= n+ \frac{2\sqrt{n}}{10}+ \frac{1}{100}[/itex].
Rewrite as [itex]\frac{2\sqrt{n}}{10}= 1- \frac{1}{100}= \frac{99}{100}[/itex] and square again: [itex]\frac{4n}{100}= \frac{9801}{10000}[/itex] so
[itex]n= \frac{9801}{400}= 24.5[/itex] (approx.). Since n has to be an integer, n must be larger than 24: N1= 24.

Do the same for the others.
 
Last edited by a moderator:
  • #13
thank you for your very helpful response HallsofIvy. Also I want to thank everyone that took the time to help me with this problem.
 
  • #14
just had a quick question"

for [tex]\frac{n+ \frac{1}{2}}{\sqrt{n^2+ \frac{3}{2}n+ \frac{1}{2}}+\sqrt{n^2+ \frac{1}{2}n}}[/tex] how do we get the denominator after we divide by n?

Thanks
EDIT: Nevermind I got it. You divide by n^2 because of the square root sign
 
Last edited:

Similar threads

  • · Replies 11 ·
Replies
11
Views
5K
  • · Replies 21 ·
Replies
21
Views
2K
Replies
8
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
Replies
28
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K