Evaluate: $$\lim_{n\to \infty}{\frac{1}{1+n^3}}+{\frac{4}{8+n^3}}+\dots+{\frac{n^2}{n^3+n^3}}.$$ I don't know how to proceed but the answer is $1/3\log (2)$.
2026-03-28 09:45:35.1774691135
On
Reimann sum related question from NBHM 2011(2.2)
171 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
There are 2 best solutions below
0
On
Hint. We have that the sum can be written as $$\frac{1}{n}\sum_{k=1}^n\frac{(k/n)^2}{(k/n)^3+1}$$ Is it a Riemann sum?
It can be proven that the limit at infinity of the Riemann Sum is the exact area under the graph of $f$ from a to b. This limit has a special name and notation. It is called the definite integral.
ANSWER:
$lim_{n\to ∞} ({1 \over 1+n^3 }+{4 \over 8+n^3 }+...+{n^2 \over n^3+n^3 })=lim _{n\to ∞} \sum_{k=1}^{n}{k^2 \over k^3+n^3 } $
$lim _{n\to ∞} \sum_{k=1}^{n}{k^2 \over k^3+n^3 }= lim _{n\to ∞} \sum_{k=1}^{n}{{k^2\over n^3} \over ({k\over n})^3+1 } $
let ${k\over n}=x ==\Rightarrow lim _{n\to ∞}{1\over n}=dx \to 0 $
upper limit of $\space$ $x= lim _{n\to ∞}{n\over n} =1$
lower limit of $\space$ $x= lim _{n\to ∞}{1\over n}=0$
$lim _{n\to ∞} \sum_{k=1}^{n}{{x^2} \over x^3+1 } = \int _{0}^{1}{x^2dx\over x^3+1} $
=$[{ln(|x^3+1|)\over 3}+c]_{0}^{1}$
$=[{ln(2) \over 3 }-0]$
$={ln(2) \over 3 }$