Cylinder (EntityTopic, 14)

From Hi.gher. Space

Revision as of 08:49, 9 February 2007 by INVERTED (Talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Shape

Geometry

A cylinder is a special case of a prism where the base is a circle.

Equations

  • Assumption: Cylinder is centered at the origin.
  • Variables:
r ⇒ radius of cylinder
h ⇒ height of cylinder
  • All points (x, y, z) that lie on the surface of a cylinder will satisfy the following equations:
x2 + y2 = r2
abs(z) ≤ h/2
   -- or --
x2 + y2 < r2
abs(z) = h/2
  • All points (x, y, z) that lie on the edges of a cylinder will satisfy the following equations:
x2 + y2 = r2
abs(z) = h/2
total edge length = 4πr
surface area = 2πr(r+h)
volume = πr2h
[!x,!y] ⇒ rectangle with width (2rcos(πn/2)), height (h)
[!z] ⇒ circle of radius (r)




Notable Trishapes
Regular: tetrahedroncubeoctahedrondodecahedronicosahedron
Direct truncates: tetrahedral truncatecubic truncateoctahedral truncatedodecahedral truncateicosahedral truncate
Mesotruncates: stauromesohedronstauroperihedronstauropantohedronrhodomesohedronrhodoperihedronrhodopantohedron
Snubs: snub staurohedronsnub rhodohedron
Curved: spheretoruscylinderconefrustumcrind

Template:Rotopes