Show that an expression approaches an integer

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 2K views
John Greger
Messages
34
Reaction score
1
TL;DR
Is this limit an integer?
I came across a rather strange thing in an introductory class I still don't understand.

There was a statement that $$lim_n (2+ \sqrt(2))^n $$ is an integer. I recalled that I never understood this and just recently tried to take the limit but just get that the expression diverge? Which I think makes sense, so how can this expression be an integer?
 
Physics news on Phys.org
fresh_42 said:
##n \to 0## or ##n\to -\infty##
Sorry about that! Will try to edit the post, should be as n goes to infinity!
 
I could do a Binomial expansion and argue that every ## {n \choose k}## are integers so we reduce the problem to arguing that the sum of 2 to some power of n should an integer but it does not bring me so much closer...
 
John Greger said:
I could do a Binomial expansion and argue that every ## {n \choose k}## are integers so we reduce the problem to arguing that the sum of 2 to some power of n should an integer but it does not bring me so much closer...
Why would the limit be finite?
 
PeroK said:
Why would the limit be finite?
Indeed.
In fact, for any real number ##\epsilon \ge 0##, ##\lim_{n \to \infty} (2 + \epsilon)^n = \infty##. This should be easy to prove.
 
Perhaps the intended question why the difference between ##(2+\sqrt{2})^n## and the nearest integer goes to zero when ##n\to\infty.## This is because ##(2+\sqrt{2})^n+(2-\sqrt{2})^n## is always an integer, and the latter term goes to zero.
 
  • Like
  • Informative
Likes   Reactions: Office_Shredder, Keith_McClary, etotheipi and 1 other person
Infrared said:
Perhaps the intended question why the difference between ##(2+\sqrt{2})^n## and the nearest integer goes to zero when ##n\to\infty.## This is because ##(2+\sqrt{2})^n+(2-\sqrt{2})^n## is always an integer, and the latter term goes to zero.
This makes sense!