(Number theory) Sum of three squares solution proof

Xizel
Messages
4
Reaction score
0

Homework Statement



Find all integer solutions to x2 + y2 + z2 = 51. Use "without loss of generality."

Homework Equations



The Attempt at a Solution



My informal proof attempt:

Let x, y, z be some integers such that x, y, z = (0 or 1 or 2 or 3) mod 4
Then x2, y2, y2 = (0 or 1) mod 4
So x2 + y2 + z2 = [ (0 or 1) + (0 or 1) + (0 or 1) ] mod 4
Since 51 = 3 (mod 4) = x2 + y2 + z2, then x, y, z = (1 or 3) mod 4

It is obvious that the solution is the permutations of ##\pm1, \pm1, \pm7##.

It's my first proof course and I'm a little shaky. Is my logic correct? I feel like I took a leap from "Since 51..." to the solution, is there a more formal way to write that? I'm also not sure how to use wlog here. Thanks.
 
Physics news on Phys.org
Xizel said:
It is obvious that the solution is the permutations of ##\pm1, \pm1, \pm7##.
I have a additional solution.
 
fresh_42 said:
I have a additional solution.

If my logic is correct, then x, y, z can take on values of 1, 3, 5, 7. I gave it some thought and I'm not seeing it :nb)
 
##2\cdot 25 + 1##
The remark "use w.l.o.g." probably refers to the assumption ##x \geq y \geq z \geq 0## which you could make.
 
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