MHB Can Anyone Help Crack the Nut on Solving (m,n) Pairs for this Equality?

  • Thread starter Thread starter lfdahl
  • Start date Start date
  • Tags Tags
    Integers
lfdahl
Gold Member
MHB
Messages
747
Reaction score
0
Find the pairs of nonnegative integers, $(m,n)$, which obey the equality:

\[(m-n)^2(n^2-m) = 4m^2n\]

So far, I haven´t found a single pair, but I cannot prove, that the set of solutions is empty.
Perhaps, someone can help me to crack this nut?
 
Mathematics news on Phys.org
lfdahl said:
Find the pairs of nonnegative integers, $(m,n)$, which obey the equality:

\[(m-n)^2(n^2-m) = 4m^2n\]

So far, I haven´t found a single pair, but I cannot prove, that the set of solutions is empty.
Perhaps, someone can help me to crack this nut?
My suggestion is to take the whole thing a modulo 2 so you would have only a limited number of cases to check.

-Dan
 
Ah well. It was a nice idea, but it doesn't actually help a whole lot. Good luck with it and if I get any other wild ideas I'll let you know. :)

-Dan
 
lfdahl said:
Find the pairs of nonnegative integers, $(m,n)$, which obey the equality:

\[(m-n)^2(n^2-m) = 4m^2n\]
Not a solution but some elimination

So far, I haven´t found a single pair, but I cannot prove, that the set of solutions is empty.
Perhaps, someone can help me to crack this nut?

first neither can be odd
because if both are odd LHs is divisible by 8 being product of 3 even numbers and RHS is not

if one is odd then LHS is odd and RHS even.

thus both are even
you can have this as a starting point
 
lfdahl said:
Find the pairs of nonnegative integers, $(m,n)$, which obey the equality:

\[(m-n)^2(n^2-m) = 4m^2n\]

So far, I haven´t found a single pair, but I cannot prove, that the set of solutions is empty.
Perhaps, someone can help me to crack this nut?
Try for a solution with $m=2n$: $$(2n-n)^2(n^2-2n) = 16n^3,$$ $$n^3(n-2) = 16n^3,$$ $$ n-2 = 16,$$ $$ n=18.$$ That gives the solution $(m,n) = (36,18).$

Edit. You can also try $m=3n$, which leads to the solution $(36,12).$
 
Last edited:
Clever Opalg! That generalizes nicely. (Bow)

-Dan
 
Thankyou so much, Opalg, kaliprasad for your help to "crack the nut".
Thankyou, topsquark for nice and helpful comments.
 
Back
Top