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

  • Thread starter Thread starter unixmd5crypt
  • Start date Start date
  • Tags Tags
    Infinity Sequences
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 1K views
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
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.