a,b and c are the sides of a triangle and a, b, c are integers. I need to solve the following Diophantine equation for positive integral values of k.
$bc(b+c-a) = k^{2}(a+b+c)$
I think some parametric solutions may exist for this equation. I am unable to find them. Any help will be appreciated.
I'm playing around here to see what happens.
Rewrite $bc(b+c-a) = k^{2}(a+b+c)$ as $bc(b+c)-k^{2}(b+c) = abc+k^{2}a$ or $(b+c)(bc-k^2) = a(k^2+bc)$ or $a = \frac{(b+c)(bc-k^2)}{k^2+bc} = \frac{(b+c)(bc+k^2-2k^2)}{bc+k^2} =b+c- \frac{(b+c)(2k^2)}{bc+k^2} $.
This shows that $bc > k^2$ and $(bc+k^2) | 2k^2(b+c)$.
I'm not sure where to go from here - it's late and I'm tired, so I'll stop.