4

Let $$p=1+\frac{1}{\sqrt 2}+\frac{1}{\sqrt 3}+\cdots\frac{1}{\sqrt {120}}$$ and $$q=\frac{1}{\sqrt 2}+\frac{1}{\sqrt 3}+\frac{1}{\sqrt 4}+\cdots\frac{1}{\sqrt {121}}$$ then which of the following is true:
A)$\ p>20$
B)$\ q<20$
C)$\ p+q<40$
D)$\ p+q>40$

The answer is ABD.

I was able to obtain A and B, but was unable to obtain D.

My Attempt:

Consider the function $f(x)=\frac{1}{\sqrt x}$ when $x\in [a,a+1]$, then we have: $$\frac{1}{\sqrt {a+1}}\leq\frac{1}{\sqrt x}\leq \frac{1}{\sqrt a}$$ Thus, $$\int_a^{a+1}\frac{dx}{\sqrt {a+1}}<\int_a^{a+1}\frac{dx}{\sqrt x}< \int_a^{a+1}\frac{dx}{\sqrt a}$$ Or, $$\frac{1}{\sqrt {a+1}}<\int_a^{a+1}\frac{dx}{\sqrt x}< \frac{1}{\sqrt a}$$ Summing the above inequality from $a=1$ to $a=120$ gives $$q<\int_1^{121} \frac{dx}{\sqrt x}<p$$ That simplifies to $q<20<p$. But that doesn't help me comment on $p+q$.

Any help would be awesome.

2 Answers2

6

Here is one way:

Consider trapeziums formed by the points: $$(a,0),(a,f(a)),(a+1,0),(a+1,f(a+1))$$ for $a=1,2,....120$, and note that the sum of areas of these trapeziums is greater than $\int_1^{121} f(x) dx$. Also note that the sum of areas of the trapeziums is nothing but $\frac{p+q}{2}$. And the conclusion follows.

Gary
  • 31,845
LM2357
  • 4,083
2

Hint:
Utilize approximation $$S(n)=\sum_{k=1}^n\frac{1}{\sqrt k} \sim \frac{4n+1}{2\sqrt n}-\sqrt 2 $$

Naren
  • 3,432