Hello, I have a question regarding limits.
I am trying to solve the following question
Now, I know how to solve infinite summations and , however, I don't know how to solve a combination of both, with a few more terms. The sum expands to . With only these (without the "" terms, of course) I can easily solve the limit, however, the extra terms add another layer of complexity.
How do I deal with the rest of the terms? The rest of the terms are higher powers of which should vanish (faster?) as . This, probably, would make the answer . Am I right?
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
The answer is e2, not e.
Hint: Arrange the terms of the sum in ascending order: 1,1/n,1/n,2/(n(n−1)),2/(n(n−1)),….
Hint 2: If x≈0, then 1+x+O(x2)≈1+x.
Hint 3: Apply x→∞lim(1+x1)x=e.
Log in to reply
Thanks. Apparently I needed to consider both the n1s. Silly of me.