I would like to continue the discussion started in this post by offering you a set of even more challenging limits. (As an additional exercise try solving these limits without Riemann Sums) Lets proceed to our first not so trivial example.
Problem 4. Find the following limit
n→∞limn1n(n+1)(n+2)...(2n)
Solution. We can't apply our tactic directly because we have to deal with product rather than sum. However, as many of you can guess, there is a natural way to transform the product into sum.
n→∞limn1n(n+1)(n+2)...(2n)=n→∞limni=1∏n(1+ni)==n→∞limi=1∏n(1+ni)n1=n→∞limen1∑i=1nln(1+ni)
Now we see a familiar construction, which can be easily evaluated, namely
n→∞limn1i=1∑nln(1+ni)=∫01ln(1+x)dx=ln4−1.
Now returning to the initial problem we get
n→∞limn1n(n+1)(n+2)...(2n)=n→∞limen1∑i=1nln(1+ni)==eln4−1=e4.
Almost the same problem was proposed at National Mathematics Olympiad in Moldova in 2007.
Problem 5.(Moldova, 2007, 12th class) Calculate the limit
n→∞limn+1n+1(2n+3)(2n+4)...(3n+3)
I also would like to propose another problem from Moldova, this time it's District Mathematics Olympiad, 2013. It's much easier than examples discussed in this post, but still serves a decent technique trainer.
Problem 6.(Moldova, 2013, 12th class) Find the limit
n→∞limi=1∑n(n+1)n(n+i)n
This discussion board is a place to discuss our Daily Challenges and the math and science
related to those challenges. Explanations are more than just a solution — they should
explain the steps and thinking strategies that you used to obtain the solution. Comments
should further the discussion of math and science.
When posting on Brilliant:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Nice post Nicolae! :)
Problem 5:
It can be written as:
n→∞limexp(n+11i=1∑n+1ln(2+n+1i))
The above is equivalent to:
exp(∫01ln(2+x)dx)=exp(ln(427)−1)=4e27
Problem 6:
The given expression is equivalent to:
n→∞limi=1∑nn(1+n1)1+ni1
As n→∞, 1+1/n=1 and the rest of the expression is same as:
∫011+x1dx=2(2−1)
Log in to reply
Good job! Stay tuned for the updates. I plan to write one more post like this and then to end the series on Limits and Integrals with a small test
Log in to reply
Thank you. :)
I eagerly wait for your upcoming posts.