Werner Formulas
   HOME

TheInfoList



OR:

Prosthaphaeresis (from the Greek ''προσθαφαίρεσις'') was an
algorithm In mathematics and computer science, an algorithm () is a finite sequence of rigorous instructions, typically used to solve a class of specific Computational problem, problems or to perform a computation. Algorithms are used as specificat ...
used in the late 16th century and early 17th century for approximate
multiplication Multiplication (often denoted by the cross symbol , by the mid-line dot operator , by juxtaposition, or, on computers, by an asterisk ) is one of the four elementary mathematical operations of arithmetic, with the other ones being additi ...
and division using formulas from
trigonometry Trigonometry () is a branch of mathematics that studies relationships between side lengths and angles of triangles. The field emerged in the Hellenistic world during the 3rd century BC from applications of geometry to astronomical studies. T ...
. For the 25 years preceding the invention of the
logarithm In mathematics, the logarithm is the inverse function to exponentiation. That means the logarithm of a number  to the base  is the exponent to which must be raised, to produce . For example, since , the ''logarithm base'' 10 o ...
in 1614, it was the only known generally applicable way of approximating products quickly. Its name comes from the Greek ''prosthesis'' (πρόσθεσις) and ''aphaeresis'' (ἀφαίρεσις), meaning addition and subtraction, two steps in the process.Prosthaphaeresis
by Brian Borchers


History and motivation

In 16th-century Europe,
celestial navigation Celestial navigation, also known as astronavigation, is the practice of position fixing using stars and other celestial bodies that enables a navigator to accurately determine their actual current physical position in space (or on the surface of ...
of ships on long voyages relied heavily on ephemerides to determine their position and course. These voluminous charts prepared by
astronomer An astronomer is a scientist in the field of astronomy who focuses their studies on a specific question or field outside the scope of Earth. They observe astronomical objects such as stars, planets, natural satellite, moons, comets and galaxy, g ...
s detailed the position of stars and planets at various points in time. The models used to compute these were based on spherical trigonometry, which relates the angles and
arc length ARC may refer to: Business * Aircraft Radio Corporation, a major avionics manufacturer from the 1920s to the '50s * Airlines Reporting Corporation, an airline-owned company that provides ticket distribution, reporting, and settlement services * ...
s of spherical triangles (see diagram, right) using formulas such as : \cos a = \cos b \cos c + \sin b \sin c \cos \alpha and : \sin b \sin \alpha = \sin a \sin \beta, where ''a'', ''b'' and ''c'' are the angles
subtended In geometry, an angle is subtended by an arc, line segment or any other section of a curve when its two rays pass through the endpoints of that arc, line segment or curve section. Conversely, the arc, line segment or curve section confined wi ...
at the centre of the sphere by the corresponding arcs. When one quantity in such a formula is unknown but the others are known, the unknown quantity can be computed using a series of multiplications, divisions, and trigonometric table lookups. Astronomers had to make thousands of such calculations, and because the best method of multiplication available was long multiplication, most of this time was spent taxingly multiplying out products. Mathematicians, particularly those who were also astronomers, were looking for an easier way, and trigonometry was one of the most advanced and familiar fields to these people. Prosthaphaeresis appeared in the 1580s, but its originator is not known for certain; its contributors included the mathematicians
Ibn Yunis Abu al-Hasan 'Ali ibn 'Abd al-Rahman ibn Ahmad ibn Yunus al-Sadafi al-Misri (Arabic: ابن يونس; c. 950 – 1009) was an important Egyptians, Egyptian astronomer and Islamic mathematics, mathematician, whose works are noted for being ahead o ...
, Johannes Werner,
Paul Wittich Paul Wittich (c.1546 – 9 January 1586) was a German mathematician and astronomer whose Capellan geoheliocentric model, in which the inner planets Mercury and Venus orbit the sun but the outer planets Mars, Jupiter and Saturn orbit the Ea ...
,
Joost Bürgi Joost () was an Internet TV service, created by Niklas Zennström and Janus Friis (founders of Skype and Kazaa). During 2007–2008 Joost used peer-to-peer TV (P2PTV) technology to distribute content to their Mozilla-based desktop player; in la ...
, Christopher Clavius, and François Viète. Wittich, Yunis, and Clavius were all astronomers and have all been credited by various sources with discovering the method. Its most well-known proponent was Tycho Brahe, who used it extensively for astronomical calculations such as those described above. It was also used by John Napier, who is credited with inventing the logarithms that would supplant it. Nicholas Copernicus mentions "prosthaphaeresis" several times in his 1543 work , meaning the "great parallax" caused by the displacement of the observer due to the Earth's annual motion.


The identities

The trigonometric identities exploited by prosthaphaeresis relate products of
trigonometric function In mathematics, the trigonometric functions (also called circular functions, angle functions or goniometric functions) are real functions which relate an angle of a right-angled triangle to ratios of two side lengths. They are widely used in all ...
s to sums. They include the following: : \begin \sin a \sin b & = \frac \\ pt\cos a \cos b & = \frac \\ pt\sin a \cos b & = \frac \\ pt\cos a \sin b & = \frac \end The first two of these are believed to have been derived by
Jost Bürgi Jost Bürgi (also ''Joost, Jobst''; Latinisation of names, Latinized surname ''Burgius'' or ''Byrgius''; 28 February 1552 – 31 January 1632), active primarily at the courts in Kassel and Prague, was a Swiss clockmaker, a maker of astronomica ...
, who related them to ycho?Brahe; the others follow easily from these two. If both sides are multiplied by 2, these formulas are also called the Werner formulas.


The algorithm

Using the second formula above, the technique for multiplication of two numbers works as follows: # Scale down: By shifting the decimal point to the left or right, scale both numbers to values between -1 and 1 , to be referred to as \cos \alpha and \cos \beta . # Inverse cosine: Using an inverse cosine table, find two angles \alpha and \beta whose cosines are our two values. # Sum and difference: Find the sum and difference of the two angles. # Average the cosines: Find the cosines of the sum and difference angles using a cosine table and average them, giving (according to the second formula above) the product \cos \alpha \cos \beta . # Scale up: Shift the decimal place in the answer the combined number of places we have shifted the decimal in the first step for each input, but in the opposite direction. For example, say we want to multiply 105 and 720. Following the steps: # Scale down: Shift the decimal point three places to the left in each. We get \cos \alpha = 0.105 and \cos \beta = 0.720. # Inverse cosine: \cos 84^\circ is about 0.105, and \cos 44^\circ is about 0.720. # Sum and difference: 84 + 44 = 128, and 84 - 44 = 40. # Average the cosines: \tfrac(\cos 128^\circ + \cos 40^\circ) is about \tfrac(-0.616 + 0.766) = 0.075. # Scale up: For each of 105 and 720 we shifted the decimal point three places to the left, so in the answer we shift six places to the right. The result is 75\,000. This is very close to the actual product, 75\,600 (a percent error of ≈0.8%). If we want the product of the cosines of the two initial values, which is useful in some of the astronomical calculations mentioned above, this is surprisingly even easier: only steps 3 and 4 above are necessary. To divide, we exploit the definition of the secant as the reciprocal of the cosine. To divide 3500 by 70, we scale the numbers to 0.35 and 7.0. The cosine of 69.5^\circ is 0.35. Then use a table of secants to find out that 7.0 is the secant of 81.8^\circ. This means that 1/7.0 is the cosine of 81.8^\circ, and so we can multiply 0.35 by 1/7.0 using the above procedure. Average the cosine of the sum of the angles, 81.8^\circ + 69.5^\circ = 151.3^\circ, with the cosine of their difference, 81.8^\circ - 69.5^\circ = 12.3^\circ, : \tfrac(\cos 151^\circ + \cos 12.3^\circ) \approx \tfrac(-0.877 + 0.977) = 0.050. Scaling up to locate the decimal point gives the approximate answer, 50. Algorithms using the other formulas are similar, but each using different tables (sine, inverse sine, cosine, and inverse cosine) in different places. The first two are the easiest because they each only require two tables. Using the second formula, however, has the unique advantage that if only a cosine table is available, it can be used to estimate inverse cosines by searching for the angle with the nearest cosine value. Notice how similar the above algorithm is to the process for multiplying using logarithms, which follows these steps: scale down, take logarithms, add, take inverse logarithm, scale up. It is no surprise that the originators of logarithms had used prosthaphaeresis. Indeed the two are closely related mathematically. In modern terms, prosthaphaeresis can be viewed as relying on the logarithm of complex numbers, in particular on
Euler's formula Euler's formula, named after Leonhard Euler, is a mathematical formula in complex analysis that establishes the fundamental relationship between the trigonometric functions and the complex exponential function. Euler's formula states that for an ...
: e^ = \cos x + i \sin x.


Decreasing the error

If all the operations are performed with high precision, the product can be as accurate as desired. Although sums, differences, and averages are easy to compute with high precision, even by hand, trigonometric functions and especially inverse trigonometric functions are not. For this reason, the accuracy of the method depends to a large extent on the accuracy and detail of the trigonometric tables used. For example, a sine table with an entry for each degree can be off by as much as 0.0087 if we just round an angle off to the nearest degree; each time we double the size of the table (for example, by giving entries for every half-degree instead of every degree) we halve this error. Tables were painstakingly constructed for prosthaphaeresis with values for every second, or 3600th of a degree. Inverse sine and cosine functions are particularly troublesome, because they become steep near −1 and 1. One solution is to include more table values in this area. Another is to scale the inputs to numbers between −0.9 and 0.9. For example, 950 would become 0.095 instead of 0.950. Another effective approach to enhancing the accuracy is linear interpolation, which chooses a value between two adjacent table values. For example, if we know that the sine of 45° is about 0.707 and the sine of 46° is about 0.719, we can estimate the sine of 45.7° as 0.707 × (1 − 0.7) + 0.719 × 0.7 = 0.7154. The actual sine is 0.7157. A table of cosines with only 180 entries combined with linear interpolation is as accurate as a table with about entries without it. Even a quick estimate of the interpolated value is often much closer than the nearest table value. See
lookup table In computer science, a lookup table (LUT) is an array that replaces runtime computation with a simpler array indexing operation. The process is termed as "direct addressing" and LUTs differ from hash tables in a way that, to retrieve a value v wi ...
for more details.


Reverse identities

The product formulas can also be manipulated to obtain formulas that express addition in terms of multiplication. Although less useful for computing products, these are still useful for deriving trigonometric results: : \begin \sin a + \sin b & = 2 \sin \left(\frac \right) \cos \left(\frac \right) \\ pt\sin a - \sin b & = 2 \cos \left(\frac \right) \sin \left(\frac \right) \\ pt\cos a + \cos b & = 2 \cos \left(\frac \right) \cos \left(\frac \right) \\ pt\cos a - \cos b & = -2 \sin \left(\frac \right) \sin \left(\frac \right) \end


See also

* Slide rule


References

{{reflist


External links


Prosthaphaeresis formulas
* Daniel E. Otero

Introduction: the need for speed in calculation.

* Adam Mosley

University of Cambridge. * IEEE Computer Society

* ttps://web.archive.org/web/20180520205524/http://www.pballew.net/arithm18.html#Prostha Math Words: Prosthaphaeresis* Beatrice Lumpkin.
African and African-American Contributions to Mathematics
'. Discusses Ibn Yunis's contribution to prosthaphaeresis.
Prosthaphaeresis
and beat phenomenon in the theory of vibrations, by Nicholas J. Rose Trigonometry Arithmetic