Approximate
in your head (or using a sheet of paper or two) as best as you can. Anonymous.
in your head (or using a sheet of paper or two) as best as you can. Anonymous.
|
in your head (or using a sheet of paper or two) as best as you can. Anonymous.
2 Comments ↓
My friend lini did the following: Between n^2 and (n+1)^2, there are exactly 2*n numbers. Lets approximate the square root of first n of these by n and the square root of the last n of these as (n+1). This gives the following series:
1*2 + 2*4 + 3*6 + 4*8 + 5*10 + 6*12 + 7*8
which gives 238 ( the real sum is 239.03580060352076 )
Is there a better quick approximation trick??
This problem has no “right” answer obviously, unless you come up with a way to approximate to arbitrary precision that is easy to explain. I.e. you can’t say “find Taylor expansion of square root function” or “do FFT on square root function”. That said, your solution is very nice. Another acceptable solution is to compute the continuous integral of x^{1/2} e.g.
Desire to speak? ↓