what is the value of x?
Follow Math Help Forum on Facebook and Google+
Wolfram didn't give an exact answer, so I doubt there is one... sum 1/(Sqrt[2n] + Sqrt[2*(n+1)] ) with n from 0 to 1003 - Wolfram|Alpha
Originally Posted by Mhmh96 what is the value of x?
Helpful answers,thanks !
FOR k = 0 to 2006 STEP 2 x = x + 1 / [SQRT(k) + SQRT(k+2)] NEXT k x = 22.4053565... SURPRISE(?): x^2 = 502 (integer)
It appears that from n = 0 to k is It is almost certain that
Well, for all the good this'll do: 1 / [SQRT(n) + SQRT(n + 2)] = SQRT{[n + 1 - SQRT(n^2 + 2n)] / 2}
I'm surprised no one was able to figure this out until now (including me). It's actually fairly simple. Now it is a telescoping series.
Last edited by browni3141; April 9th 2012 at 06:51 PM. Reason: Added Tex tags