Powerful p-group: Difference between revisions

From formulasearchengine
Jump to navigation Jump to search
en>D.Lazard
 
en>Yobot
m →‎References: clean up /fixed checkwiki error 18 using AWB (8717)
Line 1: Line 1:
The writer's title is Christy Brookins. Since I was 18 I've been operating as a bookkeeper but soon my spouse and I will begin our personal business. Alaska is where he's always been living. To play lacross is the factor I adore most of all.<br><br>Feel free to visit my web blog - online reader ([http://genelab.microbio.pusan.ac.kr/~home_ver2/zbxe/index.php?document_srl=1056744&mid=lecutre17 genelab.microbio.pusan.ac.kr])
'''Prosthaphaeresis''' was an [[algorithm]] used in the late 16th century and early 17th century for approximate [[multiplication]] and [[Division (mathematics)|division]] using formulas from [[trigonometry]]. For the 25 years preceding the invention of the [[logarithm]] in 1614, it was the only known generally-applicable way of approximating products quickly. Its name comes from the [[Greek language|Greek]] ''prosthesis'' and ''aphaeresis'', meaning ''addition'' and ''subtraction'', two steps in the process.<ref>{{cite journal | author = Pierce, R. C., Jr.  |date=January 1977 | title = A Brief History of Logarithms | journal = The Two-Year College Mathematics Journal | volume = 8 | issue = 1 | pages = 22–26 | publisher = Mathematical Association of America| doi = 10.2307/3026878 | jstor = 3026878 }}</ref><ref>[http://www.nmt.edu/~borchers/prost.pdf Prosthaphaeresis], by Brian Borchers</ref>
 
== History and motivation ==
 
[[Image:RechtwKugeldreieck.svg|right|thumb|250px|A spherical triangle]]
In sixteenth century Europe, [[celestial navigation]] of ships on long voyages relied heavily on [[ephemerides]] to determine their position and course. These voluminous charts prepared by [[astronomer]]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 lengths of spherical triangles (see diagram, right) using formulas such as:
 
* cos ''a'' = cos ''b'' cos ''c'' + sin ''b'' sin ''c'' cos α
* sin ''b'' sin α = sin ''a'' sin β
 
where ''a'', ''b'' and ''c'' are the angles subtended 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 [[Multiplication algorithm#Long multiplication|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 [[Paul Wittich]], [[Ibn Yunis]], [[Joost Bürgi]], [[Johannes Werner]], [[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.
(Additional information: Nicholas Copernicus mentions 'prosthaphaeresis' several times in his work De Revolutionibus Orbium Coelestium, published in 1543, meaning the "great parallax" caused by the displacement of the observer due to the Earth's annual motion.)
 
== The identities ==
The [[trigonometric identity|trigonometric identities]] exploited by prosthaphaeresis relate products of [[trigonometric function]]s to sums. They include the following:
 
* sin ''a'' sin ''b'' = ½[cos(''a'' − ''b'') − cos(''a'' + ''b'')]
* cos ''a'' cos ''b'' = ½[cos(''a'' − ''b'') + cos(''a'' + ''b'')]
* sin ''a'' cos ''b'' = ½[sin(''a'' + ''b'') + sin(''a'' − ''b'')]
* cos ''a'' sin ''b'' = ½[sin(''a'' + ''b'') − sin(''a'' − ''b'')].
 
The first two of these are believed to have been derived by [[Jost Bürgi|Bürgi]], who related them to 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 works as follows:
# '''Scale down''': By shifting the decimal point to the left or right, scale both numbers to a value between −1 and 1.
# '''Inverse cosine''': Using an inverse cosine table, find two angles 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.
# '''Scale up''': Shift the decimal place in the answer to the right (or left) as many places as you shifted the decimal place to the left (or right) in the first step, for each input.
 
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: 0.105, 0.720
# '''Inverse cosine''': cos(84°) is about 0.105, cos(44°) is about 0.720
# '''Sum and difference''': 84 + 44 = 128, 84 − 44 = 40
# '''Average the cosines''': ½[cos(128°) + cos(40°)] is about ½[−0.616 + 0.766], or 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.
 
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 degrees is 0.35. Then use a table of [[Trigonometric function|secant]]s to find out that 7.0 is the secant of 81.8 degrees. This means that 1/7.0 is the cosine of 81.8 degrees, 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+69.5=151.3, with the cosine of their difference, 81.8-69.5=12.3
:½[cos(151°) + cos(−15°)] is about ½[−0.877 + 0.977], or 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 the steps: scale down, take logarithms, add, take inverse logarithm, scale up. It's 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 the identity <math>e^{ix}=\cos x + i \sin x</math>.
 
== 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 [[Nearest-neighbor interpolation|choose the closest number]]; each time we double the size of the table 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 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 &times; (1 − 0.7) + 0.719 &times; 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 45000 entries without it. Even a quick estimate of the interpolated value is often much closer than the nearest table value. See [[lookup table]] 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:
 
* sin ''a'' + sin ''b'' = 2sin[½(''a'' + ''b'')]cos[½(''a'' − ''b'')]
* sin ''a'' − sin ''b'' = 2cos[½(''a'' + ''b'')]sin[½(''a'' − ''b'')]
* cos ''a'' + cos ''b'' = 2cos[½(''a'' + ''b'')]cos[½(''a'' − ''b'')]
* cos ''a'' − cos ''b'' = −2sin[½(''a'' + ''b'')]sin[½(''a'' − ''b'')]
 
==References==
{{reflist}}
 
== External links ==
* [http://planetmath.org/encyclopedia/ProsthaphaeresisFormulas.html PlanetMath: Prosthaphaeresis formulas]
* Daniel E. Otero  [http://cerebro.xu.edu/math/math147/02f/briggs/briggsintro.html Henry Briggs]. Introduction: the need for speed in calculation.
* [http://mathworld.wolfram.com/ProsthaphaeresisFormulas.html Mathworld: Prosthaphaeresis formulas]
* Adam Mosley. [http://www.hps.cam.ac.uk/starry/tychomaths.html Tycho Brahe and Mathematical Techniques]. University of Cambridge.
* IEEE Computer Society. [http://pages.cpsc.ucalgary.ca/~williams/History_web_site/time%201500_1800/John%20Napier%20and%20invention%20of%20logs.htm History of computing: John Napier and the invention of logarithms].(doesn't open)
* [http://www.pballew.net/arithm18.html#Prostha Math Words: Prosthaphaeresis]
* Beatrice Lumpkin. ''[http://www.pps.k12.or.us/depts-c/mc-me/be-af-ma.pdf African and African-American Contributions to Mathematics]''. Discusses Ibn Yunis's contribution to prosthaphaeresis.
* [http://www4.ncsu.edu/~njrose/pdfFiles/Prostha.pdf Prosthaphaeresis] and beat phenomenon in the theory of vibrations, by Nicholas J. Rose
 
[[Category:Trigonometry]]
[[Category:Arithmetic]]

Revision as of 17:02, 1 December 2012

Prosthaphaeresis was an algorithm used in the late 16th century and early 17th century for approximate multiplication and division using formulas from trigonometry. For the 25 years preceding the invention of the logarithm 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.[1][2]

History and motivation

A spherical triangle

In sixteenth century Europe, celestial navigation of ships on long voyages relied heavily on ephemerides to determine their position and course. These voluminous charts prepared by astronomers 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 lengths of spherical triangles (see diagram, right) using formulas such as:

  • cos a = cos b cos c + sin b sin c cos α
  • sin b sin α = sin a sin β

where a, b and c are the angles subtended 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 Paul Wittich, Ibn Yunis, Joost Bürgi, Johannes Werner, 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. (Additional information: Nicholas Copernicus mentions 'prosthaphaeresis' several times in his work De Revolutionibus Orbium Coelestium, published in 1543, 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 functions to sums. They include the following:

  • sin a sin b = ½[cos(ab) − cos(a + b)]
  • cos a cos b = ½[cos(ab) + cos(a + b)]
  • sin a cos b = ½[sin(a + b) + sin(ab)]
  • cos a sin b = ½[sin(a + b) − sin(ab)].

The first two of these are believed to have been derived by Bürgi, who related them to 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 works as follows:

  1. Scale down: By shifting the decimal point to the left or right, scale both numbers to a value between −1 and 1.
  2. Inverse cosine: Using an inverse cosine table, find two angles whose cosines are our two values.
  3. Sum and difference: Find the sum and difference of the two angles.
  4. Average the cosines: Find the cosines of the sum and difference angles using a cosine table and average them.
  5. Scale up: Shift the decimal place in the answer to the right (or left) as many places as you shifted the decimal place to the left (or right) in the first step, for each input.

For example, say we want to multiply 105 and 720. Following the steps:

  1. Scale down: Shift the decimal point three places to the left in each. We get: 0.105, 0.720
  2. Inverse cosine: cos(84°) is about 0.105, cos(44°) is about 0.720
  3. Sum and difference: 84 + 44 = 128, 84 − 44 = 40
  4. Average the cosines: ½[cos(128°) + cos(40°)] is about ½[−0.616 + 0.766], or 0.075
  5. 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.

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 degrees is 0.35. Then use a table of secants to find out that 7.0 is the secant of 81.8 degrees. This means that 1/7.0 is the cosine of 81.8 degrees, 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+69.5=151.3, with the cosine of their difference, 81.8-69.5=12.3

½[cos(151°) + cos(−15°)] is about ½[−0.877 + 0.977], or 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 the steps: scale down, take logarithms, add, take inverse logarithm, scale up. It's 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 the identity .

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 choose the closest number; each time we double the size of the table 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 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 45000 entries without it. Even a quick estimate of the interpolated value is often much closer than the nearest table value. See lookup table 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:

  • sin a + sin b = 2sin[½(a + b)]cos[½(ab)]
  • sin a − sin b = 2cos[½(a + b)]sin[½(ab)]
  • cos a + cos b = 2cos[½(a + b)]cos[½(ab)]
  • cos a − cos b = −2sin[½(a + b)]sin[½(ab)]

References

43 year old Petroleum Engineer Harry from Deep River, usually spends time with hobbies and interests like renting movies, property developers in singapore new condominium and vehicle racing. Constantly enjoys going to destinations like Camino Real de Tierra Adentro.

External links

  1. One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting

    In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang

    Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules

    Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.

    A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running

    The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more

    There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang
  2. Prosthaphaeresis, by Brian Borchers