Limit of Nested Square Root Expression at Infinity: How to Solve?

  • Thread starter Thread starter transgalactic
  • Start date Start date
  • Tags Tags
    Limit
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
transgalactic
Messages
1,386
Reaction score
0
i need to solve this limit
[tex] \lim_{x->\infty}\left ( \sqrt{x+\sqrt{x+\sqrt{x}}}-\sqrt{x}\right)[/tex]
i tried
[tex] \lim_{x->\infty}\left ( \sqrt{x+\sqrt{x+\sqrt{x}}}-\sqrt{x}\right)=\\<br /> \lim_{x->\infty}\left (\frac{\frac{1}{\sqrt{x}}\sqrt{x+\sqrt{x+\sqrt{x}}}-\sqrt{x}}{\frac{1}{\sqrt{x}}} \right)[/tex]
but i get 0/0

??
 
Last edited:
Physics news on Phys.org
i agree that 0/0 is not an answer
how to solve it?
 
transgalactic said:
i need to solve this limit
[tex] \lim_{x->\infty}\left ( \sqrt{x+\sqrt{x+\sqrt{x}}}-\sqrt{x}\right)[/tex]
i tried
[tex] \lim_{x->\infty}\left ( \sqrt{x+\sqrt{x+\sqrt{x}}}-\sqrt{x}\right)=\\<br /> \lim_{x->\infty}\left (\frac{\frac{1}{\sqrt{x}}\sqrt{x+\sqrt{x+\sqrt{x}}}-\sqrt{x}}{\frac{1}{\sqrt{x}}} \right)[/tex]
but i get 0/0

??

That looks to me like a candidate for "rationalizing" Write it as
[tex]\frac{\left ( \sqrt{x+\sqrt{x+\sqrt{x}}}-\sqrt{x}\right)}{1}[/tex]
and multiply both numerator and denominator by
[tex]\left ( \sqrt{x+\sqrt{x+\sqrt{x}}}+\sqrt{x}\right)[/tex]

You will get
[tex]\frac{x+ \sqrt{x+\sqrt{x}}- x}{\sqrt{x+\sqrt{x+\sqrt{x}}}+\sqrt{x}}[/itex]<br /> <br /> Now use the standard "trick" when x is going to infinity: divide both numerator and denominator by the highest power of x, here [itex]\sqrt{x}[/itex], so every x is moved to the denominator:<br /> [tex]\frac{\sqrt{1+ \sqrt{1/x}}}{\sqrt{1+ \sqrt{(1/x)+ \sqrt{1/x^2}}}+ 1}[/tex]<br /> <br /> As x goes to infinity, each of those fractions goes to 0.[/tex]