Another small number theory proof

Firepanda
Messages
425
Reaction score
0
Show that if x, y ∈ Z and 3|x2+z2 then 3|x and 3|z

Solution:

3|(x-z)(x+z)

=> 3|x+z or 3|x-z

if 3|x+z

then 3|(x+z)2 = x2+z2 +2xz

=> 3|x2+z2 +2xz - (x2+z2)

=> 3|2xz

=> 3|xz

so 3|x or 3|z

where to go from here?

just the argument that if 3|x then 3|x2

and therefore 3 must divide z2 => 3|z?

Thanks
 
Last edited:
Physics news on Phys.org
That's pretty much it
 
Firepanda said:
Show that if x, y ∈ Z and 3|x2+z2 then 3|x and 3|z

Solution:

3|(x-z)(x+z)

=> 3|x+z or 3|x-z

if 3|x+z

then 3|(x+z)2 = x2+z2 +2xz

=> 3|x2+z2 +2xz - (x2+z2)

=> 3|2xz

=> 3|xz

so 3|x or 3|z

where to go from here?

just the argument that if 3|x then 3|x2

and therefore 3 must divide z2 => 3|z?

Thanks

Is the statement of the problem correct? We see a "y" in the hypothesis, but a "z" in the conclusion. More serious, instead of

3|x2+z2

did you mean

3|x2-z2?

I'm guessing that you meant the latter since your solution starts with

3|(x-z)(x+z)

and (x-z)(x+z) = x2-z2

Finally, you had two cases (3|x+z or 3|x-z), but only addressed the first.

Petek
 
Petek said:
Is the statement of the problem correct? We see a "y" in the hypothesis, but a "z" in the conclusion. More serious, instead of

3|x2+z2

did you mean

3|x2-z2?

I'm guessing that you meant the latter since your solution starts with

3|(x-z)(x+z)

and (x-z)(x+z) = x2-z2

Finally, you had two cases (3|x+z or 3|x-z), but only addressed the first.

Petek

It can't be x^2-z^2. If x=4 and z=2, 3|12, but 3 doesn't divide 4 OR 2. Firepanda should try thinking about what x^2 mod 3 equals.
 
Last edited:
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top