MHB Nick's question at Yahoo Answers regarding a volume by slicing

  • Thread starter Thread starter MarkFL
  • Start date Start date
  • Tags Tags
    Volume
Click For Summary
The discussion addresses calculating the volume of a solid with a circular base defined by x^2 + y^2 = 25, where cross sections perpendicular to the x-axis are triangular with equal height and base. The volume of each triangular slice is derived to be dV = 2y^2 dx, leading to the expression dV = 2(25 - x^2) dx when substituting for y. By integrating from -5 to 5, the total volume is computed as V = 4∫(0 to 5)(25 - x^2) dx. The final result for the volume is V = 1000/3. This method effectively utilizes geometric properties and integration techniques to solve the problem.
MarkFL
Gold Member
MHB
Messages
13,284
Reaction score
12
Here is the question:

Volume of solid (calc 2)?


Find the volume V of the solid whose base is the circle
x^2 + y^2 = 25
and whose cross sections perpendicular to the x-axis are triangles whose height and base are equal.

help appreciated

thanks

I have posted a link there to this thread so the OP can view my work.
 
Mathematics news on Phys.org
Hello nick,

For an arbitrary slice of the described solid, the base of this triangular slice will be from the $y$-coordinate of the upper half to the $y$-coordinate of the lower half, or:

$$b=y-(-y)=2y$$

And thus, since the base and height are the same, and using the formula for the area of a triangle, we find the volume of the slice is:

$$dV=\frac{1}{2}(2y)(2y)\,dx=2y^2\,dx$$

Now, using the boundary of the base of the solid, we find:

$$2y^2=2\left(25-x^2 \right)$$

And so we obtain:

$$dV=2\left(25-x^2 \right)\,dx$$

Now, summing up the slices, we get:

$$V=2\int_{-5}^{5}25-x^2\,dx$$

And using the even-function rule, we may write:

$$V=4\int_{0}^{5}25-x^2\,dx$$

Applying the FTOC, there results:

$$V=4\left[25x-\frac{1}{3}x^3 \right]_{0}^{5}=4\cdot5^3\left(1-\frac{1}{3} \right)=\frac{(2\cdot5)^3}{3}=\frac{1000}{3}$$
 
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...