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
0
votes
1 answer

How do you solve the Problem below?

Let $u,v,w\in \mathbb{Z}>0$ denote 3 relatively prime integers(Pairwise coprime). If $(mn)$ is irrational, can we find 2 non-zero coprime (non-square) integers $u,v$ such that: $$\dfrac{\sqrt{mn}-n}{\sqrt{u}} $$ and $$ \dfrac{\sqrt{mn}-m}{\sqrt{v}}…
user97615
0
votes
1 answer

I need to have an result of 36 to 47 from from an input of 0 to 127 - all using the same equation.

Using a formula, I need to have a result between 36 and 47 - depending on the input: the input will be an integer between 0 and 127 as follows... 0, 12, 24, 36, etc MUST = 36 1, 13, 25, 37, etc MUST = 37; 2, 14, 26, 38, etc MUST = 38; 3, 15, 27,…
0
votes
2 answers

$yx^2=z$ For any interger $z$, find a whole number solution.

Given any integer $z$, what are all the integer solutions possible that create a square prism of length $x$ with a height of length $y$? For example, if $z=25$, some possibles solutions are a $5\times 5$ square prism with a height of $1$ or a…
user16795
  • 169
0
votes
1 answer

Solve single equation with 2 unknowns?

I don't know how to solve this equation, really tried to Google it but Google foo is weak. $$ \ m^{2} - n^{2} = 1 \\ (m-n)(m+n) = 1 \\ m-n = 1 \quad \& \quad m+n = 1 \\ ? $$ This is about as far as I can get. A reference to how to solve these…
0
votes
2 answers

How do I solve $3(2^{x+2}-2^x) = 4a_1a_2a_3$

I encountered this problem but I'm not sure how to solve it since it has 4 unknowns. $$3(2^{x+2}-2^x) = 4a_1a_2a_3$$ What is known is that $x\in\mathbb{Z}$ and $a_1, a_2$ and $a_3$ are digits in a 4-digit-number. I'm not even sure if a solution…
Frank Vel
  • 5,339
0
votes
1 answer

Solving the equation $2x^3+3x^2+x-6n^2 = 0$

It came up when I was trying to solve the equality $\sum_{i = 1}^{x}i^2 =n^2$ for integers $x$ and $i$. I've reduced it to the equation $2x^3+3x^2+x-6n^2 = 0$, which I don't know how to tackle. Is there some sort of method for solving a diophantine…
0
votes
1 answer

Diophantine equation $^2$

Let $x,y,n \in \mathbb{N} $. The $n$ is given and then we would like to solve: $x^2 + y^2 = n^2$ Is it possible? If yes, how to do it? Thanks in advance.
user180834
  • 1,453
0
votes
1 answer

Prove this diophantine equation $b^2=a^3+ac^4$have no integer solution,

show that this diophantine equation: $$b^2=a^3+ac^4$$ has no soluton in non-zero integers [Hint: first show that $a$ must be a perfect square] This problem is from this PDF I know this reslut$$a^4+b^4=c^2$$ have no solution in non-zero…
math110
  • 93,304
0
votes
2 answers

Solving diophantine equation in two variables

We need to find all positive integer solutions for the equation: $$ {x^2+6 x y+ 10 x+30 y -1470}= 0$$ How can we determine these solutions?
Nominal
  • 55
0
votes
1 answer

Find all $x,y\in\mathbb{Z}^+$ such that $2014^x+11^x=y^2$

Find all $x,y\in\mathbb{Z}^+$ such that $$2014^x+11^x=y^2$$ In my book it says that only solution is $(x,y)=(1,45)$, but solution is very complicated. They proved that $(x,y)=(1,45)$ is only solution using remainders of division, but I think that…
user164524
0
votes
1 answer

Linear Diophantine Set Proof

Let's say I have set S and T being the set of all integer solutions to $ax+by=c$ and $ax+by=nc$ respectively, and set S* might be the same as set T. S* = $\{ (n x_0 + n y_0) | (x_0, y_0) \in S\}$ How would I prove that S* $\subseteq$ T for all…
WhiteBit
  • 125
0
votes
2 answers

Two equivalent equation

Recently, one of my friends have told me that the following two equations are equivalent on the basis of the number of solutions. I checked the number of solutions to the two equations and found that his comment is right i.e the number of solutions…
-1
votes
1 answer

how can I find Integer solutions for the two variables equation?

how can I find Integer solutions for the following equation: $$900 X \, Y + 210 Y + 30 X - 3 \times 10^{100} + 7 = 0$$
Kumar
  • 69
-1
votes
3 answers

Find a and b in equation given range of x

I have the problem to find $a$ and $b$ given $-ax^2+bx+4\geqslant0$, $-1/3\leqslant x\leqslant4$ and have they key with the answer $a=3,b=11$, but which steps do I take to get to that answer?
user14124
  • 149
-1
votes
1 answer

The trivial solutions of the diophantine equation $x^2+y^2=z^2$

The trivial solutions of the diophantine equation $x^2+y^2=z^2$ are the following: $$x=0, y=n, z=\pm n, n \in \mathbb{Z}$$ $$x= \xi , y=0, z= \pm \xi, \xi \in \mathbb{Z}$$ $$$$ My question is, why is the $\pm$ only at $z$?? Why isn't it for example…
Mary Star
  • 13,956