Definition
The process of determining integer or rational solutions to polynomial equations with integer coefficients; a Diophantine problem seeks solutions constrained to Z or Q rather than R or C.

Principle

Principle
Combine divisibility and modular constraints, greatest common divisor arguments, parameterizations for linear cases, descent or Pell-type methods for quadratic forms, and finiteness or height bounds for higher-degree equations; solvability often depends on local-global compatibility (congruences modulo primes) and arithmetic invariants.

Demonstration

Demonstration
Linear example: solve 14 x + 21 y = 7. gcd(14,21)=7 divides 7, divide by 7 to get 2 x + 3 y = 1. A particular solution is x0 = -1, y0 = 1; the general integer solution is x = -1 + 3 t, y = 1 - 2 t for t ∈ Z. Quadratic example: the Pell equation x^2 - 2 y^2 = 1 has infinitely many integer solutions generated by powers of the fundamental unit.

Misapplication

Misapplication
Treating a Diophantine equation as if real-analytic solutions determine integer solutions, or using rational parametrizations without checking integrality, leads to false conclusions about existence or completeness of solutions.

Consequence

Consequence
Correct methods either produce explicit parametrized families of integer solutions, prove finiteness and enumerate solutions, or show impossibility via local obstructions; they establish deep arithmetic properties of the underlying polynomial.

Reversal

Reversal
Instead of seeking integer solutions, consider the opposite problem of determining which integers arise as values of a polynomial (value set problems), or study solutions over finite fields where counting replaces integrality constraints.

Boundary

Boundary
Applies to polynomial equations with integer coefficients where unknowns are required to be integers or rationals; excludes transcendental equations, inequalities, and questions purely about real or complex solutions without integrality.

Semantic Tension

Semantic Tension
Tension exists between algorithmic linear Diophantine solving (explicit parameter families) and undecidable or intractable higher-degree Diophantine problems where only qualitative results (finiteness, heights) may be known; also between local solvability and global solvability.

Synthesis

Synthesis
Solving Diophantine equations unites modular and gcd-based obstructions, explicit parametrization when available, and advanced arithmetic techniques (descent, unit groups, height bounds) to decide existence and to produce all integer or rational solutions when possible.