Sequences - Assumption that I need to confirm about n approaching infinity

  • Thread starter Thread starter unixmd5crypt
  • Start date Start date
  • Tags Tags
    Infinity Sequences
unixmd5crypt
Messages
2
Reaction score
0

Homework Statement


Find the limit:
an= 2n/(n2+1)1/2

Homework Equations


n/a

The Attempt at a Solution


Because n is approaching infinity, is it OK to disregard the +1 in the denominator and just consider the denominator to be n? This would then divide out the n in the numerator leaving 2 which is the correct answer. I think this is acceptable, but I wanted to run it by you all to confirm. Thank you in advance for your help.
 
Physics news on Phys.org
Yes you can consider the limit like that, the '1' becomes negligible as n gets bigger and bigger.
 
great, that was what I thought but I wanted to make sure that what I got and the correct answer weren't just a great coincidence. Thanks for the fast reply! :)
 
factor out an n^2 in the denominator in the square root to get: sqrt((n^2)(1+(1/n^2))).

then the problem should be something like: (2n)/[(n)(sqrt(1 + (1/n^2)))].

Apply the properties of a limit taken to infinity and you should get 2 as your limit.

So in essence, you could ignore the 2, but to show why you can ignore it, you can do what I just showed you.
 
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