Does anyone know of a pair of Pythagorean triples of the form $$(a, b, M) \quad\text{and}\quad(b, b+a, N)$$ Is such a pair possible?
2 Answers
Partial solution follows:
First note that if $a$ and $b$ share a common factor, then you can divide both triples by that common factor and the property still holds (e.g. if $a$ and $b$ are both even, then so is $a+b$, and hence the triplets $(a/2, b/2, M/2)$ and $(b/2, \frac{a+b}{2}, N/2)$ should also be Pythaogorean). Hence, without loss of generality, assume that $\gcd(a, b) = 1$, and hence $(a, b, M)$ is a primitive triple. Then $(b, a+b, N)$ is also a primitive triple.
Then assume that the generators of $(a, b, M)$ and $(b, a+b, N)$ are $(x_1, y_1)$ and $(x_2, y_2)$ respectively, i.e. that $a$ and $b$ equal $2x_1y_1$ and $x_1^2-y_1^2$ in some order, and similarly for $b$ and $a+b$. That gives four possible cases to test against, but three of them can very quickly be eliminated:
$a+b$ is always odd (because exactly one of $a$ and $b$ is even), so it must be that $b = 2x_2y_2$ and $a+b = x_2^2 - y_2^2$. Hence $b$ is even, so $a$ is odd, hence $a = x_1^2 - y_1^2$ and $b = 2x_1y_1$, implying that $x_1y_1 = x_2y_2$.
We can then rearrange all of that to eliminate $a$, $b$ and $y_2$, and hence have an expression relating $x_1$, $y_1$ and $x_2$:
$x_2^4 - (x_1^2 - y_1^2 + 2x_1y_1)x_2^2 - x_1^2y_1^2 = 0$
And we note that in this form, it is a quadratic in $x_2^2$, so the triples exist only if that quadratic has at least one solution that is a perfect square. An equivalent equation can be written for $y_2$. So for any given Pythagorean triple, there is a means of testing if it will form a second triple, but I don't know of any way to simplify that or prove that it will never have a solution.
- 27,579
Using Wolfram Alpha to ensure accurate algegra, we start with Euclid's formula (modified) for the OP.
$$A=m^2-n^2\qquad B=2mn+(m^2-n^2)\qquad C=m^2+n^2$$
$$A^2=m^4 - 2 m^2 n^2 + n^4$$
$$B^2=m^4 + 4 m^3 n + 2 m^2 n^2 - 4 m n^3 + n^4$$
$$C^2=m^4 + 2 m^2 n^2 + n^4$$
$$A^2+B^2-C^2=m^4 + 4 m^3 n - 2 m^2 n^2 - 4 m n^3 + n^4=0$$
The only solutions to the last equation are:
$$n =\pm m\qquad n = 2 m \pm \sqrt{5} m\qquad n=m=0$$
$\therefore$ there are no integer solutions except $A,B,C=(0,0,0), (0,2,2), (0,8,8), (0,18,18), ...$
- 6,795
-
-
Subtracting $C^2$ from both sides of $A^2+B^2=C^2$ leaves $0$ on the right side of the equation. – poetasis Mar 21 '20 at 16:01
-
1I think you are falsely assuming that if $(m^2-n^2,2mn,m^2+n^2)$ and $(2mn,2mn+m^2-n^2,\text{something})$ are both Pythagorean triples, then $\text{something}$ must equal $m^2+n^2$. – Batominovski Mar 21 '20 at 16:03
-
The sum $A^2+B^2$ does not equal C. It equals $C^2=(m^2+n^2)^2=m^4+2m^2n^2+n^4$ which is what I subtracted from $A^2+B^2$ to get zero. – poetasis Mar 21 '20 at 16:09
-
How is the last comment about $A^2+B^2$ not equaling $C$ relevant to my question? I didn't assume $A^2+B^2=C$. The question is basically this: why is $A^2+B^2=C^2$ in the first place? – Batominovski Mar 21 '20 at 16:10
-
Sorry. I misread. Yes, $something$ is $m^2+n^2$ but the only values of $m&n$ that satisfy the latter are irrational, meaning there is no Pythagorean triple because, by definition, such a triple consists of integers. – poetasis Mar 21 '20 at 16:15
-
1I think you are not trying to understand/answer my question. Please explain why $A^2+B^2=C^2$ given $A=m^2-n^2$, $B=2mn+(m^2-n^2)$, and $C=m^2+n^2$. (This is the same as explaining why "$\text{something}$" is $m^2+n^2$.) – Batominovski Mar 21 '20 at 16:18
-
$A^2+B^2\ne C^2$ for a non-trivial triple unless $m$ and/or $n$ are irrational or of opposite sign or zero. For $n=-m$, we have $(0,2,2), (0,8,8), (0,18,18),$ etc. – poetasis Mar 21 '20 at 16:33
-
I think you went so far away from the point of my question, but anyway, somebody may be able to make better arguments than me about why your answer is highly dubious (very likely, it is completely wrong). – Batominovski Mar 21 '20 at 16:35
Using these facts, I wrote a Javascript program to check for solutions, and found none for a<10000, b<10000. I'll post the code here for review
– Brevan Ellefsen Sep 23 '15 at 04:10") } } } – Brevan Ellefsen Sep 23 '15 at 04:11