Definite Integral as Limit of a sum | ISI QMS | QMA 2019
Try this problem from ISI QMS 2019 exam. It requires knowledge Real Analysis and integral calculus and is based on Definite Integral as Limit of a sum.
Definite integral as Limit of a Sum - ISI QMS (QMB Problem 1a)
Find the value of : $ \displaystyle \lim_{n \to \infty}\big[\frac1n+\frac{1}{n+1}+\ldots + \frac{1}{3n}\big]$
Key Concepts
Real Analysis
Definite Integral
Riemann Sum
Check the Answer
Answer: $\ln 3$
ISI QMS 2019 (QMB Problem 1a)
Secrets in Inequalities
Try with Hints
Putting it into standard form :
$\displaystyle\lim_{n \to \infty} \big[\frac{1}{n}+\frac{1}{n+1}+\ldots+\frac{1}{3n}\big]$
$= \displaystyle \lim_{n\to \infty}\big[\frac{1}{n+0}+\frac{1}{n+1}+\ldots+\frac{1}{n+2n}\big]$
$= \displaystyle \lim_{n \to \infty} \displaystyle\sum_{r=0}^{2n} \frac{1}{n+r}$
$= \displaystyle \lim_{n \to \infty} \frac1n\displaystyle\sum_{r=0}^{2n} \frac{1}{1+\frac rn}$
$= \displaystyle \lim_{n \to \infty} \frac1n\displaystyle\sum_{r=0}^{2n} f(\frac rn)$ where $f(x)=\frac{1}{1+x}$
An useful result : Let $f:[a,b]\to \mathbb R$ be integrable on $[a,b]$ and $\{P_n\}$ be a sequence of partitions of $[a,b]$ such that the sequence $\{\parallel P_n\parallel\}$ converges to $0$. Then if $\epsilon >0$ be given, there exists a natural number $k$ such that $|S(P_n, f)-\int_a^b f|<\epsilon \quad \forall n\geq k$ where $S(P,f)$ is a Riemann sum of $f$ corresponding to $P$ and any choice of intermediate points.
i.e., If $f$ be integrable on $[a,b]$ and $\{P_n\}$ be a sequence of partitions of $[a,b]$ such that $\lim\limits_{n \to \infty} \parallel P_n \parallel=0$, then $\lim\limits_{n\to \infty} S(P_n,f)=\int_a^b f$
Let $P_n=(0,\frac1n,\frac2n,\ldots,\frac{2n}{n})$ be a sequence of partition on $[0,2]$ dividing it into $2n$ sub-intervals of equal length $\frac1n$.
Also $\lim \parallel P_n\parallel=\lim \frac1n=0$.
Let us choose $\xi_r=\frac rn,\quad r=1,2,3,\ldots,2n$
Then the Riemann sum for $f$ on the interval $[0,2]$ corresponding to the partition $P_n$ and chosen intermediate points $\xi_r$
$S(P_n,f)=\frac1n\displaystyle\sum_{r=1}^{2n} f(\frac rn)$
As $f$ is continuous on $[0,2]$, $f$ is integrable on $[0,2]$.
Now can you use the above result to reach to the solution ?
Using the result
$\lim\limits_{n\to\infty} \frac1n\displaystyle\sum_{r=1}^{2n} f(\frac rn) = \displaystyle\int_0^2 f(x) \mathrm d x$
$= \displaystyle\int_0^2 \frac{ \mathrm d x }{1+x} $
$=\ln(1+x)\bigg|_0^2= \ln 3$ [Ans]
Other useful links
- https://cheenta.com/definite-integral-expansion-of-a-determinant-isi-qms-2019-qmb-problem-7a/
- https://www.youtube.com/watch?v=9oysvm5JyIU&t=1s
Let us divide the segment into 3 parts where $I_1 : y=0 ; \quad I_2 : x+y=1; \quad I_3 : x=0 $
i.e., $\oint_c \vec{F}. \mathrm d \vec{r} = \oint_{I_1} \vec{F}. \mathrm d \vec{r} + \oint_{I_2} \vec{F}. \mathrm d \vec{r}+\oint_{I_3} \vec{F}. \mathrm d \vec{r}$
Let us calculate $\oint_{I_1} \vec{F}. \mathrm d \vec{r}$ & $\oint_{I_3} \vec{F}. \mathrm d \vec{r}$ and I'll keep $\oint_{I_2} \vec{F}. \mathrm d \vec{r}$ for your try by the end of this hint.
$\oint_{I_1} \vec{F}. \mathrm d \vec{r}=\int_0^1 3x \mathrm d x$ [We have put $y=0$ so $\mathrm d y=0$ , Hence the limit will be on $x$]
$=\frac{3}{2}$
$\oint_{I_3} \vec{F}. \mathrm d \vec{r}=\int_1^0 4y \mathrm d y$ [We have put $x=0$ so, $\mathrm d x=0$ therefore the limit will be on $y$; Observe the anticlockwise direction to understand the limit]
$=[\frac{4y}{2}]_1^0$
$=-2$[/et_pb_tab][et_pb_tab title="HINT 3" _builder_version="4.2.2" hover_enabled="0"]On $I_2$ observe that we can transform $y$ in terms of $x$ i.e., $y=1-x$ [We can also use parameterization, which is basically the same method but I prefer this one to make the calculation faster]
$y=1-x $ i.e., $\mathrm d y=-\mathrm d x$
now,
$\int_{I_2} \vec{F}.\mathrm d \vec{r}= \int_{I_2}(3x-8y)\mathrm d x+\int_{I_2}(4y-6xy)\mathrm d y$
$=\int_1^0(3x-8+8x)\mathrm d x+\int_1^0(4-4x-6x(1-x))(-\mathrm d x)$ [observe the anticlock wise direction limit]
$=\int_1^0(11x-8)\mathrm d x +\int_1^0(10x-6x^2-4)\mathrm dx$
$=[\frac{11x^2}{2}-8x+\frac{10x^2}{2}-\frac{6x^3}{3}-4x]_0^1$
$=-\frac{11}{2}+8-5+2+4=\frac{7}{2}$
Hence our answer would be $\frac{3}{2}-2+\frac{7}{2}=3$
[/et_pb_tab][/et_pb_tabs][et_pb_text _builder_version="3.27.4" text_font="Raleway|300|||||||" text_text_color="#ffffff" header_font="Raleway|300|||||||" header_text_color="#e2e2e2" background_color="#0c71c3" min_height="12px" custom_margin="50px||50px" custom_padding="20px|20px|20px|20px" border_radii="on|5px|5px|5px|5px" box_shadow_style="preset3"]



