Volume of a solid w/known cross section

1MileCrash
Messages
1,338
Reaction score
41

Homework Statement



The base region of a solid is bounded by y=x, y=(x-1)^2, and x = 1.

The cross sections are semicircles perpendicular to the x-axis.

Write a riemann sum and definite integral.

Homework Equations





The Attempt at a Solution



First, I wrote down the formula for a semicircular disk's volume. 1/2(pi(r^2)(h))

I then found the intersection of y=x and y=(x-1)^2 to be .382 and another value that was greater than 1, so I ditched it.

I then wrote down the diameter of any given disk as x - (x-1)^2 or -x^2 + 3x - 3, so radius is half of that, and I defined the height of each disk to be delta x.

So, I wrote the Riemann Sum as: (limit as delta x approaches 0)

\Sigma \frac{\pi}{4}(-x^{2}+3x-3)^{2}\Delta x

And therefore wrote a definite integral as:

\frac{\pi}{4} \int^{1}_{.382} (-x^{2}+3x-3)^{2} dx

Did I do this right?
 
Physics news on Phys.org
It looks good. The true value for the lower limit of integration is, \displaystyle \frac{3-\sqrt{5}}{2}\,.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top