Questions tagged [diophantine-equations]

Use for questions about finding integer or rational solutions to polynomial equations.

Use this tag for questions about finding integer, or perhaps rational, solutions to polynomial equations.

Diophantine equations are named after Diophantus of Alexandria, a third century Greek mathematician.

An example of a Diophantine equation is to find all quadruples of integers $(w,x,y,z)$ such that $$w^2+x^2=3(y^2+z^2).$$

Solving Diophantine equations often involves other areas of mathematics such as congruences, linear algebra, inequalities, forms (e.g., binary quadratic forms), and elliptic curves. Special solution methods include comparing divisors, considering orders of magnitude, Fermat's method of descent, and finding intersections of curves with lines of rational slope through a known rational point.

5324 questions
1
vote
1 answer

Need a proof to show all the units are satisfied $\mathbf{Z}\sqrt{2}$ is the all the integer solution in Pell equation

We know the integer solutions of Pell's equation $$a^2-2b^2=\pm1$$ correspond to the units of $\textbf{Z}[\sqrt{2}]$. How can we prove this?
bsdshell
  • 1,509
1
vote
1 answer

General solution of equation with coefficients the symmetric polynomials

If $a,b,c$ are fixed integers, how do you find the general solution of $$X(abc)+Y(ab+bc+ca)+Z(a+b+c)=0$$ in integers $X,Y,Z$?
1
vote
1 answer

Positive solutions for "squarefree" diophantine equation

I would like to find solutions in positive integers for diophantine equations having no variable squared. (And having some other limitations, but I will not consider them now.) Take, for example, $abcd-3bcd+2abc+ad-3=0$. It is known that…
1
vote
1 answer

Find two positive rational solutions to a Diophantine problem

I need to answer this question using the Diophantine method. The question is: Find two numbers so that the square of either number, plus twice the other number, is also a square. Give two sets of positive, rational solutions. I tried using the…
1
vote
3 answers

Help with two variable equation

I need help with this equation which was given to my son who is in 4rth grade. Solve in positive integers the equation: $xy=10(x+y)$.
Anton
  • 13
1
vote
1 answer

Re:$ (a,b,c,d)=(pr+qs, qr-ps,pr-qs,ps+qr) $

In the diophantine equation: $ a^2+b^2=c^2+d^2 $, I know that the solutions are parametrized by $ (a,b,c,d)=(pr+qs, qr-ps,pr-qs,ps+qr) $ where $p,q,r,s \in {Z}$ are arbitrary. I have been having a hard time solving $(p,q,r,s)$ meaning writing them…
user97615
1
vote
1 answer

Is it possible to solve the equation $x^a-a^y=xy$?

How to solve the equation: $x^a-a^y=xy$ with the following conditions: $a\gt1,x\gt1,y\gt1$ and $x\in\mathbb{N}$,$y\in\mathbb{N}$,$a\in\mathbb{R}$? I found for $y(x,a)$ the following…
1
vote
1 answer

Is this a valid proof of a Diophantine equation

Problem: Find all $x,y,z\in\mathbb{Z}$ satisfying $x^2 + x = y^2 + y + z^2 + z$. Approach: It is equivalent to solve $x^2 + x - y^2 - y = z^2 + z$ or $(x-y)(x+y+1) = z(z+1).$ Let $m=x-y$ and $x+y+1=n.$ Then $mn=z(z+1).$ We can find that…
reader
  • 11
1
vote
2 answers

Solve $x(x+1)=y(y+1)(y^2+2)$ for $x,y$ over the integers

Solve $$x(x+1)=y(y+1)(y^2+2)$$ , for $x,y$ over the integers
1
vote
2 answers

solutions to the equation $(2m^2-1)^2=2n^2-1$, where $m$, $n$ are positive integers

I'm studying the equation $(2m^2-1)^2=2n^2-1$ ($\ast$), where $m$, $n$ are positive integers. It is known that $m$ can only be 1 or 2 by using Wolfram Alpha. Now I want to prove that result. That is my attempt: If a prime $p$ | gcd($m$, $n$),…
1
vote
1 answer

Finding Integer Solutions for a Set of Equations Involving Powers and Logarithms

I am trying to find integer solutions for a set of equations and would appreciate any help or insights on methods to determine if solutions exist for certain cases or generally. The equations are as follows: For the case where $\frac{3^n - 1}{2}$…
fabul.io
  • 78
  • 6
1
vote
0 answers

What remains true from Wiles' Theorem for complex integers?

Since same decades it is known that there are no positive integer solutions for $a^n+b^n=c^n$ for $n \gt 2$. What is known if we see also complex integers (complex numbers with an integer real and imaginary part)?
peterh
  • 2,683
1
vote
2 answers

An innocent-looking quadratic diophantine equation

Can anyone give me a parametrization of the integer solution triples $(m, b, c)$ to the equation $$m^2 = 16bc + 8b + 8c+1 \quad \text{ ?}$$ I tried many reformulations of this problem. One of those uses the Principal Axes Theorem of Linear Algebra,…
1
vote
1 answer

Strange diophantine equation and one solution

I invented a diophantine equation $$ (x^y)^{x}+y^{x^{y}}=(x+y)^y\times(10(x+y)+y) $$ based on the fact that $$ (2^3)^{2}+3^{2^{3}}=(2+3)^3\times(10\times 5+3) =6625. $$ I am pretty sure that there are no other integer solutions, unless you somehow…
1
vote
2 answers

Number of solutions of $100x+10y+z=5xyz$

Find the number of solutions to the equation $$100x+10y+z=5xyz$$ where $x,y,z \in \mathbb{Z}$ and $(1 \le x \le 9)$, $(0 \le y \le 9)$, $(0 \le z \le 9)$. I have found one solution using a brute-force computer program, but I've been wondering if…
janq0
  • 21