Evaluate the limit by recognizing that it is a Rieman's sum

  • Thread starter Thread starter skyturnred
  • Start date Start date
  • Tags Tags
    Limit Sum
skyturnred
Messages
117
Reaction score
0

Homework Statement



lim n\rightarrow\infty \frac{16}{n}(\sqrt{\frac{16}{n}}+\sqrt{\frac{32}{n}}+\sqrt{\frac{48}{n}}+...+\sqrt{\frac{16n}{n}})

Homework Equations





The Attempt at a Solution



So by recognizing it is a Rieman's sum, I got to the following conclusion.

\frac{64}{n}\sum\sqrt{\frac{i}{n}} (with i=1 under the sigma, and n above it)

But I don't know if I am right, and even if I am, I don't know how to continue with this! Also, does this replace the lim as n approaches infinity (or rather a better wording would be, does this take care of it?)

Thanks so much in advance!
 
Physics news on Phys.org
Right now, all you have shown is that the limit above is

\lim_{n\rightarrow +\infty} \sum_{i=1}^n{\sqrt{\frac{i}{n}}\frac{64}{n}}

You have yet to recognize it as a Riemann sum (and you did not eliminate the limit yet).

So, can you find a function f such that the above limit equals

\lim_{n\rightarrow +\infty} \sum_{i=1}^n{f(x_i)\Delta x_i}

Finding such f and such xi is the clue to this problem.
 
micromass said:
Right now, all you have shown is that the limit above is

\lim_{n\rightarrow +\infty} \sum_{i=1}^n{\sqrt{\frac{i}{n}}\frac{64}{n}}

You have yet to recognize it as a Riemann sum (and you did not eliminate the limit yet).

So, can you find a function f such that the above limit equals

\lim_{n\rightarrow +\infty} \sum_{i=1}^n{f(x_i)\Delta x_i}

Finding such f and such xi is the clue to this problem.

I know that in a Rieman sum,

delta x=(b-a)/n
so delta x=16/n
I know that f(xi)=(delta x)(i)
So f(xi)=(16i)/n

I am very confused.. I am not even clear on what the steps to solving a problem like this would even be. I think that if I knew such steps I could solve this though.. so it's not the arithmetic.

Am I trying to show that the original question can be rewritten in terms of


\lim_{n\rightarrow +\infty} \sum_{i=1}^n{f(x_i)\Delta x_i}

?
 
skyturnred said:
I know that in a Rieman sum,

delta x=(b-a)/n
so delta x=16/n
I know that f(xi)=(delta x)(i)
So f(xi)=(16i)/n

I am very confused.. I am not even clear on what the steps to solving a problem like this would even be. I think that if I knew such steps I could solve this though.. so it's not the arithmetic.

Am I trying to show that the original question can be rewritten in terms of


\lim_{n\rightarrow +\infty} \sum_{i=1}^n{f(x_i)\Delta x_i}

?

Yes, you are trying to rewrite your sum into one of the form

\sum_{i=1}^n{f(x_i)\frac{x_i-x_{i-1}}{n}}

It seems obvious that we should try \frac{x_i-x_{i-1}}{n}=\frac{16}{n}. So what are x_1,...,x_n here?
 
micromass said:
Yes, you are trying to rewrite your sum into one of the form

\sum_{i=1}^n{f(x_i)\frac{x_i-x_{i-1}}{n}}

It seems obvious that we should try \frac{x_i-x_{i-1}}{n}=\frac{16}{n}. So what are x_1,...,x_n here?

OK, so after looking at your responses and reading over the book yet again, I discovered I was mistaking that f(x_{i}*)=Δxi, when it is actually just x_{i}* itself that equals Δxi

I am extremely dense when it comes to the most simple math.. I can see how

\frac{x_{i}-x_{i-1}}{n}=\frac{b-a}{n}, and I already know b to be 16 and a to be 0. So.. x_{i} should be 16, and x_{i-1} should be 0. But I don't quite know how to find x_{1} or x_{n}.
 
No, x_1,...,x_n are all different! That's what you do when making a Riemann sum: you divide a certain interval into n (equal) pieces. These pieces are [x_0,x_1], [x_1,x_2],....

You are right that x_1=0. And you also know that \frac{x_2-x_1}{n}=\frac{16}{n}. So, can you now find out what x_2 is??

Can you extend this method to find x_3 and so on??
 
micromass said:
No, x_1,...,x_n are all different! That's what you do when making a Riemann sum: you divide a certain interval into n (equal) pieces. These pieces are [x_0,x_1], [x_1,x_2],....

You are right that x_1=0. And you also know that \frac{x_2-x_1}{n}=\frac{16}{n}. So, can you now find out what x_2 is??

Can you extend this method to find x_3 and so on??

Yes, I get x_{2}=16, x_{3}=32, x_{4}=48, and so on and so forth. So \frac{x_{t}}{n}=\frac{16+x_{t-1}}{n}.

In otherwords.. I basically just re wrote the original \frac{x_{i}-x_{i-1}}{n}=\frac{16}{n}. I don't really understand what this is supposed to be helping me to find though..
 
Oh, I'm sorry, I made a mistake. It turns out that we want

x_i-x_{i-1}=\frac{16}{n}

Doing the same thing, we find

x_0=0,~x_1=\frac{16}{n},~x_2=\frac{32}{n},...

Why do we do this, well, we wish to find f and x_i (that we just found) to rewrite

\sum_{i=1}^n{\sqrt{\frac{16i}{n}}\frac{16}{n}} = \sum_{i=1}^n{f(x_i)(x_i-x_{i-1})}

The right hand side is a Riemann sum. So the limit of that would be an integral. This is why we are doing this. We want to calculate the original sum by calculating the integral.
 
micromass said:
Oh, I'm sorry, I made a mistake. It turns out that we want

x_i-x_{i-1}=\frac{16}{n}

Doing the same thing, we find

x_0=0,~x_1=\frac{16}{n},~x_2=\frac{32}{n},...

Why do we do this, well, we wish to find f and x_i (that we just found) to rewrite

\sum_{i=1}^n{\sqrt{\frac{16i}{n}}\frac{16}{n}} = \sum_{i=1}^n{f(x_i)(x_i-x_{i-1})}

The right hand side is a Riemann sum. So the limit of that would be an integral. This is why we are doing this. We want to calculate the original sum by calculating the integral.

Ok that makes a lot of sense! So We have to find a function f in which to plug the value that we found for x_{i}, and then multiply it by the value that we found for Δx.
But I have no idea how to find the function f. I know that somehow I must relate what we found Δx and x_{i} to be to the original question, but how?
 
  • #10
Plug in the values you found for x_i in

\sum_{i=1}^n{f(x_i)(x_i-x_{i-1})}

and it will become obvious what f is.
 
  • #11
micromass said:
Plug in the values you found for x_i in

\sum_{i=1}^n{f(x_i)(x_i-x_{i-1})}

and it will become obvious what f is.

OK, I did that, and I think I found f(x)=√xi

OK so I found f, x_{i}, and Δx. But now what do I do? I still have no idea..

Thanks for all of your help by the way, I am just SO frustrated with my prof for rushing over the hardest topic in 15 minutes!
 
  • #12
Ok, so you have found f(x)=\sqrt{x} and x_i=\frac{16}{n}.

Now, I claim that you can write

\lim_{n\rightarrow +\infty} \sum_{i=1}^{n} f(x_i)(x_i-x_{i-1}) = \int_a^b f(x)dx

and that integral can be easily calculated. Do you see why you can write it as an integral? It's the very definition of Riemann integrals.

Ok, so try now to write your original limit as an integral.
 
  • #13
Wait.. would it make sense to just plug what I found for f(x) into the integral with lower limit 0 and upper limit 16? In my mind that would solve the problem.. but then that would mean I found the wrong value for f(x)
 
  • #14
skyturnred said:
Wait.. would it make sense to just plug what I found for f(x) into the integral with lower limit 0 and upper limit 16? In my mind that would solve the problem.. but then that would mean I found the wrong value for f(x).

Yes, that is correct. Why do you think that you have found the wrong value??
 
  • #15
micromass said:
Yes, that is correct. Why do you think that you have found the wrong value??

OK, thanks! Yes I see how that is equal to the integral. But can you please just go over very quickly how f(x)=sqrt(x)? I get it to be f(x)=sqrt(xi) (not x sub i but actually x times i) which OBVIOUSLY makes no sense and is wrong. It HAS to be wrong, I don't see how I can take the integral of xi.
 
  • #16
Why do you have x TIMES i?

Isn't it simply because x_i=\frac{16i}{n}??
 
  • #17
Oh I see it now! Thanks so much for sticking with me through all of that, I can understand how frustrating it is to try and teach someone something that you find so simple and they refuse to get it. I am pretty sure I understand the steps now.. I am going to try it again on my own.

Thanks again!
 

Similar threads

Back
Top