Talk:Elliptic integral
From Wikipedia, the free encyclopedia
I would like to see more history, for example that many mathmaticians tried to find a closed form (a formula) for them until it was discovered that there is no closed form. (User Meni Taub)
- Well, is that so interesting? Even if it's true, which it probably is. Probably the most important single case was the equation of the pendulum. Charles Matthews 19:27, 25 Sep 2004 (UTC)
Can someone explain why the general form integrates from c to x, yet most of the examples integrate from 0 to 1? The examples don't appear to fit the general form. -P3d0 11:31, 16 Jul 2004 (UTC)
The complete integrals are what one expects to evaluate to a period, i.e. the analogue of what 2π is in trigonometry. The incomplete integrals are analogues of arcsin, as it turns up in integrating
- (1 - t2)-1/2.
Charles Matthews 12:53, 16 Jul 2004 (UTC)
[edit] Which convention(s) should be used or discussed here?
There are differing conventions regarding notation of elliptic integrals. The differences can be very confusing, especially to a novice.
Examples: In the current article Ellipse, the precise expression for perimeter is given correctly, as 4 a E(e), using the only convention currently presented in this article. That is, the argument of E is the "modulus" (often denoted k). But according to another convention, in which the argument of E is the "parameter" (often denoted m, equal to the square of the modulus), the perimeter should instead be given as 4 a E(e^2). Both of these conventions are currently used; for example, the computer algebra system Maple uses the modulus convention, while Mathematica uses the parameter convention.
Things get substantially messier when dealing with incomplete integrals, since they have two arguments. In the current article Ellipsoid, the precise expression for surface area of a scalene ellipsoid is given correctly, but using a convention which is different from that presented here currently. But that article links here, and so one might well think that its convention is the same as that used here. In fact, however, instead of, say, E(theta, m), that article should give E(sin(theta); sqrt(m)) if the convention presented here currently is to be used.
So what should be done in this article? There are several options. The options which I consider most reasonable are the following:
1. Stick with a single convention, perhaps the one currently given, and do not even mention any others. This is the easiest thing for us to do, but it does not help the reader who will then be confused when encountering other conventions elsewhere.
2. Stick with a single convention, perhaps the one currently given, and merely warn readers that other conventions are in common use. BTW, a good source for the differences in conventions is An Atlas of Functions by Spanier and Oldham; see Chapters 61-62.
3. Stick with a single convention, perhaps the one currently given, for use in Wikipedia, warn readers that several other conventions are used elsewhere, and briefly discuss (but do not use) a few of the most important competing conventions.
Option 3. is my preference. What's yours?
--David W. Cantrell 15:21, 31 Dec 2004 (UTC)
[edit] List of notations
I agree with David, but I dislike the current notations. Let us elaborate the notations. Each function should have its name.
The notations in the current Elliptic integral are borrowed from the handbook by Abramowitz_&_Stegun. These notations reserve too many single-letter names {k,m,α,φ,x,u,F,E,P,K,Π}.
In addition, these notations use the 3 delimeters {";" , "|", "\"} in non-traditional way:
Delimeter ";" (semicolon) instead of "," (comma) in the pointer to the two-argument funciton E (or F) indicates, that, before to evaluate the function, we should replace the first argument with its arcsin.
Delimeter "|" (vertical bar) indicates that we should replace the second argument with its square root.
Delimeter "\" (backslash) indicates that we should replace the second argument with its sin.
In the case of the 3-argument funciton Π, the conversion rules seem to be more complicated; I have not yet elaborated them.
We should give each elliptic integral a name, usable and usual in calculus as well as in programming. How about "EllipticK" used by Mathematica? Is it too long? Or should we shorten the names to 3 characters, for example, elk, elf, ele? Or the funcrions should be called {Fsemicolon,Fbar,Fbackslash} in order to indicate { F( ; ) , F( | ) , F( \ ) } ? Obviously, these are different funcions, and they should have different names, for example, EllipticSemicolonF.EllipticBarF,EllipticBackslashF, and so on. However, I would prefer something shorter instead.
Also, I agree, the bridges to the most common notations used in books should be given. -- —The preceding unsigned comment was added by Domitori (talk • contribs).
- We should use a notation being commonly used in mathematics. This excludes long names like "EllipticK", which are only used in Mathematica and other computer algebra systems that need a unique name for every function, and other names proposed like elk or Fsemicolon. Mathematicians prefer having a short single-letter name and live with the resulting ambiguity.
- The use of the delimiters ; | \ is traditional in elliptic integrals. As the article on Abramowitz and Stegun says, "The notation used in the Handbook is the de facto standard for much of applied mathematics today." -- Jitse Niesen (talk) 05:58, 8 June 2006 (UTC)
Jitse: your talk, and that by David above are very important. They should be mentioned at the main page. Please check how I cited you there. --dima 02:44, 9 June 2006 (UTC)
P.S. The reader should be warned about tricky notations. To avoid confusions with different notations in Mathematica and Maple, I suggest the simple conversion relation:
elliptick(x)=EllipticK[x^2]
elliptice(x,y)=EllipticE[x,y^2]
As for the "short single-letter name and live with the resulting ambiguity", this mean that we should supply the definition of the function even if we use it only once; we cannot say simply "F(1/2\1/4)".