Difference between revisions of "2018 MPFG Problem 19"
(Created page with "==Problem 19== Consider the sum <cmath>S_n = \sum_{k=1}^{n}\frac{1}{\sqrt{2k-1}}</cmath> Determine <math>\lfloor S_{4901} \rfloor</math>. Recall that if <math>x</math> is a...") |
(→Solution 1) |
||
Line 41: | Line 41: | ||
<math>\lfloor S_n \rfloor = \boxed{98}</math> | <math>\lfloor S_n \rfloor = \boxed{98}</math> | ||
+ | |||
+ | ~cassphe |
Revision as of 02:47, 24 August 2025
Problem 19
Consider the sum
Determine . Recall that if
is a real number, then
(the floor of x) is the greatest integer that is less than or equal to
.
Solution 1
We can think of this problem through integration perspectives. Observe that looks very similar to a Riemann sum.
We first applicate the right Riemann sum of
[insert pic]
Then applicate the left Riemann sum of
[insert pic2]
We conclude that:
~cassphe