Find examples of $2 \times 2$ matrices with $a_{12} = \frac{1}{2}$ for which (a) $A^2 = I$, (b) $A^{-1}=A^T$, and (c) $A^2 = A$.
What I thought was a trivial problem is turning out to be rather irritating. At the moment I am dealing with part (a). To solve the problem, I narrowed my search space of examples by taking $A$ to be invertible with unit determinant. If $A$ is invertible, then $A^2 = I$ implies $A = A^{-1}$, further narrowing the search space.
Taking $A = \begin{bmatrix} a & 1/2 \\ c & d \\ \end{bmatrix}$, $A = A^{-1}$ would imply $a=d$ and $c = - \frac{1}{2}$. From this I got $a = \frac{\sqrt{3}}{2}$. However, the calculations never add up. I have done these calculations just short of a trillion times, and even had wolfram do some of the computations, but $A^2$ never equals $I$. What I am doing wrong? Is there some error in my logic?