I have to find all matrices for which $\langle x,y\rangle_A = (x_1,x_2\ldots)A(y_1,y_2,\ldots)^T$ is a dot product $\forall x,y \in \mathbb{R}^2$ and $\forall A \in \mathbb{R}^{2\times2}$.
I already know that it has A to be symmertrical for the function to be symmetrical and for the positivity and the difitivety I got to the part where for some $\langle x, x\rangle_A$ with matrix A as $\begin{pmatrix} a &b\\ b&c \end{pmatrix}$ I got to $\langle x, x\rangle_A = ax_1^2+2bx_1x_2+cx_2^2$. but this is where i get stuck ( with the positivity) because what can i conclude from this?