Portuga
- 56
- 6
Homework Statement
Prove that 1+\frac{1}{2^{2}}+\frac{1}{3^{2}}+\ldots+\frac{1}{n^{2}}<2.
Homework Equations
1 = 2^0, 2 = 2^1, 3 = 2^2 - 1, 4 = 2^2, \ldots,
and
2^{n}<2^{n}+1<\ldots<2^{n+1}-1
The Attempt at a Solution
As 2^{n}<2^{n}+1<\ldots<2^{n+1}-1, it's true that
<br /> \frac{1}{2^{n}}>\frac{1}{2^{n}+1}>\ldots\frac{1}{2^{n+1}-1}.<br />
So, being
<br /> S_{n}=\left(\frac{1}{2^{n}}\right)\left(\frac{1}{2^{n}}\right)+\left(\frac{1}{2^{n}+1}\right)\left(\frac{1}{2^{n}+1}\right)+\ldots+\left(\frac{1}{2^{n+1}-1}\right)\left(\frac{1}{2^{n+1}-1}\right),<br />
follows from previous inequalities that
S_{n} < \left(\frac{1}{2^{n}}\right)\left(\frac{1}{2^{n}}\right)+\ldots+\left(\frac{1}{2^{n}}\right)\left(\frac{1}{2^{n}}\right)
=\frac{n}{2^{2n}}.<br />
This is a dead-end to me, because I can't compare it with 2 in an elegant way. I made the graphic of this function, f(x) = x/2^{2x}, and I verified it's less than 2 for all x, but I am pretty sure there is a better way to do this proof.