Difference between revisions of "2018 MPFG Problem 19"
(→Solution 1) |
(→Solution 1) |
||
(3 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
We can think of this problem through integration perspectives. Observe that <math>S_n</math> looks very similar to a Riemann sum. | We can think of this problem through integration perspectives. Observe that <math>S_n</math> looks very similar to a Riemann sum. | ||
− | <cmath> | + | <cmath>S_n = \frac{1}{\sqrt{1}}+\frac{1}{\sqrt{3}}+ ... + \frac{1}{\sqrt{9801}}</cmath> |
We first applicate the right Riemann sum of <math>y=\frac{1}{\sqrt{x}}</math> | We first applicate the right Riemann sum of <math>y=\frac{1}{\sqrt{x}}</math> | ||
− | [ | + | [[File:Right_rie.jpg|750px|center]] |
− | <cmath>2S_n > \ | + | <cmath>2S_n > \int_{1}^{9803} \frac{1}{\sqrt{x}} \,dx</cmath> |
<cmath>2S_n > \left. (2x^{\frac{1}{2}})\right|_{1}^{9803}</cmath> | <cmath>2S_n > \left. (2x^{\frac{1}{2}})\right|_{1}^{9803}</cmath> | ||
Line 25: | Line 25: | ||
Then applicate the left Riemann sum of <math>y=\frac{1}{\sqrt{x}}</math> | Then applicate the left Riemann sum of <math>y=\frac{1}{\sqrt{x}}</math> | ||
− | [ | + | [[File:Left_rie.jpg|750px|center]] |
− | <cmath>2S_n-1 < \ | + | <cmath>2S_n-1 < \int_{1}^{9801} \frac{1}{\sqrt{x}} \,dx</cmath> |
<cmath>2S_n-1 < \left. (2x^{\frac{1}{2}})\right|_{1}^{9801}</cmath> | <cmath>2S_n-1 < \left. (2x^{\frac{1}{2}})\right|_{1}^{9801}</cmath> | ||
Line 33: | Line 33: | ||
<cmath>S_n-\frac{1}{2} > \sqrt{9801}-1</cmath> | <cmath>S_n-\frac{1}{2} > \sqrt{9801}-1</cmath> | ||
− | <cmath>S_n < \sqrt{9801}-1 | + | <cmath>S_n < \sqrt{9801}-\frac{1}{2}</cmath> |
Latest revision as of 10:38, 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
Then applicate the left Riemann sum of
We conclude that:
~cassphe