MHB Area under a curve using method of exhaustion

Ragnarok7
Messages
50
Reaction score
0
This is a problem from Tom Apostol's calculus book (the very first problem set in the introduction). It wants you to find
$$\int_0^b (ax^m+c)\,dx$$
using Archimedes' method of exhaustion. I'm attaching a diagram and a pdf of my work for the problem since it's rather involved.

I'm doing this rather mechanically since I don't have the intuition for it yet and so I'm wondering if anyone could point me in the right direction. (It's quite possible I'm making a silly error.) Thank you so much!

See the pdf below for the problem.

View attachment 1698View attachment 1699
 

Attachments

  • Diagram.png
    Diagram.png
    6.9 KB · Views: 150
  • Apostol problem.pdf
    Apostol problem.pdf
    83.9 KB · Views: 104
Physics news on Phys.org
Ragnarok said:
This is a problem from Tom Apostol's calculus book (the very first problem set in the introduction). It wants you to find
$$\int_0^b (ax^m+c)\,dx$$
using Archimedes' method of exhaustion. I'm attaching a diagram and a pdf of my work for the problem since it's rather involved.

I'm doing this rather mechanically since I don't have the intuition for it yet and so I'm wondering if anyone could point me in the right direction. (It's quite possible I'm making a silly error.) Thank you so much!

See the pdf below for the problem.

https://www.physicsforums.com/attachments/1698View attachment 1699

Hi Ragnarok! :)

You seem to have left out the summation sign.

It should be:
$$\text{Area} = \frac b n \sum_{k=1}^n \left[ a\left(\frac {kb}{n}\right)^m + c \right]$$
This is the formula that you need a lower and upper bound for.
Then, to calculate the integral, you need to take the limit for $n \to \infty$.
 
Thank you for responding! In the diagram I was just calculating the area of one rectangle. The attached pdf has the summation. Limits haven't been introduced yet, so I can't use those. I'm just getting rather confused with all the inequalities involved.
 
Ragnarok said:
Thank you for responding! In the diagram I was just calculating the area of one rectangle. The attached pdf has the summation. Limits haven't been introduced yet, so I can't use those. I'm just getting rather confused with all the inequalities involved.

Is there any particular step with those inequalities that confuses you?
 
Yes, just the very end of the pdf is my question. I apologize for not typing it in the body but I didn't want to go through all the LaTeX again. I am almost certain that all the inequalities up until the very last one are correct.
 
Assuming that in your problem $a > 0$, we have that the function to be integrated on the interval [0,b] is increasing. Thus the "right-hand sums" (where we use the upper right corner of our small triangles as lying on the graph) are always going to be greater than the area we seek, and the "left-hand sums" (where the upper left corner of the small triangles are lying on the graph) are always going to be less than the area we seek.

So the general idea is: if these two areas (for large enough a subdivision: that is, an equally spaced partition of $n$ equal subintervals of [0,b]) are close enough, they must "converge" (using the word informally, because you haven't properly discussed limits yet) to the desired area.

So you will eventually wind up with an inequality of the form:

$S_1(n) < A < S_2(n)$

so that if $n$ is large enough, either one of these sums will serve as a fairly good approximation for $A$ (the integral in question).

Now, the algebra itself gets a little dicey, in order to actually come up with a NUMBER for the result, you will need to be able to obtain a "closed form" for sums of the form:

$\displaystyle \sum_{k = 1}^n k^m$
 
Thank you! The problem states that we can used the fact that

$$\sum_{k=1}^{n-1}(k^m)<\frac{n^{m+1}}{m+1}<\sum_{k=1}^n(k^m)$$

in the problem, which isn't a closed form exactly but the problem implies that it is enough.

I know this is a really involved problem and so I really appreciate everyone's help!I am going to go ahead and type out the work I have in the pdf here:

We want to find the area of the parabolic segment bounded by the x-axis, the y-axis, the line $$x=b$$, and the curve $$y=ax^m+c$$, where $$m\in\mathbb{Z^+}$$ and $$a,c>0$$. To do this we divide the base into $$n$$ equal parts and at each point $$kb/n$$, $$k=1,2,\ldots,n$$, we construct an outer rectangle of height $$a(kb/n) ^m +c$$. Similarly at each point $$kb/n$$, $$k=1,2,\ldots,n-1$$, we construct an inner rectangle of height $$a(kb/n)^m+c$$. The area of the parabolic segment is between the sum $$s_n$$ of the areas of the inner rectangles and the sum $$S_n$$ of the areas of the outer rectangles. The diagram shows the area of the typical outer rectangle.

$$s_n=\sum_{k=1}^{n-1} (\frac{ab^{m+1}}{n^{m+1}}k^m+\frac{bc}{n}) = \frac{ab^{m+1}}{n^{m+1}}\sum_{k=1}^{n-1}\left(k^m\right)+\frac{(n-1)cb}{n}$$

$$S_n=\sum_{k=1}^n ( \frac{ab^{m+1}}{n^{m+1}}k^m+\frac{bc}{n}) = \frac{ab^{m+1}}{n^{m+1}}\sum_{k=1}^{n}(k^m)+ cb$$

We use a previously proved theorem which states that

$$
\sum_{k=1}^{n-1}(k^m)<\frac{n^{m+1}}{m+1}<\sum_{k=1}^n(k^m)$$

and multiply by and add the appropriate terms in order to obtain

$$s_n<\frac{ab^{m+1}}{m+1}+\frac{(n-1)cb}{n} <\frac{ab^{m+1}}{m+1}+cb$$

from the left side and

$$S_n>\frac{ab^{m+1}}{m+1}+cb $$

from the right side so that, combined, we have

$$s_n<\frac{ab^{m+1}}{m+1}+cb<S_n.$$

This is the first part of the proof. The second part is to show that, if $$A$$ is any number satisfying $$s_n<A<S_n$$ for all $$n\in\mathbb{Z^+}$$, then $$A=\frac{ab^{m+1}}{m+1}+cb$$. So assume $$s_n<A<S_n$$.

Adding $$n^m$$ to the left two sides of the given theorem and subtracting $$n^m$$ from the right two sides, we can get

$$\sum_{k=1}^n(k^m)<\frac{n^{m+1}}{m+1}+n^m$$

$$\sum_{k=1}^{n-1}(k^m)>\frac{n^{m+1}}{m+1}-n^m
$$
and, by multiplying by and adding the appropriate terms,

$$S_n<\frac{ab^{m+1}}{m+1}+cb+\frac{ab^{m+1}}{n} $$

and

$$s_n>\frac{ab^{m+1}}{m+1}+\frac{(n-1)cb}{n}-\frac{ab^{m+1}}{n}.$$

The trouble arises here because at this point I would like to show that
$$s_n>\frac{ab^{m+1}}{m+1}+cb-\frac{ab^{m+1}}{n}$$ so that I could have the combined inequality

$$ \frac{ab^{m+1}}{m+1}+cb-\frac{ab^{m+1}}{n}<s_n<A<S_n<\frac{ab^{m+1}}{m+1}+cb+\frac{ab^{m+1}}{n}$$

and then use this to show that $$A\neq\frac{ab^{m+1}}{m+1}+cb$$ implies a bound for $$n$$. This was the way the sample problem (without a constant term) in the book went about it.
 
Back
Top