Proving that a^2-2b^2-4c^2 = 0 has no positive integer solutions

  • Thread starter Thread starter ms2718
  • Start date Start date
  • Tags Tags
    Integer Positive
ms2718
Messages
2
Reaction score
0
so I have to prove that a^3-2b^3-4c^3 = 0 has no positive integer solutions. I have gotten through most of the proof but now I am stuck, and if you guys could give me a nudge in the right direction that would be great.

work done so far:

proof by contradiction, i assumed that a^3-2b^3-4c^3 = 0 does have a positive int solution, therefore by the well ordering principle it has a least solution a = a* , b = b*, c = c*. I then proceeded to show that a*^3 = 2b*^3+4c*^3, therefore a*^3 is an even number, and so a* is also even. I let a* = 2k and plugged that back into the equation to get the following: 8(k^3) = 2b*^3+4c*^3. Now i am stuck. If you guys could give me a nudge in the right direction that would be great, I know that i want to show that k is also a solution to the original equation therefore contradicting that a* is the least solution, thanks for the help.
 
Physics news on Phys.org
First of all, your solution will be an ordered triplet (a, b, c) - so you cannot apply the well ordering principle to your solution set. You CAN however apply it to the set of a's for which there exist corresponding b and c which form solution triples. In other words, your idea is perfectly good, but your wording is a little off. You're going to use the WOP on the least value of a.

What you've done so far is good. Keep going in that direction. Now that you know a=2k. Try to show that b is also even (b=2m) and then that c must also be even (c=2n). Then plug everything back into the original equation to show that (k, m, n) is another solution where k < a, which is the contradiction you were looking for.
 
Last edited:
thanks for the help, i have tried this approach, and the come to the point where I have the following expressions for k,m,l:

k^3 = (1/4)b^3 + (1/2)c^3

m^3 = (1/16)a^3 - (1/4)c^3

l^3 = (1/32)a^3 - (1/16)b^3

and i plug these into the original equation and the a terms do not cancel out, I feel like i am so close but just cannot get it, if u have anymore hints that would be great.
 
I just realized that I had a typo in my original response. I was using the variables k, m, n for most of it and then switched to k, l, m at the very end... I have since edited the post just to keep it consistent.

Let's back up a bit: We know a is even, a=2k. so a^3=8k^3=2b^3+4c^3. Let's ignore the a^3 bit and look at what's left. The next step, as stated above, is to show that b is even. We're going to use the same strategy you did earlier for a: we're going to isolate b^3.

8k^3=2b^3+4c^3

8k^3-4c^3=2b^3

4k^3-2c^3=b^3

What can you say about b? Set b=2m.

Next step: Show c is even. Go back to your very original statement a^3=2b^3+4c^3 and substitute in a=2k and b=2m. Use the same strategy to isolate c^3 and show that c is even (c=2n).

After you do this, you will be ready for the last step.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top