let $H_{2\times 2}$ is positive definite matrix,
show that:
There exist $p>0$, such $$(x,y)H\binom{x}{y}\ge p(x^2+y^2)$$
My try: let $$H=\begin{bmatrix} a_{1}&a_{2}\\ b_{1}&b_{2} \end{bmatrix}$$ and such $$|H|=a_{1}b_{2}-a_{2}b_{1}>0$$ so $$(x,y)H\binom{x}{y}=(a_{1}x+b_{1}y,a_{2}x+b_{2}y)\binom{x}{y}=a_{1}x^2+b_{2}y^2+(a_{2}+b_{1})xy$$
then How find this $p$,such $$a_{1}x^2+b_{2}y^2+(a_{2}+b_{1})xy\ge p(x^2+y^2)$$
so I let $t=\dfrac{x}{y}$,then $$p\le\dfrac{a_{1}t^2+b_{2}+(a_{2}+b_{1})t}{t^2+1}=y$$ then we have $$(a_{1}-y)t^2+(a_{2}+b_{1})t+b_{2}-y=0$$ so $$\Delta=(a_{2}+b_{1})^2-4(a_{1}-y)(b_{2}-y)\ge 0$$ $$\Longrightarrow \dfrac{a_{1}+b_{2}}{2}-\sqrt{\dfrac{(a_{2}+b_{1})^2}{4}+\dfrac{(a_{1}-b_{2})^2}{4}}\le y\le \dfrac{a_{1}+b_{2}}{2}+\sqrt{\dfrac{(a_{2}+b_{1})^2}{4}+\dfrac{(a_{1}-b_{2})^2}{4}}$$ so,There are exist $p \in[I_{1},I_{2}]$ where $$I_{1}= \dfrac{a_{1}+b_{2}}{2}-\sqrt{\dfrac{(a_{2}+b_{1})^2}{4}+\dfrac{(a_{1}-b_{2})^2}{4}},I_{2}= \dfrac{a_{1}+b_{2}}{2}+\sqrt{\dfrac{(a_{2}+b_{1})^2}{4}+\dfrac{(a_{1}-b_{2})^2}{4}}$$