Template:Short description

File:Spherical cap diagram.tiff
An example of a spherical cap in blue (and another in red)

In geometry, a spherical cap or spherical dome is a portion of a sphere or of a ball cut off by a plane. It is also a spherical segment of one base, i.e., bounded by a single plane. If the plane passes through the center of the sphere (forming a great circle), so that the height of the cap is equal to the radius of the sphere, the spherical cap is called a hemisphere.

Volume and surface areaEdit

The volume of the spherical cap and the area of the curved surface may be calculated using combinations of

  • The radius <math>r</math> of the sphere
  • The radius <math>a</math> of the base of the cap
  • The height <math>h</math> of the cap
  • The polar angle <math>\theta</math> between the rays from the center of the sphere to the apex of the cap (the pole) and the edge of the disk forming the base of the cap.

These variables are inter-related through the formulas <math> a = r \sin \theta</math>, <math>h = r ( 1 - \cos \theta )</math>, <math>2hr = a^2 + h^2</math>, and <math>2 h a = (a^2 + h^2)\sin \theta</math>.

Using <math>r</math> and <math>h</math> Using <math>a</math> and <math>h</math> Using <math>r</math> and <math>\theta</math>
Volume <math>V = \frac {\pi h^2}{3} (3r-h)</math> <ref name="handbook">Template:Citation.</ref> <math>V = \frac{1}{6}\pi h (3a^2 + h^2)</math> <math>V = \frac{\pi}{3} r^3 (2+\cos\theta) (1-\cos\theta)^2 </math>
Area <math>A = 2 \pi r h</math><ref name="handbook"/> <math>A =\pi (a^2 + h^2)</math> <math>A=2 \pi r^2 (1-\cos \theta)</math>
Constraints <math> 0 \leq h \leq 2 r </math> <math> 0 \leq a, \; 0 \leq h </math> <math> 0 \leq \theta \leq \pi, \; 0 \leq r</math>

If <math>\phi</math> denotes the latitude in geographic coordinates, then <math>\theta+\phi = \pi/2 = 90^\circ\,</math>, and <math>\cos \theta = \sin \phi</math>.

Deriving the surface area intuitively from the spherical sector volumeEdit

Note that aside from the calculus based argument below, the area of the spherical cap may be derived from the volume <math>V_{sec}</math> of the spherical sector, by an intuitive argument,<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}Template:Cbignore</ref> as

<math>A = \frac{3}{r}V_{sec} = \frac{3}{r} \frac{2\pi r^2h}{3} = 2\pi rh\,.</math>

The intuitive argument is based upon summing the total sector volume from that of infinitesimal triangular pyramids. Utilizing the pyramid (or cone) volume formula of <math>V = \frac{1}{3} bh'</math>, where <math>b</math> is the infinitesimal area of each pyramidal base (located on the surface of the sphere) and <math>h'</math> is the height of each pyramid from its base to its apex (at the center of the sphere). Since each <math>h'</math>, in the limit, is constant and equivalent to the radius <math>r</math> of the sphere, the sum of the infinitesimal pyramidal bases would equal the area of the spherical sector, and:

<math>V_{sec} = \sum{V} = \sum\frac{1}{3} bh' = \sum\frac{1}{3} br = \frac{r}{3} \sum b = \frac{r}{3} A</math>

Deriving the volume and surface area using calculusEdit

File:Spherical cap from rotation.svg
Rotating the green area creates a spherical cap with height <math>h</math> and sphere radius <math>r</math>.

The volume and area formulas may be derived by examining the rotation of the function

<math>f(x)=\sqrt{r^2-(x-r)^2}=\sqrt{2rx-x^2}</math>

for <math>x \in [0,h]</math>, using the formulas the surface of the rotation for the area and the solid of the revolution for the volume. The area is

<math>A = 2\pi\int_0^h f(x) \sqrt{1+f'(x)^2} \,dx </math>

The derivative of <math>f</math> is

<math>f'(x) = \frac{r-x}{\sqrt{2rx-x^2}} </math>

and hence

<math>1+f'(x)^2 = \frac{r^2}{2rx-x^2} </math>

The formula for the area is therefore

<math>A = 2\pi\int_0^h \sqrt{2rx-x^2} \sqrt{\frac{r^2}{2rx-x^2}} \,dx
        = 2\pi \int_0^h r\,dx
        = 2\pi r \left[x\right]_0^h
        = 2 \pi r h </math>

The volume is

<math>V = \pi \int_0^h f(x)^2 \,dx
        = \pi \int_0^h (2rx-x^2) \,dx
        = \pi \left[rx^2-\frac13x^3\right]_0^h
        = \frac{\pi h^2}{3} (3r - h)</math>

Moment of inertiaEdit

The moments of inertia of a spherical cap (where the z-axis is the symmetrical axis) about the principal axes (center) of the sphere are:

<math>J_{zz,\text{cap}} = \frac{m h \left( 3 h^2 - 15 h R + 20 R^2 \right)}{10 \left( 3 R - h \right)}

</math>

<math>J_{xx,\text{cap}} = J_{yy, \text{cap}} =\frac{m \left( -9 h^3 + 45 h^2 R - 80 h R^2 + 60 R^3 \right)}{20 \left( 3 R - h \right)} </math>

where m and h are, respectively, the mass and height of the spherical cap and R is the radius of the entire sphere.

ApplicationsEdit

Volumes of union and intersection of two intersecting spheresEdit

The volume of the union of two intersecting spheres of radii <math>r_1</math> and <math>r_2</math> is <ref>Template:Cite journal</ref>

<math> V = V^{(1)}-V^{(2)}\,,</math>

where

<math>V^{(1)} = \frac{4\pi}{3}r_1^3 +\frac{4\pi}{3}r_2^3</math>

is the sum of the volumes of the two isolated spheres, and

<math>V^{(2)} = \frac{\pi h_1^2}{3}(3r_1-h_1)+\frac{\pi h_2^2}{3}(3r_2-h_2)</math>

the sum of the volumes of the two spherical caps forming their intersection. If <math>d \le r_1+r_2</math> is the distance between the two sphere centers, elimination of the variables <math>h_1</math> and <math>h_2</math> leads to<ref>Template:Cite journal</ref><ref>Template:Cite journal</ref>

<math>V^{(2)} = \frac{\pi}{12d}(r_1+r_2-d)^2 \left( d^2+2d(r_1+r_2)-3(r_1-r_2)^2 \right)\,.</math>

Volume of a spherical cap with a curved baseEdit

The volume of a spherical cap with a curved base can be calculated by considering two spheres with radii <math>r_1</math> and <math>r_2</math>, separated by some distance <math>d</math>, and for which their surfaces intersect at <math>x=h</math>. That is, the curvature of the base comes from sphere 2. The volume is thus the difference between sphere 2's cap (with height <math>(r_2-r_1)-(d-h)</math>) and sphere 1's cap (with height <math>h</math>),

<math>\begin{align} V & = \frac{\pi h^2}{3}(3r_1-h) - \frac{\pi [(r_2-r_1)-(d-h)]^2}{3}[3r_2-((r_2-r_1)-(d-h))]\,, \\ V & = \frac{\pi h^2}{3}(3r_1-h) - \frac{\pi}{3}(d-h)^3\left(\frac{r_2-r_1}{d-h}-1\right)^2\left[\frac{2r_2+r_1}{d-h}+1\right]\,. \end{align} </math>

This formula is valid only for configurations that satisfy <math>0<d<r_2</math> and <math>d-(r_2-r_1)<h\leq r_1</math>. If sphere 2 is very large such that <math>r_2\gg r_1</math>, hence <math>d \gg h</math> and <math>r_2\approx d</math>, which is the case for a spherical cap with a base that has a negligible curvature, the above equation is equal to the volume of a spherical cap with a flat base, as expected.

Areas of intersecting spheresEdit

Consider two intersecting spheres of radii <math>r_1</math> and <math>r_2</math>, with their centers separated by distance <math>d</math>. They intersect if

<math>|r_1-r_2|\leq d \leq r_1+r_2</math>

From the law of cosines, the polar angle of the spherical cap on the sphere of radius <math>r_1</math> is

<math>\cos \theta = \frac{r_1^2-r_2^2+d^2}{2r_1d}</math>

Using this, the surface area of the spherical cap on the sphere of radius <math>r_1</math> is

<math>A_1 = 2\pi r_1^2 \left( 1+\frac{r_2^2-r_1^2-d^2}{2 r_1 d} \right)</math>

Surface area bounded by parallel disksEdit

The curved surface area of the spherical segment bounded by two parallel disks is the difference of surface areas of their respective spherical caps. For a sphere of radius <math>r</math>, and caps with heights <math>h_1</math> and <math>h_2</math>, the area is

<math>A=2 \pi r |h_1 - h_2|\,,</math>

or, using geographic coordinates with latitudes <math>\phi_1</math> and <math>\phi_2</math>,<ref>Template:Cite book</ref>

<math>A=2 \pi r^2 |\sin \phi_1 - \sin \phi_2|\,,</math>

For example, assuming the Earth is a sphere of radius 6371 km, the surface area of the arctic (north of the Arctic Circle, at latitude 66.56° as of August 2016<ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>) is Template:Math = Template:Convert, or Template:Math = 4.125% of the total surface area of the Earth.

This formula can also be used to demonstrate that half the surface area of the Earth lies between latitudes 30° South and 30° North in a spherical zone which encompasses all of the tropics.

GeneralizationsEdit

Sections of other solidsEdit

The spheroidal dome is obtained by sectioning off a portion of a spheroid so that the resulting dome is circularly symmetric (having an axis of rotation), and likewise the ellipsoidal dome is derived from the ellipsoid.

Hyperspherical capEdit

Generally, the <math>n</math>-dimensional volume of a hyperspherical cap of height <math>h</math> and radius <math>r</math> in <math>n</math>-dimensional Euclidean space is given by:<ref name="S-Li">Template:Cite journal</ref> <math display="block">V = \frac{\pi ^ {\frac{n-1}{2}}\, r^{n}}{\,\Gamma \left ( \frac{n+1}{2} \right )} \int_{0}^{\arccos\left(\frac{r-h}{r}\right)}\sin^n (\theta) \,\mathrm{d}\theta</math> where <math>\Gamma</math> (the gamma function) is given by <math> \Gamma(z) = \int_0^\infty t^{z-1} \mathrm{e}^{-t}\,\mathrm{d}t </math>.

The formula for <math>V</math> can be expressed in terms of the volume of the unit n-ball <math display="inline">C_n = \pi^{n/2} / \Gamma[1+\frac{n}{2}]</math> and the hypergeometric function <math>{}_{2}F_{1}</math> or the regularized incomplete beta function <math>I_x(a,b)</math> as <math display="block">V = C_{n} \, r^{n} \left( \frac{1}{2}\, - \,\frac{r-h}{r} \,\frac{\Gamma[1+\frac{n}{2}]}{\sqrt{\pi}\,\Gamma[\frac{n+1}{2}]} {\,\,}_{2}F_{1}\left(\tfrac{1}{2},\tfrac{1-n}{2};\tfrac{3}{2};\left(\tfrac{r-h}{r}\right)^{2}\right)\right) = \frac{1}{2}C_{n} \, r^n I_{(2rh-h^2)/r^2} \left(\frac{n+1}{2}, \frac{1}{2} \right),</math>

and the area formula <math>A</math> can be expressed in terms of the area of the unit n-ball <math display="inline">A_{n}={2\pi^{n/2}/\Gamma[\frac{n}{2}]}</math> as <math display="block">A =\frac{1}{2}A_{n} \, r^{n-1} I_{(2rh-h^2)/r^2} \left(\frac{n-1}{2}, \frac{1}{2} \right),</math> where <math>0\le h\le r </math>.

A. Chudnov<ref name="Minimax-86">Template:Cite journal</ref> derived the following formulas: <math display="block"> A = A_n r^{n-1} p_ { n-2 } (q),\, V = C_n r^{n} p_n (q) , </math> where <math display="block"> q = 1-h/r (0 \le q \le 1 ), p_n (q) =(1-G_n(q)/G_n(1))/2 , </math> <math display="block"> G _n(q)= \int _0^q (1-t^2) ^ { (n-1) /2 } dt .</math>

For odd <math> n=2k+1 </math>: <math display="block"> G_n(q) = \sum_{i=0}^k (-1) ^i \binom k i \frac {q^{2i+1}} {2i+1} .</math>

AsymptoticsEdit

If <math> n \to \infty </math> and <math>q\sqrt n = \text{const.}</math>, then <math> p_n (q) \to 1- F({q \sqrt n}) </math> where <math> F() </math> is the integral of the standard normal distribution.<ref name= "Game-91">Template:Cite journal</ref>

A more quantitative bound is <math> A/(A_n r^{n-1}) = n^{\Theta(1)} \cdot [(2-h/r)h/r]^{n/2} </math>. For large caps (that is when <math>(1-h/r)^4\cdot n = O(1)</math> as <math>n\to \infty</math>), the bound simplifies to <math>n^{\Theta(1)} \cdot e^{-(1-h/r)^2n/2} </math>.<ref>Template:Cite conference</ref>

See alsoEdit

Template:Portal

ReferencesEdit

Template:Reflist

Further readingEdit

External linksEdit

Template:Sister project

  • {{#invoke:Template wrapper|{{#if:|list|wrap}}|_template=cite web

|_exclude=urlname, _debug, id |url = https://mathworld.wolfram.com/{{#if:SphericalCap%7CSphericalCap.html}} |title = Spherical cap |author = Weisstein, Eric W. |website = MathWorld |access-date = |ref = Template:SfnRef }} Derivation and some additional formulas.