Consider the diophantine equation: $ 3ab(a+b)=c^3 $ where $a,b,c$ are non-zero integers,how do you prove that this equation has no integral solutions?
2026-03-30 10:36:43.1774867003
How to prove that $3ab(a+b)$ cannot be a cube?
314 Views Asked by user97615 https://math.techqa.club/user/user97615/detail At
1
There are 1 best solutions below
Related Questions in NUMBER-THEORY
- Maximum number of guaranteed coins to get in a "30 coins in 3 boxes" puzzle
- Interesting number theoretical game
- Show that $(x,y,z)$ is a primitive Pythagorean triple then either $x$ or $y$ is divisible by $3$.
- About polynomial value being perfect power.
- Name of Theorem for Coloring of $\{1, \dots, n\}$
- Reciprocal-totient function, in term of the totient function?
- What is the smallest integer $N>2$, such that $x^5+y^5 = N$ has a rational solution?
- Integer from base 10 to base 2
- How do I show that any natural number of this expression is a natural linear combination?
- Counting the number of solutions of the congruence $x^k\equiv h$ (mod q)
Related Questions in DIOPHANTINE-EQUATIONS
- Can we find $n$ Pythagorean triples with a common leg for any $n$?
- Can we find integers $x$ and $y$ such that $f,g,h$ are strictely positive integers
- Count of possible money splits
- I'm having a problem interpreting and starting this problem with primes.
- Solution of $X^5=5 Y (Y+1)+1$ in integers.
- Solving for 4 variables using only 2 equations
- Algorithm for diophantine equation
- Find all pairs of integers (x,y) such that $x(x+1)(x^2+x+2)=2y^2$
- Sum Equals Product: A Diophantine Equation
- Diophantine equation for Multivariate Polynomial
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
Edition/Revision 2.
Equation $$ 3ab(a+b) = c^3 $$ has non-zero integer solutions.
One of "obvious" solutions is $$ (a,b,c) = (1,8,6);\tag{A} $$ other (not so obvious) sulutions that I've found so far, are: $$ (a,b,c) = (3087, 4913,7140) \\ \color{gray}{ = (9 \cdot 7^3, 17^3, 3 \cdot 7\cdot 17 \cdot 20)},\tag{B} $$ $$ (a,b,c) = (756249048, 19902511, 327250386) \\ \color{gray}{ = (9 \cdot 438^3, 271^3, 3 \cdot 438 \cdot 271 \cdot 919)},\tag{C} $$ $$ (a,b,c) = (6646883738818239, 48707103808000, 1866552387462840) \\ \color{gray}{ = (9 \cdot 90391^3, 36520^3, 3 \cdot 90391 \cdot 36520 \cdot 188479)}.\tag{D} $$
These solutions can be represented as sum of $3$ cubes (as metacompactness noted in comments to the question): $$ \color{gray}{a^3 + b^3 + c^3 = (a+b)^3;}\\ \color{gray}{1^3 + 8^3 + 6^3 = (1+8)^3 = 9^3;}\\ \color{gray}{3087^3 + 4913^3 + 7140^3 = (3087+4913)^3 = 8000^3;}\\ ... $$
Here I consider only solutions with co-prime $a,b$. (It is clear why).
Way to find solutions:
we'll focus on co-prime $a,b$.
If $3| c^3$, then $27| c^3$, then $9| ab(a+b)$.
$3$ cases are here:
A) $9\mid a, \quad 3\nmid b$;
A') $3\nmid a, \quad 9\mid b$; (symmetric to case A) )
B) $3\nmid a, \quad 3\nmid b, \quad 9\mid (a+b)$.
case A):
$a,b,(a+b)$ are co-prime pairwice.
So, $a,b,(a+b)$ have different prime factors. Then every of numbers $3a, b, (a+b)$ has each prime factor in $3\times$ power. Other words, $3a,b,(a+b)$ are co-prime cubes:
$$3a = 27 p^3,\qquad b = q^3, \qquad (a+b) = r^3.$$
Then $$3ab(a+b) = 27p^3q^3r^3 = (3pqr)^3.$$ $$c = 3pqr.$$ Thus for searching $(a,b,c)$ one needs to consider co-prime pairs $(p,q)$, such that $$ 9p^3+q^3 = r^3.\tag{*} $$
Triple $(p,q,r) = (7,17,20)$ generates solution $(B)$,
triple $(p,q,r) = (438,271,919)$ generates solution $(С)$,
triple $(p,q,r) = (90391,36520,188479)$ generates solution $(D)$.
case B):
Similar thinking.
$a,b,3(a+b)$ are co-prime cubes:
$$a = p^3,\qquad b = q^3, \qquad 3(a+b) = 27r^3. $$
Then $$ab\cdot3(a+b) = 27p^3q^3r^3 = (3pqr)^3.$$
Thus for searching $(a,b,c)$ one needs to consider co-prime pairs $(p,q)$, where $3\nmid p$ and/or $3\nmid q$, such that $$ p^3+q^3 = 9r^3.\tag{**} $$
Triple $(p,q,r)=(1,2,1)$ generates solution $(A)$.