Show that there is one (no) Pythagorean triangle whose sides are in arithmetic (geometric) progression.
The problem has two parts. There is one Pythagorean triangle whose sides are in arithmetic progression. There is no Pythagorean triangle whose sides are in geometric progression.
I know that
A triplet of positive integers x, y, z satisfying the equation $x^2+y^2=z^2$ is called Pythagorean triplet. If $x$, $y$, $z$ are Pythagorean triplet, then $x$, $y$, $z$ are pairwise prime to each other.
I don't know whether Pythagorean triplet and Pythagorean triangle are same.
Please help me to solve the problem.
If the sides are in arithmetic progression, WLOG we can choose the sides to be $a-d,a,a+d$ where $a,a-d>0\iff a>d$
So, $(a-d)^2+a^2=(a+d)^2\iff a^2=(a+d)^2-(a-d)^2=4ad$
$\iff a(a-4d)=0\implies a=4d$ as $a\ne0$
For Geometric Progression, let the sides be $a,ak,ak^2$ where $a>0,k\ge1$
So, $a^2+(ak)^2=(ak^2)^2\implies k^4-k^2-1=0$ as $a\ne0$
$\implies k^2=\dfrac{1\pm\sqrt5}2\implies k^2=\dfrac{\sqrt5-1}2$ as $k^2>1$