What is the Limit of the Sequence b_n = n - sqrt(n^2 + 2n)?

Click For Summary

Homework Help Overview

The discussion revolves around the limit of the sequence defined by b_{n} = n - sqrt(n^{2} + 2n}. Participants are exploring the implications of the Algebraic Limit Theorem and related results to determine the limit as n approaches infinity.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss rewriting the expression for b_{n} to facilitate finding the limit, including manipulating the terms and considering the behavior of the sequence as n increases. There are questions about the validity of certain steps and hints are shared regarding algebraic manipulation.

Discussion Status

Some participants have provided hints and suggestions that appear to guide others toward a clearer understanding of the limit. There is acknowledgment of mistakes in reasoning, and a consensus on the limit being -1 is emerging, although not explicitly stated as agreed upon by all.

Contextual Notes

Participants mention the lack of formal guidance, as they are self-studying, which may influence the depth of their exploration and reasoning.

QuantumP7
Messages
66
Reaction score
0

Homework Statement


Consider the sequence given by b_{n} = n - \sqrt{n^{2} + 2n}. Taking (1/n) \rightarrow 0 as given, and using both the Algebraic Limit Theorem and the result in Exercise 2.3.1 (That if (x_n) \rightarrow 0 show that (\sqrt{x_n}) \rightarrow 0), show \lim b_{n} exists and find the value of the limit.

Homework Equations


b_{n} = n - \sqrt{n^{2} + 2n} and (1/n) \rightarrow 0

The Attempt at a Solution


Does the (1/n) \rightarrow 0 imply that I should put bn in the form 1/n? Going in that direction, I'm stuck at \frac{-2n}{n + \sqrt{n^{2} + 2n}} Am I going in the right direction? And if so, any hints on how to further manipulate what I have? I'm self-studying, and do not have a professor or mentor or anything to give me a bit of direction.
 
Physics news on Phys.org
QuantumP7 said:
\frac{-2n}{n + \sqrt{n^{2} + 2n}} Am I going in the right direction? And if so, any hints on how to further manipulate what I have? I'm self-studying, and do not have a professor or mentor or anything to give me a bit of direction.
That certainly seems a right direction. Maybe divide both numerator and denominator by ##n##, and take the ##\frac{1}{n}## into the square root.
 
  • Like
Likes   Reactions: QuantumP7
YES! That is the hint I needed! Thank you SO much!
 
QuantumP7 said:

Homework Statement


Consider the sequence given by b_{n} = n - \sqrt{n^{2} + 2n}. Taking (1/n) \rightarrow 0 as given, and using both the Algebraic Limit Theorem and the result in Exercise 2.3.1 (That if (x_n) \rightarrow 0 show that (\sqrt{x_n}) \nrightarrow 0), show \lim b_{n} exists and find the value of the limit.

Homework Equations


b_{n} = n - \sqrt{n^{2} + 2n} and (1/n) \rightarrow 0

The Attempt at a Solution


Does the (1/n) \rightarrow 0 imply that I should put bn in the form 1/n? Going in that direction, I'm stuck at \frac{-2n}{n + \sqrt{n^{2} + 2n}} Am I going in the right direction? And if so, any hints on how to further manipulate what I have? I'm self-studying, and do not have a professor or mentor or anything to give me a bit of direction.
You can write ##\sqrt{n^2+2n} = \sqrt{n^2} \, \sqrt{1 + (2/n)} = n \sqrt{1 + (2/n)}##. Since you know that ##\lim_{n \to \infty} \sqrt{1+(2/n)} = 1##, it follows that for any (small) number ##r > 0## we have ##1 \leq \sqrt{1+(2/n)} < 1 + r## for all ##n## larger than some number ##N = N_r##. Therefore, for all ##n> N## we have that the denominator of your ratio above lies between ##n + n = 2n## and ##n + n(1+r) = n(2+r)##. Therefore the ratio itself lies between ##-2/2 = -1## and ##-2/2(1+r/2) = -1/(1 + (r/2))##. Therefore, the limit, ##L## is a number that is ## \geq -1## and ##\leq -1/(1+(r/2))##, no matter how small the positive number ##r## that you choose. For example, if ##r = 0.00002## we have ##-1 \leq L <-1/1.00001##. If ##r = .00000000002## then we have ##-1 \leq L < 1/1.00000000001##, etc. Basically, ##L## must be -1; there is no other possible choice.
 
Last edited:
  • Like
Likes   Reactions: QuantumP7
Ray Vickson said:
You can write ##\sqrt{n^2+2n} = \sqrt{n^2} \, \sqrt{1 + (2/n)} = n \sqrt{1 + (2/n)}##. Since you know that ##\lim_{n \to \infty} \sqrt{1+(2/n)} = 1##, it follows that for any (small) number ##r > 0## we have ##1 \leq \sqrt{1+(2/n)} < 1 + r## for all ##n## larger than some number ##N = N_r##. Therefore, for all ##n> N## we have that the denominator of your ratio above lies between ##n + n = 2n## and ##n + n(1+r) = n(2+r)##. Therefore the ratio itself lies between ##-2/2 = -1## and ##-2/2(1+r/2) = -1/(1 + (r/2))##. Therefore, the limit, ##L## is a number that is ## \geq -1## and ##\leq -1/(1+(r/2))##, no matter how small the positive number ##r## that you choose. For example, if ##r = 0.00002## we have ##-1 \leq L <-1/1.00001##. If ##r = .00000000002## then we have ##-1 \leq L < 1/1.00000000001##, etc. Basically, ##L## must be -1; there is no other possible choice.

Thank you SO much! I hadn't even thought to use ##\sqrt{n^{2} + 2n} = \sqrt{n^{2}} \sqrt{1 + \frac{2}{n}}##!
Using my fraction, I somehow got that the limit of ##b_{n}## was -2. I see where my mistake was. When I used \frac{\frac{-2n}{n}}{\frac{n + \sqrt{n^{2} + 2n}}{n}} = \frac{-2}{1 + \frac{\sqrt{n^2 + 2n}}{n}} and then setting the limit as ##n \rightarrow \infty##, I made the mistake of assuming that ##lim_{n \to \infty} \frac{\sqrt{n^{2} + 2n}}{n} = 0## when that is not true.
Doing it your way, I have ##lim_{n \to \infty} b_{n}## = -1, as do you.

Thank you so much!
The things you learn when you reach out for help!
 
You can also do it by induction, much harder and not needed here.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K