Solid angle
The solid angle, Ω, is the two-dimensional angle in three-dimensional space that an object subtends at a point. It is a measure of how large that object appears to an observer looking from that point. A small object nearby may subtend the same solid angle as a larger object farther away (for example, the small/near Moon can totally eclipse the large/remote Sun because, as observed from a point on the Earth, both objects fill almost exactly the same amount of sky). An object's solid angle is equal to the area of the segment of unit sphere (centered at the vertex of the angle) restricted by the object (this definition works in any dimension, including 1D and 2D). A solid angle equals the area of a segment of unit sphere in the same way a planar angle equals the length of an arc of unit circle.
The units of solid angle can be called steradian (abbreviated "sr") according to SI. From the point of view of mathematics and physics solid angle is dimensionless and has no units, thus "sr" might be skipped in scientific texts. The solid angle of a sphere measured from a point in its interior is 4π sr, and the solid angle subtended at the center of a cube by one of its faces is one-sixth of that, or 2π/3 sr. Solid angles can also be measured in square degrees (1 sr = (180/π)2 square degree) or in fractions of the sphere (i.e., fractional area), 1 sr = 1/4π fractional area.
In spherical coordinates, there is a simple formula as
The solid angle for an arbitrary oriented surface S subtended at a point P is equal to the solid angle of the projection of the surface S to the unit sphere with center P, which can be calculated as the surface integral:
where is the vector position of an infinitesimal area of surface with respect to point P and where represents the unit vector normal to . Even if the projection on the unit sphere to the surface S is not isomorphic, the multiple folds are correctly considered according to the surface orientation described by the sign of the scalar product .
Tetrahedron
Let OABC be the vertices of a tetrahedron with an origin at O subtended by the triangular face ABC where are the vector positions of the vertices A, B and C. Define the vertex angle to be the angle BOC and define correspondingly. Let be the dihedral angle between the planes that contain the tetrahedral faces OAC and OBC and define correspondingly. The solid angle at O subtended by the triangular surface ABC is given by
This follows from the theory of spherical excess and it leads to the fact that there is an analogous theorem to the theorem that "The sum of internal angles of a planar triangle is equal to ", for the sum of the four internal solid angles of a tetrahedron as follows:
where ranges over all six of the dihedral angles between any two planes that contain the tetrahedral faces OAB, OAC, OBC and ABC.
An efficient algorithm for calculating the solid angle at O subtended by the triangular surface ABC where are the vector positions of the vertices A, B and C has been given by Oosterom and Strackee:[1]
where
denotes the determinant of the matrix that results when writing the vectors together in a row, e.g. and so on—this is also equivalent to the scalar triple product of the three vectors;
- is the vector representation of point A, while is the magnitude of that vector (the origin-point distance);
- denotes the scalar product.
When implementing the above equation care must be taken with the atan
function to avoid negative or incorrect solid angles. One source of potential errors is that the determinant can be negative if a,b,c have the wrong winding. Computing abs(det)
is a sufficient solution since no other portion of the equation depends on the winding. The other pitfall arises when the determinant is positive but the divisor is negative. In this case atan
returns a negative value that must be biased by .
float tri_projection(float3 a, float3 b, float3 c)
{
float det = abs(dot(a,cross(b,c)));
float al = length(a);
float bl = length(b);
float cl = length(c);
float div = al*bl*cl + dot(a,b)*cl + dot(a,c)*bl + dot(b,c)*al;
float at = atan2(det, div);
if(at < 0) at += M_PIf; // If det>0 && div<0 atan2 returns < 0, so add pi.
float omega = 2.0f * at;
return omega;
}
Another useful formula for calculating the solid angle of the tetrahedron at the origin O that is purely a function of the vertex angles is given by L' Huilier's theorem as
where
Practical applications
- Defining luminous intensity and luminance
- Calculating spherical excess E of a spherical triangle
- The calculation of potentials by using the boundary element method (BEM)
- Evaluating the size of ligands in metal complexes, see ligand cone angle.
- Calculating the electric field and magnetic field strength around charge distributions.
- Deriving Gauss's Law.
- Calculating emissive power and irradiation in heat transfer.
- Calculating cross sections in Rutherford scattering.
Solid angles for common objects
Cone, spherical cap, hemisphere
The solid angle of a cone with apex angle , is the area of a spherical cap on a unit sphere
(The above result is found by computing the following double integral using the unit surface element in spherical coordinates):
Over 2200 years ago Archimedes proved, without the use of calculus, that the surface area of a spherical cap was always equal to the area of a circle whose radius was equal to the distance from the rim of the spherical cap to the point where the cap's axis of symmetry intersects the cap. In the diagram opposite this radius is given as:
Hence for a unit sphere the solid angle of the spherical cap is given as:
When θ = π/2, the spherical cap becomes a hemisphere having a solid angle 2π.
The solid angle of the complement of the cone (picture a melon with the cone cut out) is clearly:
A terran astronomical observer positioned at latitude can see this much of the celestial sphere as the earth rotates, that is, a proportion
At the equator you see all of the celestial sphere, at either pole only one half.
Pyramid
The solid angle of a four-sided right rectangular pyramid with apex angles and (dihedral angles measured to the opposite side faces of the pyramid) is
If both the side lengths (α and β) of the base of the pyramid and the distance (d) from the center of the base rectangle to the apex of the pyramid (the center of the sphere) are known, then the above equation can be manipulated to give
The solid angle of a right n-gonal pyramid, where the pyramid base is a regular n-sided polygon of radius (r), with a
pyramid height (h) is
Latitude-longitude rectangle
The solid angle of a latitude-longitude rectangle on a globe is , where and are north and south lines of latitude (measured from the equator in radians with angle increasing northward), and and are east and west lines of longitude (where the angle in radians increases eastward).[2] Mathematically, this represents an arc of angle swept around a sphere by radians. When longitude spans 2π radians and latitude spans π radians, the solid angle is that of a sphere.
A latitude-longitude rectangle should not be confused with the solid angle of a rectangular pyramid. All four sides of a rectangular pyramid intersect the sphere's surface in great circle arcs. With a latitude-longitude rectangle, only lines of longitude are great circle arcs; lines of latitude are not.
Sun and Moon
The Sun and Moon are both seen from Earth at an apparent diameter of about 0.5°, thus they each cover a solid angle of about 0.20 deg2 or square degrees, thus they each cover a fractional area of approximately 0.00048% of the total celestial sphere which is about 6×10−5 steradian.
Solid angles in arbitrary dimensions
The solid angle subtended by the full surface of the unit n-sphere can be defined in any number of dimensions . One often needs this solid angle factor in calculations with spherical symmetry. It is given by the formula
where is the Gamma function. When is an integer, the Gamma function can be computed explicitly. It follows that
This gives the expected results of 2π rad for the 2D circumference and 4π sr for the 3D sphere. It also throws the slightly less obvious 2 for the 1D case, in which the origin-centered unit "sphere" is the set , which indeed has a measure of 2.
References
- ^ Van Oosterom, A (1983). "The Solid Angle of a Plane Triangle". IEEE Trans. Biom. Eng. BME-30 (2): 125–126. doi:10.1109/TBME.1983.325207.
{{cite journal}}
: Unknown parameter|coauthors=
ignored (|author=
suggested) (help) - ^ http://mathforum.org/library/drmath/view/63767.html
- Arthur P. Norton, A Star Atlas, Gall and Inglis, Edinburgh, 1969
- F. M. Jackson, Polytopes in Euclidean n-Space. Inst. Math. Appl. Bull. (UK) 29, 172-174, Nov./Dec. 1993.
- M. G. Kendall, A Course in the Geometry of N Dimensions, No. 8 of Griffin's Statistical Monographs & Courses, ed. M. G. Kendall, Charles Griffin & Co. Ltd, London, 1961
- Weisstein, Eric W. "Spherical Excess". MathWorld.
- Weisstein, Eric W. "Solid Angle". MathWorld.