segment of a sphere (cut by 2 parallel planes, having base circle radius b, top circle radius t & height h):
area of convex surface = 2r(pi)h
total surface area = (pi) * (b2 + 2rh + t2)
volume = (pi) * h * (3b2 + 3t2 + h2) / 6
wedge segment of sphere (a = angle between the 2 planes):
volume = (pi) * r3 * a / 270
Cylinders
Right Circular Cylinder:
area of convex surface = 2 r (π) h
total surface area = 2 r (π) (r+h)
volume = (π)r2h
Cones
Right Circular Cones:
length of slant side (l) = sqrt (r2 + h2)
area of convex surface = (π) r l
total surface area = (π)r(r+l)
volume = (1/3)(π)hr2
Catenary: Hanging cable between two poles
a catenary is the curve that an idealized hanging chain or cable assumes under its own weight when supported only at its ends
if w = distance between poles, p = height of pole and c = lowest height of cable above the ground which has cartesian coords (x,y) with (0,0) being the lowest point of the cable
thus v = vertical drop height of the cable from its attachments at the top of each pole and v = p-c
the cartesian coordinates for the top of the right pole is (w/2,v)
thus v = a * cosh(w/2a) - a thus cosh(w/2a) = (v + a)/a
if you know v and l you can solve for w using cosh2(t) - sinh2(t) = 1:
((v + a)/a)2 - (L/2a)2 = 1
solve for a using quadratic equations then substitute a back into earlier formulae to get w
obviously, for the special case when cable length is twice the vertical drop of the cable, the distance between the poles must be ZERO and the above equations will not work.