MHB Maya's question at Yahoo Answers regarding a Riemann sum and definite integral

Click For Summary
The discussion focuses on solving a calculus problem involving Riemann sums and definite integrals. The user seeks to represent the area of a region using a Riemann sum and then evaluate the corresponding definite integral. The calculations show that the area can be expressed as A_n and simplifies to A = 1/6 as n approaches infinity. The definite integral is formulated as A = ∫_0^1 (y - y^2) dy, which also evaluates to 1/6. The final result confirms the area under the curve is consistent across both methods.
MarkFL
Gold Member
MHB
Messages
13,284
Reaction score
12
Here is the question:

I need some help with calculus 1 please?

Here's my problem:
Write a Riemann sum and then a definite integral representing the area of the region, using the strip shown in the figure below. Evaluate the integral exactly.

View attachment 1138

What is the approximate area of the strip with respect to y? (Use Delta y for Δy as necessary.)

In your definite integral what is the upper endpoint given that the lower endpoint is 0?

and finally, what is the result when you evaluate the definite integral?

10 points to best answer! Thanks!

I have posted a link there to this topic so the OP can see my work.
 

Attachments

  • 8-1-007.jpg
    8-1-007.jpg
    3.5 KB · Views: 130
Mathematics news on Phys.org
Hello Maya,

I will choose to use the lower end of each strip to determine its width.

For an arbitrary strip, its area can be found as follows:

$$A_k=bh$$

where:

$$y_k=k\frac{y_n-y_0}{n}=k\frac{1-0}{n}=\frac{k}{n}$$

$$b=y_k-y_k^2=\frac{nk-k^2}{n^2}$$

$$h=\Delta y=y_{k+1}-y_{k}=\frac{1}{n}$$

and so we have:

$$A_k=\left(y_k-y_k^2 \right)\Delta y=\frac{nk-k^2}{n^3}$$

Now, summing the strips, we find:

$$A_n=\sum_{k=0}^{n-1}\left(\frac{nk-k^2}{n^3} \right)=\frac{1}{n^3}\sum_{k=0}^{n-1}\left(nk-k^2 \right)$$

Using the following identities:

$$\sum_{k=0}^{n-1}(k)=\frac{n(n-1)}{2}$$

$$\sum_{k=0}^{n-1}(k^2)=\frac{n(n-1)(2n-1)}{6}$$

we obtain:

$$A_n=\frac{1}{n^3}\left(\frac{n^2(n-1)}{2}-\frac{n(n-1)(2n-1)}{6} \right)$$

$$A_n=\frac{1}{n^3}\left(\frac{n\left(n^2-1 \right)}{6} \right)=\frac{n^2-1}{6n^2}$$

Thus, when we write the definite integral and evaluate it, we should find it is equal to:

$$A=\lim_{n\to\infty}A_n=\frac{1}{6}$$

Now, to represent the area as a definite integral, we may use:

$$A=\int_0^1 y-y^2\,dy=\left[\frac{y^2}{2}-\frac{y^3}{3} \right]_0^1=\frac{1}{6}\left[3y^2-2y^3 \right]_0^1=\frac{1}{6}((3-2)-(0-0))=\frac{1}{6}$$
 
Seemingly by some mathematical coincidence, a hexagon of sides 2,2,7,7, 11, and 11 can be inscribed in a circle of radius 7. The other day I saw a math problem on line, which they said came from a Polish Olympiad, where you compute the length x of the 3rd side which is the same as the radius, so that the sides of length 2,x, and 11 are inscribed on the arc of a semi-circle. The law of cosines applied twice gives the answer for x of exactly 7, but the arithmetic is so complex that the...