close
The Wayback Machine - https://web.archive.org/web/20120621230050/http://mathworld.wolfram.com:80/Cone.html

Cone

DOWNLOAD Mathematica Notebook EXPLORE THIS TOPIC IN the MathWorld Classroom

In general, a cone is a pyramid with a circular cross section. A right cone is a cone with its vertex above the center of its base. However, when used without qualification, the term "cone" often means "right cone."

In discussions of conic sections, the word "cone" is taken to mean "double cone," i.e., two cones placed apex to apex. The 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 cone.

Cones are implemented in Mathematica as Cone[{{x1, y1, z1}, {x2, y2, z2}}, r].

ConeDimensions

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.

Wolfram Web Resources

Mathematica »

The #1 tool for creating Demonstrations and anything technical.

Wolfram|Alpha »

Explore anything with the first computational knowledge engine.

Wolfram Demonstrations Project »

Explore thousands of free applications across science, mathematics, engineering, technology, business, art, finance, social sciences, and more.

Computable Document Format »

The format that makes Demonstrations (and any information) easy to share and interact with.

STEM initiative »

Programs & resources for educators, schools & students.

Computerbasedmath.org »

Join the initiative for modernizing math education.