I've stumbled upon this exercise on a linear algebra book that asks me to determine all the ordered pairs $(a,b)$ of real numbers to which there exists an unique symmetric matrix $A\in R^{2\times 2}$ so that $tr(A)=a$ and $Det(A)=b$. I don't even know how to tackle this problem, I've tried using Laplace expansion, and other properties of the trace and determinants.
Any help will be appreciated.
Let $A=\pmatrix{x&z\\z&y}$. Then you have the equations $a = x+y$ and $b=xy-z^2$. It shouldn’t be too hard to solve these. You’ll have one free parameter when you’re done.