Integration/Reimann Sum Problem

bbl

New member
Joined
Oct 27, 2021
Messages
30
I have been stuck on this problem. I know that I can somehow apply the concept Reimann sum to this but I'm not exactly sure how and where to begin. Any help is appreciated. Thank you!
probset1_problem6.png
 
Rewrite as summation and factor out n:
[math]\lim_{n\to \infty}\sum_{k=1}^{n}\frac{1}{\sqrt{n}\sqrt{n+k}}= \lim_{n \to \infty} \frac{1}{n} \sum_{k=1}^{n}\frac{1}{\sqrt{1+\frac{k}{n}}} [/math]
 
Rewrite as summation and factor out n:
[math]\lim_{n\to \infty}\sum_{k=1}^{n}\frac{1}{\sqrt{n}\sqrt{n+k}}= \lim_{n \to \infty} \frac{1}{n} \sum_{k=1}^{n}\frac{1}{\sqrt{1+\frac{k}{n}}} [/math]
Ooooh I see it now! Then I can just use integration afterward. Thank you!
 
Ooooh I see it now! Then I can just use integration afterward. Thank you!
Is it that simple? Integrals are for continuous functions. Your function looks to be discrete.
 
Note that
[math] \lim_{n \to \infty} \frac{1}{n} \sum_{k=1}^{n}\frac{1}{\sqrt{1+\frac{k}{n}}} [/math]is a Riemann Sum for [imath]f:[0,1] \to \R[/imath], where [imath]f(x)=\frac{1}{\sqrt{1+x}}[/imath]
 
  • Like
Reactions: bbl
Note that
[math] \lim_{n \to \infty} \frac{1}{n} \sum_{k=1}^{n}\frac{1}{\sqrt{1+\frac{k}{n}}} [/math]is a Riemann Sum for [imath]f:[0,1] \to \R[/imath], where [imath]f(x)=\frac{1}{\sqrt{1+x}}[/imath]
This is what I did. I forgot to clarify but thank you again!
 
Top