0
votes
0answers
34 views

Solving system of equations with mixed variable types

I'm looking for solutions to the non-linear system of equations $$ n_1x + (n_1 - 1)y = a_1 \\ n_2x + (n_2 - 1)y = a_2 \\ n_3x + (n_3 - 1)y = a_3 \\ n_4x + (n_4 - 1)y = a_4 $$ where $x$ and $y$ are ...
2
votes
0answers
95 views

Diophantine equations/Diophantine Geometry

I am very knew to this site and I am eagerly waiting for solutions of: (1) Let $x$ be an algebraic number with degree $n > 1$. Then there exists only finitely many rational numbers $p/q$ (in ...
0
votes
1answer
160 views

Ordered triplet query

$$x^2 + y^2 + z^2 = 3xyz$$ How many ordered triples $(x,y,z)$ are there that satisfy the above equation. are the only solutions $x=y=z=0$ and $1$? Are there non trivial solutions? I saw this ...
6
votes
2answers
446 views

Applying the Thue-Siegel Theorem

Let $p(n)$ be the greatest prime divisor of $n$. Chowla proved here that $p(n^2+1) > C \ln \ln n $ for some $C$ and all $n > 1$. At the beginning of the paper, he mentions briefly that the ...
7
votes
1answer
127 views

Diophantine equation $x^3+x+y^3+y = z^3 + z$ for $x,y,z>0$

Consider the Diophantine equation $x^3+x+y^3+y = z^3 + z$ for positive integer $x,y,z$. I tried small values and got some near equalities : $(5,6,7)$ and $(12,16,18)$ are true up to value $2$. $( 5^3 ...
0
votes
0answers
93 views

integer solutions to $a^m+nx^2 = y^n$ with various conditions

I consider the following equation with conditions of obtaining solutions $$a^m+nx^2 = y^n$$ This equation has solution when $a$ is an even prime and $x, y, m$ are positive integers with $(nx, y) = ...
1
vote
2answers
124 views

Constructive proof need to know the solutions of the equations

Observe the following equations: $2x^2 + 1 = 3^n$ has two solutions $(1, 1) ~\text{and}~ (2, 2)$ $x^2 + 1 = 2 \cdot 5^n$ has two solutions $(3, 1) ~\text{and}~ (7, 2)$ $7x^2 + 11= 2 \cdot 3^n$ has ...
3
votes
2answers
165 views

Solutions of $x^2 + 119 = 15 \cdot 2^n$ without trial and error

I seen this equation at math.stack exchange The equation $x^2 + 119 = 15 \cdot 2^n$ has only six solutions. Those are (1,3) (11, 4), (19, 5), (29, 6), (61, 8) and other one is I don't know. This ...
1
vote
2answers
210 views

Solutions of some Diophantine equations

Respected Mathematicians, The diophantine equation $2^x$ + $5^y$ = $z^2$ has solutions $x = 3, y = 0, z = 3$ and $x = 2, y = 1, z = 3$. I got these solutions by trial and error method. To be honest, ...