3

It's an exercises of the text book Elementary Number Theory and It's Applications 6th Edition by Kenneth H.Rosen. I wanted to solve it using the method in solving the diophantine equation $x^2+y^2=z^2$. But some difficult gaps showed up. And I found that the rational solutions of $w^2+x^2+y^2=1$ is $$w = \frac{2s}{1+s^2+t^2}$$ $$x = \frac{2t}{1+s^2+t^2}$$ $$y = \frac{1-s^2 - t^2}{1+s^2+t^2}$$ where $s$ and $t$ are both rational numbers. From this I found out that $$(2mnq^2)^2 + (2pqn^2)^2 + (n^2q^2 - m^2q^2-n^2p^2)^2 = (n^2q^2 + m^2q^2+n^2p^2)^2.$$ But it helps little because I cannot prove that the solutions have to be in such form.

Can any one help?

onRiv
  • 1,372
  • Hint: sthereographic projection. So said, I'm voting to close since this is not a research-level question. –  Nov 27 '14 at 09:26

3 Answers3

2

In General it is possible in various ways to write the solution to this equation:

$$x^2+y^2+z^2=q^2$$

I like such kind.

$$x=2a^2s^2-2abs^2\pm{2apbs}$$

$$y=2a^2s^2+2abs^2\pm2apbs$$

$$z=p^2b^2-a^2s^2+s^2b^2\pm2apbs$$

$$q=p^2b^2+3a^2s^2+s^2b^2\pm2apbs$$

If you want you can write infinitely many formulas are not the problem. You can even choose a particular form. It is of interest how to solve equations such as this:

$$ax^2+bxy+cxz+dy^2+jyz+rz^2=wq^2$$

$a,b,c,d,j,r,w - $ any specified coefficients.

individ
  • 4,405
2

Aspects of your question have been covered here about Lebesgue's Identity,

lebesgue's identity

and a general approach to $x_1^2+x_2^2+\dots+x_n^2 = z^2$,

Diophatine equation $x^2+y^2+z^2=t^2$

  • Great! Can and at the same time tell me how to solve this equation? $ax^2+bxy+cxz+dy^2+jyz+rz^2=tq^2$ How to write for this equation the formula? – individ Nov 27 '14 at 15:24
  • @individ Post it as a question in the forum, and I'll answer. – Tito Piezas III Nov 27 '14 at 18:38
  • I was blocked and the questions to ask can't. It is not necessary to write the formula using the known solution of the equation. It is necessary that in the formula substitute the coefficients and get an answer. I have got this. http://www.artofproblemsolving.com/blog/98937 It will be interesting to see a different formula. – individ Nov 28 '14 at 04:36
1

Here I have a solution just using Pythagorean triples. we know that any solution of $$x^2+y^2=z^2$$ can be written as $$x=2ab,\,\,\,\,\, y=a^2-b^2,\,\,\,\,\ z=a^2+b^2.$$ Therefore for your equation, we can choose $$w=4abc,\,\,\,\,\, x=2(a^2-b^2)c,\,\,\,\,\ y=(a^2+b^2)^2-c^2,\,\,\,\,\,z=(a^2+b^2)^2+c^2.$$

Isn't it interesting? :)

Bumblebee
  • 18,974
  • Also, if we wont we can generalize this argument for arbitrary number of variables. – Bumblebee Nov 28 '14 at 13:00
  • 1
    But in fact i want all solutions of this diophantine equation, and your answer (including the other answers) just gives me that some solutions of it. I found a theorem in An Introduction to Diophantine Equations, stated as follow. All solutions to equation $x^2+y^2+z^2 = t^2$ in positive integers $x,y,z,t$ with $y,z$ even are given by $$x = \frac{l^2+m^2-n^2}{n}, y = 2l, z = 2m, t = \frac{l^2+m^2+n^2}{n},$$ where $l,m$ are arbitrary positive integers and $n$ is any divisor of $l^2+m^2$ less than $\sqrt{l^2+m^2}$. Every solution is obtained exactly once in this way. – onRiv Dec 02 '14 at 06:26