Find the volume of a solid with given cross-section

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
1 reply · 5K views
Emethyst
Messages
117
Reaction score
0

Homework Statement


The base of a solid is a circle of radius 4. Find the volume of the solid if each cross-section perpendicular to a fixed diameter of the circle is an isosceles triangle with height equal to its base.


Homework Equations


Volume of an object with given cross-section equation



The Attempt at a Solution


I know how to solve this (and similar questions) without problem, I just want to know if there is another way to solve them than the one I am using. For this question I found the equation of the circle (which is y=sqrt(16-x^2)) and then the area formula for the isosceles triangle (which I found to be y=b^2/2). Using the cross-section equation, I set the problem up as dV=(1/2)b^2dx, and then using the equation of the circle in place of b: dV=(8-(x^2/2))dx. To finally solve the question I then integrated this formula over [-4,4] and came up with an answer of 128/3, which I then multiplied by 4 to find the correct answer of 512/3. What I want to know is the 'proper' way to solve this question rather than having to multiply by 4 at the end. I don't know if all questions will allow me to multiply by 4 (or 1/4) at the end to find the correct answer, so I'm hoping someone can show me another way to go about this question. If anyone can help it would be greatly appreciated, thanks in advance.
 
Physics news on Phys.org
The equation of the circle is actually y^2+x^2=16. The cross-section at x goes from -sqrt(16-x^2) to +sqrt(16-x^2). The makes the base of your triangle 2*sqrt(16-x^2), not sqrt(16-x^2). That's what causing the factor of 4 error.