ACM Home Page
Please provide us with feedback. Feedback
The unwinding number
Full text PdfPdf (643 KB)
Source ACM SIGSAM Bulletin archive
Volume 30 ,  Issue 2  (June 1996) table of contents
Pages: 28 - 35  
Year of Publication: 1996
ISSN:0163-5824
Authors
Publisher
ACM  New York, NY, USA
Bibliometrics
Downloads (6 Weeks): 3,   Downloads (12 Months): 19,   Citation Count: 8
Additional Information:

abstract   references   cited by   index terms   collaborative colleagues  

Tools and Actions: Review this Article  
DOI Bookmark: Use this link to bookmark this Article: http://doi.acm.org/10.1145/235699.235705
What is a DOI?

ABSTRACT

From the Oxford English Dictionary we find that to unwind can mean "to become free from a convoluted state". Further down we find the quotation "The solution of all knots, and unwinding of all intricacies", from H. Brooke (The Fool of Quality, 1809). While we do not promise that the unwinding number, defined below, will solve all intricacies, we do show that it may help for quite a few problems.Our original interest in this area came from a problem in which an early version of DERIVE was computing the wrong answer when simplifying sin(sin-1 z), which should always be just z. For z > 1, DERIVE was getting -z as the answer. This bug has of course long since been fixed.What was happening was that in order to improve internal efficiency, all the inverse trig functions were represented as arctangents. Consulting an elementary book of tables, one finds the identitysin-1 z = tan-1 (z/√1 - z2). (1)In the same vein, one finds thatsin(tan-1 w) = w/√1 + w2. (2)Substituting equations (1) and (2) into sin(sin-1 z) and simplifying, we getz/√1 - z2 1/√1/1 - z2, (3)which DERIVE quite properly refused to simplify to z, because this is not always equal to z (see [2]).The fix in this case was to replace equation (2) withsin(tan-1 w) = w√1/1 + w2. (4)which differs from the original only on the branch cut. See [7] for more discussion. This change allows the simplification of sin(sin-1 z) to z. Verifying that this approach worked, and indeed trying to understand the problem to begin with, led us to attempt various definitions of a 'branch function'. This introductory problem turned out to be the tip of an iceberg of problems connected with using the principal branch of multivalued elementary functions.


REFERENCES

Note: OCR errors may be found in this Reference List extracted from the full text article. ACM has opted to expose the complete List rather than only correct and linked references.

 
1
[1] T. M. Apostol, Mathematical Analysis, 2nd ed., Addison-Wesley, 1974.
2
 
3
[3] Robert M. Corless, Gaston H. Gonnet, D. E. G. Hare, D. J. Jeffrey, & D. E. Knuth, "On the Lambert W Function", Advances in Computational Mathematics, in press.
 
4
[4] D. J. Jeffrey, D. E. G. Hare, & Robert M. Corless, "Unwinding the branches of the Lambert W function", Math. Scientist 21 1-7 (1996).
5
 
6
[6] W. Kahan, "Branch cuts for complex elementary functions", in The State of the Art in Numerical Analysis: Proceedings of the Joint IMA/SIAM Conference on the State of the Art in Numerical Analysis, University of Birmingham, April 14-18, 1986, M. J. D. Powell and A. Iserles, Eds, Oxford University Press.
7
8

CITED BY  8

Collaborative Colleagues:
Robert M. Corless: colleagues
David J. Jeffrey: colleagues