Area above oblique conical section

284 Views Asked by At

Reference

Please pardon me if I don't use the correct terminology. Part of why I cannot solve this problem is that I don't even know what to research!

Given a circle placed on top of the cone, the shape drawn on the cone is not a simple conic section, it's a weird shape I'm not familiar with and I don't know what it's called.

The goal is to calculate the volume above the cone with any arbitrary placement of the circle. In the diagram above I've simplified things by only changing the offset of the circle in one dimension, but I'd like to know how to calculate for two dimensional offsets as well.

The red circle is placed directly in the center of the cone. Assuming we know $\theta$ and $d$ we can calculate the area above the red cross section as the conic volume minus the volume of it's contained cylinder:

$$\frac{2}{3}\pi r^2h$$

However as soon as the center point of the circular cross section is not the top of the cone I have no idea how to calculate the volume above the cross section

1

There are 1 best solutions below

3
On

I'll assume you want the volume above the plane on which the cone sits and below the inverted cone. I'll also assume that the circle bounding the vertical cylinder is viewed as drawn in the $x,y$ plane with its center at $(a,0)$ and a radius of $r_2$, in such a way that the entire bounding circle of the cylinder lies inside the big circle bounding the bottom of the cone.

Now a parametrization of the region inside the circle bounding the vertical cylinder is given by the set of points $(a+t \cos \theta,t \sin \theta)$ where $0 \le t \le r_2$ and $0 \le \theta \le 2\pi.$ Setting up polar coordinates on this circle to do the integral for volume means we have to use the polar volume element $t dt d\theta$ in the integral.

What we need now is the height. If $k=d/2$ and $h=(k/2)\tan \theta$ [NOTE I'm using this $\theta$ only temporarily, and the later use for the smaller circle is unrelated] then the height $z$ of the cone at a point at distance $w$ from the origin is $z=h-wh/k$ (a linear function going down from $h$ when $w=0$ to $0$ when $w=k$ since $k$ is the radius of the big circle.

You should now be integrating the height up to the cone multiplied by the polar area element, over the region inside the smaller circle. Except for the issue of keeping notation straight, this integral is easy to set up and I'll leave that to you.

When I plugged the double integral into maple the closed form results were extremely messy, and one of the two iterations involved a nonelementary function. So maybe the best thing is to just set up the integral, and use numerical methods to approximate it in particular cases.