Finding the Area Under a Parabola Using Archimedes' Method

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
2 replies · 3K views
Sculptured
Messages
23
Reaction score
0
I've started with Apostol's first volume of calculus and I'm already having a problem with the first exercise in the book. Weak. It asks to use Archimedes' method to find the area under a parabola from 0<x<b for a parabola where y = a*b^2 + c. Using the summation of upper/lower rectangles of width b/n and height a(k*b/n)^2 +c. Now each rectangle has an area of a(k^2)(b/n)^3 + (bc)/n. k goes from 0 to n-1 for the lower rectangles and from 1 to n for the upper rectangles. My problem comes when summing up all of the rectangles using the arithmetic summation. I get the first portion correct, but end up with (bc)/n instead of bc as the second term in the area formula. Any way that I'm approaching this incorrectly or should approach this?
 
Physics news on Phys.org
Ah, right. Stupid of me to miss that result.