Is the Calculation of Area Using Riemann Sum Correct?

  • Thread starter Thread starter NIZBIT
  • Start date Start date
  • Tags Tags
    Riemann
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 4K views
NIZBIT
Messages
69
Reaction score
0
I was hoping someone could check my answer?

Use the limit of a Riemann sum to find the area of the region bounded by the graphs of y=2x^3+1, y=0, x=0, x=2.

Area=2
 
Physics news on Phys.org
The limit of the Riemann Sum is the integral. So evaluate [tex]\int_{0}^{2}2x^3+1dx[/tex]. I don't get 2. How did you do your problem?
 
A useful formaula is

[tex]\int_{a}^{b}f(x) \, dx = \lim_{n\rightarrow\infty} \frac{b-a}{n}\sum_{k=1}^{n}f\left( a+\frac{b-a}{n}k\right)[/tex]​

hence

[tex]\int_{0}^{2}(2x^3+1) \, dx = \lim_{n\rightarrow\infty} \frac{2}{n}\sum_{k=1}^{n}\left[ 2\left( \frac{2k}{n}\right) ^3 +1\right][/tex]​
 
Now I am getting two answers-10 for the def integral and 8 for the sum.
 
10 is obviously the correct answer. How are you taking the limit, as n goes to infinity on
[tex]\lim_{n\rightarrow\infty} \frac{2}{n}\sum_{k=1}^{n}\left[ 2\left( \frac{2k}{n}\right) ^3 +1\right][/tex]
?

Do you know a formula for the sum of k3, k2, and k that you are using?