Here comes the last part of the Limits and Integrals series, previous ones can be found here: Part 1 and Part 2. This time we will discuss even more challenging limits, so get ready and have fun!
The next problem was found in "A Note on Evaluating Limits Using Riemann Sums" by Sudhir K. Goel and Dennis M. Rodriguez.
Problem 7. Evaluate
n→∞lim(n1ln(n!)−lnn)
Solution. After mastering several similar problems there should be no dificulty in applying our technique to this one.
n→∞lim(n1ln(n!)−lnn)=n→∞limn1(ln(n!)−nlnn)==n→∞limn1(i=1∑nln(ni))=∫01lnxdx.
Even slightest knowledge of integrals suggest that something went wrong. Actually everything is just fine, but the intgeral we need to evaluate is an improper one. Now let's proceed to finish it
∫01lnxdx=(xlnx−x)∣01=−1+x→0lim(xlnx)=−1.
Now let's move onto the next example.
Problem 8. Calculate
n→∞lim(sinn2+11+sinn2+41+...+sin10n21)
Solution. This one will be a tough task, but after eight solved examples nothing is imposible.
Now we need to get rid of the sin function. Many of you proably know that near the 0 function sinx behaves just like x. This fact is proven by computing Taylor Series of sinx at the point x=0.
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
# I indented these lines
# 4 spaces, and now they show
# up as a code block.
print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.
print "hello world"
Math
Appears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3
2×3
2^{34}
234
a_{i-1}
ai−1
\frac{2}{3}
32
\sqrt{2}
2
\sum_{i=1}^3
∑i=13
\sin \theta
sinθ
\boxed{123}
123
Comments
Well done , Nicolae :)
_Problem 9 _
Solution: n→∞limnnn!
= n→∞lim(nnn!)n1
= n→∞lim(r=1∏nnr)n1
= n→∞limexp(n1r=1∑nln(nr))
= exp(∫01lnxdx)
We know by using by parts that ∫lnxdx=xlnx−x, and we also know that x→0limxlnx=0, hence, the integral ∫01lnxdx turns out to be −1, hence, finally, we conclude that answer to the problem is e−1
I had a question abt latex, actually, i wanted to know how do we put limits on an indefinte integral , when solving a definite integral on latex.
P.S. I hope that during the next few days I'll make/find about 4-5 problems involving this technique and will add them as problems. I also will post a note leading to all 3 posts and related problems.
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
Well done , Nicolae :)
_Problem 9 _
Solution: n→∞limnnn!
= n→∞lim(nnn!)n1
= n→∞lim(r=1∏nnr)n1
= n→∞limexp(n1r=1∑nln(nr))
= exp(∫01lnxdx)
We know by using by parts that ∫lnxdx=xlnx−x, and we also know that x→0limxlnx=0, hence, the integral ∫01lnxdx turns out to be −1, hence, finally, we conclude that answer to the problem is e−1
I had a question abt latex, actually, i wanted to know how do we put limits on an indefinte integral , when solving a definite integral on latex.
If you don't mind , i add problem 10 here:
Problem 10 Evaluate n→∞limr=1∏2n(nr+n)n2r
Log in to reply
Nice post again Nicolae! :)
Solution to Problem 10:
The given limit is equivalent to
n→∞limexp(n1r=1∑2nnrln(1+nr))
= exp(∫02xln(1+x)dx)
The above integral can be easily evaluated using integration by parts and is equal to (3/2)ln2. Hence the final answer is 22.
Log in to reply
Shouldn't it be 33 ? As ∫02xln(1+x)dx=(3/2)ln3
Log in to reply
Log in to reply
P.S. I hope that during the next few days I'll make/find about 4-5 problems involving this technique and will add them as problems. I also will post a note leading to all 3 posts and related problems.
Nice Job!
Really good job bud.