How to construct a frustum
How to construct a frustum
If you cut off the top part of a cone with a plane perpendicular to the height of the cone, you obtain a
conical frustum. See figure on the left: the upper base of the frustum has radius r and the lower
base has radius R. The height of the frustum is h.
On the right is the shape obtained if the frustum on the left is cut along the slanted height H. This
shape may be used to construct a conical frustum. It is part of a sector of a circle; see figure below.
Let us start by expressing H in terms of r, R and h. We use Pythagora's theorem in the right triangle
on the left whose hypotenuse is H, as follows:
H 2 = h 2 + (R - r) 2
hence
H = sqrt [ h 2 + (R - r) 2 ]
If you now prolong the sides of the figure on the right above, you obtain the sector shown below
To construct the frustum, you need to find x, y and the central angle t. Using the arc length formula,
we can write:
2 Pi r = x t
and
2 Pi R = y t
2 Pi R / 2 Pi r = y t / x t
R/r=y/x
y=x+H
R / r = (x + H) / x
Rx=rx+rH
Rx-rx=rH
x = r H / (R - r)
y = r H / (R - r) + H
Any of the formula 2 Pi r = x t or 2 Pi R = y t may be used to find the central angle t (in radians):
t = 2 Pi r / x
= 2 Pi r / [ r H / (R - r) ]
= 2 Pi (R - r) / H