Can Fuchsian functions solve the general equation of degree n? - MathOverflow most recent 30 from http://mathoverflow.net 2013-05-21T19:44:56Z http://mathoverflow.net/feeds/question/35065 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://mathoverflow.net/questions/35065/can-fuchsian-functions-solve-the-general-equation-of-degree-n Can Fuchsian functions solve the general equation of degree n? profilesknoxalumnus 2010-08-10T01:15:21Z 2010-08-11T07:01:30Z <p>In the classic textbook <strong><em>Introduction to the Theory of Equations</em></strong> (Conkwright, 1941), on p. 85, the author writes that “the algebraic solution of the general equation of degree <strong><em>n</em></strong> is impossible if <strong><em>n</em></strong> is greater than four. By this we mean that it is not possible to find the exact values of the roots of every equation of degree <strong><em>n</em></strong> (<strong><em>n</em></strong> > 4) by performing upon the coefficients a finite number of additions, subtractions, multiplications, divisions, and root extractions.”</p> <p>That proposition is considered proven by the Abel-Ruffini theorem of 1824, as Conkwright surely knew. Tantalizingly, though, he goes on to say – without elaborating – that “the general equation of degree <strong><em>n</em></strong> has been solved in terms of Fuchsian functions.” And there, it seems, the trail ends. A web search of about an hour has yielded nothing more than various restatements of the problem.</p> <p>Two questions:</p> <p>(1) Can anyone state, in a form suitable for reduction to a computer algorithm, a solution or family of solutions of the general equation of degree <strong><em>n</em></strong> (whether based on Fuchsian functions or not)?</p> <p>(2) Would your solution(s) yield theoretically exact values, or only converging approximations?</p> <p>This is my first post to your site, and I apologize in advance if I've overlooked answers right under my nose. These questions have, however, stumped my math department chair. (I’m on loan to him – I normally teach humanities, but I have an engineering background and I was asked to fill in for some math courses.)</p> http://mathoverflow.net/questions/35065/can-fuchsian-functions-solve-the-general-equation-of-degree-n/35066#35066 Answer by Charles Siegel for Can Fuchsian functions solve the general equation of degree n? Charles Siegel 2010-08-10T01:28:50Z 2010-08-10T01:28:50Z <p>I'm not familiar with Fuchsian functions, but at the end of Mumford's "Tata Lectures on Theta II" there's an article by Hiroshi Umemura which explains how to arrive at exact solutions using theta functions. Part of it is available on Google Books <a href="http://books.google.com/books?id=jPFaLY31gwYC&amp;lpg=SA3-PA261&amp;ots=CXuPKsY2YC&amp;dq=hiroshi%2520umemura%2520theta&amp;pg=SA3-PA261#v=onepage&amp;q=hiroshi%2520umemura%2520theta&amp;f=false" rel="nofollow">here</a>.</p> http://mathoverflow.net/questions/35065/can-fuchsian-functions-solve-the-general-equation-of-degree-n/35069#35069 Answer by SandeepJ for Can Fuchsian functions solve the general equation of degree n? SandeepJ 2010-08-10T02:23:56Z 2010-08-10T02:23:56Z <p>Fuchsian functions are described on <a href="http://en.wikipedia.org/wiki/Automorphic_form" rel="nofollow">wikipedia</a></p> <blockquote> <p>(1) Can anyone state, in a form suitable for reduction to a computer algorithm, a solution or family of solutions of the general equation of degree n (whether based on Fuchsian functions or not)?</p> </blockquote> <p>I had prepared notes on this topic sometime ago so here goes! There are three principal ways to solve an algebraic equation of degree n:</p> <ol> <li><strong>Algebraically by using radicals in a number field.</strong> This method doesn't work if the Galois group of the equation is not solvable, which happens for general equations beyond degree 4. <em>In terms of differential equations, the method is analogous to integrating by quadrature if the Automorphism group(Lie group) is solvable.</em> For more on this, see <a href="http://www.cs.amherst.edu/~dac/galois.html" rel="nofollow">Cox's book on Galois theory</a> and <a href="http://www.amazon.com/Classical-Galois-Theory-Examples-5th/dp/0821813757" rel="nofollow">Gaal's book on Galois theory Sec 4.5</a></li> <li><strong>Transcendental - by reducing equation to some familiar "modular equation"</strong> : The genus of the function which is used as the solution generally depends on the degree of the equation. (See <a href="http://en.wikipedia.org/wiki/Hilbert%2527s_thirteenth_problem" rel="nofollow">Hilbert's 13th problem</a>) For degree {2, 3, 4}, you use trigonometric functions. For degree 5, (use genus 1) elliptic functions. For degree 6, you need genus 2 theta functions. For degree 7, depending on the Galois group, requires hyperelliptic or theta functions of genus 3. Beyond degree 7, you need to see the Umemura paper mentioned by Charles Seigel in his answer. I have omitted some information here but for general computational references, see <a href="http://www.amazon.com/Beyond-Quartic-Equation-Bruce-King/dp/0817637761" rel="nofollow">Bruce King's book Beyond Quartic.</a> and <a href="http://www.amazon.com/Elliptic-Curves-Function-Geometry-Arithmetic/dp/0521658179" rel="nofollow">McKean Moll's book Elliptic Curves Chapter 5</a> </li> <li><strong>Solution by complex dynamics</strong> : You have to find an iterative map working in a function field such that attractor(map)=root(equation). The Newton-Raphson method which we apply for degree 2 and 3 equations is actually a primitive version of this method. You can see the Julia set for Newton's method on <a href="http://mathworld.wolfram.com/NewtonsMethod.html" rel="nofollow">wolfram</a>. For more of this method, see the <a href="http://www.csulb.edu/~scrass/math.html" rel="nofollow">papers of Scott Crass</a> and <a href="http://www.math.dartmouth.edu/~doyle/docs/icos/icos/icos.html" rel="nofollow">Doyle McMullen</a>. A general reference for the method of complex dynamics is <a href="http://www.amazon.com/Geometry-Quintic-Jerry-Shurman/dp/0471130176" rel="nofollow">Shurman's book Geometry of the quintic</a>. He illustrates the similarities between this method and the method of adjoining radicals in a number field. In both cases, you are building an extension over a number/function field. The number field criterion says that says that splitting field can be constructed if Galois group is solvable while the function field criterion says the that Galois group must be nearly solvable (i.e. nearly solvable implies factor groups must be Mobius groups - rotation groups of the sphere)</li> </ol> http://mathoverflow.net/questions/35065/can-fuchsian-functions-solve-the-general-equation-of-degree-n/35197#35197 Answer by Hashem sazegar for Can Fuchsian functions solve the general equation of degree n? Hashem sazegar 2010-08-11T07:01:30Z 2010-08-11T07:01:30Z <p>you can see this paper:<em>on fuchsian difffrential equations reducible to hypergeometric equationsby linear transformations.By Tosihusa kimura.</em> <a href="http://fe.math.kobe-u.ac.jp/FE/Free/vol13/fe13-17.pdf" rel="nofollow">http://fe.math.kobe-u.ac.jp/FE/Free/vol13/fe13-17.pdf</a></p>