<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.2.5">
</HEAD>
<BODY>
A bit more on the meridional distance (pardon my continual misspelling).<BR>
<BR>
The kernel of the integral in the manual is simply the radius of the earth's surface in<BR>
the plane of the meridian:<BR>
<BR>
rho = a(1-e^2)/(1-e^2sin^2(phi))^(3/2)<BR>
<BR>
where a:earth's semi-major axis, e: eccentricity and phi: geodetic latitude.<BR>
Note that if eccentricity becomes 0 then then rho = a and integrating for<BR>
meridional distance simply becomes a*phi.<BR>
<BR>
The traditional solution has been to do a binomial expansion of the denominator<BR>
and follow with a term-by-term integration of the series. Very messy and keeps<BR>
one out of the bars for a while.&nbsp; The difference between the multiple angle<BR>
series (sin(n*phi)) versus the power series ((sin(phi))^n) depends upon which set<BR>
of integral tables one wishes to use.&nbsp; The power series is computationally<BR>
desirable in minimizing computer time by drastically cutting time spent calling<BR>
the sine function (another power series).<BR>
<BR>
The elliptic integral method (which is also a power series) came about when<BR>
I happened to locate the integral in Gradsbteyn &amp; Rysbik along with a method<BR>
to evaluate the elliptic integral that gave solution which converged to machine<BR>
precision fairly rapidly.&nbsp; The method is slightly slower than the last power<BR>
series method in PROJ4 but much more accurate.<BR>
<BR>
Testing was made by numerical integration with GP-PARI multiple precision package<BR>
although any multiple precision package ought to work.<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
<PRE>
-- 
_____________________________________________________________
Jerry and the Low Riders: Daisy Mae and Joshua
&quot;The most certain test by which we judge whether a country is
really free is the amount of security enjoyed by minorities&quot;
---Lord Acton, 1907 
</PRE>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>