How do I find the area under the curve using right end rectangles for f(x) = x?

  • Thread starter Thread starter QuantumTheory
  • Start date Start date
  • Tags Tags
    Area
QuantumTheory
Messages
215
Reaction score
0
After reading my Calculus II book, I am having problems actually applying what I've learned to a problem. It's very difficult for me to learn off just reading books, (and then applying what I've learned).

So here's the problem, find the area under the curve using right end rectangles for: f(x) = x; [0,1]. With 10 rectangles, A(sub10) = ?

Thank you. I just understand it but I cannot apply it to what I've learned, that is what is hard. I don't have a math teacher; I'm doing this on my own accord.
 
Physics news on Phys.org
See this page for an explanation of partitioning over a closed interval and then determining the "Riemann Sum" of the partitions a similar problem to what you gave - I think they use f(x) = x^2 and the interval is [0,2].

Perion
 
Last edited by a moderator:
Quantumtheory:
1) Partition your interval as follows:
I_{j}=[\frac{j-1}{10},\frac{j}{10}],j=1,2...10
2) The minimum value of f(x)=x on I_{j} is obviously \frac{j-1}{10}
3) Hence, since interval length is 1/10, you get:
A_{sub,10}=\sum_{j=1}^{10}\frac{j-1}{10}\frac{1}{10}=\frac{1}{10^{2}}\sum_{j=1}^{10}(j-1)
 
Last edited:
Back
Top