Portuga
- 56
- 6
Homework Statement
Prove that [tex]1+\frac{1}{2^{2}}+\frac{1}{3^{2}}+\ldots+\frac{1}{n^{2}}<2.[/tex]
Homework Equations
[tex]1 = 2^0, 2 = 2^1, 3 = 2^2 - 1, 4 = 2^2, \ldots,[/tex]
and
[tex]2^{n}<2^{n}+1<\ldots<2^{n+1}-1[/tex]
The Attempt at a Solution
As [tex]2^{n}<2^{n}+1<\ldots<2^{n+1}-1,[/tex] it's true that
[tex] \frac{1}{2^{n}}>\frac{1}{2^{n}+1}>\ldots\frac{1}{2^{n+1}-1}.[/tex]
So, being
[tex] 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),[/tex]
follows from previous inequalities that
[tex]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)[/tex]
[tex]=\frac{n}{2^{2n}}.[/tex]
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, [tex]f(x) = x/2^{2x},[/tex] 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.