Frustum

From Wikipedia, the free encyclopedia

Jump to: navigation, search
Set of pyramidal frusta

Examples: Pentagonal and square frusta
Faces n trapezoids,
2 n-gons
Edges 3n
Vertices 2n
Symmetry group Cnv
Dual polyhedron -
Properties convex
For the graphics technique known as Frustum culling, see Hidden surface determination

A frustum [1] (plural: frusta or frustums) is the portion of a solid—normally a cone or pyramid—which lies between two parallel planes cutting it.

The term is commonly used in computer graphics to describe the three-dimensional region which is visible on the screen (which is formed by a clipped pyramid). In the aerospace industry, it is used for the fairing between two stages of a multistage rocket (such as the Saturn V), which is shaped like a truncated cone.

Contents

[edit] Elements, special cases, and related concepts

Each plane section is a floor of the frustum. The axis of the frustum, if any, is that of the original cone or pyramid. A frustum is circular if it has circular bases; it is right if the axis is perpendicular to both bases, and oblique otherwise.

Cones and pyramids can be viewed as degenerate cases of frustums, where one of the cutting planes passes through the apex (so that the corresponding base reduces to a point). The pyramidal frusta are a subclass of the prismatoids.

Two frusta joined at their bases make a bifrustum.

[edit] Formulas

The volume of a frustum is the difference between the volume of the cone (or other figure) before slicing the apex off, minus the volume of the cone (or other figure) that was sliced off:

V = \left | \frac{1}{3} h_1 B_1 - \frac{1}{3} h_2 B_2 \right |.

where h1 and h2 are the perpendicular heights from the apex to the planes of the smaller and larger base, B1, B2 are the areas of the two bases.

Let h be the height of the frustum, that is, the perpendicular distance between the two planes. Considering that h = \left | h_1 - h_2 \right | \, and \frac{B_1}{h_1^2}=\frac{B_2}{h_2^2}, one gets the alternative formula for the volume

V = \frac{1}{3} h(B_1+B_2+\sqrt{B_1 B_2})

(See Heronian mean.)

In particular, the volume of a circular cone frustum is

V = \frac{1}{3} \pi h(R_1^2+R_2^2+R_1 R_2)

where π is 3.14159265..., and R1, R2 are the radii of the two bases.

[edit] Examples

[edit] Note

  1. ^ frustum is Latin and means piece, crumb. The English word is often misspelled as frustrum, probably because of a similarity with the common words frustrate and frustration, also of Latin origin.

[edit] External links

Personal tools