Limit of a

dome123

New member
Joined
Jan 8, 2020
Messages
17
Hello,

I have a problem solving a limit of a number series which is given with the n-th term:

limit.png


I appreciate all the help as this problem doesn't seem easy(for me at least).
 

Attachments

  • limit.png
    limit.png
    4.9 KB · Views: 4
I think I would look at writing:

[MATH]\sqrt{n+\sqrt{n+\sqrt{n}}}-\sqrt{n}\cdot\frac{\sqrt{n+\sqrt{n+\sqrt{n}}}+\sqrt{n}}{\sqrt{n+\sqrt{n+\sqrt{n}}}+\sqrt{n}}=\frac{\sqrt{n+\sqrt{n}}}{\sqrt{n+\sqrt{n+\sqrt{n}}}+\sqrt{n}}[/MATH]
Now, divide numerator and denominator by n\sqrt{n}...what do you get?
 
I have done exactly that, but I divided with n instead of sqrt(n).
Thanks for the feedback, I'll try to solve it that way.

Edit: Are you missing an n in the numerator ---> sqrt(n+sqrt(n)) - n
 
Edit: Are you missing an n in the numerator ---> sqrt(n+sqrt(n)) - n

I think MarkFL's numerator was correct, but the LHS probably needed some brakets:

[MATH]\left( \sqrt{n+\sqrt{n+\sqrt{n}}}-\sqrt{n}\right) \cdot\frac{\sqrt{n+\sqrt{n+\sqrt{n}}}+\sqrt{n}}{\sqrt{n+\sqrt{n+\sqrt{n}}}+\sqrt{n}}=\frac{\sqrt{n+\sqrt{n}}}{\sqrt{n+\sqrt{n+\sqrt{n}}}+\sqrt{n}}[/MATH]
 
I think MarkFL's numerator was correct, but the LHS probably needed some brakets:

[MATH]\left( \sqrt{n+\sqrt{n+\sqrt{n}}}-\sqrt{n}\right) \cdot\frac{\sqrt{n+\sqrt{n+\sqrt{n}}}+\sqrt{n}}{\sqrt{n+\sqrt{n+\sqrt{n}}}+\sqrt{n}}=\frac{\sqrt{n+\sqrt{n}}}{\sqrt{n+\sqrt{n+\sqrt{n}}}+\sqrt{n}}[/MATH]

Yes, that was sloppy of me...thanks for the clarification. :)
 
I can't see how the original -sqrt(n) disappears.
Isn't (a-b)(a+b) = a^2- b^2 ?
 
Isn't (a-b)(a+b) = a^2- b^2 ?

Yes. You'll see what is happening if you think about what a and b are.
In this case a=sqrt(n + xxx) and b=sqrt(n) therefore b^2=n and a^2=n + ...
 
Wouldn't it look like this then :View attachment 16736

Not quite. Using the a and b notation:-

(ab)(a+ba+b)(ab)(a+b)a+b(a2b2)a+b (a-b)\left(\frac{a+b}{a+b}\right) \to \frac{\left(a-b \right)\left(a+b\right)}{a+b} \to \frac{\left(a^2 - b^2\right)}{a+b}
where

a=n+n+n a= \sqrt{n+\sqrt{n+\sqrt{n}}} b=n b=\sqrt{n}
If we concentrate on the numerator:-

a2b2 a^2 - b^2 =(n+n+n)(n) = \left(n+\sqrt{n+\sqrt{n}}\right) - \left(n\right) =n+n+nn = n+\sqrt{n+\sqrt{n}} - n =n+n+(nn) = \sqrt{n+\sqrt{n}} + \left(n-n\right) =n+n = \sqrt{n+\sqrt{n}}
Does that make sense? If you have a different way of doing this that leaves an extra "n" then please post a picture of your working and I'll see if I can spot a mistake.
 
Hello,

I have a problem solving a limit of a number series which is given with the n-th term:

limit.png

dome123,

this first post has n approaching negative infinity. It should have been n approaching infinity, from the start.

You could let  n = x2\displaystyle \ n \ = \ x^2.

limn (x2 + x2 + x   x)\displaystyle \displaystyle\lim_{n \to \ \infty} \bigg(\sqrt{x^2 \ + \ \sqrt{x^2 \ + \ x \ }} \ - \ x\bigg)

Multiply by the conjugate in each place, similarly in post #5, to get

limn x2 + xx2 + x2 + x  + x\displaystyle \displaystyle\lim_{n \to \ \infty} \dfrac{\sqrt{x^2 \ + \ x}}{\sqrt{x^2 \ + \ \sqrt{x^2 \ + \ x \ }} \ + \ x}


This will reduce the number of square root signs from six in post #4 down to three.

x2 = x,  \displaystyle \sqrt{x^2} \ = \ |x|, \ \ but you can ignore that and write  x2 = x  \displaystyle \ \sqrt{x^2} \ = \ x \ \ as you factor it out from the numerator and
the denominator, because  x \displaystyle \ x \to \ \infty .


limn x2(1 + 1x)x2 + x2(1 + 1x) + x\displaystyle \displaystyle\lim_{n \to \ \infty} \dfrac{\sqrt{x^2( 1 \ + \ \tfrac{1}{x})}}{\sqrt{x^2 \ + \ \sqrt{x^2( 1 \ + \ \tfrac{1}{x})} } \ + \ x}

limn x1 + 1xx2 + x1 + 1x + x\displaystyle \displaystyle\lim_{n \to \ \infty} \dfrac{x \sqrt{ 1 \ + \ \tfrac{1}{x}}}{\sqrt{x^2 \ + \ x\sqrt{ 1 \ + \ \tfrac{1}{x}} } \ + \ x}

limn x1 + 1xx2(1 + 1x1 + 1x) + x\displaystyle \displaystyle\lim_{n \to \ \infty} \dfrac{x \sqrt{ 1 \ + \ \tfrac{1}{x}}}{\sqrt{x^2( 1 \ + \ \tfrac{1}{x}\sqrt{ 1 \ + \ \tfrac{1}{x}}) } \ + \ x}

limn x1 + 1xx1 + 1x1 + 1x + x\displaystyle \displaystyle\lim_{n \to \ \infty} \dfrac{x \sqrt{ 1 \ + \ \tfrac{1}{x}}}{x\sqrt{ 1 \ + \ \tfrac{1}{x}\sqrt{ 1 \ + \ \tfrac{1}{x}} } \ + \ x}


Continue factoring out the x variables, divide them/cancel them out, and continue.
 
Last edited:
Top