Show that (q_n)^2 approaches 2 as n goes to infinity

  • Thread starter Thread starter demonelite123
  • Start date Start date
  • Tags Tags
    Infinity
demonelite123
Messages
216
Reaction score
0
For every natural number n, associate with it a natural number mn such that \frac{{m_n}^2}{n^2} < 2 < \frac{{(m_n + 1)^2}}{n^2}. show that {q_n}^2approaches 2 as n approaches infinity.

i need to show that |\frac{{m_n}^2}{n^2} - 2| < ε. what i have so far is that 2 - \frac{{m_n}^2}{n^2} < \frac{{(m_n + 1)^2}}{n^2} - \frac{{m_n}^2}{n^2} = \frac{2m_n + 1}{n^2}.

my trouble is that i can't figure out a way to bound m_n. i know how to take care of the n2 by choosing N such that N2ε > 1 and choosing n > N. can someone give me a hint on how to deal with the m_n? thanks.
 
Physics news on Phys.org
Is ##q_n## supposed to be ##m_n##? If so, your original inequality can be manipulated to look like something1 < something2 - m_n^2 - 2m_n < something3, which can start you off towards a bound.

If ##q_n## is not ##m_n##, what is it?
 
Mute said:
Is ##q_n## supposed to be ##m_n##? If so, your original inequality can be manipulated to look like something1 < something2 - m_n^2 - 2m_n < something3, which can start you off towards a bound.

If ##q_n## is not ##m_n##, what is it?

sorry i forgot to include this: q_n = \frac{m_n}{n}
 
Ok, so your inequality is

$$q_n^2 < 2 < \left(q_n + \frac{1}{n}\right)^2$$

What if you try to find the limit of ##|q_n|## instead of ##q_n^2##? It looks to me like you can easily get a bound for ##|q_n|## from your inequality. The triangle inequality will come in handy for that.
 
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