- Source: Spherical law of cosines
In spherical trigonometry, the law of cosines (also called the cosine rule for sides) is a theorem relating the sides and angles of spherical triangles, analogous to the ordinary law of cosines from plane trigonometry.
Given a unit sphere, a "spherical triangle" on the surface of the sphere is defined by the great circles connecting three points u, v, and w on the sphere (shown at right). If the lengths of these three sides are a (from u to v), b (from u to w), and c (from v to w), and the angle of the corner opposite c is C, then the (first) spherical law of cosines states:
cos
c
=
cos
a
cos
b
+
sin
a
sin
b
cos
C
{\displaystyle \cos c=\cos a\cos b+\sin a\sin b\cos C\,}
Since this is a unit sphere, the lengths a, b, and c are simply equal to the angles (in radians) subtended by those sides from the center of the sphere. (For a non-unit sphere, the lengths are the subtended angles times the radius, and the formula still holds if a, b and c are reinterpreted as the subtended angles). As a special case, for C = π/2, then cos C = 0, and one obtains the spherical analogue of the Pythagorean theorem:
cos
c
=
cos
a
cos
b
{\displaystyle \cos c=\cos a\cos b\,}
If the law of cosines is used to solve for c, the necessity of inverting the cosine magnifies rounding errors when c is small. In this case, the alternative formulation of the law of haversines is preferable.
A variation on the law of cosines, the second spherical law of cosines, (also called the cosine rule for angles) states:
cos
C
=
−
cos
A
cos
B
+
sin
A
sin
B
cos
c
{\displaystyle \cos C=-\cos A\cos B+\sin A\sin B\cos c\,}
where A and B are the angles of the corners opposite to sides a and b, respectively. It can be obtained from consideration of a spherical triangle dual to the given one.
Proofs
= First proof
=Let u, v, and w denote the unit vectors from the center of the sphere to those corners of the triangle. The angles and distances do not change if the coordinate system is rotated, so we can rotate the coordinate system so that
u
{\displaystyle \mathbf {u} }
is at the north pole and
v
{\displaystyle \mathbf {v} }
is somewhere on the prime meridian (longitude of 0). With this rotation, the spherical coordinates for
v
{\displaystyle \mathbf {v} }
are
(
r
,
θ
,
ϕ
)
=
(
1
,
a
,
0
)
,
{\displaystyle (r,\theta ,\phi )=(1,a,0),}
where θ is the angle measured from the north pole not from the equator, and the spherical coordinates for
w
{\displaystyle \mathbf {w} }
are
(
r
,
θ
,
ϕ
)
=
(
1
,
b
,
C
)
.
{\displaystyle (r,\theta ,\phi )=(1,b,C).}
The Cartesian coordinates for
v
{\displaystyle \mathbf {v} }
are
(
x
,
y
,
z
)
=
(
sin
a
,
0
,
cos
a
)
{\displaystyle (x,y,z)=(\sin a,0,\cos a)}
and the Cartesian coordinates for
w
{\displaystyle \mathbf {w} }
are
(
x
,
y
,
z
)
=
(
sin
b
cos
C
,
sin
b
sin
C
,
cos
b
)
.
{\displaystyle (x,y,z)=(\sin b\cos C,\sin b\sin C,\cos b).}
The value of
cos
c
{\displaystyle \cos c}
is the dot product of the two Cartesian vectors, which is
sin
a
sin
b
cos
C
+
cos
a
cos
b
.
{\displaystyle \sin a\sin b\cos C+\cos a\cos b.}
= Second proof
=Let u, v, and w denote the unit vectors from the center of the sphere to those corners of the triangle. We have u · u = 1, v · w = cos c, u · v = cos a, and u · w = cos b. The vectors u × v and u × w have lengths sin a and sin b respectively and the angle between them is C, so
sin
a
sin
b
cos
C
=
(
u
×
v
)
⋅
(
u
×
w
)
=
(
u
⋅
u
)
(
v
⋅
w
)
−
(
u
⋅
v
)
(
u
⋅
w
)
=
cos
c
−
cos
a
cos
b
{\displaystyle {\begin{aligned}\sin a\sin b\cos C&=({\mathbf {u}}\times {\mathbf {v}})\cdot ({\mathbf {u}}\times {\mathbf {w}})\\&=({\mathbf {u}}\cdot {\mathbf {u}})({\mathbf {v}}\cdot {\mathbf {w}})-({\mathbf {u}}\cdot {\mathbf {v}})({\mathbf {u}}\cdot {\mathbf {w}})\\&=\cos c-\cos a\cos b\end{aligned}}}
using cross products, dot products, and the Binet–Cauchy identity
(
p
×
q
)
⋅
(
r
×
s
)
=
(
p
⋅
r
)
(
q
⋅
s
)
−
(
p
⋅
s
)
(
q
⋅
r
)
.
{\displaystyle ({\mathbf {p}}\times {\mathbf {q}})\cdot ({\mathbf {r}}\times {\mathbf {s}})=({\mathbf {p}}\cdot {\mathbf {r}})({\mathbf {q}}\cdot {\mathbf {s}})-({\mathbf {p}}\cdot {\mathbf {s}})({\mathbf {q}}\cdot {\mathbf {r}}).}
Rearrangements
The first and second spherical laws of cosines can be rearranged to put the sides (a, b, c) and angles (A, B, C) on opposite sides of the equations:
cos
C
=
cos
c
−
cos
a
cos
b
sin
a
sin
b
cos
c
=
cos
C
+
cos
A
cos
B
sin
A
sin
B
{\displaystyle {\begin{aligned}\cos C&={\frac {\cos c-\cos a\cos b}{\sin a\sin b}}\\\cos c&={\frac {\cos C+\cos A\cos B}{\sin A\sin B}}\\\end{aligned}}}
Planar limit: small angles
For small spherical triangles, i.e. for small a, b, and c, the spherical law of cosines is approximately the same as the ordinary planar law of cosines,
c
2
≈
a
2
+
b
2
−
2
a
b
cos
C
.
{\displaystyle c^{2}\approx a^{2}+b^{2}-2ab\cos C\,.}
To prove this, we will use the small-angle approximation obtained from the Maclaurin series for the cosine and sine functions:
cos
a
=
1
−
a
2
2
+
O
(
a
4
)
sin
a
=
a
+
O
(
a
3
)
{\displaystyle {\begin{aligned}\cos a&=1-{\frac {a^{2}}{2}}+O\left(a^{4}\right)\\\sin a&=a+O\left(a^{3}\right)\end{aligned}}}
Substituting these expressions into the spherical law of cosines nets:
1
−
c
2
2
+
O
(
c
4
)
=
1
−
a
2
2
−
b
2
2
+
a
2
b
2
4
+
O
(
a
4
)
+
O
(
b
4
)
+
cos
(
C
)
(
a
b
+
O
(
a
3
b
)
+
O
(
a
b
3
)
+
O
(
a
3
b
3
)
)
{\displaystyle 1-{\frac {c^{2}}{2}}+O\left(c^{4}\right)=1-{\frac {a^{2}}{2}}-{\frac {b^{2}}{2}}+{\frac {a^{2}b^{2}}{4}}+O\left(a^{4}\right)+O\left(b^{4}\right)+\cos(C)\left(ab+O\left(a^{3}b\right)+O\left(ab^{3}\right)+O\left(a^{3}b^{3}\right)\right)}
or after simplifying:
c
2
=
a
2
+
b
2
−
2
a
b
cos
C
+
O
(
c
4
)
+
O
(
a
4
)
+
O
(
b
4
)
+
O
(
a
2
b
2
)
+
O
(
a
3
b
)
+
O
(
a
b
3
)
+
O
(
a
3
b
3
)
.
{\displaystyle c^{2}=a^{2}+b^{2}-2ab\cos C+O\left(c^{4}\right)+O\left(a^{4}\right)+O\left(b^{4}\right)+O\left(a^{2}b^{2}\right)+O\left(a^{3}b\right)+O\left(ab^{3}\right)+O\left(a^{3}b^{3}\right).}
The big O terms for a and b are dominated by O(a4) + O(b4) as a and b get small, so we can write this last expression as:
c
2
=
a
2
+
b
2
−
2
a
b
cos
C
+
O
(
a
4
)
+
O
(
b
4
)
+
O
(
c
4
)
.
{\displaystyle c^{2}=a^{2}+b^{2}-2ab\cos C+O\left(a^{4}\right)+O\left(b^{4}\right)+O\left(c^{4}\right).}
History
Something equivalent to the spherical law of cosines was used (but not stated in general) by al-Khwārizmī (9th century), al-Battānī (9th century), and Nīlakaṇṭha (15th century).
See also
Half-side formula
Hyperbolic law of cosines
Solution of triangles
Spherical law of sines
Notes
Kata Kunci Pencarian:
- Spherical law of cosines
- Law of cosines
- Law of sines
- Spherical trigonometry
- Hyperbolic law of cosines
- Solution of triangles
- Great-circle distance
- Haversine formula
- Dihedral angle
- Solar irradiance