I was trying to solve a geometry puzzle when I came across a simple algebraic problem that I couldn't solve.
Given the expression $(a+b+c)a - 3bc = 0$, find all natural solutions for $a$, $b$ and $c$.
I've tried to isolate one variable, like $$a=\frac{-b-c\pm\sqrt{b^2+14bc +c^2}}{2}$$ but I didn't get anywhere. Despite this, I've notice that the numbers $(2, 6, 1)$ satisfy the condition. Does anyone can help with this problem model?
You might like this better, as it is just solving your $$ w = \sqrt {b^2 + 14 bc + c^2} $$ an integer.
We take $x \geq 0,$ $\gcd(x,y) = 1,$ and these two recipes only: $$ \mbox{I:} \; \; w = |11 x^2 + 2 xy - y^2|, \; \; \; b = 6 x^2 + 5xy + y^2, \; \; \; c = x^2 - xy,$$
$$ \mbox{II:} \; \; w = |44 x^2 + 20 xy + 2 y^2|, \; \; \; b = 21 x^2 + 13xy + 2y^2, \; \; \; c = 5x^2 + xy,$$ and discard triples when either $b < 0$ or $c < 0$ or $\gcd(w,b,c) \neq 1.$
=====================================
=====================================