I'm stuck solving this exercise and I need some help. Given the matrix $$ A = \begin{pmatrix} \alpha^2 & \alpha & 0 \\ \alpha & 2\alpha + \alpha^2 & 2 \\ 0 & 2 & \alpha^2-2\alpha+2 \end{pmatrix} $$ i'm asked to find the values of $\alpha>0$, using Gersghorin's circles, so that $A$ is positive-definite matrix.
As $A=A^t$, we know that all eigenvalues must be real. On the other hand, according to the Gersghorin criterion, $$ sp(A)=\{\text{eigenvalues of A}\} \subset D(\alpha^2,\alpha)\cup D(2\alpha+\alpha^2,\alpha+2)\cup D(\alpha^2-2\alpha+2,2) $$ And finally, $A$ will be positive definite if and only if all of its eigenvalues are positive. So I know I need to find all the values of $\alpha >0$ for the above to be true, but I don't know how to continue. Any help is welcome.