Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

This question is motivated by a remark of Bill Dubuque on my answer to the following question:

An Algorithm to compute the GCD of polynomials of coprime numbers?

Vieta jumping is based on the idea that if you have a quadratic equation with integer coefficients that is symmetric in $x$ and $y$, you can try to find a descent argument by replacing $x$ by the other root of the equation and then changing the roles of $x$ and $y$.

see also http://en.wikipedia.org/wiki/Vieta_jumping

To quote Bill Dubuque's comment:

"Vieta jumping" is a strange name for what is essentially descent in a group of integer points on a conic (realized by reflection). This is a special case of results on Pell equations (or equivalent theories).

And here is finally my question:

Does the Pell equation point of view give a good characterisation when this procedure will actually give a descent?

share|improve this question
It would be very useful if someone could give an example of this "descent". Or describe what it is. – quanta May 11 '11 at 19:57
In the gray question, descent just means that the integers do get smaller, so that the procedure stops eventually. But this should be linked to a degenerate case of descent for Pell equations (or not, that's why I ask this quesiton). So, there are two kinds of descent of my question and the goal of the question is to unify them. – Phira May 11 '11 at 20:07
I really have no idea why this question is related to Viète. As to the desired examples, it is already given in the link. I saw nothing about the equation of Pell which guarantees the validity of the method, not able to be found in the elementary ones. From the point of view of me, it depends largely upon the quadratic equation you constructed to solve the question. Maybe this is what you meant by the characterization? In any case, what is the difficulty in the process of solving real questions, may I know? – awllower Aug 18 '11 at 15:03

1 Answer

up vote 4 down vote accepted
+100

If $(x/z , y/z)$ is a rational point of the Pell conic $X^2 - \Delta Y^2 = 4$ and $gcd(x,z)=1$, then the Diophantine equation $z T^2 + x T U + z U^2 = y^2$ in variables $T, U$ can be viewed as a descendant of the Pell conic, and there is a descent via the jumping you refer to. Two points are required to perform the descent. Fortunately if we have $(T, U)$ then we also have $(U, T)$. One can `subtract' one point from the other. The specific details of how to get this to work are in my Ph.D. thesis, which I intend to submit next month but it follows from the article Arithmetic of Pell surfaces, Acta Arith., (2011).

share|improve this answer
The rest of my answer is at: mathoverflow.net/questions/48251 – Samuel Hambleton Oct 9 '11 at 7:29

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.