4
$\begingroup$

Show that $$1 + \frac{1}{4} +\frac{1}{9} +\dots+ \frac{1}{1024} <2$$

I know that the denominators are perfect squares starting from that of $1$ till $32$. Also I know about this identity $$\frac{1}{n(n+1)} > \frac{1}{(n+1)^2} > \frac{1}{(n+1)(n+2)}.$$ But I am not able to implement it Please help me.

3 Answers 3

1

For $n>0$, we have $$\frac{1}{(n+1)^2}\leq \frac{1}{n(n+1)}=\frac{1}{n}-\frac{1}{n+1}$$

and by sum, $$1+\sum_{n=1}^{31}\frac{1}{(n+1)^2}\leq 2-\frac{1}{32}<2$$

  • 0
    Well since it involves integration... It's kinda complex for me to understand2017-01-10
  • 0
    @LokeshSangewar Is it easier now.2017-01-10
  • 0
    Yes.... It is. Lol2017-01-10
2

We know $$\frac{1}{n(n+1)} > \frac{1}{(n+1)^2} \Rightarrow \frac{1}{n} - \frac{1}{n+1} > \frac{1}{(n+1)^2}$$ Adding for $n =1,2,\cdots,31$, we get, $$\frac{1}{1} - \frac{1}{2} > \frac{1}{4}$$ $$\frac{1}{2}-\frac{1}{3} > \frac{1}{9}$$ $$\vdots$$ $$\frac{1}{31}-\frac{1}{32} > \frac{1}{1024}$$Adding gives us $$\frac{1}{4} +\frac{1}{9} +\cdots +\frac{1}{1024}< 1-\frac{1}{32}$$ $$\Rightarrow 1+\frac{1}{4}+ \cdots+\frac{1}{1024}< 2-\frac{1}{32} < 2$$ Hope it helps.

  • 0
    Thanks a lot! Well what should we do in case of when series is less than 1.8 I don't think this summing or identity will help2017-01-10
  • 0
    Can this help? n/n+12017-01-10
  • 0
    Yeah instead of 22017-01-10
  • 0
    @LokeshSangewar **IF** other question **THEN** new post, please.2017-01-10
  • 0
    Well I just need a hint for that not complete answer.. That's why not print a new one.... Well I'll try first2017-01-10
  • 0
    @juniven I did not add 1 in the second last expression.2017-01-10
  • 0
    @Rohan Its okay now. You don't need to simplify it since you need to add by 1 both sides2017-01-10
  • 0
    @LokeshSangewar For the smaller bound, take a look [here](http://math.stackexchange.com/questions/623327/an-inequality-1-frac122-frac132-dotsb-frac1n2-lt-frac53).2017-01-10
2

Another way:

$$\begin{align} \sum_{k=1}^{2^5} \frac{1}{k^2} &\leq 1 + \sum_{k=2}^{2^5}\int_{k-1}^{k}\frac{1}{t^2} dt\\ &=1+\int_1^{2^5}\frac{1}{t^2} dt \\ &=2-\frac{1}{2^5}\\ &<2 \end{align}$$