Can a square number be split as the sum of two other squares in two different ways? The Pythagorean numbers help us to identify numbers which can be split as sum of two squares. Is this unique?
2026-05-16 11:26:26.1778930786
On
Number theory on square numbers
249 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
There are 3 best solutions below
2
On
By the Brahmagupta–Fibonacci identity, which states that $$(a^2 + b^2)(c^2 + d^2) = (ac-bd)^2 + (ad+bc)^2 = (ac+bd)^2 + (ad-bc)^2$$ you can get a number which is a sum of two squares two different ways by multiplying two sums of two squares.
So from two Pythagorean triples $a^2 + b^2 = a_1^2$ and $c^2 + d^2 = a_2^2$ , the left hand side simplifies to $(a_1a_2)^2$, you can get a number that can be written as a sum of two squares.
HINT
$3,4,5$ is a PPT, meaning that any multiple (like $6,8,10$) is a PT
$5,12,13$ is a PPT as well ...