I haven't learnt Diophantine equations to solve this equation (just know Modular Arithmetic). So given the equation we are to solve for all solutions in $\Bbb Z$. So what I've done so far:
Case 1: $\Bbb Z$ $\{0\}$
When $a=b=c=0$ the solution exists (since $0^2 + 5(0^2) = 3(0^2) = 0$)
Case 2: $\Bbb Z \setminus \{0\}$
For $a^2+5b^2=3c^2$ to hold, if $3c^2$ is even (that is, when c is also even), then a and b has to be even (to make $a^2+5b^2$ even).
If $3c^2$ is odd (that is, when c is also odd), then either one of a or b has to be odd (to make $a^2+5b^2$ even).
And attempting in every other way I know I just rearranged the equations in terms of a, b and c to see what I get:
$a =\pm \sqrt{3c^2-5b^2}, b=\pm \sqrt{\frac{3c^2-a^2}5}, c= \pm \sqrt{\frac{a^2+5b^2}3}$
And from this I know that $3c^2\geq5b^2$ but I am not sure how to show this mathematically and where to go from here without using Diophantine equations. I've also looked at Find all solutions: $x^2 + 2y^2 = z^2$ and attempted as suggested in the solutions but making no progress. Any suggestions would be much appreciated.