I've searched high and low for a formula for finding the slant height of a conical frustum given it's top radius, it's lateral surface area and it's common central angle but have come up empty handed. There are lots of formulae out there but none that I've seen with those inputs. Any help would be greatly appreciated. Thanks.
2026-03-26 04:53:24.1774500804
to find the slant height of a conical frustum given its top radius, it's lateral surface area and it's common central angle
576 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
A frustum with top radius $r,$ bottom radius $R,$ and slant height $L$ has area $$ A = \pi (r + R) L.$$
You have $r,$ $A,$ and the common central angle.
Consider a plane through the axis of the cone from which the frustum is cut. This plane takes a cross-section of the frustum; the cross-section is an isosceles trapezoid with bases $2r$ and $2R$ whose non-parallel sides have length $L.$
Let the angle between the two non-parallel sides of that trapezoid be $2\alpha.$ (I suppose your "common central angle" is either $\alpha$ or $2\alpha,$ depending on how you defined it.)
If we drop a perpendicular from one vertex of the smaller base of the trapezoid to the larger base, it cuts a right triangle off the trapezoid; the triangle has hypotenuse $L,$ one leg is $R - r,$ and the angle opposite that leg is $\alpha.$ Therefore $$ \sin\alpha = \frac{R - r}{L}, $$ and solving for $R$ we find that $$ R = r + L \sin\alpha. $$
Plug this value of $R$ into the original equation for area: \begin{align} A &= \pi (r + (r + L \sin\alpha)) L \\ &= \pi (2r + L \sin\alpha) L. \\ \end{align}
This is an equation with one unknown that can be solved.
In order to find the solution, we can rearrange the equation above into $$ (\pi\sin\alpha) L^2 + 2\pi r L - A = 0 $$ and solve this quadratic equation in $L$:
$$ L = \frac{-2\pi r \pm \sqrt{4\pi^2 r^2 + 4\pi A\sin\alpha}}{2\pi\sin\alpha}. $$
Assuming we measured lengths and angles in the usual way for such problems, $L,$ $r,$ $A,$ and $\sin\alpha$ must all be positive, so we must take the solution where $\pm$ is $+$. We can simplify this to $$ L = \frac{-r + \sqrt{r^2 + (A/\pi)\sin\alpha}}{\sin\alpha}. $$