I was working through some number theory problems , when I came across the following question :
Find all solutions of $a^2+b^2=2c^2$
My Solution (Partial) :
- We can rewrite the above equation as : $c^2 = (a^2 + b^2)/2 $
- So $\Rightarrow$ $a^2 , c^2 , b^2$ are in an Arithmetic Progression $\Rightarrow$ there exist infinite solutions
- WLOG , let $a^2$ be $t$ , $b^2$ be $s$ and $c^2$ be $m$
- The equation can be re-written as $ t + s = 2m$
- Now , what I was thinking was that should I solve this
Diophantine equationfor $t$ & $s$ in terms of $m$ ; substitute their values back into the equation and find out $m$ ; and then finally put this value of $m$ back into the values of $t$ and $s$ to derive a general solution
Can someone help me out ? Maybe a hint ...