I was trying out the problem of the week about the polar graph and its volume of revolution about the x-axis. My method is quite different from all of the solutions that have been posted, and so I'm having trouble figuring out why it doesn't work.
My goal was to solve the problem without converting to rectangular coordinates. As such, I represented the area using a bunch of cones with top points at the origin and centered along the x-axis. The lateral surface area of these cones would then be integrated to obtain the volume, much in the same way that the method of cylindrical shells works. (See the diagram for a quick image -- the rotation of the triangle around the x-axis is one of the cones whose lateral surface area is being calculated and integrated.) We exclude the area of the base of each cone because the bases alone are the disks that would be used in disks/washers, and so if we included those as well we'd be covering the volume more than once.
This method has some restrictions that I figured out, but the graph in the problem shouldn't pose any difficulties for it. At least intuitively, just by visualizing the problem and the filling of the volume with the lateral surface areas of the cones, I see nothing wrong with this method.
The lateral surface area of a cone with lateral height (height from edge of the bottom to the point on the top) and base radius is . At some angle , the lateral height of the cone on the polar graph in question is just . The radius of this cone is equal to . Therefore the lateral surface area is .
Therefore, the volume of the part in the first quadrant when rotated about the x-axis is equal to . According to WolframAlpha, this has a precise value of . The volume of the remaining part in the second quadrant is . This has an exact value of . The volume of the entire revolution is the sum of these two values, which is simply . But this is far smaller than the correct solution of .
Where did this method go wrong? I'm having trouble seeing anything, and I'm pretty sure the mechanics of the integrals are correct, so it's probably something with the method that I'm not seeing.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
OK, I think I see what's wrong here: the infinitesimally small conical shells can't just be multiplied by dθ in order to obtain the change in volume dV. They have a conical shape with a nonuniform thickness, so I need to take that into account. I'm working out the details now, but the result involves much more complicated integrands. that accurately represent the stranger shape of the conical shells.
I tried this approach at first as well but I realized it wasn't working because the answer I kept getting was intuitively too small. I tried the same thing revolving the circle r=2cos(θ) since that has a known volume, but I couldn't get it to work.