The spherical law of cosines states that $$\cos c = \cos a \cos b + \cos C \sin a \sin b,$$ where $a,b,c$ are sides of a spherical triangle, and $C$ the angle.
2026-03-27 00:03:44.1774569824
Spherical law of cosines
705 Views Asked by user319034 https://math.techqa.club/user/user319034/detail At
1
There are 1 best solutions below
Related Questions in SPHERICAL-COORDINATES
- Volume between a sphere and a cone
- Trilaterating 2D cartesian coordinates, without Z
- Divergence in Spherical & Cylindrical Polar co-ordinates derivation
- Spherical coordinates to Cartesian coordinates with arbitrary origin for spherical coordinate system
- Triple integral. Spherical coordinates. Too much calculations
- Finding the kernel of a linear map gotten from a linear map with one kind of bessel function $j_i$ and replacing them with the $y_j$
- Distribution of correlation of fixed vector on vectors of n-sphere
- Calculate $\int_{\mathbb R^3} x_3^2 e^{-\lVert x \rVert _2} \lambda_3(dx)$
- Magnitude of a Vector in Spherical Coordinates with No Radial Component
- Rotate the surface of a sphere using altitude
Related Questions in SPHERICAL-GEOMETRY
- Name of some projection of sphere onto $\mathbb{R}^2$
- Can you generalize the Triangle group to other polygons?
- motion on the surface of a 3-sphere
- What length would the sides of a triangle over Earth's surface be for the sum of its angles to be 180.1°
- why is the content of a n-sphere given by $\int_{0}^{R} S_nr^{n-1}dr = {S_nR^n \over n} $?
- Rotate a point according to a perpendicular point
- Rotate the surface of a sphere using altitude
- Is there a nice way to calculate $\int (1-x_3)^2$ over the hemisphere?
- Integrate the normal vector over a spherical polygon
- Spherical Geometry inequalities with triangles using main formula
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?

$\newcommand{\Alpha}{A}$In case it helps, consider first the Euclidean situation: We have a disk of radius $R_{0}$ centered at $(X_{0}, Y_{0})$ representing the sun at a specific time, and a disk of radius $r_{0}$ centered at $(x_{0}, y_{0})$ representing the moon at the same time. The distance between their centers is given by the Pythagorean theorem, $$ d = \sqrt{(X_{0} - x_{0})^{2} + (Y_{0} - y_{0})^{2}}. $$ The disks overlap (partial eclipse) if $d < R_{0} + r_{0}$; one disk completely occludes the other (total eclipse) if $d < |R_{0} - r_{0}|$.
In the extract, all coordinates refer to the celestial sphere. The sun at 4:30 is represented on the celestial sphere as a disk of (angular) radius $R_{0}$ whose center has right ascention $\Alpha_{0}$ and declination $\Delta_{0}$; the moon at 4:30 is represented on the celestial sphere as a disk of (angular) radius $r_{0}$ whose center has right ascention $\alpha_{0}$ and declination $\delta_{0}$.
The question is whether or not the centers of these disks are close enough for a partial or total eclipse. The crucial quantity is the spherical (i.e., angular) distance $\theta$ between the centers, which the author claims is given, at 4:30, by $$ \cos \theta = \sin \Delta_{0} \sin\delta_{0} + \cos\Delta_{0} \cos\delta_{0} \cos a_{0}. \tag{1} $$
Being more familiar with vectors and dot products than with spherical trigonometry, I'd derive (1) as follows: in an earth-centered coordinate system, the Cartesian positions of the sun and moon (on the celestial sphere, assuming unit radius) are, respectively, \begin{align*} (X, Y, Z) &= (\cos\Alpha \cos\Delta, \sin\Alpha \cos\Delta, \sin\Delta), \\ (x, y, z) &= (\cos\alpha \cos\delta, \sin\alpha \cos\delta, \sin\delta). \end{align*} The (angular) distance $\theta$ between the centers satisfies \begin{align*} \cos \theta &= (X, Y, Z) \cdot (x, y, z) \\ &= (\cos\Alpha \cos\alpha + \sin\Alpha \sin\alpha)\cos\Delta \cos\delta + \sin\Delta \sin\delta \\ &= \cos(\Alpha - \alpha)\cos\Delta \cos\delta + \sin\Delta \sin\delta \\ &= \sin\Delta \sin\delta + \cos\Delta \cos\delta \cos a; \end{align*} the third equality is the sum formula for cosine, and the last is simple rearrangement.