ConceptComplete

Diophantine Equations - Examples and Constructions

Special classes of Diophantine equations exhibit fascinating patterns and connections to other areas of mathematics. From sums of squares to Mordell curves, these examples reveal deep arithmetic structure.

DefinitionSums of Two Squares

The equation x2+y2=nx^2 + y^2 = n asks which integers can be written as sums of two squares.

Fermat proved that an odd prime pp is a sum of two squares if and only if p≑1(mod4)p \equiv 1 \pmod{4}. More generally, nn is a sum of two squares if and only if every prime p≑3(mod4)p \equiv 3 \pmod{4} appears in the prime factorization of nn to an even power.

ExampleSums of Two Squares
  • 5=12+225 = 1^2 + 2^2 (since 5≑1(mod4)5 \equiv 1 \pmod{4})
  • 13=22+3213 = 2^2 + 3^2 (since 13≑1(mod4)13 \equiv 1 \pmod{4})
  • 45=32+6245 = 3^2 + 6^2 (factorization: 45=32β‹…545 = 3^2 \cdot 5, both allowed)
  • 21=3β‹…721 = 3 \cdot 7 cannot be written as sum of two squares (both 3,7≑3(mod4)3, 7 \equiv 3 \pmod{4} appear to odd powers)
  • 50=12+72=52+5250 = 1^2 + 7^2 = 5^2 + 5^2 (multiple representations possible)
DefinitionMordell's Equation

For an integer kk, Mordell's equation is: y2=x3+ky^2 = x^3 + k

The number of integer solutions depends heavily on kk. Some values have no solutions, others finitely many, while the general theorem (Mordell's Conjecture, proved by Faltings) states that there are only finitely many solutions for any fixed k≠0k \neq 0.

ExampleMordell's Equation Solutions

For y2=x3+1y^2 = x^3 + 1:

  • (x,y)=(0,Β±1)(x, y) = (0, \pm 1): 1=0+11 = 0 + 1 βœ“
  • (x,y)=(2,Β±3)(x, y) = (2, \pm 3): 9=8+19 = 8 + 1 βœ“
  • (x,y)=(βˆ’1,0)(x, y) = (-1, 0): 0=βˆ’1+10 = -1 + 1 βœ“

These are all integer solutions (verified by Mordell).

For y2=x3βˆ’2y^2 = x^3 - 2:

  • (x,y)=(3,Β±5)(x, y) = (3, \pm 5): 25=27βˆ’225 = 27 - 2 βœ“

This is the only integer solution.

DefinitionFermat's Last Theorem

For nβ‰₯3n \geq 3, the equation: xn+yn=znx^n + y^n = z^n has no positive integer solutions.

This conjecture, posed by Fermat in 1637, remained unsolved for over 350 years until Andrew Wiles proved it in 1995 using advanced techniques from algebraic geometry and modular forms.

ExampleSpecial Cases of Fermat
  • n=3n = 3: x3+y3=z3x^3 + y^3 = z^3 has no positive integer solutions (proven by Euler)
  • n=4n = 4: x4+y4=z4x^4 + y^4 = z^4 has no positive integer solutions (proven by Fermat using descent)

These special cases were known long before the general theorem.

DefinitionCatalan's Conjecture (Mihăilescu's Theorem)

The only solution to xpβˆ’yq=1x^p - y^q = 1 in natural numbers x,y>0x, y > 0 and p,q>1p, q > 1 is: 32βˆ’23=13^2 - 2^3 = 1

This was conjectured by Catalan in 1844 and proved by Preda Mihăilescu in 2002.

ExampleNear-Solutions to Catalan

While (3,2,2,3)(3, 2, 2, 3) is the only solution, there are some "near misses":

  • 25βˆ’52=32βˆ’25=72^5 - 5^2 = 32 - 25 = 7 (difference 7, not 1)
  • 33βˆ’52=27βˆ’25=23^3 - 5^2 = 27 - 25 = 2 (difference 2, not 1)
  • 132βˆ’27=169βˆ’128=4113^2 - 2^7 = 169 - 128 = 41 (difference 41, not 1)

The uniqueness of 32βˆ’23=13^2 - 2^3 = 1 is remarkable.

Remark

Modern approaches to Diophantine equations use tools from algebraic geometry (elliptic curves, abelian varieties), transcendence theory (Baker's theorem), and computational methods. The classification of rational points on varieties remains an active area of research.

These examples illustrate how diverse and deep the theory of Diophantine equations becomes, touching nearly every branch of modern mathematics.