531
φ
Pi
, λ
Pi
= SDGP (φ
P′i
, λ
P′i
, β
i
– 180°, d
i
= var) (39)
……………………………………….
φ
Pn
, λ
Pn
= SDGP (φ
P′n
, λ
P′n
, β
n
– 180°, d
n
= var) (40)
where d or α or β are adjusted by any small incre-
ments until e.g.
∑
=
=ϕλ−λ+ϕ−ϕ
n
1i
Pi
22
Pi
2
Pi
mincos)()(
(41)
where
(42)
(43)
It is worth mentioning, that we will achieve the
least square errors position in the case of excessive
number of position lines.
5.7 Position lines of different accuracies
In the case of position lines of different accuracies
we can extend Equation 29 or 41 with weights – e.g.
reciprocal of mean square errors m
i
∑
=
=
ϕλ−λ+ϕ−ϕ
n
1i
2
i
Pi
22
Pi
2
Pi
min
m
cos)()(
(44)
5.8 Bearings for long ranges
For long ranges
α ≠ β – 180° (45)
If this difference is significant, for Section 5.1,
we at first iteratively search for α from the equation
α
2-1
= SDGP (φ
P′
, λ
P′
, α = var, d) (46)
until
α
2-1
= β (47)
and then
φ
P
, λ
P
= SDGP (φ
P′
, λ
P′
, α, d) (48)
For Section 5.4 and 5.5 Equations 32, 33, 36, 39
and 40 becomes respectively to
φ
Pi
, λ
Pi
= SDGP (φ
P′i
, λ
P′i
, α
i
= var, d
i
= var) (49)
and additionally
α
2-1i
= SDGP (φ
P′i
, λ
P′i
, α
i
= var, d
i
= var) (50)
as well as Equations 29 and 41 should be supple-
mented by the component e.g.
ϕ
β
+
ϕϕ
β
α−β
−
2
PiM
ii
2
PiPiN
ii
2
i12i
)(R
cosd
cos)(R
sind
)(
(51)
for each β
i
.
6 ACCURACY OF THE SOLUTION OF THE
DIRECT GEODETIC PROBLEM
“The accuracy of geodetic distances computed
through the e
2
, e
4
, e
6
order for very long geodesics is
within a few meters, centimeters and tenth of milli-
meters respectively. Azimuths are good to tenth,
thousandths and hundreds thousandths of a second.
Further improvement of results occurs for shorter
lines” (Sodano 1958).
7 DIRECT COMPUTATION FORM SIMPLIFIED
For shorter distances (the abovementioned “very
long geodesics” means even 20 000 km) or lower
required accuracies we can use equations from Ap-
pendix A reduced to e
2
and f order. Therefore Equa-
tion A 9 becomes to
)cossin(em
4
1
sinea
2
1
SSS
2'
1
S
2'
1S0
ΦΦ+Φ−+
Φ−Φ=Φ
(52)
and Equation A 12 becomes to
(53)
8 CIRCULAR FUNCTIONS
The angles α
2-1
and γ from Equations A 10 and A 11
have to be calculated with the circular function
tan
-1
(), but this function gives solutions in the range
(-90°, 90°). For full range (0°, 360°) retrieving tables
of quadrants are used in Sodano 1965.
For computer calculations a special procedure
should be used to retrieve the full range (0°, 360°)
from the signs of the numerator N and the denomi-
nator D and to detect and support a division by zero
case e.g.:
For
IF D ≠ 0 THEN ANGLE = ATN(N/D)
IF D < 0 THEN ANGLE = ANGLE + 180°: END IF