[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference rusure::math

Title:Mathematics at DEC
Moderator:RUSURE::EDP
Created:Mon Feb 03 1986
Last Modified:Fri Jun 06 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:2083
Total number of notes:14613

1609.0. "Parametric solution of (x-1/x)(y-1/y)=4E" by TRACE::GILBERT (Ownership Obligates) Wed May 13 1992 00:35

Help!?

I'm trying to find a parametric solution to:

	(x - 1/x) (y - 1/y) = 4 E

where the values for x and y are given by the ratio of polynomials.  That is,

	x = Xn(t)/Xd(t) and y = Yn(t)/Yd(t) satisfy the above equation, i.e.,

	  Xn(t)   Xd(t)     Yn(t)   Yd(t)
	( ----- - ----- ) ( ----- - ----- ) = 4 E
	  Xd(t)   Xn(t)     Yd(t)   Yn(t)

Here Xn, Xd, Yn, and Yd are polynomials in t (and possibly E, which is a given).


A solution would be very (very) helpful.  Even suggestions on how to disprove
the existence of such a parametric solution will be accepted.  Thanks.

					- Gilbert
T.RTitleUserPersonal
Name
DateLines
1609.13D::ROTHGeometry is the real life!Wed May 13 1992 03:1327
    If you consider your function f(x,y) as a plane algebraic curve,
    then a rational parameterization only exists if the curve has
    genus zero.  This is the case for the conic sections (circles,
    hyperbolas, parabolas), for cubics with a self intersection
    (or double point) or for quartics with a triple point.

    In implicit form you have a quartic:

	f(x,y) = x^2*y^2 - (x^2+y^2) - 4*E*x*y + 1 = 0

    Is there a point where this curve intersects itself twice?  If so,
    a line drawn thru that point will only meet the curve at one other
    point and the slope of that line will be a rational parameterization.

    I may have to look this up at home since I don't remember the
    exact details, but it's in Semple and Roth's (no relation) book on
    algebraic geometry.

    [genus zero means the curve as a Riemann surface is topologically a
    sphere;  the most general functions on the sphere are the rational
    functions.  A general cubic is genus one, or a torus and elliptic
    functions are required for parameterization.  It rapidly gets
    hairy for higher degrees...]

    later...

        - Jim
1609.23D::ROTHGeometry is the real life!Wed May 13 1992 04:395
    I sketched some examples of this curve for various values of E in the
    range [-2,2] and it looks like you're out of luck for a rational
    parameterization. (It makes a nice symmetric design, actually...)

    - Jim
1609.3TRACE::GILBERTOwnership ObligatesWed May 13 1992 17:5525
1609.4Left as a PhD thesis for the readerCIV009::LYNNLynn Yarbrough @WNP DTN 427-5663Wed May 13 1992 18:4118
>    (BTW, is there some 'easy' way of recognizing an expression as the sum
>    of two squares?  Will MAPLE do this?)

I think the answers are {No, No}. FWIW, every *integer* is the sum of 4 
integer squares, and they can be found by a simple backtrack scheme, 
largest first. But I don't see any way of dealing formally with something
like 
                       2  2       2          2      2      2
                    5 x  y  - 12 x  y - 6 x y  + 9 x  + 9 y

(original form appears after the spoiler!) 




                                2              2
                   (3 x - 2 x y)  + (x y - 3 y)

1609.5TRACE::GILBERTOwnership ObligatesThu May 14 1992 14:557
1609.6'Here's something that doesn't fit'CIV009::LYNNLynn Yarbrough @WNP DTN 427-5663Fri May 15 1992 17:323
re .-1: Yes, but that's like the moral equivalent of saying "For any 
object, one can find a set of objects of the same type of which the given
object is a non-member." Not a lot of help in attacking the problem!
1609.7GUESS::DERAMODan D'Eramo, zfc::deramoMon May 25 1992 21:2718
        re .3,
        
>    (BTW, is there some 'easy' way of recognizing an expression as the sum
>    of two squares?  Will MAPLE do this?)

        The first order theory of real closed fields in the
        language of fields {0,1,+,*} is complete.  So it can be
        proven whether or not a polynomial in x,y,z,... with
        rational coefficients ever takes on a negative value for
        real x,y,z,....  If it does, then it cannot be a sum of
        squares.  If it never takes on negative values, then I
        think it may be possible to write as a sum of squares of
        rational functions (quotients of polynomials), but I
        haven't been able to track down where I read that to see
        a precise statement of the theorem (such as, does it
        apply here).
        
        Dan