TOPICS
Search

Cone


DoubleCone

A (finite, circular) conical surface is a ruled surface created by fixing one end of a line segment at a point (known as the vertex or apex of the cone) and sweeping the other around the circumference of a fixed circle (known as the base). When the vertex lies above the center of the base (i.e., the angle formed by the vertex, base center, and any base radius is a right angle), the cone is known as a right cone; otherwise, the cone is termed "oblique." When the base is taken as an ellipse instead of a circle, the cone is called an elliptic cone.

In discussions of conic sections, the word "cone" is commonly taken to mean "double cone," i.e., two (possibly infinitely extending) cones placed apex to apex. The infinite double cone is a quadratic surface, and each single cone is called a "nappe." The hyperbola can then be defined as the intersection of a plane with both nappes of the double cone.

As can be seen from the above, care is needed when interpreting the unqualified term "cone" since, depending on context, it may refer to the right or oblique configurations, circular or elliptical bases, the single- or double-napped versions, the finite or infinite surface excluding the circular/elliptical base, the finite surface including it, or the finite solid bounded by the sides and base. When used without qualification, especially in elementary contexts, the term "cone" often means the filled (solid) right circular cone.

Filled (in general oblique) cones with circular base radius r, base center (x_1,y_1,z_1), and vertex (x_2,y_2,z_2) are represented in the Wolfram Language as Cone[{{x1, y1, z1}, {x2, y2, z2}}, r].

coneConeDimensions

A right cone of height h and base radius r oriented along the z-axis, with vertex pointing up, and with the base located at z=0 can be described by the parametric equations

x=(h-u)/hrcostheta
(1)
y=(h-u)/hrsintheta
(2)
z=u
(3)

for u in [0,h] and theta in [0,2pi).

The opening angle of a right cone is the vertex angle made by a cross section through the apex and center of the base. For a cone of height h and radius r, it is given by

 theta=2tan^(-1)(r/h).
(4)

Adding the squares of (1) and (2) shows that an implicit Cartesian equation for the cone is given by

 (x^2+y^2)/(c^2)=(z-z_0)^2,
(5)

where

 c=r/h
(6)

is the ratio of radius to height at some distance from the vertex, a quantity sometimes called the opening angle, and z_0=h is the height of the apex above the z=0 plane.

The volume of a cone is

 V=1/3A_bh,
(7)

where A_b is the base area and h is the height. If the base is circular, then

V=piint(x^2+y^2)dz
(8)
=piint_0^h[((h-z)r)/h]^2dz
(9)
=1/3pir^2h.
(10)

This amazing fact was first discovered by Eudoxus, and other proofs were subsequently found by Archimedes in On the Sphere and Cylinder (ca. 225 BC) and Euclid in Proposition XII.10 of his Elements (Dunham 1990).

The geometric centroid can be obtained by setting R_2=0 in the equation for the centroid of the conical frustum,

 z^_=(<z>)/V=(h(R_1^2+2R_1R_2+3R_2^2))/(4(R_1^2+R_1R_2+R_2^2)),
(11)

(Eshbach 1975, p. 453; Beyer 1987, p. 133) yielding

 z^_=1/4h.
(12)

The interior of the cone of base radius r, height h, and mass M has moment of inertia tensor about its apex of

 I=[1/(20)(2h^2+3r^2)M 0 0; 0 1/(20)(2h^2+3r^2)M 0; 0 0 3/(10)Mr^2].
(13)

For a right circular cone, the slant height s is

 s=sqrt(r^2+h^2)
(14)

and the surface area (not including the base) is

S=pirs
(15)
=pirsqrt(r^2+h^2).
(16)

The locus of the apex of a variable cone containing an ellipse fixed in three-space is a hyperbola through the foci of the ellipse. In addition, the locus of the apex of a cone containing that hyperbola is the original ellipse. Furthermore, the eccentricities of the ellipse and hyperbola are reciprocals.

There are three ways in which a grid can be mapped onto a cone so that it forms a cone net (Steinhaus 1999, pp. 225-227).

The equation for a general (infinite, double-napped) cone is given by

x=aucosv
(17)
y=ausinv
(18)
z=u,
(19)

which gives coefficients of the first fundamental form

E=1+a^2
(20)
F=0
(21)
G=a^2u^2,
(22)

second fundamental form coefficients

e=0
(23)
f=0
(24)
g=(a|u|)/(sqrt(1+a^2)),
(25)

and area element

 dS=asqrt(1+a^2)|u|dudv.
(26)

The Gaussian curvature is

 K=0,
(27)

and the mean curvature is

 M=(|u|)/(2asqrt(1+a^2)u^2).
(28)

Note that writing z=v instead of z=u would give a helicoid instead of a cone.


See also

Bicone, Cone Net, Cone Set, Conic Section, Conical Frustum, Cylinder, Double Cone, Elliptic Cone, Generalized Cone, Helicoid, Nappe, Pyramid, Right Circular Cone, Sphere, Sphericon Explore this topic in the MathWorld classroom

Explore with Wolfram|Alpha

References

Beyer, W. H. (Ed.). CRC Standard Mathematical Tables, 28th ed. Boca Raton, FL: CRC Press, pp. 129 and 133, 1987.Dunham, W. Journey through Genius: The Great Theorems of Mathematics. New York: Wiley, pp. 76-77, 1990.Eshbach, O. W. Handbook of Engineering Fundamentals. New York: Wiley, 1975.Harris, J. W. and Stocker, H. "Cone." §4.7 in Handbook of Mathematics and Computational Science. New York: Springer-Verlag, pp. 104-105, 1998.Hilbert, D. and Cohn-Vossen, S. "The Cylinder, the Cone, the Conic Sections, and Their Surfaces of Revolution." §2 in Geometry and the Imagination. New York: Chelsea, pp. 7-11, 1999.Kern, W. F. and Bland, J. R. "Cone" and "Right Circular Cone." §24-25 in Solid Mensuration with Proofs, 2nd ed. New York: Wiley, pp. 57-64, 1948.Steinhaus, H. Mathematical Snapshots, 3rd ed. New York: Dover, 1999.Yates, R. C. "Cones." A Handbook on Curves and Their Properties. Ann Arbor, MI: J. W. Edwards, pp. 34-35, 1952.

Cite this as:

Weisstein, Eric W. "Cone." From MathWorld--A Wolfram Web Resource. https://mathworld.wolfram.com/Cone.html

Subject classifications