Find the limit of n(sqrt(n+1) - sqrt(n))^2

  • Thread starter Thread starter Mattofix
  • Start date Start date
  • Tags Tags
    Limit
Mattofix
Messages
137
Reaction score
0

Homework Statement



Compute lim n-> infinity for xn = n(sqrt(n+1) - sqrt(n))^2

Homework Equations



non (as far as i know)

The Attempt at a Solution



i tried logging it, didnt get me very far though, i had logxn -> log infinty + 2 log sqrt infitity ?

pretty stuck...
 
Physics news on Phys.org
Mattofix said:
Compute lim n-> infinity for xn = n(sqrt(n+1) - sqrt(n))^2

If I'm reading this right, the next thing to do would be to go ahead and multiply out the binomial square to get

(n+1) - { 2 · sqrt(n+1) · sqrt (n) } + n

= (2n + 1) - { 2 · sqrt(n+1) · sqrt (n) } .

This is still an indeterminate difference, but we know what to do with those: multiply by 1 as the ratio of the conjugate factor,

(2n + 1) + { 2 · sqrt(n+1) · sqrt (n) } ,

divided by itself. The numerator simplifies considerably. Now multiply this ratio by the factor n that was originally in front of the squared term in x_n and apply what you know about the limit of a rational function as x approaches infinity.
 
thanks :o)
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top