Pell's equation
Pell's equation, also called the Pell–Fermat equation, is any Diophantine equation of the form [math]\displaystyle{ x^2 - ny^2 = 1, }[/math] where n is a given positive nonsquare integer, and integer solutions are sought for x and y. In Cartesian coordinates, the equation is represented by a hyperbola; solutions occur wherever the curve passes through a point whose x and y coordinates are both integers, such as the trivial solution with x = 1 and y = 0. Joseph Louis Lagrange proved that, as long as n is not a perfect square, Pell's equation has infinitely many distinct integer solutions. These solutions may be used to accurately approximate the square root of n by rational numbers of the form x/y.
This equation was first studied extensively in India starting with Brahmagupta,[1] who found an integer solution to [math]\displaystyle{ 92x^2 + 1 = y^2 }[/math] in his Brāhmasphuṭasiddhānta circa 628.[2] Bhaskara II in the 12th century and Narayana Pandit in the 14th century both found general solutions to Pell's equation and other quadratic indeterminate equations. Bhaskara II is generally credited with developing the chakravala method, building on the work of Jayadeva and Brahmagupta. Solutions to specific examples of Pell's equation, such as the Pell numbers arising from the equation with n = 2, had been known for much longer, since the time of Pythagoras in Greece and a similar date in India. William Brouncker was the first European to solve Pell's equation. The name of Pell's equation arose from Leonhard Euler mistakenly attributing Brouncker's solution of the equation to John Pell.[3][4][note 1]
History
As early as 400 BC in India and Greece, mathematicians studied the numbers arising from the n = 2 case of Pell's equation,
- [math]\displaystyle{ x^2 - 2y^2 = 1, }[/math]
and from the closely related equation
- [math]\displaystyle{ x^2 - 2y^2 = -1 }[/math]
because of the connection of these equations to the square root of 2.[5] Indeed, if x and y are positive integers satisfying this equation, then x/y is an approximation of √2. The numbers x and y appearing in these approximations, called side and diameter numbers, were known to the Pythagoreans, and Proclus observed that in the opposite direction these numbers obeyed one of these two equations.[5] Similarly, Baudhayana discovered that x = 17, y = 12 and x = 577, y = 408 are two solutions to the Pell equation, and that 17/12 and 577/408 are very close approximations to the square root of 2.[6]
Later, Archimedes approximated the square root of 3 by the rational number 1351/780. Although he did not explain his methods, this approximation may be obtained in the same way, as a solution to Pell's equation.[5] Likewise, Archimedes's cattle problem — an ancient word problem about finding the number of cattle belonging to the sun god Helios — can be solved by reformulating it as a Pell's equation. The manuscript containing the problem states that it was devised by Archimedes and recorded in a letter to Eratosthenes,[7] and the attribution to Archimedes is generally accepted today.[8][9]
Around AD 250, Diophantus considered the equation
- [math]\displaystyle{ a^2 x^2 + c = y^2, }[/math]
where a and c are fixed numbers, and x and y are the variables to be solved for. This equation is different in form from Pell's equation but equivalent to it. Diophantus solved the equation for (a, c) equal to (1, 1), (1, −1), (1, 12), and (3, 9). Al-Karaji, a 10th-century Persian mathematician, worked on similar problems to Diophantus.[10]
In Indian mathematics, Brahmagupta discovered that
- [math]\displaystyle{ (x_1^2 - Ny_1^2)(x_2^2 - Ny_2^2) = (x_1x_2 + Ny_1y_2)^2 - N(x_1y_2 + x_2y_1)^2, }[/math]
a form of what is now known as Brahmagupta's identity. Using this, he was able to "compose" triples [math]\displaystyle{ (x_1, y_1, k_1) }[/math] and [math]\displaystyle{ (x_2, y_2, k_2) }[/math] that were solutions of [math]\displaystyle{ x^2 - Ny^2 = k }[/math], to generate the new triples
- [math]\displaystyle{ (x_1x_2 + Ny_1y_2 , x_1y_2 + x_2y_1 , k_1k_2) }[/math] and [math]\displaystyle{ (x_1x_2 - Ny_1y_2 , x_1y_2 - x_2y_1 , k_1k_2). }[/math]
Not only did this give a way to generate infinitely many solutions to [math]\displaystyle{ x^2 - Ny^2 = 1 }[/math] starting with one solution, but also, by dividing such a composition by [math]\displaystyle{ k_1k_2 }[/math], integer or "nearly integer" solutions could often be obtained. For instance, for [math]\displaystyle{ N = 92 }[/math], Brahmagupta composed the triple (10, 1, 8) (since [math]\displaystyle{ 10^2 - 92(1^2) = 8 }[/math]) with itself to get the new triple (192, 20, 64). Dividing throughout by 64 ("8" for [math]\displaystyle{ x }[/math] and [math]\displaystyle{ y }[/math]) gave the triple (24, 5/2, 1), which when composed with itself gave the desired integer solution (1151, 120, 1). Brahmagupta solved many Pell's equations with this method, proving that it gives solutions starting from an integer solution of [math]\displaystyle{ x^2 - Ny^2 = k }[/math] for k = ±1, ±2, or ±4.[11]
The first general method for solving the Pell's equation (for all N) was given by Bhāskara II in 1150, extending the methods of Brahmagupta. Called the chakravala (cyclic) method, it starts by choosing two relatively prime integers [math]\displaystyle{ a }[/math] and [math]\displaystyle{ b }[/math], then composing the triple [math]\displaystyle{ (a, b, k) }[/math] (that is, one which satisfies [math]\displaystyle{ a^2 - Nb^2 = k }[/math]) with the trivial triple [math]\displaystyle{ (m, 1, m^2 - N) }[/math] to get the triple [math]\displaystyle{ \big(am + Nb, a + bm, k(m^2 - N)\big) }[/math], which can be scaled down to
- [math]\displaystyle{ \left(\frac{am + Nb}{k}, \frac{a + bm}{k}, \frac{m^2 - N}{k}\right). }[/math]
When [math]\displaystyle{ m }[/math] is chosen so that [math]\displaystyle{ \frac{a + bm}{k} }[/math] is an integer, so are the other two numbers in the triple. Among such [math]\displaystyle{ m }[/math], the method chooses one that minimizes [math]\displaystyle{ \frac{m^2 - N}{k} }[/math] and repeats the process. This method always terminates with a solution. Bhaskara used it to give the solution x = 1766319049, y = 226153980 to the N = 61 case.[11]
Several European mathematicians rediscovered how to solve Pell's equation in the 17th century. Pierre de Fermat found how to solve the equation and in a 1657 letter issued it as a challenge to English mathematicians.[12] In a letter to Kenelm Digby, Bernard Frénicle de Bessy said that Fermat found the smallest solution for N up to 150 and challenged John Wallis to solve the cases N = 151 or 313. Both Wallis and William Brouncker gave solutions to these problems, though Wallis suggests in a letter that the solution was due to Brouncker.[13]
John Pell's connection with the equation is that he revised Thomas Branker's translation[14] of Johann Rahn's 1659 book Teutsche Algebra[note 2] into English, with a discussion of Brouncker's solution of the equation. Leonhard Euler mistakenly thought that this solution was due to Pell, as a result of which he named the equation after Pell.[4]
The general theory of Pell's equation, based on continued fractions and algebraic manipulations with numbers of the form [math]\displaystyle{ P + Q\sqrt{a}, }[/math] was developed by Lagrange in 1766–1769.[15] In particular, Lagrange gave a proof that the Brouncker-Wallis algorithm always terminates.
Solutions
Fundamental solution via continued fractions
Let [math]\displaystyle{ h_i/k_i }[/math] denote the sequence of convergents to the regular continued fraction for [math]\displaystyle{ \sqrt{n} }[/math]. This sequence is unique. Then the pair [math]\displaystyle{ (x_1, y_1) }[/math] solving Pell's equation and minimizing x satisfies x1 = hi and y1 = ki for some i. This pair is called the fundamental solution. Thus, the fundamental solution may be found by performing the continued fraction expansion and testing each successive convergent until a solution to Pell's equation is found.[16]
The time for finding the fundamental solution using the continued fraction method, with the aid of the Schönhage–Strassen algorithm for fast integer multiplication, is within a logarithmic factor of the solution size, the number of digits in the pair [math]\displaystyle{ (x_1, y_1) }[/math]. However, this is not a polynomial-time algorithm because the number of digits in the solution may be as large as √n, far larger than a polynomial in the number of digits in the input value n.[17]
Additional solutions from the fundamental solution
Once the fundamental solution is found, all remaining solutions may be calculated algebraically from[17]
- [math]\displaystyle{ x_k + y_k \sqrt n = (x_1 + y_1 \sqrt n)^k, }[/math]
expanding the right side, equating coefficients of [math]\displaystyle{ \sqrt{n} }[/math] on both sides, and equating the other terms on both sides. This yields the recurrence relations
- [math]\displaystyle{ x_{k+1} = x_1 x_k + n y_1 y_k, }[/math]
- [math]\displaystyle{ y_{k+1} = x_1 y_k + y_1 x_k. }[/math]
Concise representation and faster algorithms
Although writing out the fundamental solution (x1, y1) as a pair of binary numbers may require a large number of bits, it may in many cases be represented more compactly in the form
- [math]\displaystyle{ x_1+y_1\sqrt n = \prod_{i=1}^t (a_i + b_i\sqrt n)^{c_i} }[/math]
using much smaller integers ai, bi, and ci.
For instance, Archimedes' cattle problem is equivalent to the Pell equation [math]\displaystyle{ x^2 - 410\,286\,423\,278\,424 y^2 = 1 }[/math], the fundamental solution of which has 206545 digits if written out explicitly. However, the solution is also equal to
- [math]\displaystyle{ x_1 + y_1 \sqrt n = u^{2329}, }[/math]
where
- [math]\displaystyle{ u = x'_1 + y'_1 \sqrt{4\,729\,494} = (300\,426\,607\,914\,281\,713\,365 \sqrt{609} + 84\,129\,507\,677\,858\,393\,258 \sqrt{7766})^2 }[/math]
and [math]\displaystyle{ x'_1 }[/math] and [math]\displaystyle{ y'_1 }[/math] only have 45 and 41 decimal digits respectively.[17]
Methods related to the quadratic sieve approach for integer factorization may be used to collect relations between prime numbers in the number field generated by √n and to combine these relations to find a product representation of this type. The resulting algorithm for solving Pell's equation is more efficient than the continued fraction method, though it still takes more than polynomial time. Under the assumption of the generalized Riemann hypothesis, it can be shown to take time
- [math]\displaystyle{ \exp O(\sqrt{\log N\log\log N}), }[/math]
where N = log n is the input size, similarly to the quadratic sieve.[17]
Quantum algorithms
Hallgren showed that a quantum computer can find a product representation, as described above, for the solution to Pell's equation in polynomial time.[18] Hallgren's algorithm, which can be interpreted as an algorithm for finding the group of units of a real quadratic number field, was extended to more general fields by Schmidt and Völlmer.[19]
Example
As an example, consider the instance of Pell's equation for n = 7; that is,
- [math]\displaystyle{ x^2 - 7y^2 = 1. }[/math]
The sequence of convergents for the square root of seven are
h/k (convergent) h2 − 7k2 (Pell-type approximation) 2/1 −3 3/1 +2 5/2 −3 8/3 +1
Therefore, the fundamental solution is formed by the pair (8, 3). Applying the recurrence formula to this solution generates the infinite sequence of solutions
- (1, 0); (8, 3); (127, 48); (2024, 765); (32257, 12192); (514088, 194307); (8193151, 3096720); (130576328, 49353213); ... (sequence A001081 (x) and A001080 (y) in OEIS)
The smallest solution can be very large. For example, the smallest solution to [math]\displaystyle{ x^2 - 313y^2 = 1 }[/math] is (32188120829134849, 1819380158564160), and this is the equation which Frenicle challenged Wallis to solve.[20] Values of n such that the smallest solution of [math]\displaystyle{ x^2 - ny^2 = 1 }[/math] is greater than the smallest solution for any smaller value of n are
- 1, 2, 5, 10, 13, 29, 46, 53, 61, 109, 181, 277, 397, 409, 421, 541, 661, 1021, 1069, 1381, 1549, 1621, 2389, 3061, 3469, 4621, 4789, 4909, 5581, 6301, 6829, 8269, 8941, 9949, ... (sequence A033316 in the OEIS).
(For these records, see OEIS: A033315 for x and OEIS: A033319 for y.)
List of fundamental solutions of Pell's equations
The following is a list of the fundamental solution to [math]\displaystyle{ x^2 - ny^2 = 1 }[/math] with n ≤ 128. When n is an integer square, there is no solution except for the trivial solution (1, 0). The values of x are sequence A002350 and those of y are sequence A002349 in OEIS.
n | x | y |
---|---|---|
1 | – | – |
2 | 3 | 2 |
3 | 2 | 1 |
4 | – | – |
5 | 9 | 4 |
6 | 5 | 2 |
7 | 8 | 3 |
8 | 3 | 1 |
9 | – | – |
10 | 19 | 6 |
11 | 10 | 3 |
12 | 7 | 2 |
13 | 649 | 180 |
14 | 15 | 4 |
15 | 4 | 1 |
16 | – | – |
17 | 33 | 8 |
18 | 17 | 4 |
19 | 170 | 39 |
20 | 9 | 2 |
21 | 55 | 12 |
22 | 197 | 42 |
23 | 24 | 5 |
24 | 5 | 1 |
25 | – | – |
26 | 51 | 10 |
27 | 26 | 5 |
28 | 127 | 24 |
29 | 9801 | 1820 |
30 | 11 | 2 |
31 | 1520 | 273 |
32 | 17 | 3 |
n | x | y |
---|---|---|
33 | 23 | 4 |
34 | 35 | 6 |
35 | 6 | 1 |
36 | – | – |
37 | 73 | 12 |
38 | 37 | 6 |
39 | 25 | 4 |
40 | 19 | 3 |
41 | 2049 | 320 |
42 | 13 | 2 |
43 | 3482 | 531 |
44 | 199 | 30 |
45 | 161 | 24 |
46 | 24335 | 3588 |
47 | 48 | 7 |
48 | 7 | 1 |
49 | – | – |
50 | 99 | 14 |
51 | 50 | 7 |
52 | 649 | 90 |
53 | 66249 | 9100 |
54 | 485 | 66 |
55 | 89 | 12 |
56 | 15 | 2 |
57 | 151 | 20 |
58 | 19603 | 2574 |
59 | 530 | 69 |
60 | 31 | 4 |
61 | 1766319049 | 226153980 |
62 | 63 | 8 |
63 | 8 | 1 |
64 | – | – |
n | x | y |
---|---|---|
65 | 129 | 16 |
66 | 65 | 8 |
67 | 48842 | 5967 |
68 | 33 | 4 |
69 | 7775 | 936 |
70 | 251 | 30 |
71 | 3480 | 413 |
72 | 17 | 2 |
73 | 2281249 | 267000 |
74 | 3699 | 430 |
75 | 26 | 3 |
76 | 57799 | 6630 |
77 | 351 | 40 |
78 | 53 | 6 |
79 | 80 | 9 |
80 | 9 | 1 |
81 | – | – |
82 | 163 | 18 |
83 | 82 | 9 |
84 | 55 | 6 |
85 | 285769 | 30996 |
86 | 10405 | 1122 |
87 | 28 | 3 |
88 | 197 | 21 |
89 | 500001 | 53000 |
90 | 19 | 2 |
91 | 1574 | 165 |
92 | 1151 | 120 |
93 | 12151 | 1260 |
94 | 2143295 | 221064 |
95 | 39 | 4 |
96 | 49 | 5 |
n | x | y |
---|---|---|
97 | 62809633 | 6377352 |
98 | 99 | 10 |
99 | 10 | 1 |
100 | – | – |
101 | 201 | 20 |
102 | 101 | 10 |
103 | 227528 | 22419 |
104 | 51 | 5 |
105 | 41 | 4 |
106 | 32080051 | 3115890 |
107 | 962 | 93 |
108 | 1351 | 130 |
109 | 158070671986249 | 15140424455100 |
110 | 21 | 2 |
111 | 295 | 28 |
112 | 127 | 12 |
113 | 1204353 | 113296 |
114 | 1025 | 96 |
115 | 1126 | 105 |
116 | 9801 | 910 |
117 | 649 | 60 |
118 | 306917 | 28254 |
119 | 120 | 11 |
120 | 11 | 1 |
121 | – | – |
122 | 243 | 22 |
123 | 122 | 11 |
124 | 4620799 | 414960 |
125 | 930249 | 83204 |
126 | 449 | 40 |
127 | 4730624 | 419775 |
128 | 577 | 51 |
Connections
Pell's equation has connections to several other important subjects in mathematics.
Algebraic number theory
Pell's equation is closely related to the theory of algebraic numbers, as the formula
- [math]\displaystyle{ x^2 - n y^2 = (x + y\sqrt n)(x - y\sqrt n) }[/math]
is the norm for the ring [math]\displaystyle{ \mathbb{Z}[\sqrt{n}] }[/math] and for the closely related quadratic field [math]\displaystyle{ \mathbb{Q}(\sqrt{n}) }[/math]. Thus, a pair of integers [math]\displaystyle{ (x, y) }[/math] solves Pell's equation if and only if [math]\displaystyle{ x + y \sqrt{n} }[/math] is a unit with norm 1 in [math]\displaystyle{ \mathbb{Z}[\sqrt{n}] }[/math].[21] Dirichlet's unit theorem, that all units of [math]\displaystyle{ \mathbb{Z}[\sqrt{n}] }[/math] can be expressed as powers of a single fundamental unit (and multiplication by a sign), is an algebraic restatement of the fact that all solutions to the Pell's equation can be generated from the fundamental solution.[22] The fundamental unit can in general be found by solving a Pell-like equation but it does not always correspond directly to the fundamental solution of Pell's equation itself, because the fundamental unit may have norm −1 rather than 1 and its coefficients may be half integers rather than integers.
Chebyshev polynomials
Demeyer mentions a connection between Pell's equation and the Chebyshev polynomials: If [math]\displaystyle{ T_i(x) }[/math] and [math]\displaystyle{ U_i(x) }[/math] are the Chebyshev polynomials of the first and second kind respectively, then these polynomials satisfy a form of Pell's equation in any polynomial ring [math]\displaystyle{ R[x] }[/math], with [math]\displaystyle{ n = x^2 - 1 }[/math]:[23]
- [math]\displaystyle{ T_i^2 - (x^2-1) U_{i-1}^2 = 1. }[/math]
Thus, these polynomials can be generated by the standard technique for Pell's equations of taking powers of a fundamental solution:
- [math]\displaystyle{ T_i + U_{i-1} \sqrt{x^2-1} = (x + \sqrt{x^2-1})^i. }[/math]
It may further be observed that if [math]\displaystyle{ (x_i, y_i) }[/math] are the solutions to any integer Pell's equation, then [math]\displaystyle{ x_i = T_i (x_1) }[/math] and [math]\displaystyle{ y_i = y_1 U_{i-1} (x_1) }[/math].[24]
Continued fractions
A general development of solutions of Pell's equation [math]\displaystyle{ x^2 - ny^2 = 1 }[/math] in terms of continued fractions of [math]\displaystyle{ \sqrt{n} }[/math] can be presented, as the solutions x and y are approximates to the square root of n and thus are a special case of continued fraction approximations for quadratic irrationals.[16]
The relationship to the continued fractions implies that the solutions to Pell's equation form a semigroup subset of the modular group. Thus, for example, if p and q satisfy Pell's equation, then
- [math]\displaystyle{ \begin{pmatrix} p & q \\ nq & p \end{pmatrix} }[/math]
is a matrix of unit determinant. Products of such matrices take exactly the same form, and thus all such products yield solutions to Pell's equation. This can be understood in part to arise from the fact that successive convergents of a continued fraction share the same property: If pk−1/qk−1 and pk/qk are two successive convergents of a continued fraction, then the matrix
- [math]\displaystyle{ \begin{pmatrix} p_{k-1} & p_{k} \\ q_{k-1} & q_{k} \end{pmatrix} }[/math]
has determinant (−1)k.
Smooth numbers
Størmer's theorem applies Pell equations to find pairs of consecutive smooth numbers, positive integers whose prime factors are all smaller than a given value.[25][26] As part of this theory, Størmer also investigated divisibility relations among solutions to Pell's equation; in particular, he showed that each solution other than the fundamental solution has a prime factor that does not divide n.[25]
The negative Pell's equation
The negative Pell's equation is given by
- [math]\displaystyle{ x^2 - ny^2 = -1 }[/math]
and has also been extensively studied. It can be solved by the same method of continued fractions and has solutions if and only if the period of the continued fraction has odd length. However, it is not known which roots have odd period lengths, and therefore not known when the negative Pell equation is solvable. A necessary (but not sufficient) condition for solvability is that n is not divisible by 4 or by a prime of form 4k + 3.[note 3] Thus, for example, x2 − 3ny2 = −1 is never solvable, but x2 − 5ny2 = −1 may be.[27]
The first few numbers n for which x2 − ny2 = −1 is solvable are
- 1, 2, 5, 10, 13, 17, 26, 29, 37, 41, 50, 53, 58, 61, 65, 73, 74, 82, 85, 89, 97, ... (sequence A031396 in the OEIS).
Let [math]\displaystyle{ \alpha = \Pi_{j\text{ is odd}} (1 - 2^j) }[/math]. The proportion of square-free n divisible by k primes of the form 4m + 1 for which the negative Pell's equation is solvable is at least α.[28] When the number of prime divisors is not fixed, the proportion is given by 1 - α.[29][30]
If the negative Pell's equation does have a solution for a particular n, its fundamental solution leads to the fundamental one for the positive case by squaring both sides of the defining equation:
- [math]\displaystyle{ (x^2 - ny^2)^2 = (-1)^2 }[/math]
implies
- [math]\displaystyle{ (x^2 + ny^2)^2 - n(2xy)^2 = 1. }[/math]
As stated above, if the negative Pell's equation is solvable, a solution can be found using the method of continued fractions as in the positive Pell's equation. The recursion relation works slightly differently however. Since [math]\displaystyle{ (x + \sqrt{n} y)(x - \sqrt{n} y) = -1 }[/math], the next solution is determined in terms of [math]\displaystyle{ i(x_k + \sqrt{n} y_k) = (i(x + \sqrt{n} y))^k }[/math] whenever there is a match, that is, when [math]\displaystyle{ k }[/math] is odd. The resulting recursion relation is (modulo a minus sign, which is immaterial due to the quadratic nature of the equation)
- [math]\displaystyle{ x_k = x_{k-2} x_1^2 + n x_{k-2} y_1^2 + 2 n y_{k-2} y_1 x_1, }[/math]
- [math]\displaystyle{ y_k = y_{k-2} x_1^2 + n y_{k-2} y_1^2 + 2 x_{k-2} y_1 x_1, }[/math]
which gives an infinite tower of solutions to the negative Pell's equation.
Generalized Pell's equation
The equation
- [math]\displaystyle{ x^2 - dy^2 = N }[/math]
is called the generalized[citation needed] (or general[16]) Pell's equation. The equation [math]\displaystyle{ u^2 - dv^2 = 1 }[/math] is the corresponding Pell's resolvent.[16] A recursive algorithm was given by Lagrange in 1768 for solving the equation, reducing the problem to the case [math]\displaystyle{ |N| \lt \sqrt{d} }[/math].[31][32] Such solutions can be derived using the continued-fractions method as outlined above.
If [math]\displaystyle{ (x_0, y_0) }[/math] is a solution to [math]\displaystyle{ x^2 - dy^2 = N, }[/math] and [math]\displaystyle{ (u_n, v_n) }[/math] is a solution to [math]\displaystyle{ u^2 - dv^2 = 1, }[/math] then [math]\displaystyle{ (x_n, y_n) }[/math] such that [math]\displaystyle{ x_n + y_n \sqrt{d} = \big(x_0 + y_0 \sqrt{d}\big)\big(u_n + v_n \sqrt{d}\big) }[/math] is a solution to [math]\displaystyle{ x^2 - dy^2 = N }[/math], a principle named the multiplicative principle.[16] The solution [math]\displaystyle{ (x_n, y_n) }[/math] is called a Pell multiple of the solution [math]\displaystyle{ (x_0, y_0) }[/math].
There exists a finite set of solutions to [math]\displaystyle{ x^2 - dy^2 = N }[/math] such that every solution is a Pell multiple of a solution from that set. In particular, if [math]\displaystyle{ (u, v) }[/math] is the fundamental solution to [math]\displaystyle{ u^2 - dv^2 = 1 }[/math], then each solution to the equation is a Pell multiple of a solution [math]\displaystyle{ (x, y) }[/math] with [math]\displaystyle{ |x| \le \sqrt{|N|} \left(\sqrt{|U|} + 1\right) / 2 }[/math] and [math]\displaystyle{ |y| \le \sqrt{|N|} \left(\sqrt{|U|} + 1\right) / \big(2\sqrt{d}\big) }[/math], where [math]\displaystyle{ U = u + v \sqrt d }[/math].[33]
If x and y are positive integer solutions to the Pell's equation with [math]\displaystyle{ |N| \lt \sqrt d }[/math], then [math]\displaystyle{ x/y }[/math] is a convergent to the continued fraction of [math]\displaystyle{ \sqrt d }[/math].[33]
Solutions to the generalized Pell's equation are used for solving certain Diophantine equations and units of certain rings,[34][35] and they arise in the study of SIC-POVMs in quantum information theory.[36]
The equation
- [math]\displaystyle{ x^2 - dy^2 = 4 }[/math]
is similar to the resolvent [math]\displaystyle{ x^2 - dy^2 = 1 }[/math] in that if a minimal solution to [math]\displaystyle{ x^2 - dy^2 = 4 }[/math] can be found, then all solutions of the equation can be generated in a similar manner to the case [math]\displaystyle{ N = 1 }[/math]. For certain [math]\displaystyle{ d }[/math], solutions to [math]\displaystyle{ x^2 - dy^2 = 1 }[/math] can be generated from those with [math]\displaystyle{ x^2 - dy^2 = 4 }[/math], in that if [math]\displaystyle{ d \equiv 5 \pmod{8}, }[/math] then every third solution to [math]\displaystyle{ x^2 - dy^2 = 4 }[/math] has [math]\displaystyle{ x, y }[/math] even, generating a solution to [math]\displaystyle{ x^2 - dy^2 = 1 }[/math].[16]
Notes
- ↑ In Euler's Vollständige Anleitung zur Algebra (pp. 227ff), he presents a solution to Pell's equation which was taken from John Wallis' Commercium epistolicum, specifically, Letter 17 (Epistola XVII) and Letter 19 (Epistola XIX) of:
- Wallis, John, ed (1658) (in en, la, fr). Commercium epistolicum, de Quaestionibus quibusdam Mathematicis nuper habitum.. Oxford, England: A. Lichfield. https://books.google.com/books?id=RqFGAAAAcAAJ&pg=PA56. The letters are in Latin. Letter 17 appears on pp. 56–72. Letter 19 appears on pp. 81–91.
- French translations of Wallis' letters: Fermat, Pierre de (1896). Tannery, Paul; Henry, Charles. eds (in fr, la). Oeuvres de Fermat. 3. Paris, France: Gauthier-Villars et fils. https://www.biodiversitylibrary.org/item/62740#page/479/mode/1up. Letter 17 appears on pp. 457–480. Letter 19 appears on pp. 490–503.
- Wallis, John (1693) (in la, en, fr). Opera mathematica: de Algebra Tractatus; Historicus & Practicus. 2. Oxford, England. https://books.google.com/books?id=_6nstlHZzaEC&pg=PP15. Letter 17 is on pp. 789–798; letter 19 is on pp. 802–806. See also Pell's articles, where Wallis mentions (pp. 235, 236, 244) that Pell's methods are applicable to the solution of Diophantine equations:
- De Algebra D. Johannis Pellii; & speciatim de Problematis imperfecte determinatis (On Algebra by Dr. John Pell and especially on an incompletely determined problem), pp. 234–236.
- Methodi Pellianae Specimen (Example of Pell's method), pp. 238–244.
- Specimen aliud Methodi Pellianae (Another example of Pell's method), pp. 244–246.
- Whitford, Edward Everett (1912) "The Pell equation", doctoral thesis, Columbia University (New York, New York, USA), p. 52.
- Heath, Thomas L. (1910). Diophantus of Alexandria : A Study in the History of Greek Algebra. Cambridge, England: Cambridge University Press. p. 286. https://archive.org/stream/diophantusofalex00heatiala#page/286.
- ↑ Teutsch is an obsolete form of Deutsch, meaning "German". Free E-book: Teutsche Algebra at Google Books.
- ↑ This is because the Pell equation implies that −1 is a quadratic residue modulo n.
References
- ↑ O'Connor, J. J.; Robertson, E. F. (February 2002). "Pell's Equation". https://mathshistory.st-andrews.ac.uk/HistTopics/Pell/.
- ↑ Dunham, William. "Number theory – Number theory in the East" (in en). https://www.britannica.com/science/number-theory.
- ↑ As early as 1732–1733 Euler believed that John Pell had developed a method to solve Pell's equation, even though Euler knew that Wallis had developed a method to solve it (although William Brouncker had actually done most of the work):
- Euler, Leonhard (1732–1733). "De solutione problematum Diophantaeorum per numeros integros" (in la). Commentarii Academiae Scientiarum Imperialis Petropolitanae (Memoirs of the Imperial Academy of Sciences at St. Petersburg) 6: 175–188. https://babel.hathitrust.org/cgi/pt?id=mdp.39015065400890;view=1up;seq=185. From p. 182: "At si a huiusmodi fuerit numerus, qui nullo modo ad illas formulas potest reduci, peculiaris ad invenienda p et q adhibenda est methodus, qua olim iam usi sunt Pellius et Fermatius." (But if such an a be a number that can be reduced in no way to these formulas, the specific method for finding p and q is applied which Pell and Fermat have used for some time now.) From p. 183: "§. 19. Methodus haec extat descripta in operibus Wallisii, et hanc ob rem eam hic fusius non-expono." (§ 19. This method exists described in the works of Wallis, and for this reason I do not present it here in more detail.)
- Lettre IX. Euler à Goldbach, dated 10 August 1750 in: Fuss, P. H., ed (1843) (in fr, la, de). Correspondance Mathématique et Physique de Quelques Célèbres Géomètres du XVIIIeme Siècle .... St. Petersburg, Russia. p. 37. https://books.google.com/books?id=gf1OEXIQQgsC&pg=PA37. From page 37: "Pro hujusmodi quaestionibus solvendis excogitavit D. Pell Anglus peculiarem methodum in Wallisii operibus expositam." (For solving such questions, the Englishman Dr. Pell devised a singular method [which is] shown in Wallis' works.)
- Euler, Leonhard (1771) (in de). Vollständige Anleitung zur Algebra, II. Theil. Kayserlichen Akademie der Wissenschaften (Imperial Academy of Sciences): St. Petersburg, Russia. p. 227. https://archive.org/stream/bub_gb_nfYGAAAAcAAJ#page/n503. From p. 227: "§98. Hierzu hat vormals ein gelehrter Engländer, Namens Pell, eine ganz sinnreiche Methode erfunden, welche wir hier erklären wollen." (§ 98 Concerning this, a learned Englishman by the name of Pell has previously found a quite ingenious method, which we will explain here.)
- English translation: Euler, Leonhard (1810). Elements of Algebra .... 2 (2nd ed.). London, England: J. Johnson. p. 78. https://books.google.com/books?id=mqI-AAAAYAAJ&pg=PA78.
- Heath, Thomas L. (1910). Diophantus of Alexandria : A Study in the History of Greek Algebra. Cambridge, England: Cambridge University Press. p. 286. https://archive.org/stream/diophantusofalex00heatiala#page/286. See especially footnote 4.
- ↑ 4.0 4.1 Tattersall, James (2000). Elementary Number Theory in Nine Chapters. Cambridge. pp. 274. doi:10.1017/CBO9780511756344. ISBN 9780521850148. https://pdfs.semanticscholar.org/6881/a5169f76c5b4de2b206346815313f343af52.pdf.
- ↑ 5.0 5.1 5.2 "Archimedes and the measurement of the circle: a new interpretation", Archive for History of Exact Sciences 15 (2): 115–140, 1976, doi:10.1007/bf00348496.
- ↑ O'Connor, John J.; Robertson, Edmund F., "Baudhayana", MacTutor History of Mathematics archive, University of St Andrews, http://www-history.mcs.st-andrews.ac.uk/Biographies/Baudhayana.html.
- ↑ Vardi, I. (1998). "Archimedes' Cattle Problem". American Mathematical Monthly (Mathematical Association of America) 105 (4): 305–319. doi:10.2307/2589706.
- ↑ Fraser, Peter M. (1972). Ptolemaic Alexandria. Oxford University Press.
- ↑ Weil, André (1972). Number Theory, an Approach Through History. Birkhäuser.
- ↑ Izadi, Farzali (2015). "Congruent numbers via the Pell equation and its analogous counterpart". Notes on Number Theory and Discrete Mathematics 21: 70–78. http://www.nntdm.net/papers/nntdm-21/NNTDM-21-1-70-78.pdf.
- ↑ 11.0 11.1 John Stillwell (2002), Mathematics and its history (2nd ed.), Springer, pp. 72–76, ISBN 978-0-387-95336-6, https://books.google.com/books?id=WNjRrqTm62QC&pg=PA72.
- ↑ In February 1657, Pierre de Fermat wrote two letters about Pell's equation. One letter (in French) was addressed to Bernard Frénicle de Bessy, and the other (in Latin) was addressed to Kenelm Digby, whom it reached via Thomas White and then William Brouncker.
- Fermat, Pierre de (1894). Tannery, Paul; Henry, Charles. eds (in fr, la). Oeuvres de Fermat. 2nd vol.. Paris, France: Gauthier-Villars et fils. pp. 333–335. https://www.biodiversitylibrary.org/item/62833#page/351/mode/1up. The letter to Frénicle appears on pp. 333–334; the letter to Digby, on pp. 334–335.
- Fermat, Pierre de (1896). Tannery, Paul; Henry, Charles. eds (in fr, la). Oeuvres de Fermat. 3rd vol.. Paris, France: Gauthier-Villars et fils. pp. 312–313. https://www.biodiversitylibrary.org/item/62740#page/334/mode/1up.
- Struik, Dirk Jan, ed (1986). A Source Book in Mathematics, 1200–1800. Princeton, New Jersey, USA: Princeton University Press. pp. 29–30. ISBN 9781400858002. https://books.google.com/books?id=o-3_AwAAQBAJ&pg=PA29.
- ↑ In January 1658, at the end of Epistola XIX (letter 19), Wallis effusively congratulated Brouncker for his victory in a battle of wits against Fermat regarding the solution of Pell's equation. From p. 807 of (Wallis, 1693): "Et quidem cum Vir Nobilissimus, utut hac sibi suisque tam peculiaria putaverit, & altis impervia, (quippe non omnis fert omnia tellus) ut ab Anglis haud speraverit solutionem; profiteatur tamen qu'il sera pourtant ravi d'estre destrompé par cet ingenieux & scavant Signieur; erit cur & ipse tibi gratuletur. Me quod attinet, humillimas est quod rependam gratias, quod in Victoriae tuae partem advocare dignatus es, ..." (And indeed, Most Noble Sir [i.e., Viscount Brouncker], he [i.e., Fermat] might have thought [to have] all to himself such an esoteric [subject, i.e., Pell's equation] with its impenetrable profundities (for all land does not bear all things [i.e., not every nation can excel in everything]), so that he might hardly have expected a solution from the English; nevertheless, he avows that he will, however, be thrilled to be disabused by this ingenious and learned Lord [i.e., Brouncker]; it will be for that reason that he [i.e., Fermat] himself would congratulate you. Regarding myself, I requite with humble thanks your having deigned to call upon me to take part in your Victory, ...) Note: The date at the end of Wallis' letter is "Jan. 20, 1657"; however, that date was according to the old Julian calendar that Britain finally discarded in 1752: most of the rest of Europe would have regarded that date as January 31, 1658. See Old Style and New Style dates.
- ↑ Rahn, Johann Heinrich (1668), Brancker, Thomas; Pell, eds., An introduction to algebra, http://eebo.chadwyck.com/search/full_rec?SOURCE=pgimages.cfg&ACTION=ByID&ID=V57365.
- ↑ "Solution d'un Problème d'Arithmétique", in Joseph Alfred Serret (ed.), Œuvres de Lagrange, vol. 1, pp. 671–731, 1867.
- ↑ 16.0 16.1 16.2 16.3 16.4 16.5 Andreescu, Titu; Andrica, Dorin (2015). Quadratic Diophantine Equations. New York City: Springer. ISBN 978-0-387-35156-8.
- ↑ 17.0 17.1 17.2 17.3 Lenstra, H. W. Jr. (2002), "Solving the Pell Equation", Notices of the American Mathematical Society 49 (2): 182–192, https://www.ams.org/notices/200202/fea-lenstra.pdf.
- ↑ Hallgren, Sean (2007), "Polynomial-time quantum algorithms for Pell's equation and the principal ideal problem", Journal of the ACM 54 (1): 1–19, doi:10.1145/1206035.1206039.
- ↑ Schmidt, A.; Völlmer, U. (2005), "Polynomial time quantum algorithm for the computation of the unit group of a number field", Proceedings of the thirty-seventh annual ACM symposium on Theory of computing – STOC '05, New York: ACM, Symposium on Theory of Computing, pp. 475–480, doi:10.1145/1060590.1060661, ISBN 1581139608, http://www.cdc.informatik.tu-darmstadt.de/reports/reports/Schmidt_Vollmer_STOC05.pdf.
- ↑ "Prime Curios!: 313". http://primes.utm.edu/curios/page.php?short=313.
- ↑ Clark, Pete. "The Pell Equation". University of Georgia. http://math.uga.edu/~pete/4400pellnotes.pdf.
- ↑ Conrad, Keith. "Dirichlet's Unit Theorem". https://kconrad.math.uconn.edu/blurbs/gradnumthy/unittheorem.pdf.
- ↑ Demeyer, Jeroen (2007), Diophantine Sets over Polynomial Rings and Hilbert's Tenth Problem for Function Fields, PhD thesis, Ghent University, p. 70, http://cage.ugent.be/~jdemeyer/phd.pdf, retrieved 27 February 2009.
- ↑ Barbeau, Edward J. (2003), "3. Quadratic surds", Pell's Equation, Problem Books in Mathematics, Springer-Verlag, ISBN 0-387-95529-1, https://archive.org/details/pellsequation0000barb.
- ↑ 25.0 25.1 Størmer, Carl (1897). "Quelques théorèmes sur l'équation de Pell [math]\displaystyle{ x^2 - Dy^2 = \pm1 }[/math] et leurs applications" (in fr). Skrifter Videnskabs-selskabet (Christiania), Mat.-Naturv. Kl. I (2).
- ↑ Lehmer, D. H. (1964). "On a Problem of Størmer". Illinois Journal of Mathematics 8 (1): 57–79. doi:10.1215/ijm/1256067456.
- ↑ Wang, Jiaqi; Cai, Lide (December 2013). "The solvability of negative Pell equation". Tsinghua College: 5–6. http://archive.ymsc.tsinghua.edu.cn/pacm_download/21/241-2013The_solvability_of_negative_Pell_equation.pdf.
- ↑ Cremona, John E.; Odoni, R. W. K. (1989), "Some density results for negative Pell equations; an application of graph theory", Journal of the London Mathematical Society, Second Series 39 (1): 16–28, doi:10.1112/jlms/s2-39.1.16, ISSN 0024-6107.
- ↑ "Ancient Equations Offer New Look at Number Groups" (in en). 2022-08-10. https://www.quantamagazine.org/ancient-equations-offer-new-look-at-number-groups-20220810/.
- ↑ Koymans, Peter; Pagano, Carlo (2022-01-31). "On Stevenhagen's conjecture". arXiv:2201.13424 [math.NT].
- ↑ Lagrange, Joseph-Louis (1867–1892) (in fr). Oeuvres de Lagrange. T. 2 / publiées par les soins de M. J.-A. Serret [et G. Darboux ; [précédé d'une notice sur la vie et les ouvrages de J.-L. Lagrange, par M. Delambre]]. https://gallica.bnf.fr/ark:/12148/bpt6k215570z.
- ↑ Matthews, Keith. "The Diophantine Equation x2 − Dy2 = N, D > 0". http://www.numbertheory.org/pdfs/patz5.pdf.
- ↑ 33.0 33.1 Conrad, Keith. "PELL'S EQUATION, II". https://kconrad.math.uconn.edu/blurbs/ugradnumthy/pelleqn2.pdf.
- ↑ Bernstein, Leon (1975-10-01). "Truncated units in infinitely many algebraic number fields of degreen ≧4" (in en). Mathematische Annalen 213 (3): 275–279. doi:10.1007/BF01350876. ISSN 1432-1807.
- ↑ Bernstein, Leon (1 March 1974). "On the Diophantine Equation x(x + d)(x + 2d) + y(y + d)(y + 2d) = z(z + d)(z + 2d)" (in en). Canadian Mathematical Bulletin 17 (1): 27–34. doi:10.4153/CMB-1974-005-5. ISSN 0008-4395.
- ↑ Appleby, Marcus; Flammia, Steven; McConnell, Gary; Yard, Jon (August 2017). "SICs and Algebraic Number Theory" (in en). Foundations of Physics 47 (8): 1042–1059. doi:10.1007/s10701-017-0090-7. ISSN 0015-9018. Bibcode: 2017FoPh...47.1042A.
Further reading
- Edwards, Harold M. (1996). Fermat's Last Theorem: A Genetic Introduction to Algebraic Number Theory. Graduate Texts in Mathematics. 50. Springer-Verlag. ISBN 0-387-90230-9.
- Pinch, R. G. E. (1988). "Simultaneous Pellian equations". Math. Proc. Cambridge Philos. Soc. 103 (1): 35–46. doi:10.1017/S0305004100064598. Bibcode: 1988MPCPS.103...35P. ftp://ftp.dpmms.cam.ac.uk/pub/rgep/Papers/p08.ps.
- Whitford, Edward Everett (1912) (PhD Thesis). The Pell equation. Columbia University. http://name.umdl.umich.edu/ABV2773.0001.001.
- Williams, H. C. (2002). "Solving the Pell equation". in Bennett, M. A.. Surveys in number theory: Papers from the millennial conference on number theory. Natick, MA: A K Peters. pp. 325–363. ISBN 1-56881-162-4.
External links
- Weisstein, Eric W.. "Pell's equation". http://mathworld.wolfram.com/PellEquation.html.
- O'Connor, John J.; Robertson, Edmund F., "Pell's equation", MacTutor History of Mathematics archive, University of St Andrews, http://www-history.mcs.st-andrews.ac.uk/HistTopics/Pell.html.
- Pell equation solver (n has no upper limit)
- Pell equation solver (n < 1010, can also return the solution to x2 − ny2 = ±1, ±2, ±3, and ±4)
Original source: https://en.wikipedia.org/wiki/Pell's equation.
Read more |